Merge branch 'tzz-auth-source-rewrite' of https://git.gnus.org/gnus into tzz-auth...
[gnus] / lisp / ChangeLog
1 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2
3         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
4         `secrets-get-attributes' instead of `secrets-get-attribute'.
5         (auth-source-secrets-search): Limit search when `max' is greater than
6         number of results.
7
8 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
9
10         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
11         part not returning any data.
12
13         * proto-stream.el (open-protocol-stream): Document the return value.
14
15 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * auth-source.el (auth-source-secrets-search): Add examples.
18
19 2011-02-06  Julien Danjou  <julien@danjou.info>
20
21         * message.el (message-setup-1): Handle message-generate-headers-first
22         set to t.
23
24 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
25
26         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
27         API with a string "secrets:collection-name" and with 'default.
28         (auth-source-backend-parse): Parse "secrets:collection-name" and
29         'default.  Recurse on parses instead of repeating code.  Use the
30         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
31         message when ignoring a source.
32         (auth-source-search): List ignored search keys at the top level.
33         (auth-source-netrc-create): Use `case' instead of `cond'.
34         (auth-source-secrets-search): Created with TODOs.
35         (auth-source-secrets-create): Created with TODOs.
36         (auth-source-retrieve, auth-source-create, auth-source-delete)
37         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
38         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
39         (auth-source-user-or-password-sftp)
40         (auth-source-user-or-password-smtp): Removed.
41         (auth-source-user-or-password): Deprecated and modified to be a wrapper
42         around `auth-source-search'.  Not tested thoroughly.
43
44 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
45
46         * auth-source.el: Bring in assoc and eioeio libraries.
47         (secrets-enabled): New variable to track the status of the Secrets API.
48         (auth-source-backend): New EIOEIO class to represent a backend.
49         (auth-source-creation-defaults): New variable to set prompt defaults
50         during token creation (see the `auth-source-search' docstring for
51         details).
52         (auth-sources): Simplify to allow a simple string as a netrc backend
53         spec.
54         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
55         (auth-source-backend-parse-parameters): Fill in the backend parameters.
56         (auth-source-search): Main auth-source API entry point.
57         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
58         (auth-source-search-collection): Helper function for searching.
59         (auth-source-netrc-parse, auth-source-netrc-normalize)
60         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
61         Supports search, create, and delete.
62         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
63         backend stubs.
64         (auth-source-user-or-password): Call `auth-source-search' but it's not
65         ready yet.
66
67 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * message.el (message-setup-1): Remove the read-only stuff, since it
70         doesn't work under XEmacs, for some reason.
71
72         * gnus-sum.el (gnus-user-date): Renamed back from
73         gnus-summary-user-date since user code refers to it.
74
75         * shr.el (shr-render-td): Store the actual background colour used.
76
77         * message.el (message-setup-1): Don't bind the constant
78         -forbidden-properties.
79         (message-setup-1): Revert previous change, since it needs to bind the
80         props to insert them.
81         (message-resend): Allow removing the read-only separator line.
82
83 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
84
85         * nnimap.el (nnimap-request-accept-article): Give an error message if
86         the APPEND wasn't successful.
87
88 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
89
90         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
91         that have no groups.
92
93 2011-02-03  Julien Danjou  <julien@danjou.info>
94
95         * gnus-draft.el: Remove progn around gnus-draft-setup.
96
97 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-start.el (gnus-read-active-for-groups): This function is never
100         called with a nil `infos', so clean that up.
101         (gnus-get-unread-articles): Request active files from primary/secondary
102         methods that have no groups (yet).
103
104 2011-02-03  Julien Danjou  <julien@danjou.info>
105
106         * message.el (message-setup-1): Always generate References first.
107         (message-mail): Return the return value of message-setup, not always t.
108         (message-setup-1): Insert mail-header-separator with read-only and
109         intangible properties set.
110
111         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
112         user-date in docstring.
113
114         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
115
116         * gnus.el (gnus-summary-line-format): Mention &user-date format in
117         docstring.
118
119         * gnus.el (gnus-user-date-format-alist): Change default value. Use
120         defcustom, with type and group. Move from gnus-util.el. Rename to
121         gnus-summary-user-date-format-alist.
122
123 2011-02-03  Glenn Morris  <rgm@gnu.org>
124
125         * nnimap.el (gnus-fetch-headers): Declare.
126
127         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
128
129 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
130
131         * message.el (message-forward-make-body-digest-plain)
132         (message-followup, message-reply): Clean up things noted by Stefan.
133
134         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
135         gnus-article-update-date-headers is nil.
136         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
137         it didn't really work with defcustom.
138         (article-update-date-lapsed): Make sure the window start doesn't move,
139         either.
140
141 2011-02-01  Julien Danjou  <julien@danjou.info>
142
143         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
144         format.
145
146         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
147         standard in Emacs nowadays.
148
149         * color.el (color-gradient): Add a color-gradient function.
150
151 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
152
153         * message.el (message-expand-name): Don't trust the return value of
154         bbdb-complete-name.
155         (message-check-news-header-syntax): Remove unused var `start'.
156         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
157         (message-inhibit-body-encoding): Move to before first use.
158         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
159         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
160         (Organization, Message-ID, Date, mh-previous-window-config):
161         Defvar the vars using dynamic scoping.
162
163 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (shr-render-td): Only do colours at the final rendering.
166         Should be slightly faster.
167         (shr-insert-table): Fix up TD background colours when doing the
168         vertical padding.
169
170         * gnus-art.el (article-date-ut): Protect against articles with no Date
171         header.
172         (article-update-date-lapsed): Don't use current-column to find the
173         horizontal position.  It's fragile in the presence of \003 characters.
174
175         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
176
177 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-art.el (article-transform-date): Rewrite to still work when
180         there are several rfc2822 parts.
181         (article-transform-date): Fix infinite recursion.
182         (article-date-ut): Replace infinitely many Date headers with a single
183         one when called interactively.
184
185         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
186         secure manner.
187
188         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
189         move around by not using save-window-excursion.  It seems to work...
190
191 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-art.el (article-make-date-line): Work for user-defined format.
194
195 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
196
197         * nntp.el (nntp-retrieve-group-data-early)
198         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
199         fetching functions.
200
201         * gnus-start.el (gnus-read-active-for-groups): Read the active files
202         thoroughly for all backends that have no known groups.  This should
203         allow new nnml methods to retrieve mail.
204
205         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
206         that Gnus doesn't know exists again.
207
208         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
209         (gnus-treat-date-ut): Ditto.
210         (gnus-article-update-date-header): Renamed.
211         (gnus-treat-date-local): Removed.
212         (gnus-treat-date-english): Removed.
213         (gnus-treat-date-lapsed): Removed.
214         (gnus-treat-date-combined-lapsed): Removed.
215         (gnus-treat-date-original): Removed.
216         (gnus-treat-date-iso8601): Removed.
217         (gnus-treat-date-user-defined): Removed.
218         (gnus-article-date-headers): New variable to control all the date
219         header options.
220         (article-date-ut): Rewrite to allow using the new way to format date
221         headers(s).
222
223 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
224
225         * nnmail.el (nnmail-article-group): Check for a direct fancy split
226         method.
227         (nnmail-article-group): A better test for fanciness.
228
229         * nnimap.el (nnimap-request-head): Protect against not finding the
230         article by Message-ID.
231
232 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-art.el (article-update-date-lapsed): Try a better way to really
235         keep point at the "same place".
236
237 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
240         data if the group is unactivated.
241
242 2011-01-28  Julien Danjou  <julien@danjou.info>
243
244         * gnus-win.el: Remove dead function gnus-window-configuration-element.
245         (gnus-all-windows-visible-p): Remove old compatibility code.
246         (gnus-window-top-edge): Add docstring.
247
248         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
249
250 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
253         older request-update-info.
254
255         * gnus-art.el (article-make-date-line): Limit the length a bit more.
256
257 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
258
259         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
260         mml2015-signers higher precedence over mml2015-sign-with-sender.
261
262 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
265         groups.  This makes the nndraft:queue group pop up if it's not already
266         there.
267
268         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
269         messages" logic, which was reversed.
270
271         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
272         the "same place" even if point is on the line being replaced.
273         (article-update-date-lapsed): Allow updating both the combined lapsed
274         and the lapsed headers.
275         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
276         (article-make-date-line): Limit the number of segments dynamically to
277         avoid too-long lines.
278
279 2011-01-27  Julien Danjou  <julien@danjou.info>
280
281         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
282         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
283
284 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
287         Use plist-get instead of the cl function getf.
288
289 2011-01-27  Glenn Morris  <rgm@gnu.org>
290
291         * gnus-util.el (float-time): Get rid of compiler warning, again.
292
293 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-put-color): Special-case background colours: Do put them
296         at the blank parts at the front of the lines.
297
298         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
299         exit hook to nix out all data on readedness on group exit.
300
301         * gnus-util.el (float-time): If float-time is bound, always use it on
302         all Emacsen.  It's unclear why the subrp check was there.
303         (time-date): Require to make some autoload issues on XEmacs go away.
304
305         * shr.el (shr-put-color): Don't do the box padding in tables, since
306         they're already padded.
307
308 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-art.el (gnus-article-next-page): When the last line of the
311         article is displayed, scroll down once more instead of going to the
312         next article at once.
313         (article-lapsed-string): Refactor out and allow specifying how many
314         segments you want.
315         (gnus-article-setup-buffer): Start updating the lapsed header directly.
316         (gnus-article-update-lapsed-header): New variable.
317
318         * shr.el: Revert change that made headings use different-sized faces.
319         The Emacs display engine isn't advanced enough that, for instance,
320         tables can comfortably use differntly-sized faces.
321
322 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
323
324         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
325         used.
326         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
327         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
328         we're using an encrypted connection.
329
330         * proto-stream.el: Alter the interface functions to also return the
331         actual stream type used: network or tls.
332
333 2011-01-25  Julien Danjou  <julien@danjou.info>
334
335         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
336         (mm-display-javascript-inline): New function.
337
338         * mm-decode.el (mm-inline-media-tests): Add application/javascript
339         viewing function.
340
341 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * shr.el (shr-expand-newlines): Fix variable name.
344
345 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
346
347         * shr.el (shr-expand-newlines): Make nested boxes work.
348
349 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
352         backgrounds.
353         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
354         in a more sensible manner.
355
356 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
359         if EPG is loaded.
360
361 2011-01-24  Julien Danjou  <julien@danjou.info>
362
363         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
364         tags.
365
366 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
369         commands.
370
371         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
372         in the article buffer.
373         (gnus-gravatar-insert): Use blank space from the current buffer to
374         avoid breaking text properties.  This makes X-Sent updating work again.
375
376         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
377
378 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
381         fix the bug in url-http.el instead.
382
383         * shr.el (shr-image-fetched): Ditto.
384
385         * shr.el (shr-image-fetched): Avoid having point move in the article
386         buffer.
387
388         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
389         buffer after being called.  It's apparently being killed by url.el, and
390         killing it made point move to end-of-buffer in a random buffer.
391
392         * shr.el (shr-image-fetched): Ditto.
393
394 2011-01-23  Julien Danjou  <julien@danjou.info>
395
396         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
397
398         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
399         text/x-org.
400
401 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-sum.el (gnus-summary-move-article): Protect against backends
404         (i.e., nnimap) returning nil as the article number.
405
406 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
407
408         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
409         "DelSp" parameter in RFC3676.
410
411 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
412
413         * message.el (message-check-recipients): Display the encoded version of
414         the bogus address if they differ.
415
416         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
417         after sending.
418
419         * gnus-agent.el (gnus-agent-send-mail): Ditto.
420
421         * gnus-group.el (gnus-group-refresh-group): New convenience function.
422
423         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
424         group buffer after sending the queue.
425
426         * gnus-agent.el (gnus-agent-send-mail): Ditto.
427
428 2011-01-22  Julien Danjou  <julien@danjou.info>
429
430         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
431
432 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
435         nested related parts.
436
437         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
438         unexpired articles.  This fixes the regression that led expiry marks to
439         disappear from nnfolder groups.
440
441 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
442
443         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
444         Don't confuse the "ret" of "retrograde" with RET.
445
446 2011-01-21  Julien Danjou  <julien@danjou.info>
447
448         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
449         than mm-insert-inline.
450
451 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
454         Widen article buffer.
455
456 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
457
458         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
459         the temp buffer.
460         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
461
462 2011-01-20  Julien Danjou  <julien@danjou.info>
463
464         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
465
466         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
467         than mm-insert-inline to insert inline part: this respect
468         mm-inline-media-tests displayers.
469
470         * mm-view.el (mm-display-shell-script-inline): New function.
471
472         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
473
474         * mm-uu.el (mm-uu-type-alist): Add org block.
475         (mm-uu-org-src-code-block-extract): New function.
476
477         * mm-view.el (mm-display-org-inline): New function.
478
479         * mm-decode.el (mm-automatic-display): Add text/org.
480
481         * mailcap.el (mailcap-mime-extensions): Add .org.
482
483 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-art.el (gnus-article-highlight): Remove argument passed to
486         gnus-article-add-buttons.
487
488 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
489
490         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
491         From header with a date and "nobody" as the sender.
492
493 2011-01-19  Julien Danjou  <julien@danjou.info>
494
495         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
496         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
497         if you have the same regexp several times.
498         (gnus-button-push): Fix matching when regexp is symbol.
499
500 2011-01-15  Glenn Morris  <rgm@gnu.org>
501
502         * message.el (message-mail): A compose-mail function should
503         accept headers as strings.
504
505 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
506
507         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
508         Add :vert-only tags.
509         (message-mail): New arg RETURN-ACTION.
510         (message-return-action): New var.
511         (message-bury): Use it.
512         (message-mode): Make it buffer-local.
513         (message-send-and-exit): Always call message-bury.
514
515         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
516         message-mail.
517
518 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * nnimap.el (nnimap-convert-partial-article): Protect against
521         zero-length body parts.
522
523         * mm-decode.el (mm-preferred-alternative-precedence):
524         Discourage showing empty parts.
525
526         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
527         and stuff if the backend didn't return the article number.  This fixes
528         an Exchange-related nnimap bug.
529
530         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
531         group window, because it does the wrong thing when a separate frame
532         displays the group buffer.
533
534         * proto-stream.el (open-protocol-stream): Protect against the low-level
535         transport functions returning nil.
536
537 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
538
539         * mml2015.el (epg-sub-key-fingerprint): Autoload.
540         (mml2015-epg-find-usable-secret-key): New function.
541         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
542         mml2015-epg-find-usable-key (Bug#7797).
543         (mml2015-epg-encrypt): Ditto.
544
545 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * dgnushack.el (rot13-string): Fix the way to get the argument.
548
549 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
552
553 2011-01-03  Glenn Morris  <rgm@gnu.org>
554
555         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
556
557         * sieve.el (sieve-open-server): Give a more explicit error if
558         sieve-manage-open returns nil.  (Bug#7720)
559
560 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
561
562         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
563
564 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
567         This avoids sending passwords in plain text over non-encrypted
568         channels.
569
570         * shr.el (shr-rescale-image): Display all GIF images as animated images.
571
572         * nnimap.el (nnimap-login): Refactored out into own function, and
573         implement CRAM-MD5.
574         (nnimap-wait-for-line): Refactored out.
575
576         * mm-view.el (mml-smime): Require.
577
578 2010-12-20  David Engster  <deng@eml.cc>
579
580         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
581         use EPG to decrypt S/MIME messages instead of openssl.
582
583 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
586
587         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
588         status is the group clearly is unreachable.
589
590         * auth-source.el (auth-source-create): Add the optional second
591         parameter to `local-variable-p' to be compatible with XEmacs.
592
593 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
594
595         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
596         work when using a compressed nnml folder.
597
598 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
601         backends after sanitising on entry, because this never makes sense:
602         If the articles have gone missing, then the data no longer exists on
603         the backend, and if they haven't, then Gnus is wrong, and shouldn't
604         overwrite anything anyway.
605
606         * shr.el (shr-insert-document): Bind shr-width dynamically to
607         window-width if it's nil.
608
609 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
610
611         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
612         with the meaning of using the full emacs window width for rendering.
613
614 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
615
616         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
617         case when sender is not given.
618
619 2010-12-23  Julien Danjou  <julien@danjou.info>
620
621         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
622         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
623         the addresses, otherwise we might misplaced the gravatar.
624
625 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
626
627         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
628         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
629         obsolete in Emacs.
630
631 2010-12-20  Julien Danjou  <julien@danjou.info>
632
633         * gnus-util.el (gnus-rescale-image): Revert last change.
634
635 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
636
637         * binhex.el: Improve commentary (Bug#7482).
638
639 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-group.el (gnus-group-delete-articles): New command.
642
643 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
644
645         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
646
647 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
650         here, since it's up to the backends to do CRLF removal if their
651         protocol has it.
652
653         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
654
655 2010-12-17  Julien Danjou  <julien@danjou.info>
656
657         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
658         they are from file. Can also scale up.
659
660 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
661
662         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
663         gnus-use-agent.
664         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
665
666         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
667
668 2010-12-17  Julien Danjou  <julien@danjou.info>
669
670         * gravatar.el (gravatar-retrieve-synchronously): New function.
671         (gravatar-get-data): Make more robust.
672
673 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
676
677 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
680         to really consider the last line.
681
682 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
683
684         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
685         list of recipient keys, or use symmetric encryption if not a list.
686         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
687         EPA override, replacing the call to `netrc-store-data'.
688
689 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
690
691         * gnus-srvr.el: Avoid passing nil regexp argument to
692         delete-matching-lines.
693
694 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
697         fetching stops when Gnus exits.
698
699         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
700         function.
701         (nnfolder-request-expire-articles): Save all the buffers after doing
702         expiry.
703
704         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
705         the last article", since that led to serious performance regressions
706         when expiring nnml groups.
707
708 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
709
710         * nnir.el: Improve customizations.
711
712 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
715
716         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
717         group has been killed.
718         (gnus-group-yank-group): Ditto.
719
720         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
721
722         * nnimap.el (nnimap-request-update-group-status): New function.
723
724         * gnus-int.el (gnus-request-update-group-status): New interface
725         function.
726
727         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
728         copying read-ness to the backends.
729
730         * nnimap.el (nnimap-quirk): New function.
731         (nnimap-retrieve-group-data-early): Use it.
732         (nnimap-quirks): New alist.
733
734 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * shr.el (shr-insert): Set shr-start after deleting trailing space;
737         don't delete it within indentation.
738
739 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
742         previous line.
743
744 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
747         QRESYNC command by deleting a superfluous space which broke Cyrus
748         servers.  This change will break other servers that are buggy the other
749         way around.
750
751 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * spam.el: Reindent and fix long lines.
754         (spam-copy-or-move-routine): Exclude invalid move destinations.
755
756 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
757
758         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
759         installed the registry.
760
761 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
764
765 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
766
767         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
768         groupname doesn't contain "gmane".
769
770 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
773         and netrc-bound-and-true-p bindings.
774         (netrc-parse): Cache the netrc contents.
775
776         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
777         (gnus-1): Don't create the nndrafts group twice.
778         (gnus-setup-news): There's no need to read the active file here, since
779         that's done again later on a per-backend basis.
780         (gnus-start-draft-setup): Make sure that the new group is started out
781         empty.
782
783         * gnus-agent.el (gnus-agentize): Don't create the queue group
784         automatically on startup.  It'll be created later, if needed.
785
786         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
787         of automatically subscribed groups.
788         (gnus-auto-subscribed-categories): New variable.
789         (gnus-matches-options-n): Use it.
790         (gnus-default-subscribed-newsgroups): Remove unused variable.
791         (gnus-start-draft-setup): Message a bit less.
792
793 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
794
795         * nnir.el (nnir-run-imap): Return article list in order of increasing
796         UID.
797
798 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-sum.el (gnus-summary-enter-digest-group):
801         Mention gnus-auto-select-on-ephemeral-exit.
802
803         * proto-stream.el (proto-stream-open-network-only): Fix the calling
804         convention of the network-only option.
805
806 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * proto-stream.el (proto-stream-open-network-only): New function to
809         have a way to specify non-STARTTLS upgrade connections.
810
811 2010-12-10  Julien Danjou  <julien@danjou.info>
812
813         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
814         email address is nil.
815
816         * message.el (message-bogus-recipient-p): Set address to "" if nil.
817
818 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
819
820         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
821         deletion.
822         (nnir-run-imap): Only need to parse list once.
823
824 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * shr.el (shr-tag-script): Ignore <script>.
827         (shr-tag-label): Add <label> support.
828
829 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
832
833         * shr.el (shr-image-displayer): Work for images lined side by side.
834
835 2010-12-08  Robert Pluim  <rpluim@gmail.com>
836
837         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
838         parameter, since XEmacs doesn't accept t as a parameter.
839
840 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
841
842         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
843         ids.
844         (nnir-run-gmane): Simplify groupspec formatting.
845         (nnir-request-expire-articles): New function.
846
847 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
850         overflow, possibly.
851
852         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
853         (shr-render-td): Handle td style="" better.
854         (shr-tag-table): Use the color from the style sheet.
855         (shr-render-td): Make sure we copy over all the overlays, too.
856
857 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
858
859         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
860         (nnir-request-article): Improve article retrieval.
861
862 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * mm-util.el (mm-extra-numeric-entities): New variable.
865
866         * mm-url.el (mm-url-decode-entities):
867         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
868
869         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
870
871 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
872
873         * message.el: Use completion-at-point.
874         (message-completion-function): New fun, extracted from message-tab.
875         (message-mode): Use it for completion-at-point-functions.
876         (message-tab): Use it and completion-at-point.
877
878 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
881         character if a non-breakable character follows.
882
883 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
886         any stream.
887
888         * shr.el (shr-tag-font): Colorize the region.
889         (shr-tag-body): Ditto.
890         (shr-tag-font): Actually let the styles be inherited instead of
891         overwriting them.
892         (shr-tag-font): Get the background color right.
893         (shr-tag-style): Ignore all <style> tags for the moment.
894
895         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
896         a Message-ID to avoid having nnimap depend on gnus-sum.
897
898         * shr.el (shr-descend): Only colorize something if we have a node that
899         sets colors.
900
901 2010-12-06  Julien Danjou  <julien@danjou.info>
902
903         * shr.el (shr-render-td): Render td content with shr-descend, so style
904         will be applied to <td> too.
905         (shr-colorize-region): Colorize region even if we only have a background.
906         (shr-tag-body): Fix color and background color inheritance.
907         Do not recolorize after shr-generic.
908         (shr-tag-font): Let shr-generic colorize via inheritance.
909
910 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
913
914 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * nnir.el (nnir-request-move-article): Remove obsolete code.
917
918 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
921
922 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-sum.el (gnus-summary-respool-article): The completion function
925         expects a list instead of an alist.
926
927         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
928         string as the parameter.
929
930         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
931
932         * shr.el (shr-stylesheet): New dynamic variable for cascading the
933         styles.
934         (shr-colorize-region): New function.
935         (shr-insert-background-overlay): Remove.
936         (shr-render-td): Background setting should be taken care of on a higher
937         level.
938         (shr-tag-body): Use post-hoc colorizations.
939         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
940         (shr-put-color-1): Don't overwrite old colors.
941         (shr-colorize-region): When the background color isn't explicit, use
942         a fixed background.
943
944         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
945         nnmail variables.
946
947 2010-12-05  Bjørn Mork  <bjorn@mork.no>
948
949         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
950         unless necessary.
951
952 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
953
954         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
955         server.
956
957 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
960         so that TAB works.
961
962         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
963         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
964
965         * shr.el (shr-urlify): Show the URL before the title to avoid
966         misleading URLs.
967
968 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
969
970         * shr.el (shr-urlify): Display the title in <a> tags.
971
972 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
973
974         * nnir.el (nnir-categorize): Replace mapcar with mapc.
975
976 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
977
978         * nnir.el: Rearrange code to allow macros to be autoloaded by
979         gnus-sum.el.
980         (nnir-retrieve-headers-override-function): Make this variable
981         customizable.
982         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
983
984         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
985         from nnir.el.
986
987 2010-12-03  Julien Danjou  <julien@danjou.info>
988
989         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
990
991 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
994         allow optional argument `environment'.
995
996 2010-12-03  Glenn Morris  <rgm@gnu.org>
997
998         * mm-extern.el (message-goto-body): Update declaration.
999
1000 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gnus-util.el (gnus-macroexpand-all): New function.
1003
1004         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1005         instead of macroexpand-all that is unavailable in XEmacs.
1006
1007 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1008
1009         * nnir.el (nnir-summary-line-format): New variable.
1010         (nnir-mode): Use it.
1011         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1012         (nnir-article-ids): Reimplement as defsubst.
1013         (nnir-retrieve-headers): Don't mangle the subject header.
1014         (nnir-run-imap): Use 100 as RSV score.
1015         (nnir-run-find-grep): Fix for full server searching.
1016         (nnir-run-gmane): Better restriction to gmane groups.
1017
1018         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1019         summary buffers.
1020
1021 2010-12-02  Julien Danjou  <julien@danjou.info>
1022
1023         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1024
1025         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1026
1027         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1028         support.
1029
1030 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1031
1032         * nnir.el: Update to handle the registry better.
1033         (autoload): Silence byte-compiler.
1034         (nnir-open-server): Add a hook for nnir groups.
1035         (nnir-request-move-article): Don't mangle the header. Better to use
1036         formating variables (which will be added in the future).
1037         (nnir-registry-action): Update the registry using the original article
1038         group name.
1039         (nnir-mode): Install nnir-specific hooks for updating the registry.
1040
1041         * gnus-sum.el
1042         (gnus-article-original-subject,gnus-newsgroup-original-name):
1043         Remove obsolete variables.
1044         (gnus-summary-move-article): Remove use of obsolete variables.
1045         (gnus-summary-local-variables): Make move and delete hooks local to
1046         summary buffers.
1047
1048 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * rtree.el: New file.
1051
1052 2010-12-01  Julien Danjou  <julien@danjou.info>
1053
1054         * message.el (message-user-organization): Do not use
1055         gnus-local-organization.
1056
1057         * gnus.el: Remove gnus-local-organization.
1058
1059         * gnus-msg.el: Remove nastygram thing.
1060
1061 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1064         funcall.
1065
1066 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1069         names.
1070
1071         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1072         characters.
1073
1074         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1075         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1076         Suggested by Štěpán Němec <stepnem@gmail.com>.
1077         (gnus-gravatar-transform-address): Use mail-extract-address-components
1078         that supports non-ASCII names rather than mail-header-parse-addresses.
1079
1080 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * proto-stream.el (open-protocol-stream): All starttls connections are
1083         handled by the network handler.
1084
1085 2010-11-30  Julien Danjou  <julien@danjou.info>
1086
1087         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1088         (nnimap-open-connection-1): Fix PREAUTH.
1089
1090         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1091
1092 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1095         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1096         (shr-insert): Use them.
1097         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1098
1099 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * nnir.el (nnir-request-move-article): Bail out if original group
1102         doesn't support article moves.
1103         (nnir-get-active): Improve active list retrieval.
1104
1105 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1108
1109 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1110
1111         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1112         seem to accept strings-with-numbers as port numbers,
1113
1114 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1115
1116         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1117         change the registry.
1118
1119 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1122         delete-dups that is not available in XEmacs 21.4.
1123
1124         * mm-util.el (mm-delete-duplicates): Add comment.
1125
1126 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-ignored-newsgroups): New variable.
1129         (nnir-get-active): Use it.
1130
1131 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * proto-stream.el (proto-stream-open-network): Add some comments.
1134
1135         * nntp.el (nntp-open-connection): Provide a :success condition.
1136
1137         * nnimap.el (nnimap-open-connection-1): Ditto.
1138
1139         * proto-stream.el (proto-stream-open-network): See what the response to
1140         the STARTTLS command is.
1141
1142         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1143         backwards compatibility).
1144         (nnimap-open-connection-1): Really respect nnimap-server-port.
1145
1146         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1147         TLS upgrades we don't really care about the identity of the peer.
1148         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1149         that what we've checked for.
1150         (proto-stream-always-use-starttls): Only default to t if
1151         open-gnutls-stream exists.
1152         (proto-stream-open-network): If STARTTLS failed, then just open a
1153         normal connection.
1154         (proto-stream-open-network): Wait until the greeting before doing
1155         STARTTLS.
1156
1157         * nntp.el (nntp-open-connection): Report what the connection error is.
1158
1159         * proto-stream.el (open-protocol-stream): Rename from
1160         open-proto-stream.
1161
1162 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnimap.el (nnimap-stream): Change default to `undecided'.
1165         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1166         first, and then network.
1167         (nnimap-open-connection-1): Respect nnimap-server-port.
1168         (nnimap-open-connection): Be more backwards-compatible.
1169
1170         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1171         (proto-stream-open-starttls): De-duplicate the starttls code.
1172         (proto-stream-open-starttls): Folded back into the main function.
1173         (proto-stream-open-network): Fix typo in the gnutls path.
1174         (proto-stream-command): Refactor out.
1175
1176         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1177
1178         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1179         starttls.el STARTTLS.
1180
1181         * color.el (color-lab->srgb): Fix function call name.
1182
1183         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1184         if we're using tls.el.
1185         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1186         built in, then don't try to establish a STARTTLS connection.
1187
1188         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1189         servers.
1190
1191         * proto-stream.el (open-proto-stream): Use network, not stream.
1192         (open-proto-stream): Add a way to specify what the end of a command is.
1193
1194         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1195         connections types.
1196         (nntp-open-network-stream): Remove.
1197         (nntp-open-ssl-stream): Remove.
1198         (nntp-open-tls-stream): Remove.
1199         (nntp-ssl-program): Remove.
1200
1201         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1202
1203 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1204
1205         * nnir.el: Fix typos.
1206         (nnir-retrieve-headers-override-function): Rename variable to reflect
1207         new semantics.
1208         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1209         macros.
1210         (nnir-request-article, nnir-request-move-article): Use them.
1211         (nnir-categorize): New function.
1212         (nnir-run-query): Use it.
1213         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1214         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1215         sorted.
1216         (nnir-group-full-name): Use gnus-group-full-name instead.
1217         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1218         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1219
1220 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1223
1224         * proto-stream.el: New library to provide protocol-specific
1225         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1226         protocols.
1227         (open-proto-stream): Complete the documentation.
1228         (proto-stream-open-network): Fix some typos.
1229
1230         * nnimap.el (nnimap-open-connection): Use it.
1231
1232 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1233
1234         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1235         negotiation.
1236
1237 2010-11-26  Julien Danjou  <julien@danjou.info>
1238
1239         * color.el: Rename various rgb functions to srgb.
1240
1241 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1244         names.
1245
1246 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * shr.el (shr-insert): Revert last change.
1249         (shr-find-fill-point): Never leave point being at bol;
1250         relax the kinsoku limitation when rendering tables.
1251
1252 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1255         results from -accept-article.
1256
1257         * shr-color.el: Require cl when compiling.
1258
1259         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1260         checkin.
1261
1262         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1263
1264         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1265
1266         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1267         'add and 'delete to set backend marks.
1268
1269         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1270
1271         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1272
1273         * nntp.el (nntp-request-set-mark): Use it.
1274
1275         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1276
1277         * nnml.el (nnml-request-set-mark): Ditto.
1278
1279         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1280         introduces regressions in article selection.
1281         (nnimap-find-uid-response): New function.
1282         (nnimap-request-accept-article): Use the UID returned, if any.
1283         (nnimap-request-move-article): Use the UID returned, if any.
1284         (nnimap-get-groups): Reimplement to work with folded lines.
1285         (nnimap-find-uid-response): The UID is the last element in the list.
1286         (nnimap-request-set-mark): Extend syntax with 'set.
1287
1288         * nnml.el (nnml-request-set-mark): Ditto.
1289
1290         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1291
1292         * nntp.el (nntp-request-set-mark): Ditto.
1293
1294 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * message.el (message-called-interactively-p): A temporary macro.
1297         (message-goto-body): Use it temporarily.
1298
1299 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1302         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1303         (nnimap-last-response-string): Fix last unfolding fix.
1304
1305 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * shr.el (shr-insert): Fix the way to fold lines.
1308
1309 2010-11-25  Julien Danjou  <julien@danjou.info>
1310
1311         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1312
1313         * color.el: Rename from color-lab.el
1314         (color-rgb->hex): Add.
1315         (color-complement): Add.
1316         (color-complement-hex): Add.
1317
1318         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1319
1320 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1323         don't exist.
1324
1325 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1328         assuming that article displaying or another mml-preview may be
1329         interrupted for an error or for the like.
1330
1331         * shr.el (shr-get-background): Fix argument name.
1332
1333 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1336
1337         * gnus-sum.el (gnus-summary-include-articles): New function.
1338
1339         * message.el (message-goto-body): called-interactively-p needs a
1340         parameter, so use `any'.
1341
1342         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1343         clear marks before moving, since they're synced from the Gnus side
1344         first.
1345
1346         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1347         (gnus-summary-move-article): Copy over all marks before moving, so that
1348         IMAP doesn't think a new article has arrived.
1349
1350 2010-11-24  Julien Danjou  <julien@danjou.info>
1351
1352         * shr.el (shr-insert-background-overlay): Fix typo.
1353         (shr-render-td): Copy the background before rendering.
1354
1355         * shr-color.el (shr-color-visible): Fix docstring.
1356
1357         * shr.el (shr-tag-table): Add bgcolor support.
1358         (shr-render-td): Add bgcolor support.
1359         (shr-get-background): Add.
1360         (shr-insert-foreground-overlay): Use shr-get-background.
1361
1362         * message.el (message-goto-body): Use called-interactively-p.
1363         (message-in-body-p): message-goto-body returns point.
1364
1365 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1368         Fixes something or other in Emacs 23, and is backwards compatible.
1369
1370         * message.el (message-goto-body): Remove the <#secure special-casing,
1371         which is too special.
1372
1373         * shr.el (shr-parse-style): Drop !important from styles.
1374
1375 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1376
1377         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1378         this function to return incorrect results when calling it with an
1379         explicit article argument different from
1380         (gnus-summary-article-number).
1381
1382 2010-11-24  Julien Danjou  <julien@danjou.info>
1383
1384         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1385         (shr-tag-body): Add background support.
1386         (shr-descend): Add background support.
1387         (shr-tag-title): Add.
1388
1389         * shr-color.el (shr-color-visible): Really return original background
1390         if fixed.
1391
1392 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * shr.el (shr-color-check): Protect against non-existant colour names.
1395
1396 2010-11-24  Julien Danjou  <julien@danjou.info>
1397
1398         * color-lab.el: Require 'cl when compiling.
1399
1400         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1401
1402         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1403         matched part.
1404
1405         * color-lab.el: Fix all expt calls to use float type.
1406
1407 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1410         expression to shr-color-check as is.
1411
1412         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1413
1414         * color-lab.el: Add coding cookie.
1415         (float-pi): Use eval-and-compile.
1416
1417         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1418         compiled for Emacsen having no `libxml-parse-html-region' support.
1419
1420 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * shr.el (shr-insert-color-overlay): Split stuff like
1423         "#444444 !important" to find the real colour.
1424         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1425         parse <font color="red"> entries.
1426
1427 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1428
1429         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1430         point when parsing headers.
1431
1432         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1433         is positioned properly when parsing headers.
1434
1435 2010-11-23  Julien Danjou  <julien@danjou.info>
1436
1437         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1438
1439         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1440
1441         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1442
1443         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1444         Use shr-color-hue-to-rgb.
1445         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1446
1447 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * shr.el (shr-color->hexadecimal): Autoload.
1450         (shr-descend): Add color to all tags.
1451
1452 2010-11-22  Julien Danjou  <julien@danjou.info>
1453
1454         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1455         shr-color->hexadecimal.
1456
1457         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1458         RGB() or HSL() color representation.
1459
1460         * shr.el (shr-tag-font): Add.
1461         (shr-tag-color-check): New function to get better colors.
1462         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1463         tag-span.
1464
1465         * shr-color.el: New file.
1466
1467         * color-lab.el: New file.
1468
1469         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1470
1471 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1472
1473         * nnir.el: Fix typo in comments.
1474         (nnir-run-imap): Simplify code. No need to reverse artlist.
1475         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1476
1477 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1480
1481         * nnimap.el (nnimap-get-capabilities): Refactor out.
1482         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1483
1484 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1485
1486         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1487         appearing when `mm-uu-hide-markers' is nil.
1488
1489 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnimap.el (nnimap-unselect-group): Make into its own function.
1492         (nnimap-request-rename-group): Unselect group before renaming.
1493         This had gotten lost somewhere.
1494         (nnimap-request-accept-article): Keep track of examined groups, and
1495         unselect the group before APPENDing to read-only groups.
1496         (nnimap-request-move-article): Clear flags before moving so that they
1497         can be re-set later.
1498
1499 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1502         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1503
1504 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-art.el (gnus-mime-display-single)
1507         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1508         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1509         parameter.
1510
1511 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1514         (shr-table-vertical-line): New variable.
1515         (shr-insert-table): Use it.
1516
1517 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-html.el (gnus-html-wash-images): Don't display images if
1520         gnus-inhibit-images is non-nil; register displayer for cid images.
1521         (gnus-html-display-image): Work for cid image.
1522         (gnus-html-insert-image): Allow arguments.
1523         (gnus-html-put-image): Inhibit read-only.
1524         (gnus-html-prefetch-images): Don't prefetch images if
1525         gnus-inhibit-images is non-nil.
1526
1527 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * shr.el (shr-put-image): Break lines when inserting big pictures.
1530
1531 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1532
1533         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1534         sender, thanks Katsumi Yamaoka.
1535
1536 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1537
1538         * nnir.el (nnir-run-imap): Reverse the article list for each group
1539         rather than the whole list.
1540
1541 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * shr.el (shr-image-displayer): Protect function against non-existent
1544         image source.
1545
1546         * gnus-art.el (gnus-inhibit-images): New user option.
1547         (gnus-mime-display-single): Don't display image if it is non-nil.
1548
1549         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1550         gnus-inhibit-images.
1551
1552         * shr.el (shr-image-displayer): New function.
1553         (shr-tag-img): Use it.
1554
1555 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1556
1557         * mml2015.el (mml2015-epg-sign): Use From header.
1558
1559 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1562
1563         * gnus-util.el (gnus-find-text-property-region): Return markers.
1564
1565         * shr.el (shr-tag-img): Put a displayer in the text property.
1566
1567         * gnus-util.el (gnus-find-text-property-region): New utility function.
1568
1569         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1570         (gnus-html-show-images): Remove.
1571
1572         * gnus-art.el (gnus-article-show-images): New, more general function.
1573
1574         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1575         image url text properties.
1576
1577         * shr.el: Ditto.
1578
1579         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1580         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1581
1582 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1585         work for two or more articles.
1586
1587 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1590         divide an image that's in an html article to two or more when washing
1591         non-ASCII characters in alt text of it.
1592
1593 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1596         smime-decrypt-region using function argument.
1597         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1598
1599         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1600
1601         * smime.el (smime-decrypt-region): Catch it.
1602
1603 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1604
1605         * smime.el (smime-mode-map): Move initialization into declaration.
1606         (gnus-run-mode-hooks): Don't autoload.
1607         (smime-mode): Use define-derived-mode.
1608
1609 2010-11-11  Glenn Morris  <rgm@gnu.org>
1610
1611         * smime.el (from): Restrict declaration to XEmacs.
1612
1613         * nnir.el (gnus-group-topic-name): Autoload.
1614
1615 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * shr.el (shr-insert): Don't break long line if it is because of
1618         kinsoku-bol characters in the line end.
1619
1620 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1621
1622         * nnir.el (nnir-request-move-article): Fix to provide original group
1623         and subject.
1624         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1625         been retrieved.
1626
1627         * gnus-sum.el (gnus-summary-move-article): Use original group and
1628         subject for virtual articles such as those in an nnir summary buffer.
1629
1630 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1633         least 21.5).
1634
1635         * smime.el (from): Declare it again for XEmacs.
1636
1637 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * message.el (message-resend): Don't disable encoding unless it's
1640         already encoded.
1641
1642         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1643         low-numbered articles.
1644
1645 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * rfc2047.el (rfc2047-syntax-table): Simplify.
1648
1649         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1650
1651         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1652         set-char-table-range for XEmacs.
1653
1654 2010-11-10  Glenn Morris  <rgm@gnu.org>
1655
1656         * time-date.el (time-to-seconds): Always an alias on Emacs,
1657         never a real function.
1658         (with-no-warnings): Remove compat stub, now unused.
1659         (time-less-p): Doc fix.
1660         (time-to-number-of-days): Simplify.
1661
1662         * smime.el (from): Remove unused declaration.
1663
1664         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1665         (gnus-float-time): On Emacs, always an alias.
1666
1667         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1668         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1669
1670 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * dgnushack.el: Don't use ignore-errors in the top level form since it
1673         is unavailable in XEmacs even if cl is loaded.
1674
1675         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1676
1677 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * shr.el (browse-url-mailto): Autoload.
1680
1681         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1682
1683         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1684         regexp doesn't need quoting.
1685
1686 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1687
1688         * message.el (message-subject-trailing-was-ask-regexp)
1689         (message-subject-trailing-was-regexp): Match was: in addition to was.
1690
1691 2010-11-09  Glenn Morris  <rgm@gnu.org>
1692
1693         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1694         (nnbabyl-check-mbox): Use point-at-bol.
1695
1696 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1699
1700         * message.el (message-mailto): New function.
1701         (message-mailto): Should accept other parameters.
1702         (message-mailto): Remove since it duplicates browse-url-mailto
1703         functionality.
1704
1705 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1708         methods.
1709         (gnus-read-active-file): Ditto.
1710
1711         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1712         ": " from the prompt.
1713         (gnus-group-make-group): Ditto.
1714
1715 2010-11-07  Glenn Morris  <rgm@gnu.org>
1716
1717         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1718         (gnus-bookmark-kill-line): Use point-at-eol.
1719
1720 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1723         asterisks in From header.
1724
1725 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1728         string to avoid making the From headers syntactically invalid.
1729
1730         * message.el (message-send-mail): Don't insert courtesy messages if the
1731         message already has List-Post and List-ID messages.
1732
1733 2010-11-06  Glenn Morris  <rgm@gnu.org>
1734
1735         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1736         `condition', `type', `length' a prefix.
1737         (gnus-treat-predicate): Update for above name changes.
1738
1739 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1740
1741         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1742         binding.  Handled by `gnus-summary-refer-thread' instead.
1743         (nnir-warp-to-article): New backend function.
1744
1745         * nnimap.el (nnimap-request-thread): Force dependency updating.
1746
1747         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1748         (gnus-summary-refer-thread): Rework to improve thread-referral.
1749
1750         * gnus-int.el (gnus-warp-to-article): New function.
1751
1752         * gnus-sum.el (gnus-summary-article-map): Bind it.
1753
1754 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1755
1756         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1757         gnus-summary-refer-thread.
1758
1759         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1760         headers.
1761         (gnus-summary-limit-include-thread): Prevent articles in thread from
1762         being cut in gnus-cut-threads.
1763         (gnus-summary-refer-thread): Limit retrieved headers to those in
1764         thread.
1765
1766 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * message.el (message-send-mail): Use the value of
1769         message-courtesy-message from the message buffer.
1770
1771         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1772
1773         * shr.el (shr-browse-url): Implement mailto: URLs.
1774
1775         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1776         "raw".
1777
1778         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1779         if it's already selected.
1780
1781         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1782
1783 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1786         to measure the length and truncate alt text.
1787
1788 2010-11-03  Glenn Morris  <rgm@gnu.org>
1789
1790         * nndiary.el (nndiary-generate-nov-databases-1)
1791         (nndiary-generate-active-info): Rename dynamic variable `files' to
1792         something less generic.
1793
1794 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1795
1796         * nnir.el (nnir-request-move-article): Call the underlying backend to
1797         move articles from nnir.
1798
1799 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1802
1803 2010-11-02  Julien Danjou  <julien@danjou.info>
1804
1805         * nnir.el: Remove wais support.
1806
1807 2010-11-02  Glenn Morris  <rgm@gnu.org>
1808
1809         * gnus-html.el: Reorder requirements to quieten compiler.
1810
1811 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1814         properly for XEmacs as well.
1815         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1816         (gnus-article-natural-long-line-p): Use window-width rather than
1817         frame-width.
1818
1819 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1820
1821         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1822         (nnir-read-parms): Don't modify query.
1823         (nnir-run-query): Add ability to search topic on current line.
1824         (nnir-get-active): Clean up.
1825
1826 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1829         degenerate articles.
1830
1831         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1832         (gnus-print-buffer): Just print the buffer as is, without any copying
1833         to a buffer and then re-highlighting.
1834
1835         * nnimap.el (nnimap-request-group): Store the new updated info.
1836         (nnimap-request-group): Select the group when we don't know whether it
1837         exists or not.
1838
1839         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1840         groups.
1841
1842         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1843         groups.
1844
1845         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1846         groups.
1847
1848         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1849         long-lines case by only filling the long lines.
1850
1851         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1852         (bug #7311).
1853
1854 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * shr.el: No need to declare `declare-function' since shr.el is for
1857         only Emacsen that provide `libxml-parse-html-region'.
1858
1859         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1860         effective only in a file it is referred to.
1861
1862 2010-11-01  Glenn Morris  <rgm@gnu.org>
1863
1864         * mm-util.el (gnus-completing-read): Autoload.
1865         (mm-read-coding-system): Simplify Emacs definition.
1866
1867         * nnmail.el (gnus-activate-group):
1868         * nnimap.el (gnutls-negotiate):
1869         * nntp.el (netrc-parse): Fix declarations.
1870
1871 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1874         string-match-p in Emacs >=23.
1875
1876         * gnus-msg.el (gnus-configure-posting-styles)
1877         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1878
1879 2010-11-01  Glenn Morris  <rgm@gnu.org>
1880
1881         * nnir.el (declare-function): Add compat stub.
1882         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1883         (nnir-run-gmane): Require 'mm-url.
1884
1885         * mm-util.el (mm-string-to-multibyte): Simplify.
1886
1887         * shr.el (declare-function): Add compat stub.
1888         (url-cache-create-filename): Declare.
1889         (mm-disable-multibyte, widget-convert-button): Autoload.
1890
1891         * smime.el (ldap-search): Declare.
1892         (smime-cert-by-ldap-1): Require ldap on Emacs.
1893
1894         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1895         (nnimap-keepalive): Use gnus-float-time.
1896
1897         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1898         (mail-source-delete-crash-box): Use gnus-float-time.
1899
1900         * gnus-dired.el (gnus-completing-read): Autoload.
1901
1902         * mm-view.el (gnus-rescale-image): Autoload.
1903
1904         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1905
1906         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1907
1908         * sieve-manage.el: Require 'cl when compiling.
1909
1910         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1911         (gnus-iswitchb-completing-read): Require iswitchb.
1912         (gnus-select-frame-set-input-focus): Silence compiler.
1913
1914 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * message.el (message-subject-trailing-was-query): Change default to t,
1917         since I think that's what most people want.
1918
1919         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1920         appending for easier debugging.
1921         (nnimap-wait-for-connection): Take a regexp.
1922         (nnimap-request-accept-article): Wait for the continuation line before
1923         sending anything unless we're streaming.
1924
1925         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1926         leave the header washing to take place.
1927
1928 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1929
1930         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1931         regular expression match and replace in posting styles.
1932
1933 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1934
1935         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1936         an entire server.
1937         (nnir-get-active): New function.
1938         (nnir-run-imap): Use it.
1939         (nnir-run-gmane): Who knew, gmane search returns an article score!
1940
1941         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1942         server on the current line with nnir.
1943
1944 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1947         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1948         left edge.
1949         (gnus-article-foldable-buffer): Skip past the prefix when determining
1950         raggedness.
1951
1952         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1953         the raw article, and change `C-u g' to show the article without doing
1954         treatments.
1955
1956         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1957         on to `gnus-treat-article'.
1958         (gnus-inhibit-article-treatments): New variable.
1959
1960         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1961
1962         * gnus-art.el (gnus-treatment-function-alist): Have
1963         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1964         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1965         sections.
1966
1967         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1968         parameter.
1969         (gnus-article-fill-cited-long-lines): New function.
1970         (gnus-article-fill-cited-article): Allow filling only long sections.
1971
1972         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1973         and non-punctuation (like after the apostrophe in "'We").
1974
1975         * gnus-sum.el (gnus-summary-select-article): Make sure
1976         gnus-original-article-buffer is alive.
1977
1978         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1979         reflect the order they're in in the digest.
1980
1981         * gnus.el (gnus-group-startup-message): Move point to the start of the
1982         buffer.
1983
1984         * nnimap.el (nnimap-capability): New function.
1985         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1986         is set.
1987
1988 2010-10-31  David Engster  <dengste@eml.cc>
1989
1990         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1991         conform with changes to gnus-completing-read.
1992
1993 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1996
1997 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1998
1999         * nnir.el: Move defvar, defcustom around to keep file organized
2000         and keep byte-compiler quiet.
2001         (nnir-read-parms): Accept search-engine as arg.
2002         (nnir-run-query): Pass search-engine as arg.
2003         (nnir-search-engine): Remove.
2004
2005 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * shr.el (shr-generic): The text nodes should be text, not :text.
2008
2009         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2010         later in the file.
2011
2012 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2013
2014         * nnir.el: General clean up.  Allow searching with multiple engines.
2015         Allow separate extra-parameters for each engine.
2016         Batch queries when possible.
2017         (nnir-imap-default-search-key,nnir-method-default-engines):
2018         Add customize interface.
2019         (nnir-run-gmane): New engine.
2020         (nnir-engines): Use it.  Qualify all prompts with engine name.
2021         (nnir-search-engine): Remove global variable.
2022         (nnir-run-hyrex): Restore for now.
2023         (nnir-extra-parms,nnir-search-history): New variables.
2024         (gnus-group-make-nnir-group): Use them.
2025         (nnir-group-server): Remove in favor of gnus-group-server.
2026         (nnir-request-group): Avoid searching twice.
2027         (nnir-sort-groups-by-server): New function.
2028
2029 2010-10-30  Julien Danjou  <julien@danjou.info>
2030
2031         * gnus-group.el: Remove gnus-group-fetch-control.
2032
2033         * gnus-start.el (gnus-find-new-newsgroups):
2034         Remove gnus-check-first-time-used.
2035
2036         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2037
2038 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2039
2040         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2041         set on groups that don't have \* permanentflags.
2042
2043 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2046         control the background color.
2047         (shr-tag-img): Ignore very small web bug type images.
2048         (shr-put-image): Add help-echo alt texts to the images.
2049         (shr-tag-video): Show the video poster image.
2050
2051 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * shr.el (shr-table-depth): New variable.
2054         (shr-tag-table-1): Only insert the images after the top-level table.
2055
2056         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2057
2058         * gnus-util.el (gnus-list-memq-of-list): New function.
2059
2060         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2061         selected.
2062         (nnimap-unsplittable-articles): New slot.
2063         (nnimap-new-articles): Use it.
2064
2065 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2066
2067         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2068         move to the previous line on `M-g'.
2069
2070 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2073         *-request-group, which seems unnecessary.
2074
2075         * nnimap.el (nnimap-quote-specials): Function copied over from
2076         imap.el.
2077         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2078         they support that.  Suggested by Tom Regner.
2079
2080 2010-10-29  Julien Danjou  <julien@danjou.info>
2081
2082         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2083         defalias.
2084         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2085
2086         * gnus.el: Remove `gnus-nntp-service' variable.
2087         (gnus-secondary-servers): Make obsolete.
2088         (gnus-nntp-server): Make obsolete.
2089
2090         * gnus-start.el (gnus-1): Remove x-splash calls.
2091
2092         * gnus-ems.el (gnus-x-splash): Remove.
2093
2094         * gnus.el (gnus-group-startup-message): Simplify/update code.
2095
2096         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2097         definition.
2098
2099         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2100         capability before doing anything.
2101         (gnus-group-insert-group-line): Remove useless
2102         gnus-group-remove-excess-properties.
2103
2104 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2107
2108 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2111         config after reselecting.
2112
2113 2010-10-28  Julien Danjou  <julien@danjou.info>
2114
2115         * shr.el (shr-put-image): Use point even if only inserting text.
2116         (shr-put-image): Save excursion when inserting alt text on non-graphic
2117         display, so the behaviour is the same when we are on a graphic display.
2118
2119         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2120
2121 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2124         (gnus-mime-copy-part): Check coding system, not charset.
2125         (gnus-mime-view-part-externally): Never remove part.
2126         (gnus-mime-view-part-internally): Don't remove part here.
2127         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2128         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2129         multipart/alternative.
2130
2131         * mm-decode.el (mm-display-part): Take optional arg `force'.
2132
2133 2010-10-26  Julien Danjou  <julien@danjou.info>
2134
2135         * gnus-group.el (gnus-group-default-list-level): Add this function to
2136         compute the default list level.
2137         (gnus-group-default-list-level): Add possibility to use a function.
2138
2139 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2142
2143         * gnus-group.el (gnus-group-completing-read)
2144         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2145         gnus-replace-in-string.
2146
2147 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * shr.el (shr-tag-div): Add.
2150
2151         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2152
2153 2010-10-25  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-util.el: Remove `gnus-with-local-quit'.
2156
2157         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2158
2159 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2162         the original article buffer.
2163
2164 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nnimap.el (nnimap-request-head): New function.
2167         (nnimap-request-move-article): Try to be slighly faster by not
2168         requesting the entire message when moving.
2169         (nnimap-transform-headers): Don't bug out on bodiless articles.
2170         (nnimap-send-command): Have no outstanding messages if the IMAP server
2171         doesn't support streaming.
2172         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2173
2174 2010-10-24  Julien Danjou  <julien@danjou.info>
2175
2176         * message.el (message-default-headers): Fix type.
2177
2178 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2181         prefetching images.
2182
2183         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2184         backend for unknown groups.  This is mainly useful for nnimap groups.
2185
2186         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2187         group isn't covered by the agent.
2188
2189 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2190
2191         * nnir.el (nnir-method-default-engines): New variable.
2192         (nnir-run-query): Use it.
2193         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2194         (gnus-summary-nnir-goto-thread): Change group if needed.
2195
2196         * gnus-group.el (gnus-group-group-map): Add key binding for
2197         gnus-group-make-nnir-group.
2198
2199 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * shr.el (shr-tag-object): Add.
2202
2203         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2204         original article buffer live.
2205         (gnus-summary-select-article-buffer):
2206         Mention gnus-widen-article-buffer.
2207
2208 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * shr.el (shr-tag-strong): Add.
2211
2212 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2215         group names.  They mess up the group buffer badly.
2216
2217         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2218
2219         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2220         instead of the summary one.
2221
2222 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * mml.el (mml-preview): Work properly when editing article.
2225
2226         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2227         gnus-have-read-active-file if it's already been in.
2228
2229 2010-10-22  Tom Tromey  <tromey@redhat.com>
2230
2231         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2232         gnus-group-completing-read.
2233
2234 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * message.el (message-mode-map): Don't bind M-; to comment region, to
2237         allow the global comment-dwim to work.
2238
2239 2010-10-21  Julien Danjou  <julien@danjou.info>
2240
2241         * message.el (message-setup-1): Allow message-default-headers to be a
2242         function.
2243
2244 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * shr.el (shr-tag-table): Simplify.
2247
2248 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2251         to avoid trying to snarf invalid stuff.
2252
2253         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2254
2255         * gnus.el (gnus-message-archive-group): Quote value.
2256         (gnus-message-archive-group): Mark as changed.
2257
2258         * shr.el (shr-add-font): Don't put the font properties on the newline
2259         or the indentation.
2260
2261         * message.el (message-fix-before-sending): Change options when sending
2262         non-printable characters.
2263
2264         * gnus.el (gnus-message-archive-method): Change the default to
2265         monthly outgoing groups.
2266
2267         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2268         that have gotten new numbers.
2269
2270         * nnimap.el (nnimap-request-replace-article): New function.
2271
2272 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2275         (nnrss-request-article): Don't use special html washing code.
2276
2277 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * shr.el (shr-tag-table): Remove useless nconc.
2280
2281 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-art.el (article-wash-html): Simplify and remove the charset
2284         stuff.  Use the normal html rendering code instead of the special html
2285         washing code.
2286
2287         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2288         `gnus-w3m' symbols.
2289         (mm-text-html-washer-alist): Remove.
2290
2291         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2292         (mm-inline-media-tests): Remove use.
2293         (mm-text-html-renderer): Change default to the `shr' symbol.
2294
2295         * mm-view.el (mm-inline-text-html): Remove use.
2296
2297         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2298         `gnus-blocked-images' to be a function.
2299         (gnus-article-wash-function): Remove.
2300
2301 2010-10-20  Julien Danjou  <julien@danjou.info>
2302
2303         * spam.el (spam-list-of-processors): Mark as obsolete.
2304
2305         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2306         (nnimap-insert-partial-structure): Fix boundary detection.
2307
2308 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2309
2310         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2311         run file-truename on remote files.  This can be expensive and even
2312         prevent one from editing drafts if some unrelated buffer has a stale
2313         connection.
2314
2315 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2318         kinsoku-eol regardless of shr-kinsoku-shorten.
2319         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2320         (shr-tag-table): Support caption, thead, and tfoot.
2321
2322 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2325         lines.
2326         (shr-save-contents): New command and keystroke.
2327
2328         * nndoc.el (nndoc-type-alist): Add git support.
2329         (nndoc-git-type-p): New function.
2330         (nndoc-transform-git-article): Ditto.
2331         (nndoc-transform-git-headers): Ditto.
2332         (nndoc-transform-git-headers): Generate Subject headers.
2333
2334         * shr.el (shr-parse-style): New function.
2335         (shr-tag-span): Ditto.
2336
2337         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2338         to `G G' to avoid collisions.
2339
2340 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * shr.el: Load kinsoku if necessary.
2343         (shr-kinsoku-shorten): New internal variable.
2344         (shr-find-fill-point): Make kinsoku shorten text line if
2345         shr-kinsoku-shorten is bound to non-nil.
2346         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2347         shr-indentation too when testing if table is wider than frame width.
2348         (shr-insert-table): Use `string-width' instead of `length' to measure
2349         text width.
2350         (shr-insert-table-ruler): Make sure indentation is done at bol.
2351
2352 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2353
2354         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2355         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2356         undecoded network data.
2357
2358 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2361         name in the mode line spec so that the mode line menu works
2362         (bug #2431).
2363
2364         * message.el (message-get-reply-headers): If we're fed `to-address',
2365         then always use that.
2366
2367         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2368         aren't so wide as to need to switch off the edit menu.
2369
2370         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2371         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2372
2373         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2374         `M-g'.
2375         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2376         the permanent marks.
2377
2378 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2379
2380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2381         Splitting according to references/in-reply-to obeys the ignore-groups
2382         variable, while splitting by sender and subject do not.
2383
2384 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2387         alist, so that we can look for non-Unicode chars.
2388         (article-translate-strings): Allow both character and string maps.
2389
2390 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * shr.el (shr-insert): Don't insert space behind a wide character
2393         categorized as kinsoku-bol, or between characters both categorized as
2394         nospace.
2395
2396 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2397
2398         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2399         headers to gnus-newsgroup-headers.
2400
2401 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * shr.el (shr-tag-img): Don't align images -- since we're not
2404         rescaling, this often leads to ugly displays.
2405
2406 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2407
2408         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2409         duplicates.
2410
2411 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2412
2413         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2414         call.
2415
2416 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus.el: Autoload gnus-html-show-images.
2419
2420         * nnimap.el: Use nnheader-message throughout.
2421
2422         * shr.el (shr-tag-img): Ignore images with no data.
2423
2424 2010-10-15  Julien Danjou  <julien@danjou.info>
2425
2426         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2427         a possibility to disable format=flow encoding when using hard newlines.
2428
2429 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * shr.el (shr-insert): Remove space inserted before or after a
2432         breakable character or at the beginning or the end of a line.
2433         (shr-find-fill-point): Do kinsoku; find the second best point or give
2434         it up if there's no breakable point.
2435
2436 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnimap.el (nnimap-open-connection): Message when opening connection
2439         for debugging purposes.
2440
2441         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2442         on every setup buffer call to allow this to change from article to
2443         article.
2444
2445         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2446         buffers where we have a wide table.
2447
2448 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2449
2450         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2451         uses *-request-thread.
2452
2453 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2456         incantation, which is no longer valid.
2457
2458 2010-10-14  Julien Danjou  <julien@danjou.info>
2459
2460         * shr.el: Fix defcustom type (char -> character).
2461
2462 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2465         programs.
2466
2467 2010-10-14  Julien Danjou  <julien@danjou.info>
2468
2469         * shr.el (shr-tag-a): Use url-link as widget type.
2470
2471         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2472         `gnus-group-get-icon'.
2473
2474 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2477         This should make server editing work better.
2478
2479         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2480
2481         * tls.el (tls-program): Remove spurious %s from openssl.
2482
2483         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2484         (nnimap-parse-flags): Fix regexp.
2485
2486         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2487         probably work for CJVK text, too.
2488
2489         * nnimap.el (nnimap-extend-tls-programs): Remove.
2490         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2491
2492         * tls.el (tls-starttls-switches): Remove starttls hack.
2493         (open-tls-stream): Ditto.
2494         (tls-find-starttls-argument): Ditto.
2495
2496 2010-10-13  Julien Danjou  <julien@danjou.info>
2497
2498         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2499         responses.
2500
2501 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2504
2505         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2506         anything in Emacs.
2507
2508         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2509
2510 2010-10-13  Julien Danjou  <julien@danjou.info>
2511
2512         * shr.el (shr-width): Make shr-width a defcustom with default to
2513         fill-column.
2514         (shr-tag-img): Use shr-width rather than fill-column.
2515
2516 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * dgnushack.el (byte-optimize-apply)
2519         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2520
2521         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2522         position when (X-)Faces exist.
2523         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2524         avatars when called interactively.
2525
2526 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2529         gnus-article-x-face-too-ugly is bound.
2530
2531 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2534
2535         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2536         mailbox that doesn't exist.
2537
2538 2010-10-12  Julien Danjou  <julien@danjou.info>
2539
2540         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2541         (shr-get-image-data): Encode URL properly when fetching from cache.
2542         (shr-tag-img): Use aligned-to spaces to align correctly images.
2543
2544         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2545         before inserting the Gravatar.
2546
2547         * shr.el (shr-tag-img): Add align attribute support for <img>.
2548
2549 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-gravatar.el (gnus-art): Require.
2552
2553         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2554         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2555         Remove long obsoleted functions.
2556
2557 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2560
2561         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2562
2563         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2564         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2565         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2566         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2567         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2568         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2569         * sieve-manage.el, smime.el, spam.el:
2570         Fix comment for declare-function.
2571
2572 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * nnimap.el (nnimap-request-rename-group): Select group read-only
2575         before renaming it.
2576
2577         * shr.el (shr-insert): Fix up the white space only regexp.
2578
2579         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2580         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2581
2582         * shr.el (shr-current-column): New function.
2583         (shr-find-fill-point): New function.
2584
2585 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2586
2587         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2588         numbers.
2589
2590 2010-10-11  Julien Danjou  <julien@danjou.info>
2591
2592         * shr.el (shr-hr-line): Add.
2593         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2594         display hr lines.
2595         (shr-max-columns): Do not change state to nil if we just inserting
2596         spaces.
2597
2598 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2601         select the last group.
2602
2603 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2604
2605         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2606
2607 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2608
2609         * dig.el (dig-mode-map): Declare and define in one step.
2610
2611 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2614         for Gnus.
2615         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2616         (nnimap-update-qresync-info): Mark \Seen articles as read.
2617
2618         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2619         non-variable, too.
2620
2621         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2622         available.
2623         (nnimap-update-info): Rely more on the current active than the param
2624         active to avoid marking articles as read too much.
2625
2626         * auth-source.el (auth-source-create): Use (user-login-name) for the
2627         user name default.
2628
2629         * nnimap.el (nnimap-update-info): If the server doesn't return any
2630         useful info, just use the previous info.
2631         (nnimap-update-info): Prefer old info over start-article.
2632         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2633
2634 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2635
2636         * nnir.el (autoload): Clean up autoloads.
2637         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2638         Use key rather than value.
2639         (nnir-imap-search-other): New variable.
2640         (nnir-read-parm): Use it.
2641         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2642         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2643
2644 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2647         the process, too.
2648
2649 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * spam.el (gnus-summary-mode-map): Bind to "$".
2652         Suggested by Russ Allbery.
2653
2654         * shr.el: Rework the way things are indented by <li> slightly.
2655
2656         * gnus.el (gnus-group-set-parameter): Fix typo.
2657
2658         * nnimap.el: Start implementing QRESYNC support.
2659
2660 2010-10-09  Julien Danjou  <julien@danjou.info>
2661
2662         * nnir.el (nnir-engines): Fix too many arguments.
2663
2664 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2667         group is the "last", so that the backends like nnfolder actually save
2668         their folders.
2669
2670         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2671         try to use that for the tls stream.
2672         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2673         UIDVALIDITY and find out which groups are read-only and not.
2674         (nnimap-get-flags): Use the same marks parsing code as the rest of
2675         nnimap.
2676
2677 2010-10-09  Julien Danjou  <julien@danjou.info>
2678
2679         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2680
2681         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2682         retrieving gravatars.
2683
2684         * shr.el (shr-table-corner): Add.
2685         (shr-table-line): Add.
2686         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2687
2688 2010-10-08  Julien Danjou  <julien@danjou.info>
2689
2690         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2691
2692 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2695
2696         * gnus-sum.el (gnus-mark-article-as-unread)
2697         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2698         (gnus-summary-set-bookmark): Use it.
2699
2700         * gnus-msg.el (gnus-setup-message): Use it.
2701
2702         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2703
2704         * gnus.el (gnus-group-remove-parameter): Use it.
2705
2706         * gnus-group.el (gnus-group-make-web-group): Use it.
2707
2708         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2709
2710         * nnregistry.el: Update docs to mention manual.
2711
2712         * gnus-registry.el: Update docs to mention nnregistry.el.
2713         (gnus-registry-initialize): Don't install nnregistry refer method
2714         automatically.
2715         (gnus-registry-install-nnregistry): Remove it.
2716
2717 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * shr.el (shr-insert): Don't insert double spaces.
2720
2721 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-gravatar.el (gnus-treat-from-gravatar)
2724         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2725         called interactively.
2726
2727         * gnus-art.el (gnus-mime-view-part-externally)
2728         (gnus-mime-view-part-internally): Make predicate function passed to
2729         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2730         of a mime type.
2731
2732         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2733
2734 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * shr.el (require): Require cl when compiling.
2737         (shr-tag-hr): New function.
2738
2739         * nnimap.el (nnimap-update-info): Remove double setting of high.
2740         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2741         This makes nnimap work properly on Courier again.
2742
2743         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2744         the variable for backwards compatability.
2745
2746         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2747         the file name before using to avoid setting mm-default-directory to
2748         nil.
2749
2750         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2751         bidning gnus-agent variables.
2752
2753         * shr.el (shr-render-td): Use a cache for the table rendering function
2754         to avoid getting an exponential rendering behaviour in nested tables.
2755         (shr-insert): Rework the line-breaking algorithm.
2756         (shr-insert): Don't leave trailing spaces.
2757         (shr-insert-table): Also insert empty TDs.
2758         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2759
2760 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * gnus-sum.el (gnus-number): Rename from `number'.
2763         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2764         (gnus-summary-limit-children): Update uses correspondingly.
2765
2766 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2769         (gnus-gravatar-transform-address): Don't show avatars of people of
2770         which mail addresses match gnus-gravatar-too-ugly.
2771
2772 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * shr.el (shr-table-widths): Expand TD elements to fill available
2775         space.
2776
2777 2010-10-07  Julien Danjou  <julien@danjou.info>
2778
2779         * nnimap.el (nnimap-request-rename-group): Add this method.
2780
2781 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2784         name from XEmacs' function-arglist.
2785
2786         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2787         gravatar under XEmacs.
2788
2789 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * auth-source.el: Update docs with TODO items.
2792
2793         * gnus-sync.el: Update docs to explain state and plans.
2794
2795         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2796         Hooks for mark updates.
2797         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2798
2799         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2800         hooks with arguments, which is needed for mark update hooks.
2801
2802 2010-10-06  Julien Danjou  <julien@danjou.info>
2803
2804         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2805         was matched.
2806
2807         * sieve-manage.el: Update example in `Commentary'.
2808
2809         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2810
2811         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2812         not 2000.
2813         (sieve-manage-authenticate): Re-add function.
2814
2815 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * shr.el (shr-insert): Get 'space transition right.
2818         (shr-render-td): Only delete space at the end of the TD.
2819
2820         * nnimap.el (nnimap-open-connection): Prepare to support
2821         open-gnutls-stream.
2822
2823         * shr.el: Rearrange function order to be more logical.
2824
2825 2010-10-06  Julien Danjou  <julien@danjou.info>
2826
2827         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2828         (nnrss-discover-feed): Remove 404 URL in docstring.
2829
2830         * nnir.el: Fix Swish-E URL.
2831         Fix Namazu URL.
2832
2833         * message.el (message-change-subject): Remove 404 URL in a comment.
2834
2835 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2838         called interactively.
2839
2840         * gnus-util.el (gnus-remove-if): Allow hash table.
2841         (gnus-remove-if-not): New function.
2842
2843         * gnus-art.el (gnus-mime-view-part-as-type)
2844         * gnus-score.el (gnus-summary-score-effect)
2845         * gnus-sum.el (gnus-read-move-group-name):
2846         Replace remove-if-not with gnus-remove-if-not.
2847
2848         * gnus-group.el (gnus-group-completing-read):
2849         Regard collection as a hash table if it is not a list.
2850
2851 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2854
2855         * shr.el: Document the table-rendering algorithm.
2856
2857 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2860         for Emacsen having no `libxml-parse-html-region' support.
2861
2862 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2865         invalid URLs.
2866
2867         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2868         line-broken.
2869         (shr-tag-img): Ignore image fetching errors.
2870         (shr-overlays-in-region): Compute overlay positions correctly.
2871
2872         * mm-decode.el (mm-shr): Require shr.
2873
2874         * gnus-art.el (gnus-blocked-images): Move variable here.
2875
2876         * shr.el (shr-insert-table): Bind free variable.
2877
2878         * mm-decode.el (mm-shr): Bind shr-content-function.
2879
2880         * shr.el (shr-content-function): New variable.
2881
2882         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2883         added for symmetry.
2884
2885         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2886
2887         * gnus-group.el (gnus-group-make-group): Doc fix.
2888
2889         * nnimap.el (nnimap-request-newgroups): Return success.
2890
2891         * shr.el (shr-find-elements): New function.
2892         (shr-tag-table): Put all the images after the table.
2893         (shr-tag-table): Really inhibit images inside the table.
2894         (shr-collect-overlays): Copy over overlays from the TD elements to the
2895         main document.
2896
2897         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2898         gnus-blocked-images.
2899
2900 2010-10-05  Julien Danjou  <julien@danjou.info>
2901
2902         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2903
2904         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2905         (gnus-html-maximum-image-size): Add this function.
2906         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2907
2908         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2909         server-value of the capability is nil.
2910
2911 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * shr.el (shr-tag-em): Add <EM> tag.
2914
2915 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2916
2917         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2918         customizable.
2919
2920         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2921         handing broken links to browse-url.
2922
2923 2010-10-05  Julien Danjou  <julien@danjou.info>
2924
2925         * gnus-util.el (gnus-emacs-completing-read)
2926         (gnus-iswitchb-completing-read): Use autoload rather than require.
2927
2928 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2931         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2932         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2933         iswitchb-temp-buflist for XEmacs.
2934
2935         * gnus-util.el (gnus-completing-read-function): Exclude
2936         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2937         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2938         XEmacs.
2939
2940         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2941         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2942
2943         * gnus-html.el: Don't require help-fns under XEmacs.
2944         (gnus-html-schedule-image-fetching): Work for XEmacs.
2945
2946         * mm-decode.el (mm-shr): Decode contents by charset.
2947
2948 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2951         unknown.
2952
2953         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2954         (shr-get-image-data): Ensure against the cache file missing.
2955
2956         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2957         for data.
2958
2959         * spam-report.el (spam-report-url-ping-plain): Don't query about
2960         killing the process.
2961
2962         * shr.el (shr-render-td): Protect against too-wide text.
2963
2964 2010-10-04  Julien Danjou  <julien@danjou.info>
2965
2966         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2967         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2968
2969         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2970         retrieved.
2971
2972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * shr.el (browse-url): Require.
2975         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2976         lines.
2977         (shr-show-alt-text, shr-browse-image): New commands.
2978         (shr-browse-url, shr-copy-url): New commands.
2979
2980         * gnus-sum.el (gnus-widen-article-window): New variable.
2981         (gnus-summary-select-article-buffer): Use it.
2982
2983         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2984         without @ signs.
2985
2986 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2987
2988         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2989
2990 2010-10-04  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2993         for XEmacs.
2994
2995 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2998
2999         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3000         (nnimap-close-server): Implement.
3001
3002         * dgnushack.el (iswitchb): Require to shut up the compiler.
3003
3004         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3005         (shr-insert): Tweak line breaking.
3006         (shr-insert): Handle <pre> better.
3007         (shr-tag-li): Get <li> indentation right.
3008         (shr-tag-li): Get <li> indentation even righter.
3009         (shr-tag-blockquote): Ensure paragraph start.
3010         (shr-make-table): Tweak table generation.
3011         (shr-make-table): Fix typo.
3012
3013         * shr.el: Implement table rendering.
3014
3015 2010-10-04  Julien Danjou  <julien@danjou.info>
3016
3017         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3018
3019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * shr.el (shr-insert): Use string anchors instead of line anchors.
3022
3023 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * shr.el: Add headings.
3026         (shr-ensure-paragraph): Actually work.
3027         (shr-tag-li): Make <ul> prettier.
3028         (shr-insert): Get white space at the beginning/end of elements right.
3029         (shr-tag-p): Collapse subsequent <p>s.
3030         (shr-ensure-paragraph): Don't insert double line feeds after blank
3031         lines.
3032         (shr-insert): \t is also space.
3033         (shr-tag-s): Fix "s" tag name function.
3034         (shr-tag-s): Fix face prop name.
3035
3036 2010-10-03  Julien Danjou  <julien@danjou.info>
3037
3038         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3039
3040         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3041         gnus-window-inside-pixel-edges.
3042
3043         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3044         gnus-ems.
3045
3046         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3047
3048         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3049         function.
3050
3051         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3052         resize choice.
3053
3054 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3057         beginning of the buffer.
3058
3059         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3060         article buffer again.
3061
3062         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3063
3064         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3065         when it's at the start of the buffer.
3066
3067         * shr.el (shr-tag-blockquote): Convert name.
3068         (shr-rescale-image): Use the right image-size variant.
3069
3070         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3071         buffer isn't shown, then select the current article first instead of
3072         bugging out.
3073         (gnus-summary-select-article-buffer): Show both the article and summary
3074         buffers again.
3075
3076         * shr.el (shr-fontize-cont): Protect against regions with no text.
3077         Rename tag functions to shr-tag-* for enhanced security.
3078         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3079
3080 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3081
3082         * shr.el (shr-insert):
3083         * pop3.el (pop3-movemail):
3084         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3085         loaded.
3086
3087 2010-10-03  Glenn Morris  <rgm@gnu.org>
3088
3089         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3090
3091         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3092
3093         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3094
3095         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3096
3097         * gnus-util.el (gnus-make-local-hook): Simplify.
3098
3099 2010-10-02  Julien Danjou  <julien@danjou.info>
3100
3101         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3102         (gnus-ido-completing-read): New function.
3103         (gnus-emacs-completing-read): New function.
3104         (gnus-completing-read): Use gnus-completing-read-function.
3105         Add gnus-completing-read-function.
3106
3107 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * shr.el (shr-insert-document): Autoload.
3110         (shr-img): Be silent.
3111         (shr-insert): Add a newline after every picture before text.
3112         (shr-add-font): Use overlays for combining faces.
3113         (shr-insert): Pass upwards the text start point.
3114
3115         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3116         possible.
3117         (mm-shr): New function.
3118
3119 2010-10-02  Julien Danjou  <julien@danjou.info>
3120
3121         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3122         should go backward.
3123
3124 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3125
3126         * shr.el (shr): Fix typo in provide call.
3127
3128 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * shr.el: New file.
3131
3132         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3133
3134         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3135         completing read.
3136
3137 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3140         we're being queried about.  Suggested by Dan Jacobson.
3141
3142         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3143         Suggested by Jason Eisner.
3144
3145         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3146         table, too.  Suggested by Stefan Wiens.
3147         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3148         the table unnecessary.  Suggested by Stefan Wiens.
3149
3150         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3151         longer needed, and probably doesn't work either, as pointed out by
3152         Stefan Wiens.
3153         (gnus-summary-exit): Remove call to the clearing function.
3154         (gnus-summary-exit-no-update): Ditto.
3155
3156         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3157         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3158         Reported by Stefan Monnier.
3159         (gnus-summary-save-in-rmail): Ditto.
3160
3161         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3162         article buffer, instead of both the article buffer and the summary
3163         buffer.  Sort of suggested by Dan Jacobson.
3164
3165         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3166
3167         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3168         Suggested by Dan Jacobson.
3169
3170         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3171         documentation clearer.
3172
3173         * message.el (message-shorten-references): Comment on the number "21".
3174         Suggested by Stefan Monnier.
3175
3176         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3177         Suggested by Dan Jacobson.
3178
3179         * gnus.el (gnus-large-newsgroup):
3180         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3181
3182         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3183         externalize attachments.  Bug reported by Steve Wen.
3184
3185         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3186         really message anything to the user.
3187
3188         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3189         directly.
3190
3191         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3192         messages in empty groups.
3193
3194 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3195
3196         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3197         non-UIDNEXT group.
3198
3199 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3202         not the value from the collection.
3203
3204         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3205         values.  This sometimes happens on some groups that have no info.
3206         (nnimap-request-newgroups): New function.
3207
3208 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3209
3210         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3211         check into `gnus-registry-initialize'.
3212         (gnus-registry-initialize): Ditto.
3213         Fix and extend header docs.
3214
3215 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3218         regexp backtrace overflows.
3219
3220         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3221         for starttls that tls.el implements; i.e. openssl.
3222
3223         * tls.el (tls-starttls-switches): Give up on using starttls with
3224         gnutls-cli.
3225         (tls-program): Add --insecure to be consistent with the defaults from
3226         openssl s_client.  Now all three commands are insecure.
3227
3228 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * lpath.el: Bind completion-styles-alist for XEmacs.
3231
3232         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3233         (gravatar-create-image): New function that's an alias to
3234         gnus-xmas-create-image, gnus-create-image, or create-image.
3235         (gravatar-data->image): Use it.
3236
3237 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3240         install the nnregistry refer method.
3241         (gnus-registry-install-hooks): Use it.
3242         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3243         unfollowed groups.
3244
3245 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3246
3247         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3248         expanding threads.
3249
3250 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * nnir.el: Use the server names without suffixes (bug #7009).
3253
3254         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3255         unencrypted to STARTTLS, if possible.
3256
3257 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3258
3259         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3260         headers before superseding.
3261
3262 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nnrss.el (nnrss-use-local): Add documentation.
3265
3266         * nnimap.el (nnimap-extend-tls-programs): New function.
3267         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3268         (nnimap-wait-for-connection): Accept the greeting from the stupid
3269         output from openssl s_client -starttls, too.
3270
3271         * tls.el (tls-starttls-switches): New variable.
3272         (tls-find-starttls-argument): Use it.
3273         (open-tls-stream): Ditto.
3274
3275         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3276         (netrc-machine): Ditto.
3277
3278         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3279         article number.
3280         (nnimap-split-fancy): New variable.
3281         (nnimap-split-incoming-mail): Use it.
3282
3283         * nntp.el (nntp-server-list-active-group): Document.
3284
3285         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3286         SELECT to get the message-id.
3287
3288         * mail-source.el (mail-sources): Remove webmail support.
3289         (defvar): Ditto.
3290         (mail-source-fetcher-alist): Ditto.
3291         (mail-source-fetch-webmail): Remove.
3292
3293         * webmail.el: Remove -- doesn't seem relevant any more.
3294
3295         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3296
3297         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3298         the \r.
3299
3300 2010-09-30  Julien Danjou  <julien@danjou.info>
3301
3302         * gnus-agent.el (gnus-agent-add-group): Fix call to
3303         gnus-completing-read.
3304
3305 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * nndoc.el (nndoc-retrieve-groups): New function.
3308
3309         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3310         `default', use nnmail-split-methods.
3311         (nnimap-request-article): Downcase the NILs so that they are nil.
3312
3313         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3314         symbol.
3315
3316         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3317         code, since if the user has requested network, that's what they ought
3318         to get.
3319         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3320         (nnimap-split-rule): Mark as obsolete.
3321
3322         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3323         New variable.
3324
3325         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3326         correct slot, too.
3327
3328 2010-09-29  Julien Danjou  <julien@danjou.info>
3329
3330         * gnus.el (gnus-local-domain): Declare variable obsolete.
3331
3332         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3333         Fix history computing.
3334         (gnus-ido-completing-read): Require ido.
3335
3336 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3339         build Gnus.
3340
3341         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3342         when interpreting the structures.
3343         (nnimap-request-accept-article): Add \r\n to the lines to make this
3344         work with Cyrus.
3345
3346         * nndraft.el (nndraft-request-expire-articles): Use the group name
3347         instead if "nndraft".  Fix found by Nils Ackermann.
3348
3349 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3350
3351         * nnregistry.el: Add.
3352
3353 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3354
3355         * nnmail.el (group, group-art-list, group-art):
3356         Remove unneeded directives.
3357
3358 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3361         (mm-mime-charset)
3362         * rfc2047.el (rfc2047-syntax-table)
3363         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3364
3365         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3366         rather than `insert-file-contents' and `eval-region'.
3367
3368         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3369         construction.
3370
3371         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3372
3373         * time-date.el: No need to require cl for Emacs 21.
3374
3375 2010-09-29  Julien Danjou  <julien@danjou.info>
3376
3377         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3378         replacement of `gnus-gravatar-relief' to mimic
3379         `gnus-faces-properties-alist'.
3380         Add :version property.
3381
3382 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * mail-source.el (mail-source-report-new-mail)
3385         * message.el (message-default-mail-headers)
3386         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3387
3388         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3389
3390 2010-09-28  Julien Danjou  <julien@danjou.info>
3391
3392         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3393         mail-address contains the same string as real-name.
3394
3395         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3396         non-blank in header, otherwise it'll get stripped.
3397
3398         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3399         real-name, and then for mail address rather than doing : or , search.
3400
3401 2010-09-27  Julien Danjou  <julien@danjou.info>
3402
3403         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3404         right completing-read function.
3405         (gnus-use-ido): New variable
3406         (gnus-completing-read-with-default): Remove.
3407         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3408         (gnus-agent-add-group):
3409         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3410         * mm-view.el (mm-view-pkcs7-decrypt):
3411         * mm-util.el (mm-codepage-setup):
3412         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3413         * mml-smime.el (mml-smime-openssl-sign-query):
3414         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3415         (mml-insert-multipart):
3416         * gnus-msg.el (gnus-summary-yank-message):
3417         * gnus-int.el (gnus-start-news-server):
3418         * mm-decode.el (mm-interactively-view-part):
3419         * gnus-dired.el (gnus-dired-attach):
3420         * gnus.el (gnus-read-method):
3421         * gnus-bookmark.el (gnus-bookmark-jump):
3422         * gnus-art.el (gnus-mime-view-part-as-type)
3423         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3424         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3425         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3426         * nnmairix.el (nnmairix-create-server-and-default-group)
3427         (nnmairix-update-groups, nnmairix-get-server)
3428         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3429         (nnmairix-get-group-from-file-path):
3430         * nnrss.el (nnrss-find-rss-via-syndic8):
3431         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3432         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3433         (gnus-group-browse-foreign-server):
3434         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3435         (gnus-summary-execute-command, gnus-summary-respool-article)
3436         (gnus-read-move-group-name):
3437         * gnus-score.el (gnus-summary-increase-score)
3438         (gnus-summary-score-effect):
3439         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3440
3441 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3444         x-focus-frame.
3445
3446         * nnimap.el (auth-source-forget-user-or-password)
3447         (auth-source-user-or-password): Autoload.
3448
3449         * message.el (message-from-style, message-interactive)
3450         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3451         (message-yank-prefix, message-indentation-spaces, message-signature)
3452         (message-signature-file): Add comment.
3453
3454 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3457         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3458         new articles.
3459
3460         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3461         parts.
3462         (nnimap-request-article): Work with the t setting, too.
3463
3464         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3465         that you don't get flashes of other buffers.
3466         (gnus-summary-show-complete-article): Intern before setting.
3467
3468 2010-09-27  David Engster  <dengste@eml.cc>
3469
3470         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3471         well as HEADERS.
3472         (nnmairix-retrieve-headers): Provide new argument for the above.
3473
3474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-sum.el (gnus-summary-move-article): Don't alter
3477         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3478         group.
3479
3480         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3481
3482         * message.el (message-cite-prefix-regexp): Revert my last edit.
3483
3484         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3485         variable instead of the Gnus variable.
3486
3487         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3488
3489         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3490
3491         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3492         since some servers don't like it.
3493         (nnimap-open-connection): Forget credentials if the server says the
3494         password was wrong.
3495         (nnimap-parse-line): Protect against invalid data.
3496
3497         * gnus-sum.el (gnus-summary-move-article): Add comment.
3498         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3499         nothing alters it while scanning for new messages.
3500
3501         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3502         which may or may not help.
3503         (nnimap-open-connection): If we're doing a stream connection, and then
3504         discover we're on a STARTTLS-capable server, then open a STARTTLS
3505         connection instead.
3506
3507 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * nnimap.el (utf7): Require.
3510
3511         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3512         prefix.
3513
3514 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3515
3516         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3517
3518 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * nnimap.el (nnimap-request-accept-article): Message the error on
3521         error.
3522
3523 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3526
3527 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nndoc.el (nndoc-request-list): Return success always.
3530
3531         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3532         `fetch-old' -- we only want to fetch the articles we've requested.
3533         The rest are in the agent, probably.
3534         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3535         disappeared server" to something low.  It's not important.
3536
3537         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3538         arrived before the FETCH data.
3539
3540         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3541         target here, because we don't know the Gnus name of the group.
3542
3543         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3544         for the correct group.
3545
3546         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3547
3548         * gnus.el (gnus): Give a final warning after startup.
3549
3550         * gnus-util.el (gnus-action-message-log): New variable.
3551         (gnus-message): Use it.
3552         (gnus-final-warning): New function.
3553
3554         * nnimap.el (nnimap-open-connection): Record the greeting.
3555         (nnimap): Add greeting.
3556
3557 2010-09-26  Julien Danjou  <julien@danjou.info>
3558
3559         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3560         arguments.
3561         (gnus-html-wash-images): Fix spec computing to include start/end.
3562
3563         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3564
3565 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3568         deletion.
3569         (nnimap-retrieve-headers): Don't select the group, because that's
3570         already done by nnimap-possibly-change-group.
3571
3572         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3573         (gnus-picon-transform-address): Use it.
3574
3575         * mail-source.el (mail-source-value): Revert previous patch.
3576
3577         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3578         on failure.
3579         (nnimap-open-connection): Look up both virtual and physical server name
3580         credentials.
3581
3582         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3583
3584 2009-02-07  Dave Love  <fx@gnu.org>
3585
3586         * tls.el (open-tls-stream): Don't query killing process.
3587
3588 2009-02-08  Dave Love  <fx@gnu.org>
3589
3590         * gnus-win.el (gnus-window-to-buffer-helper)
3591         (gnus-all-windows-visible-p): Function needn't be a symbol.
3592
3593         * mail-source.el (mail-source-value): Function needn't be a symbol.
3594
3595 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * message.el (message-cite-prefix-regexp): Remove } from the cite
3598         prefix.
3599
3600         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3601         highlight again, so that the highlight is correct.
3602
3603         * gnus-picon.el (gnus-picon): Remove again.
3604         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3605
3606         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3607         doing the header highlightling, so that the background colour of the
3608         picon is correct.
3609
3610         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3611         (gnus-picon): Ditto.
3612         (gnus-picon): Reinstate.  The background colour for picons is white.
3613         (gnus-picon-insert-glyph): Make the background white.
3614
3615         * nnml.el (nnml-open-nov): Don't return dead buffers.
3616
3617         * auth-source.el (auth-source-create): Query the user for whether to
3618         store the credentials.
3619
3620         * netrc.el (netrc-store-data): New function.
3621
3622         * auth-source.el (auth-source-user-or-password): Use the existing auth
3623         sources, if any, for creation.
3624
3625         * gnus.el (gnus-group-fast-parameter): Return the last matching
3626         parameter instead of the first matching parameter.
3627
3628 2010-09-26  Julien Danjou  <julien@danjou.info>
3629
3630         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3631
3632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * mml2015.el (mml2015-use): Remove gpg support.
3635
3636         * mml1991.el (mml1991-function-alist): Remove gpg function.
3637         (mml1991-gpg-sign): Remove.
3638
3639 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3640
3641         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3642         (gnus-browse-unsubscribe-current-group): Document it.
3643         (gnus-browse-unsubscribe-group): Use it.
3644
3645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3648         address to the To list for easier response.
3649
3650         * gnus.el (gnus-play-startup-jingle): Remove.
3651         (gnus-splash): Don't play jingle.
3652         (gnus): Silence gnus-load message.
3653
3654         * gnus-art.el (gnus-treat-play-sounds): Remove.
3655
3656         * gnus.el (gnus-play-jingle): Remove audio support.
3657
3658         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3659
3660         * earcon.el: Remove -- no users.
3661
3662         * gnus-audio.el: Remove -- no users of this package.
3663
3664         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3665
3666         * gnus-start.el (gnus-setup-news): Remove nocem support.
3667
3668         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3669
3670         * gnus.el (gnus-use-nocem): Remove.
3671
3672         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3673         Remove.
3674
3675         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3676         uses NoCeM any more.
3677
3678         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3679         (gnus-button-ctan-handler): Ditto.
3680         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3681         (gnus-button-ctan-directory-regexp): Ditto.
3682         (gnus-button-handle-ctan): Ditto.
3683         (gnus-button-tex-level): Ditto.
3684         (gnus-button-alist): Remove CTAN stuff.
3685
3686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3689         nnimap-streaming test.
3690
3691         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3692         servers twice.
3693
3694         * nnimap.el (nnimap-open-connection): Add more error reporting when
3695         nnimap fails early.
3696
3697         * nnheader.el (nnheader-get-report-string): New function.
3698         (nnheader-get-report): Use it.
3699
3700         * gnus-int.el (gnus-check-server): Say what the error was when opening
3701         failed.
3702
3703         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3704         using streaming.
3705
3706 2010-09-25  Julien Danjou  <julien@danjou.info>
3707
3708         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3709         gnus-window-inside-pixel-edges.
3710
3711 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3714
3715         * mm-decode.el (mm-save-part): Allow saving to other directories the
3716         normal Emacs way.
3717
3718         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3719         Suggested by Jay Berkenbilt.
3720
3721         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3722         there isn't a single byte.
3723
3724         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3725         just do it.  It doesn't really seem to matter what the user responds
3726         here, I think, so it's just a confusing question.
3727
3728         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3729         non-streaming case.
3730
3731         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3732         (gnus-article-encrypt-body): Use it.
3733
3734         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3735         keystroke.
3736
3737         * nnimap.el (nnimap-find-wanted-parts-1):
3738         Use gnus-fetch-partial-articles.
3739
3740         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3741
3742         * nnimap.el (nnimap-insert-partial-structure): New function.
3743         (nnimap-get-partial-article): New function.
3744         (nnimap-request-article): Use it.
3745         (nnimap-wait-for-response): Return whether the wait was successful.
3746         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3747         retrieval wasn't successful.
3748         (nnimap-retrieve-group-data-early): Allow throttling servers.
3749         (nnimap-streaming): New variable.
3750         (nnimap-fetch-partial-articles): Remove.
3751
3752         * mm-decode.el (mm-with-part): Protect against killed buffers.
3753
3754         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3755         for prettier summary display.
3756
3757 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3758
3759         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3760
3761 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3764         apparently third-party libraries depend on it.
3765
3766         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3767         before starting negotiation.
3768
3769         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3770         privacy reasons.
3771         (gnus-treat-mail-gravatar): Ditto.
3772
3773         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3774         buffer when inserting images.  Inserting text into the headers, for
3775         instance, can make them invalid.
3776
3777 2010-09-25  Julien Danjou  <julien@danjou.info>
3778
3779         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3780         variables.
3781
3782         * nnheader.el: Remove useless variables news-reply-yank-from and
3783         news-reply-yank-message-id.
3784
3785         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3786         variables.
3787
3788         * mml1991.el: Remove useless mml1991-verbose.
3789
3790         * gnus.el: Remove useless variable gnus-use-generic-from.
3791         Remove obsolete variable gnus-topic-indentation.
3792
3793         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3794
3795         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3796
3797         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3798
3799         * gnus-group.el: Remove useless gnus-group-icon-cache.
3800         Remove useless gnus-ephemeral-group-server.
3801
3802         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3803
3804         * mml2015.el: Remove useless mml2015-verbose.
3805
3806         * mml-smime.el: Remove useless mml-smime-verbose.
3807
3808         * gnus.el: Remove useless gnus-local-domain.
3809
3810         * gnus-gravatar.el (gnus-gravatar-transform-address):
3811         Use gnus-gravatar-size.
3812
3813         * gnus-art.el: Remove useless gnus-treat-translate.
3814
3815 2010-09-24  Julien Danjou  <julien@danjou.info>
3816
3817         * gnus-sum.el: Add support for Gravatars.
3818
3819         * gnus-art.el: Add support for Gravatars.
3820
3821         * gnus-gravatar.el: Add this file.
3822
3823         * gravatar.el: Add this file.
3824
3825 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3828
3829         * gnus-group.el (gnus-group-fetch-faq): Remove.
3830
3831         * gnus.el (gnus-group-faq-directory): Remove.
3832
3833         * gnus-group.el (gnus-group-fetch-charter): Remove.
3834
3835         * gnus.el (gnus-group-charter-alist): Remove.
3836
3837         * gnus-group.el (gnus-group-archive-directory): Remove.
3838         (gnus-group-recent-archive-directory): Ditto.
3839         (gnus-group-make-archive-group): Remove.
3840
3841         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3842
3843         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3844         use the same article number for all the cached articles.
3845
3846         * nnimap.el (nnimap-command): Register the last command time so
3847         that we can use it for idling NOOPs.
3848         (nnimap-open-connection): Start the keeplive timer.
3849         (nnimap-make-process-buffer): Store all the process buffers.
3850         (nnimap-keepalive): New function.
3851
3852         * starttls.el (starttls-open-stream): Add autoload cookie.
3853
3854 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3855
3856         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3857         handling.
3858
3859 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3862         its data structures.
3863
3864         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3865         instead of the cl.el copy-list.
3866         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3867         equalp.
3868
3869 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3872         and tool-bar-local-item-from-menu.
3873
3874         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3875         mode-line-highlight face for Emacs.
3876
3877         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3878         loading gnus-sum.elc; fix comment for canlock-verify.
3879         (gnus-article-jump-to-part): Use read-number.
3880         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3881         Remove Emacs pre-21 compatible code for help-echo.
3882         (gnus-article-next-page-1): No need to adjust the number of lines.
3883         (gnus-article-describe-bindings): Always use help-buffer.
3884
3885         * gnus-audio.el (gnus-audio-inline-sound)
3886         * gnus-cus.el (gnus-custom-mode)
3887         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3888
3889         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3890
3891         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3892         compatible code.
3893
3894 2010-09-24  Glenn Morris  <rgm@gnu.org>
3895
3896         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3897         visiting the fcc file in rmail-mode.
3898
3899         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3900
3901 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * nnir.el: Silence the byte compiler.
3904
3905         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3906         alias to browse-url-url-encode-chars if any.
3907         (gnus-html-encode-url): Use it.
3908
3909 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-start.el (gnus-use-backend-marks): New variable.
3912         (gnus-get-unread-articles-in-group): Use it.
3913
3914         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3915         makeover.
3916
3917 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3918
3919         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3920
3921 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3924         Remove.
3925         (gnus-setup-news-hook):
3926         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3927
3928         * gnus-int.el (gnus-request-update-info): Protect against backends not
3929         having the function.
3930
3931         * nnimap.el (nnimap-stream): Mention starttls.
3932         (nnimap-open-connection): Add starttls support.
3933
3934 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3935
3936         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3937
3938 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3941         BODYSTRUCTUREs.
3942         (nnimap-transform-headers): Unfold quoted {42} headers.
3943
3944         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3945         the info.
3946         (gnus-get-unread-articles): Only call updatep on backends that support
3947         it.
3948
3949         * nnweb.el (nnweb-request-update-info): NOOP.
3950
3951         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3952
3953         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3954         since it only deals with marks.
3955
3956         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3957         gnus-request-marks, and make a new gnus-request-update-info.
3958
3959         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3960         the active instead of the high number, which is usually too low.
3961
3962 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3965         * encrypt.el: Remove.
3966
3967 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3970         server in symbolic form.
3971
3972         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3973
3974 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3977         (nnimap-update-info): Fix up code slightly.
3978
3979         * gnus-int.el (gnus-open-server): Add tracing for performance
3980         debugging.
3981
3982         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3983         (gnus-group-insert-group-line): Pass the real group name so that it
3984         gets the right data.
3985
3986         * gnus-start.el (gnus-get-unread-articles): Don't have
3987         `gnus-get-unread-articles-in-group' update info, since that can be
3988         really slow and doesn't seem to be needed?
3989
3990 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3991
3992         * time-date.el (date-to-time): Try using parse-time-string first before
3993         using the slower timezone-make-date-arpa-standard.
3994
3995 2010-09-22  Julien Danjou  <julien@danjou.info>
3996
3997         * gnus-group.el (gnus-group-insert-group-line):
3998         Call gnus-group-highlight-line.
3999         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4000         default hook list.
4001         (gnus-group-update-eval-form): Add new function.
4002         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4003         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4004
4005 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4008         immediate, then expire all articles.
4009         (nnimap-update-info): Fix off-by-one errors.
4010         (nnimap-flags-to-marks): Would return no marks lists for group with no
4011         flags.  Instead return the other data.
4012
4013 2010-09-22  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4016         Only return an icon.
4017         (gnus-group-insert-group-line): Compute icon to return.
4018
4019         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4020         (gnus-html-image-fetched): Only cache if
4021         gnus-html-image-automatic-caching is set.
4022         (gnus-html-image-fetched): Check for errors.
4023
4024 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4027         once per method on `g'.  This ensures that backends like nnfolder don't
4028         open all their folders.
4029
4030         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4031         (nnimap-request-list): Nix out group in the correct buffer.
4032         (nnimap-parse-flags): Implement by using `read' instead of
4033         hand-parsing.
4034         (nnimap-flags-to-marks): Pass on permanent-flags.
4035         (nnimap-make-process-buffer): Record the server name.
4036         (nnimap-parse-flags): Fix typo.
4037         (nnimap-request-scan): Run split on the server in general, not just a
4038         single group.
4039
4040         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4041         parameter, and propagate this downwards.
4042
4043         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4044         since EXAMINE changes it on the server.
4045
4046         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4047         this command might take a while.
4048
4049 2010-09-22  Julien Danjou  <julien@danjou.info>
4050
4051         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4052         harmful if you have 2 images side-by-side, they can't be properly
4053         update on text deletion.  Using text-property is safer here.
4054         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4055         data.
4056
4057 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * nnimap.el (nnimap-expunge-inbox): Remove.
4060         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4061         (nnimap-expunge): Flip default to t.
4062
4063         * gnus.el (gnus-method-to-server): Don't push things to the cache
4064         unless it's unique.
4065         (gnus-server-to-method): Ditto.
4066
4067 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4070
4071 2010-09-22  Julien Danjou  <julien@danjou.info>
4072
4073         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4074         get the start of data.
4075         (gnus-html-encode-url): Add this function to encode special chars in
4076         URL.
4077         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4078         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4079
4080         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4081         default.
4082         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4083
4084         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4085         images alt-text.
4086         (gnus-html-put-image): Put alt-text as help-echo.
4087
4088 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4091         * mm-util.el (mm-decompress-buffer)
4092         * nnir.el (nnir-run-find-grep)
4093         * pop3.el (pop3-list): Use 3rd arg of split-string.
4094
4095         * time-date.el (format-seconds): Comment fix.
4096
4097         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4098         and byte-optimize-form-code-walker.
4099         (dgnushack-make-auto-load): Don't advise make-autoload.
4100
4101         * lpath.el: Remove Emacs 21 stuff.
4102
4103 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4106         outside the active range.  Suggested by Dan Christensen.
4107
4108         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4109         slightly later to avoid double-getting it.
4110
4111         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4112         previous patch.
4113
4114         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4115
4116 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4117
4118         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4119
4120 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * gnus-int.el (gnus-open-server): Give a better error message in the
4123         "go offline" case.
4124
4125         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4126         marks for nnimap, which is seldom the right thing to do.
4127
4128         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4129         (gnus-same-method-different-name): New function.
4130
4131         * nnimap.el (parse-time): Require.
4132
4133         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4134         method in the presence of many similar methods.
4135
4136         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4137
4138         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4139         nnml-inhibit-expiry.
4140
4141         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4142         find out whether methods are equal.
4143
4144         * nnimap.el (nnimap-find-expired-articles): New function.
4145         (nnimap-process-expiry-targets): New function.
4146         (nnimap-request-move-article): Request the article before looking at
4147         what the Message-ID is.  Fix found by Andrew Cohen.
4148         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4149
4150         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4151         for oldness in addition to being a predicate.
4152
4153         * nnimap.el (nnimap-request-group): When we have zero articles, return
4154         the right data to Gnus.
4155         (nnimap-request-expire-articles): Only delete articles immediately if
4156         the target is 'delete.
4157
4158         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4159         method, this would bug out.
4160
4161         * gnus-group.el (gnus-group-expunge-group): Rename from
4162         gnus-group-nnimap-expunge, and implemented as a normal interface
4163         function.
4164
4165         * gnus-int.el (gnus-request-expunge-group): New function.
4166
4167         * nnimap.el (nnimap-request-create-group): Implement.
4168         (nnimap-request-expunge-group): New function.
4169
4170 2010-09-21  Julien Danjou  <julien@danjou.info>
4171
4172         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4173         (gnus-html-cache-expired): Add new function.
4174         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4175         wethever we should display image for fetch it.
4176         Compute alt-text earlier to pass it to the fetching function too.
4177         (gnus-html-schedule-image-fetching): Change function argument to only
4178         get one image at a time, not a list.
4179         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4180         cache.
4181         (gnus-html-get-image-data): New function to retrieve image data from
4182         cache.
4183         (gnus-html-put-image): Change buffer argument to use image data rather
4184         than file, and place image above region rather than inserting a new
4185         one.  Do not take alt-text as argument, since it's useless now: we place
4186         the image above alt-text.
4187         (gnus-html-prune-cache): Remove.
4188         (gnus-html-show-images): Start to fetch image when we find one, do not
4189         push into a temporary list.
4190         (gnus-html-prefetch-images): Only fetch image if they have expired.
4191         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4192         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4193
4194 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4197
4198 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4201         spec inser "*" if the group isn't active instead of 0.
4202
4203         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4204         opening the server.
4205         (nnimap-request-delete-group): Implement group deletion.
4206         (nnimap-transform-headers): Return the size of the entire message in
4207         the Bytes header, not just the size of the first part.
4208         (nnimap-request-move-article): When moving an article from nnimap,
4209         request the article first so the accepting form has an article to
4210         accept.  Reported by Dan Christensen.
4211         (nnimap-command): Make sure that the error message doesn't error out.
4212
4213 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4214
4215         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4216         we haven't requested anything.
4217
4218 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4221         "".  Fix found by Andrew Cohen.
4222
4223         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4224         instead of -encode-string.
4225
4226 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4229
4230         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4231         by mm-subst-char-in-string.
4232
4233 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4236         waiting for the connection string.
4237
4238         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4239         arriving.
4240
4241         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4242         bogus characters.  This allows selecting certain Gmail groups.
4243
4244         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4245         (nnimap-fetch-partial-articles): New variable.
4246         (nnimap-open-connection): When looking for credentials, also use the
4247         nnimap-server-port.
4248         (nnimap-request-article): Return the group/article number, so that Gnus
4249         `^' works as expected.
4250         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4251
4252         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4253         comments.
4254         (gnus-methods-sloppily-equal): New function.
4255         (gnus): When using the development version of Gnus, load the gnus-load
4256         file.
4257
4258         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4259         `gnus-open-server' on each method before trying to scan them etc.
4260         This ensures that all the backend parameters are set correctly.
4261
4262         * nnimap.el (nnimap-authenticator): New variable.
4263         (nnimap-open-connection): Allow anonymous login.
4264         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4265         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4266
4267         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4268         patch, found by Knut Anders Hatlen.
4269
4270 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4271
4272         * gnus-agent.el (gnus-agent-batch-confirmation)
4273         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4274         to gnus-message.
4275         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4276         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4277         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4278         * gnus-int.el (gnus-open-server): Likewise.
4279         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4280         (gnus-score-check-syntax): Likewise.
4281         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4282         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4283         Likewise.
4284         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4285
4286 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4289         calling conventions so that prefetch doesn't bug out.
4290
4291 2010-09-19  Julien Danjou  <julien@danjou.info>
4292
4293         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4294         rather than `subst-char-in-region' in order to be able to replace ASCII
4295         char by UTF-8 ones.
4296
4297         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4298         than curl.
4299         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4300         the right URL and ALT text on images.
4301         (gnus-html-wash-tags): Fix tag case.
4302         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4303         (gnus-article-html): Add -o display_ins_del=2 option.
4304         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4305
4306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4309         the extra mail headers, which sometimes seem to happen for unknown
4310         reasons.
4311
4312         * mail-parse.el (mail-header-encode-parameter): Define as
4313         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4314         (or most, perhaps?) mail readers don't understand the latter, but do
4315         understand the former.
4316
4317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4318         to nil, so that no methods are automatically agentized.  I think this
4319         is probably what most users want.
4320
4321         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4322         from url-retrieve, for instance about invalid URLs.
4323
4324         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4325         groups that have no articles.
4326         (nnimap-request-article): Check that we really got an article when we
4327         requested one.
4328
4329         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4330         doesn't exist.
4331
4332         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4333         nntp buffer so the agent can save it.
4334         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4335         that CRLF doesn't get translated to \n.
4336         (nnimap-open-connection): Don't make 'shell commands only send \n.
4337
4338 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4339
4340         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4341         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4342         Update var name.
4343         (nnml-generate-nov-file): Use dolist.
4344         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4345         Use with-current-buffer.
4346
4347 2010-09-18  Julien Danjou  <julien@danjou.info>
4348
4349         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4350         parallel.
4351
4352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4355         the range update right.
4356         (nnimap-request-group): Don't make `M-g' bug out on group with no
4357         marks.
4358         (nnoo): Require, so that other packages can require nnimap.
4359         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4360         command we're looking for.  This helps when the server sends more
4361         responses after we've gotten everything we expected.
4362         (nnimap): Add a `newlinep' field to keep track of end-of-line
4363         conventions.
4364         Don't send CRLF to things that don't want it.
4365         (nnimap-request-accept-article): Ditto.
4366
4367 2010-09-18  Julien Danjou  <julien@danjou.info>
4368
4369         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4370         than curl to retrieve images.
4371
4372 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4375         the marks.
4376         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4377         (nnimap-wait-for-connection): New function.
4378         (nnimap-open-connection): If we have PREAUTH, don't query for login
4379         credentials.
4380         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4381         when doing a partial update.
4382
4383 2010-09-18  Julien Danjou  <julien@danjou.info>
4384
4385         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4386         tags.
4387
4388 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * nnimap.el (nnimap-credentials): New function.
4391         (nnimap-open-connection): Use the new function to look for credentials
4392         also on the numeric equivalents of "imap" and "imaps".
4393
4394         * gnus-start.el (gnus-activate-group): Send the info to
4395         gnus-request-group.
4396
4397         * nnimap.el (nnimap-request-group): Have the "check" version of the
4398         function parse flags and update the info, so that a `M-g' get a total
4399         resync of all flags from the group.
4400
4401         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4402         to allow backends to alter the info on group selection.  Also alter all
4403         the backend -request-group functions to take the parameter.
4404
4405         * nnimap.el (nnimap-store-info): New function.
4406         (nnimap-update-info): Store the info for later usage.
4407         (nnimap-request-group): Use the stored info for the dont-check case, so
4408         that we don't retrieve all marks when we enter a group.
4409
4410         * nnimap.el: Use deffoo instead of defun for interface functions.
4411
4412         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4413         update the group info.  This makes the nndraft groups, for instance, go
4414         back to their old behaviour.
4415
4416         * gnus-sum.el (gnus-select-newsgroup): Indent.
4417
4418         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4419         in.
4420         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4421         nothing.
4422
4423         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4424         from methods that are denied.
4425
4426         * gnus-int.el (gnus-method-denied-p): New function.
4427
4428         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4429         store the password instead of netrc.
4430         (nnimap-open-connection): Don't error out when we can't make a
4431         connections.
4432
4433         * auth-source.el (auth-source-create): In the password prompt, say what
4434         we're querying for.  Also prompt for user name if that hasn't been
4435         given.
4436
4437         * nnimap.el (nnimap-with-process-buffer): Remove.
4438
4439 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4442         method when we're reading from the agent.
4443
4444         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4445
4446         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4447         that's probably most useful for users.
4448
4449         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4450         "failed" all the time.
4451
4452         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4453         ...)) with (with-current-buffer ... ).
4454
4455         * nntp.el (nntp-open-server): Return whether the open was successful or
4456         not.
4457
4458         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4459         select an unread unseen article first.
4460
4461         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4462         /etc/services, supply some sensible port defaults.
4463
4464         * dgnushack.el: Define netrc-credentials.
4465
4466 2010-09-17  Julien Danjou  <julien@danjou.info>
4467
4468         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4469
4470 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4471
4472         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4473         doesn't have any parameters.
4474
4475 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4478         only upcased checks.
4479
4480         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4481
4482         * nnimap.el (nnimap-open-shell-stream): New function.
4483         (nnimap-open-connection): Use it.
4484         (nnimap-transform-headers): Get the number of lines in each message.
4485         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4486         number of lines.
4487         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4488         problem.
4489
4490         * utf7.el (utf7-encode): Autoload.
4491
4492         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4493         to allow the mail splitting to not return a default group.  This is
4494         useful for nnimap, which will leave unmatched mail in the inbox.
4495
4496         * nnimap.el: Rewritten.
4497
4498         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4499         nnimap usage.
4500
4501         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4502         if the move is internal, so that nnimap can do fast internal moves.
4503
4504         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4505         data.
4506         (gnus-read-active-for-groups): Support finishing the early retrieval of
4507         data.
4508
4509         * gnus-range.el (gnus-range-nconcat): New function.
4510
4511         * gnus-int.el (gnus-finish-retrieve-group-infos)
4512         (gnus-retrieve-group-data-early): New functions.
4513
4514 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4517         (nnrss-retrieve-groups):
4518         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4519         (pop3-quit): Use with-current-buffer.
4520
4521 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4524         instead of nnheader-accept-process-output.
4525
4526         * dgnushack.el (dgnushack-compile): Add comment.
4527
4528         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4529
4530         * gnus-html.el (gnus-html-schedule-image-fetching)
4531         (gnus-html-prefetch-images): Replace process-kill-without-query by
4532         gnus-set-process-query-on-exit-flag.
4533
4534 2010-09-16  Romain Francoise  <romain@orebokech.com>
4535
4536         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4537
4538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4541         parameter to unintern is mandatory-ish in Emacs 24.
4542
4543         * gnus-html.el (gnus-html-schedule-image-fetching)
4544         (gnus-html-prefetch-images): Check for curl before using it.
4545
4546         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4547         depend on curl, which isn't essential.
4548
4549         * imap.el: Revert back to version
4550         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4551         seem problematic.
4552
4553 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4554
4555         * gnus-registry.el (gnus-registry-install-shortcuts):
4556         Explicitly pass `obarray' to `unintern' to avoid a warning.
4557
4558 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4561         change.
4562
4563         * nnrss.el (nnrss-request-list): Remove this function and related
4564         functions, including the moreover stuff.
4565
4566 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * nnrss.el (nnrss-retrieve-groups): New function.
4569
4570 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4571
4572         * .dir-locals.el: Add no-byte-compile cookie.
4573
4574 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * time-date.el (format-seconds): Comment fix.
4577
4578         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4579         for back end that doesn't support request-scan.
4580
4581 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4584         then do request scans from the backends.
4585
4586         * netrc.el (netrc-credentials): New conveniency function.
4587
4588         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4589         avoid running a hook per line, since this takes a lot of time,
4590         profiling shows.
4591         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4592         directly if gnus-visual-p is true.
4593
4594 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4597         groups; replace mapcar with dolist which is a bit faster; pass groups
4598         info to gnus-read-active-file-1.
4599         (gnus-read-active-file-1): Scan only specified groups if the new
4600         optional arg `infos' is given.
4601
4602 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4605
4606         * pop3.el (pop3-movemail): Remove.
4607         (pop3-streaming-movemail): Rename to pop3-movemail.
4608
4609         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4610         don't restrict end-tag searches to the end of the line.
4611
4612 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4615         articles of every unchecked group to t, which means unknown since the
4616         server has never been opened.
4617
4618 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-html.el (gnus-html-show-alt-text): New command.
4621         (gnus-html-browse-image): Ditto.
4622         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4623         to browse the image directly.
4624         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4625         better.
4626
4627         * gnus-async.el (gnus-async-article-callback):
4628         Call `gnus-html-prefetch-images' unconditionally.
4629
4630         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4631         before feeding URLs to curl.
4632
4633 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4636         internal images as deletable by `W D D'.
4637
4638         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4639         (gnus-async-article-callback): Fix typo.
4640
4641 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4644         current line to work around bugs in the output from w3m.
4645
4646         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4647         for groups that want that.
4648
4649         * nntp.el (nntp-wait-for-string): Supply a timeout for
4650         accept-process-output to ensure progress.
4651
4652         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4653         level to get unread articles from, then use that for foreign groups,
4654         too.
4655
4656         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4657         confuses the rest of the function.
4658
4659         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4660         for the methods that support -retrieve-groups, too.
4661
4662         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4663
4664 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4667         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4668
4669         * pop3.el: Require cl when compiling.
4670         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4671
4672 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4675         that aren't going to be activated.
4676         (gnus-get-unread-articles): Fix up the last commit.
4677
4678         * gnus-html.el (gnus-article-html): Allow calling without specifying
4679         the handle.  In that case, dissect the buffer first.
4680
4681         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4682
4683         * nnimap.el (nnimap-open-connection): Revert the change that would look
4684         into authinfo for imaps instead of imap.
4685
4686         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4687         say that you don't want to call gnus-request-group with don-check, but
4688         do check the reponse.  This is for virtual groups only.
4689         (gnus-get-unread-articles): Count the archive groups as secondary, so
4690         that they're activated the same way as before.
4691
4692         * imap.el (imap-message-map): Removed optional buffer parameter, since
4693         no callers use it.
4694         (imap-message-get): Ditto.
4695         (imap-message-put): Ditto.
4696         (imap-mailbox-map): Ditto.
4697         (imap-mailbox-put): Ditto.
4698         (imap-mailbox-get): Ditto.
4699         (imap-mailbox-get): Revert last change for this function.
4700
4701         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4702         case-insensitively.
4703         (nnimap-debug): Remove.
4704
4705         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4706         to use `imap-fetch' instead.  According to the comments, this should be
4707         safe, since all other IMAP clients use the 1:* syntax.
4708         (imap-enable-exchange-bug-workaround): Removed.
4709         (imap-debug): Removed -- doesn't seem very useful.
4710
4711         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4712         mail from a file, and the file doesn't exist.
4713
4714         * imap.el (imap-log): New convenience function used throughout instead
4715         of repeating the same code all over the place.
4716
4717         * pop3.el (pop3-streaming-movemail): Return t for success.
4718
4719         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4720         .authinfo if we're using ssl connection.
4721
4722         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4723         already have if we're in a main Gnus `g' run.
4724
4725         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4726
4727 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4730
4731         * nnmh.el (nnmh-request-list-1): Bind `file'.
4732
4733         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4734         alias to set-process-query-on-exit-flag or process-kill-without-query.
4735         (pop3-open-server): Use it.
4736
4737 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4740         box to the Incoming file.  Fixes mistake in previous checkin.
4741
4742         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4743         request loop (for debugging purposes) removed.
4744
4745         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4746         culprit is more visible.
4747         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4748         (nnml-add-incremental-nov): New functions to do "incremental" nov
4749         updates, where we just append to the end of the existing nov files
4750         without reading/writing them in full.
4751
4752         * mail-source.el (mail-source-delete-crash-box): Really only check the
4753         incoming files once in a while.
4754
4755         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4756
4757         * mail-source.el (mail-source-delete-crash-box): Only check the
4758         incoming files for deletion once per day to save a lot of file
4759         accesses.
4760
4761         * pop3.el (pop3-logon): Fix up unbound variable typo.
4762
4763         * mail-source.el (pop3-streaming-movemail): Autoload.
4764
4765         * pop3.el (pop3-streaming-movemail):
4766         Respect pop3-leave-mail-on-server.
4767
4768         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4769         retrieval.
4770
4771         * pop3.el (pop3-process-filter): Remove unused function.
4772         (pop3-streaming-movemail, pop3-send-streaming-command)
4773         (pop3-wait-for-messages, pop3-write-to-file)
4774         (pop3-number-of-responses): New functions for streaming pop3
4775         retrieval.
4776
4777         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4778         come from no known methods.
4779         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4780         list.
4781
4782         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4783         message sizes.
4784         (pop3-movemail): Use erase-buffer instead of looping and deleting
4785         regions, which seems rather odd.
4786
4787         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4788         file once per `g' run.
4789
4790         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4791         directories.  This makes the draft queue directory work.
4792
4793         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4794         data from the backends, so that we only request the list of groups from
4795         each method once.  This should speed things up considerably.
4796
4797         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4798         detect that it's not implemented.
4799
4800         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4801         we actually do recurse down into the tree, but don't stat all leaf
4802         nodes.
4803
4804         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4805         then say so instead of bugging out.
4806
4807         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4808         files exist before trying to read them.
4809
4810         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4811         around <pre_int>.
4812
4813         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4814
4815         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4816
4817 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * mm-util.el (mm-image-load-path): Just return the image directories,
4820         not all directories in the path in addition to the image directories.
4821         (mm-image-load-path): Maintain a cache of the image directories so that
4822         the `g' command in Gnus doesn't have to stat dozens of directories each
4823         time.
4824
4825         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4826         (gnus-html-wash-tags): Add a new `i' command to insert images.
4827         (gnus-html-insert-image): New command and keystroke.
4828         (gnus-html-redisplay-with-images): New command and keystroke.
4829         (gnus-html-show-images): Rename command.
4830         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4831         spacers.
4832         (gnus-html-wash-tags): Decode entities at the end, so that entities
4833         inside the tags don't mess up the rest of the "parsing".
4834
4835         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4836         so that nnimap methods aren't agentized by default.  There's apparently
4837         many problems related to agent/imap behaviour.
4838
4839         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4840
4841         * gnus-html.el: Doc fix.
4842
4843 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4846         specifier-spec-list for Emacs 21.
4847
4848         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4849         glyph-width and glyph-height instead of display-graphic-p and
4850         image-size; make avoidance of displaying small images work for XEmacs.
4851
4852         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4853         for XEmacs.
4854
4855         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4856         of symbol that holds plist data.
4857         (gnus-process-plist): Remove plist of process after getting it.
4858
4859 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * message.el (message-generate-hashcash): Change default to
4862         'opportunistic if hashcash is installed.
4863
4864         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4865         (gnus-html-put-image): Only call image-size once, since it's somewhat
4866         time-consuming on remote X servers.
4867
4868 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4871         type on data, not a file name.
4872
4873         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4874         window-pixel-edges for Emacs 21.
4875
4876         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4877         decoded contents.
4878         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4879
4880 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4883         group line format, since it isn't very interesting.
4884
4885         * gnus-agent.el (gnus-agent-short-article),
4886         (gnus-agent-long-article): Increase values for these two variables,
4887         since most people are likely to have more network connection and
4888         storage than before.
4889
4890         * gnus.el (gnus-refer-article-method): Change default to 'current.
4891         When referring an article, the common behaviour is to refer it from the
4892         current select method, not the native select method.  The chances of
4893         the native select method having the message in question is rather slim
4894         these days.
4895
4896         * gnus-sum.el (gnus-auto-select-subject): Change default to
4897         `unseen-or-unread'.  I think it's likely that most people want to
4898         select an unseen article over a previously seen, but unread one.
4899
4900         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4901         means that in the article buffer none of the minor mode elements will
4902         be shown, usually, and this is not desirable in most cases.
4903
4904         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4905         that commands like `d' (and the like) go to the next line in the
4906         buffer, instead of the next unread article.  I think this is the
4907         behaviour that is most natural for most users.
4908         (gnus-single-article-buffer): Change default to nil, so that people can
4909         have as many article buffers open as they have summary buffer.  I think
4910         this is the most natural way for the groups to behave.
4911
4912         * message.el (message-generate-new-buffers): Change default to
4913         `unsent', so that all new message buffers start their names with the
4914         string "*unsent", and it's easier to find the buffers if you move from
4915         them.
4916
4917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4920         small.  They're probably tracking images.
4921         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4922         (gnus-html-rescale-image): Yet another try at getting the image sizing
4923         right.
4924
4925         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4926         nntp-marks-file-name is nil.
4927
4928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * gnus-html.el (gnus-html-wash-tags)
4931         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4932         Better logging.
4933
4934 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4937
4938         * gnus-html.el (gnus-html-wash-tags): Check the value of
4939         gnus-blocked-images in the summary buffer.
4940
4941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4944
4945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4948         like "a", it seems like.
4949         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4950         since it needs to be picked from the correct buffer.
4951
4952         * nnwfm.el: Remove.
4953
4954         * nnlistserv.el: Remove.
4955
4956 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4959         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4960
4961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * nnkiboze.el: Remove.
4964
4965         * nndb.el: Remove.
4966
4967         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4968         alt text.
4969         (gnus-html-rescale-image): Try to get the rescaling logic right for
4970         images that are just wide and not tall.
4971
4972         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4973         overshadow variable bindings.
4974
4975 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * gnus-html.el (gnus-html-wash-tags)
4978         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4979         Add extra logging.
4980
4981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4984         (gnus-max-image-proportion): New variable.
4985         (gnus-html-rescale-image): New function.
4986         (gnus-html-put-image): Rescale images.
4987
4988 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4989
4990         Fix up some byte-compiler warnings.
4991         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4992         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4993         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4994         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4995         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4996         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4997         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4998
4999 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-html.el (gnus-article-html): Decode contents by charset.
5002
5003 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5006         (gnus-html-frame-width, gnus-blocked-images)
5007         * message.el (message-prune-recipient-rules): Add custom version.
5008         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5009
5010         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5011         functions.
5012
5013         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5014         gnus-process-get.
5015
5016 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5017
5018         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5019         instead of lsub directly.
5020
5021 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * nnwarchive.el: Remove.
5024
5025         * gnus-soup.el: Remove.
5026
5027         * nnsoup.el: Remove.
5028
5029         * nnultimate.el: Remove.
5030
5031         * gnus-html.el (gnus-blocked-images): New variable.
5032
5033         * message.el (message-prune-recipients): New function.
5034         (message-prune-recipient-rules): New variable.
5035
5036         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5037         guess whether a long line is natural text or not.
5038
5039         * gnus-html.el (gnus-html-schedule-image-fetching):
5040         Use gnus-process-plist and friends for compatibility.
5041
5042 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5043
5044         * gnus-html.el: Require packages that define macros used in this file.
5045         (gnus-article-mouse-face): Declare to silence byte-compiler.
5046         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5047         process-get.
5048         (gnus-html-put-image): Use plist-get to avoid getf.
5049         (gnus-html-prefetch-images): Use with-current-buffer.
5050
5051 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-ems.el: Provide compatibility functions for
5054         gnus-set-process-plist.
5055
5056         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5057         header-line-format for XEmacs 21.4.
5058
5059         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5060         * gnus.el (gnus-valid-select-methods)
5061         * message.el (message-send-mail-partially-limit)
5062         * mm-decode.el (mm-text-html-renderer)
5063         * mml.el (mml-insert-mime-headers-always)
5064         * smiley.el (smiley-regexp-alist): Bump custom version.
5065
5066 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus-html.el: require mm-url.
5069         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5070         with the url to `url'.
5071         (gnus-html-wash-tags): Support cid: URLs/images.
5072
5073 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5076         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5077         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5078
5079         * gnus-move.el: Remove file, since it doesn't really work.
5080
5081         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5082         UTF-8.  This seems to fix problems with some German web feeds.
5083
5084         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5085         at the top so that the proper colours are applied.
5086
5087         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5088         don't have dots in their names.
5089
5090         * gnus-art.el (gnus-article-view-part): Doc fix.
5091
5092         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5093         XEmacs-compatible.
5094         (gnus-html-put-image): Don't do images on non-graphic displays.
5095
5096         * nnslashdot.el: Remove this unused backend.
5097
5098         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5099         actions.
5100         (gnus-undo-register-1): Revert last change.
5101
5102         * gnus-group.el (gnus-group-completing-read): Protect against not
5103         having completion-styles bound.
5104
5105         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5106         make broken recipients happier.
5107
5108         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5109
5110         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5111         point parameter.
5112
5113         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5114
5115         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5116         completion-styles for group selection.
5117
5118 2009-02-04  Andreas Schwab  <schwab@suse.de>
5119
5120         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5121         headers and regexp-quote the match if necessary.
5122
5123 2009-03-24  Miles Bader  <miles@gnu.org>
5124
5125         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5126         the blinking smiley.
5127
5128 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5129
5130         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5131         blink smiley.
5132
5133 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5136         where the dribbel file lives exists.
5137
5138         * message.el (message-send-mail-partially-limit): Change the default to
5139         nil, since most people don't want this.
5140
5141         * mm-url.el (mm-url-decode-entities): Also decode entities like
5142         &#x3212.
5143
5144 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5145
5146         * gnus-sum.el (gnus-summary-idna-message):
5147         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5148         Hyperlink urls in docstrings with URL `...'.
5149
5150 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5151
5152         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5153         functions.
5154
5155 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5158         say what the mouseover text should be.
5159
5160         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5161         version of the mm-w3m-safe-url-regexp variable to only download images
5162         in the groups where we want that to happen.
5163
5164         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5165
5166         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5167         easier debugging.
5168         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5169         big pictures in the article buffer.
5170
5171         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5172         gnus-article-html.
5173         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5174         w3m.
5175
5176         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5177
5178 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5181         which doesn't exist.
5182
5183         * message.el (message-inhibit-ecomplete): New variable to allow some
5184         function to inhibit ecomplete address storage.
5185         (message-resend): Disable ecomplete message storage when resending
5186         messages.
5187
5188         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5189
5190 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5193         Save excursion while copying, moving, and deleting articles in order to
5194         prevent the cursor from jumping to unforeseen place.
5195
5196 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * lpath.el: No need to bind bookmark-current-buffer,
5199         bookmark-yank-point and bookmark-make-record-function.
5200
5201 2010-08-17  Glenn Morris  <rgm@gnu.org>
5202
5203         * gnus-sync.el: Require gnus components whose functions are used.
5204
5205         * gnus-art.el (bookmark-make-record-function):
5206         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5207         Declare for compiler.
5208
5209         * mm-url.el (mml-compute-boundary): Autoload.
5210
5211 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5214
5215 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         Typo fix "hoo4a" -> "hook".
5218
5219         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5220
5221 2010-08-14  Glenn Morris  <rgm@gnu.org>
5222
5223         * gnus-sync.el (gnus-sync): Fix defgroup version.
5224
5225 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5228
5229         * gnus-sync.el: Fix docs.
5230         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5231         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5232
5233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5234
5235         Optimizations for gnus-sync.el.
5236
5237         * gnus-sync.el: Add docs about gnus-sync-backend
5238         possibilities.
5239         (gnus-sync-save): Remove unnecessary message.
5240         (gnus-sync-read): Optimize and show what groups were skipped.
5241
5242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         Minor bug fixes for gnus-sync.el.
5245
5246         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5247         Don't read the sync on get-new-news.
5248
5249         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5250         quiet.
5251
5252         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5253         (fix typo).
5254
5255 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5256
5257         Make saving and restoring of hidden threads work with overlays.
5258         Patch applied by Ted Zlatanov.
5259
5260         * gnus-sum.el (gnus-hidden-threads-configuration)
5261         (gnus-restore-hidden-threads-configuration): Update to deal with text
5262         properties, rather than searching for a magic character.
5263
5264 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         New gnus-sync.el library for synchronization of marks.
5267
5268         * gnus-sync.el: New library for synchronization of marks.
5269
5270         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5271         renamed from `gnus-registry-grep-in-list'.
5272
5273         * gnus-registry.el (gnus-registry-follow-group-p):
5274         Use `gnus-grep-in-list'.
5275
5276         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5277
5278 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5281         determining charset of text fails.
5282
5283 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * nnmail.el (nnmail-get-new-mail-1): Revert.
5286
5287         * nnml.el (nnml-active-number): Make sure names of newly created groups
5288         in nnml-group-alist are encoded.
5289
5290 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5293         containing non-ASCII characters in active file for nnml back end.
5294
5295 2010-07-24  David Engster  <dengste@eml.cc>
5296
5297         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5298         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5299
5300 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5301
5302         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5303         tag (Bug#6654).
5304
5305 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5308         the article buffer, not the summary buffer.
5309
5310 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5313         Emacs 23 as well.
5314
5315 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5318         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5319
5320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5321
5322         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5323         Patch applied by Karl Fogel.
5324
5325         * gnus-sum.el (gnus-summary-bookmark-make-record):
5326         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5327
5328 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5329
5330         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5331         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5332         C-w still not working correctly from Article buffers; Thierry's
5333         patch to fix that will be applied after this.
5334
5335         * gnus-art.el (bookmark-make-record-function): New local variable.
5336
5337         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5338         article buffer.
5339         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5340
5341 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5342
5343         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5344         on changes in bookmark.el.
5345
5346 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5349         `no-log' instead of message not to log prompt string.
5350
5351 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5352
5353         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5354         the *other* type of HTML form submission.
5355
5356 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5357
5358         * auth-source.el (auth-source-pick): If choice does not contain a
5359         questioned keyword, set the check to t.
5360
5361 2010-06-12  Romain Francoise  <romain@orebokech.com>
5362
5363         * gnus-util.el (gnus-date-get-time): Move up before first use.
5364
5365 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5368         (gnus-article-edit-part): Bind it to make last part that is substituted
5369         or deleted visible.
5370         (gnus-mime-display-single): Buttonize part of which id equals to
5371         gnus-mime-buttonized-part-id.
5372
5373 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5374
5375         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5376         (gnus-dd-mmm): Use gnus-date-get-time.
5377         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5378         simplify logic.
5379         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5380         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5381
5382 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5383
5384         * auth-source.el (top): Autoload `secrets-list-collections',
5385         `secrets-create-item', `secrets-delete-item'.
5386         (auth-sources): Fix tag string.
5387         (auth-get-source, auth-source-retrieve, auth-source-create)
5388         (auth-source-delete): New defuns.
5389         (auth-source-pick): Rewrite in order to avoid 2 passes.
5390         (auth-source-forget-user-or-password): New parameter USERNAME.
5391         (auth-source-user-or-password): New parameters CREATE-MISSING and
5392         DELETE-EXISTING.  Retrieve password interactively, if needed.
5393
5394 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5395
5396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5397         deleting unused directories when gnus-expert-user is t.
5398
5399 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5402         for each temp file when gnus-article-browse-delete-temp is ask.
5403
5404 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5405
5406         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5407         Lisp calls to delete-backward-char by calls to delete-char.
5408
5409 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5410
5411         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5412
5413 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5414
5415         * password-cache.el (password-cache-remove): Fix docstring.
5416
5417 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5420         article unless decoding article to be saved.
5421
5422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5425         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5426         generated within the mm-with-unibyte-current-buffer macro.
5427
5428 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5431         to nil when we're in a mml-preview buffer and no group is selected.
5432
5433 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5434
5435         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5436         when catching the `C-g'.  Reported by "Leo".
5437
5438 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * message.el (message-forward-make-body-plain)
5441         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5442         multibyte-string-p.
5443
5444         * lpath.el: Revert.
5445
5446 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * message.el (message-forward-make-body-mml): Assume original message
5449         is multibyte string; error on unibyte.
5450         (message-forward-make-body-plain): Ditto; don't add excessive newline
5451         in body end.
5452
5453         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5454
5455 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5456
5457         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5458         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5459
5460 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * mm-extern.el (mm-extern-url): Don't use
5463         mm-with-unibyte-current-buffer.
5464         (mm-extern-cache-contents): Use with-current-buffer instead of
5465         save-excursion + set-buffer.
5466
5467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * mm-util.el (mm-emacs-mule): Remove.
5470
5471 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5472
5473         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5474         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5475         change.
5476
5477 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5480         bind the default value of enable-multibyte-characters to nil.
5481
5482 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * message.el (message-forward-make-body-plain)
5485         (message-forward-make-body-mml):
5486         Don't use mm-with-unibyte-current-buffer.
5487
5488 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5491
5492 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5493
5494         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5495         (Bug#5592).
5496
5497 2010-05-07  Julien Danjou  <julien@danjou.info>
5498
5499         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5500         it to mm-pipe-part.
5501
5502         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5503         it is given.
5504
5505 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * binhex.el (binhex-decode-region-internal)
5508         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5509         (dns-query)
5510         * nnweb.el (nnweb-gmane-search)
5511         * pgg-parse.el (pgg-parse-armor)
5512         * pgg.el (pgg-verify-region)
5513         * sha1.el (sha1-string-external)
5514         * uudecode.el (uudecode-decode-region-internal)
5515         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5516         XEmacs.
5517
5518         * gnus-art.el (gnus-article-browse-html-parts)
5519         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5520         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5521         make-temp-file.
5522
5523         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5524         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5525         compiling.
5526
5527         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5528         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5529         XEmacs when compiling.
5530
5531         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5532         gnus-pick-mode-off-hook for XEmacs when compiling.
5533         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5534         gnus-binary-mode-off-hook for XEmacs when compiling.
5535
5536         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5537         Return nil if char-charset is not available.
5538
5539         * imap.el (imap-disable-multibyte)
5540         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5541         macros.
5542
5543         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5544         instead of encode-coding-string.
5545
5546         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5547         'xemacs) instead of mm-emacs-mule to switch function definitions.
5548         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5549
5550         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5551         bind temporary-file-directory for XEmacs;
5552         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5553         timer-set-function for XEmacs 21.4 and SXEmacs;
5554         bind timer-list for XEmacs 21.4 and SXEmacs;
5555         fbind char-charset and find-charset-region for non-Mule XEmacs;
5556         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5557         encode-coding-region and encode-coding-string for XEmacs having no
5558         file-coding feature.
5559
5560 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5561
5562         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5563
5564 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5567         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5568
5569 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5570
5571         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5572         alias `jka-compr-delete-temp-file' no longer exists.
5573
5574 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         Use define-minor-mode in Gnus where applicable.
5577         * mml.el (mml-mode): Use define-minor-mode.
5578         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5579         (gnus-undo-mode): Use define-minor-mode.
5580         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5581         (gnus-dead-summary-mode): Use define-minor-mode.
5582         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5583         Initialize in declaration.
5584         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5585         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5586         (gnus-mailing-list-mode): Use define-minor-mode.
5587         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5588         (gnus-draft-mode): Use define-minor-mode.
5589         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5590         (gnus-dired-mode): Use define-minor-mode.
5591
5592 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5593
5594         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5595         handles on recursive mml-to-mime translation and check them for
5596         boundary delimiter collisions.  Reported by Greg Troxel.
5597
5598 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5601
5602 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5603
5604         * mm-util.el (mm-find-buffer-file-coding-system):
5605         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5606
5607 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5608
5609         * message.el (message-generate-headers): Record insertion of optional
5610         headers as well.  Otherwise the check to prevent repeated insertion of
5611         optional headers is a no-op.
5612
5613 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         * smime.el: Don't mention CVS.
5616
5617         * nnrss.el (nnrss-fetch): Don't mention CVS.
5618
5619         * nnir.el: Don't mention CVS.
5620
5621 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * gnus-sum.el (gnus-summary-bookmark-make-record):
5624         Add `location' field.
5625
5626 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * lpath.el: Fbind bookmark-default-handler,
5629         bookmark-get-bookmark-record, bookmark-make-record-default,
5630         bookmark-prop-get for Emacs <23 and XEmacs.
5631
5632 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5633
5634         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5635         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5636         Use with-current-buffer to silence the byte-compiler.
5637         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5638         bother to require `gnus'.
5639         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5640
5641 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5642
5643         * gnus-sum.el (gnus-summary-bookmark-make-record)
5644         (gnus-summary-bookmark-jump): New functions.
5645         (gnus-summary-mode): Setup bookmark support.
5646
5647 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5648
5649         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5650         if set.
5651
5652 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5655         gnus-article-browse-html-save-cid-image; make it work recursively for
5656         forwarded messages as well.
5657         (gnus-article-browse-html-parts): Work when prefix arg is given.
5658         (gnus-article-browse-html-article): Doc fix.
5659
5660 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5661
5662         * message.el (message-default-mail-headers):
5663         (message-default-headers): Carry the value mail-default-headers over
5664         into message-default-mail-headers, rather than message-default-headers.
5665
5666 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5667
5668         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5669         charset.
5670
5671         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5672         charset into the <meta> tag when the article is encoded to utf-8.
5673
5674 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (gnus-article-browse-delete-temp-files):
5677         Delete directories as well.
5678         (gnus-article-browse-html-parts): Work for images that do not specify
5679         file names; delete temp directory when quitting; insert header at the
5680         right place; use file: scheme for image files.
5681
5682 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5683
5684         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5685         (gnus-article-browse-html-parts): Use it to make temporary cid image
5686         files in addition to html file so that browser may display them.
5687
5688 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5691
5692 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5695
5696 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * auth-source.el (auth-sources): Change default to be simpler.
5699         Explain about Secret Service API sources.  Improve Customize options.
5700         (auth-source-pick): Change to accept any number of search parameters.
5701         Implement fallbacks iteratively, not recursively.  Add scoring on the
5702         second pass and sort by score.  Call Secret Service API when needed.
5703         (auth-source-user-or-password): Use it.  Call Secret Service API
5704         directly when needed to get the user name and the password.
5705
5706 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5707
5708         * message.el (message-interactive): Doc fix.
5709         (message-qmail-inject-args): Reflow.
5710         (message-kill-to-signature): Fix typo in docstring.
5711
5712         * smiley.el (smiley-buffer): Fix typo in docstring.
5713
5714 2010-03-24  Glenn Morris  <rgm@gnu.org>
5715
5716         * mail-source.el (gnus-message): Declare.
5717         (mail-source-delete-old-incoming): Require gnus-util.
5718
5719 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5722
5723         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5724
5725         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5726         password-cache's default if it is not bound.
5727         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5728         password-cache-expiry's default if it is not bound.
5729
5730         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5731         available in Emacs 21.
5732
5733         * lpath.el: Suppress compiler warnings for:
5734         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5735         XEmacs;
5736         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5737         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5738         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5739
5740 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * auth-source.el (auth-sources): Fix up definition so extra parameters
5743         are always inline.
5744
5745 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5746
5747         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5748         wasn't updated after mismatch.  Clear cached mailbox info correctly
5749         when uidvalidity changes.
5750         (nnimap-group-prefixed-name): New function to avoid some code
5751         duplication.
5752         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5753         (nnimap-request-group): Use it.
5754         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5755         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5756         with many imap folders.  This is done by caching the group status from
5757         the imap server persistently in a group parameter `imap-status'.  (This
5758         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5759         but not persistently, so every Gnus startup was still very slow.)
5760
5761 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5764         delete the extra newline.  Otherwise editing of :string and :number
5765         types don't work.
5766
5767 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5770         secrets.el dependency.
5771         (auth-sources): Add optional user name.  Add secrets.el configuration
5772         choice (unused right now).
5773
5774 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         * gnus-sum.el (gnus-summary-make-menu-bar):
5777         Let `gnus-registry-install-shortcuts' fill in the functions.
5778
5779         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5780         warnings.
5781         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5782         (gnus-registry-install-shortcuts): Populate and use it in a
5783         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5784
5785 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5786
5787         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5788         In-place substitutions for the group name encoding/decoding.
5789         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5790         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5791         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5792         (nnimap-update-unseen, nnimap-request-list)
5793         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5794         (nnimap-request-set-mark, nnimap-split-to-groups)
5795         (nnimap-split-articles, nnimap-request-newgroups)
5796         (nnimap-request-create-group, nnimap-request-accept-article)
5797         (nnimap-request-delete-group, nnimap-request-rename-group)
5798         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5799         `encoded-mbx' for consistency.
5800         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5801         variable `imap-current-mailbox'.
5802
5803         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5804         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5805
5806 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5807
5808         * pop3.el (pop3-display-message-size-flag): Display message size byte
5809         counts during POP3 download.
5810         (pop3-movemail): Use it.
5811         (pop3-list): Implement listing of available messages.
5812
5813 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5814
5815         * nnir.el (nnir-get-article-nov-override-function): New function to
5816         override the normal NOV retrieval.
5817         (nnir-retrieve-headers): Use it.
5818
5819 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5820
5821         * auth-source.el (netrc-machine-user-or-password): Autoload.
5822
5823 2010-03-19  Glenn Morris  <rgm@gnu.org>
5824
5825         Stop message.el from loading about 40 libraries it doesn't always need.
5826         The general approach is to autoload rather than require, and to
5827         require in the specific functions rather than the file.  (Bug#5642)
5828
5829         * gmm-utils.el: Don't require wid-edit.
5830         (widget-create-child-value, widget-convert, widget-default-get):
5831         Autoload.
5832
5833         * gnus-util.el: Don't require time-date, netrc.
5834         (message-fetch-field, gnus-group-name-decode): Declare rather than
5835         autoloading.
5836         (gnus-fetch-field): Require message.
5837         (gnus-decode-newsgroups): Require gnus-group.
5838
5839         * ietf-drums.el: Don't require time-date.
5840
5841         * message.el: Don't require hashcash, canlock, ecomplete.
5842         Do require mail-utils.  Require nnheader only when compiling.
5843         (smtpmail-default-smtp-server): Remove declaration.
5844         (message-send-mail-function): Check smtpmail-default-smtp-server
5845         is bound rather than requiring smtpmail.
5846         (message-auto-save-directory, message-insert-signature):
5847         Use expand-file-name rather than nnheader-concat.
5848         (nnheader-insert-file-contents): Autoload.
5849         (hashcash-wait-async): Declare.
5850         (message-send-mail): Only call gnus-setup-posting-charset if
5851         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5852         (message-send-mail-with-sendmail): Require sendmail.
5853         (canlock-password, canlock-password-for-verify): Declare.
5854         (message-canlock-password): Require canlock.
5855         (nnheader-get-report): Autoload.
5856         (gnus-setup-posting-charset): Declare.
5857         (message-send-news): Require gnus-msg.
5858         (message-make-references, message-make-in-reply-to): Use mail-header-id
5859         rather than the alias mail-header-message-id.
5860         (ecomplete-add-item, ecomplete-save): Declare.
5861         (message-put-addresses-in-ecomplete): Require ecomplete.
5862         (ecomplete-display-matches): Autoload.
5863
5864         * mm-decode.el: Don't require mailcap, gnus-util.
5865         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5866         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5867         Autoload.
5868         (mailcap-mime-extensions): Declare.
5869
5870         * mm-encode.el: Don't require mailcap.
5871         (mailcap-extension-to-mime): Autoload.
5872
5873         * mml-sec.el: Don't require password-cache.
5874
5875         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5876         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5877         (mml-minibuffer-read-type): Require mailcap.
5878         (mml-preview): Require gnus-msg.
5879
5880         * mml1991.el: Require password-cache.
5881         (password-cache-expiry): Remove declaration.
5882
5883         * mml2015.el: Require password-cache.
5884         (password-cache-expiry): Remove declaration.
5885
5886         * nneething.el (mailcap): Require mailcap.
5887
5888         * nnheader.el (declare-function): Add compatibility stub.
5889         (message-remove-header): Declare rather than autoload.
5890         (nnheader-replace-header): Require message.
5891
5892         * nnimap.el (declare-function): Add compatibility stub.
5893         (netrc-parse, netrc-machine-user-or-password): Declare.
5894         (nnimap-open-connection): Require netrc.
5895
5896         * nntp.el (declare-function): Add compatibility stub.
5897         (netrc-parse, netrc-machine, netrc-get): Declare.
5898         (nntp-send-authinfo): Require netrc.
5899
5900         * rfc2047.el: Don't require qp.
5901         (quoted-printable-encode-region, quoted-printable-decode-string):
5902         Autoload.
5903
5904         * sieve-mode.el: Don't require easymenu.
5905         (easy-menu-add-item): Autoload it.
5906
5907         * spam-stat.el (time-to-number-of-days): Autoload it.
5908
5909 2010-03-19  Glenn Morris  <rgm@gnu.org>
5910
5911         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5912
5913 2010-03-18  Glenn Morris  <rgm@gnu.org>
5914
5915         * hashcash.el (declare-function): Remove duplicate definition.
5916
5917 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5918
5919         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5920         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5921         value if any backslash escapes).
5922
5923 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5926         if it is available.  (bug#5647)
5927
5928         * lpath.el: Suppress compiler warning for coding-system-from-name for
5929         Emacs 21 and XEmacs.
5930
5931 2010-03-14  Juri Linkov  <juri@jurta.org>
5932
5933         * hmac-def.el:
5934         * hmac-md5.el:
5935         * netrc.el: Fix keywords.
5936
5937 2010-02-26  Glenn Morris  <rgm@gnu.org>
5938
5939         * message.el (message-send-mail-function): Change the default, so that
5940         it inherits from a customized send-mail-function.  (Bug#5643)
5941
5942 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5945         shell-command-to-string signals an error (bug#5299).
5946
5947 2010-02-24  Glenn Morris  <rgm@gnu.org>
5948
5949         * message.el (message-smtpmail-send-it)
5950         (message-send-mail-with-mailclient): Doc fixes.
5951
5952 2010-02-16  Glenn Morris  <rgm@gnu.org>
5953
5954         * message.el (message-default-mail-headers): Change the default value
5955         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5956
5957 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5960         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5961
5962 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5963
5964         * time-date.el (date-to-time): Doc fix (Bug#5408).
5965
5966 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5967
5968         * message.el (message-mail): Just pass yank-action on to message-setup.
5969         (message-setup): Handle (FUN . ARGS) form of yank-action.
5970         (message-with-reply-buffer, message-widen-reply)
5971         (message-yank-original): Handle non-buffer values of
5972         message-reply-buffer (Bug#4080).
5973         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5974
5975 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5976
5977         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5978         Fix typo in docstring.
5979
5980 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5981
5982         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5983         response.
5984
5985 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5988
5989         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5990
5991         * message.el (message-check-news-header-syntax): Protect against a
5992         string that `rfc822-addresses' returns when parsing fails.
5993
5994 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5997         (gnus-previous-char-property-change): New functions.
5998
5999         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6000
6001 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6002
6003         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6004         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6005
6006 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6007
6008         * message.el (message-exchange-point-and-mark): Rework last change to
6009         avoid using optional arg of exchange-point-and-mark, for backward
6010         compatibility.
6011
6012 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6013
6014         * message.el (message-exchange-point-and-mark):
6015         Call exchange-point-and-mark with an argument rather than setting
6016         mark-active by hand (Bug#5175).
6017
6018 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * nntp.el (nntp-service-to-port): Work for service expressed with
6021         numeric string; replace [:digit:] with [0-9] for XEmacs.
6022
6023 2009-12-17  Glenn Morris  <rgm@gnu.org>
6024
6025         * gnus-group.el (gnus-bug-group-download-format-alist):
6026         Change emacs entry to debbugs.gnu.org.  Bump :version.
6027
6028 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6031
6032 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * message.el (message-info): Explain why we use `Info-goto-node'.
6035
6036 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6039
6040 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6041
6042         * message.el (message-completion-in-region): New compatibility function.
6043         (message-expand-group): Use it.
6044
6045 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6048         with no unread article should be listed if the 2nd arg `predicate' is
6049         given.
6050
6051 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6054
6055 2009-11-29  Juri Linkov  <juri@jurta.org>
6056
6057         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6058         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6059         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6060
6061 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6062
6063         * sha1.el (sha1-string-external): default-directory "/" in case
6064         otherwise non-existent.  process-connection-type pipe for touch of
6065         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6066
6067 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6068
6069         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6070         it's comms related and sgml-mode.el has "comm" on that basis too.
6071
6072 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6075         containing tspecial characters if they have been already quoted.
6076
6077 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6078
6079         * dns-mode.el (auto-mode-alist): Purecopy string.
6080
6081 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6082
6083         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6084
6085 2009-10-24  Glenn Morris  <rgm@gnu.org>
6086
6087         * gnus-art.el (help-xref-stack-item): Define for compiler.
6088
6089 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6090
6091         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6092
6093 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6096
6097 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6100         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6101
6102 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6105         (gnus-overlays-in): New alias to overlays-in.
6106
6107         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6108         gnus-overlay-get, and gnus-delete-overlay.
6109         (gnus-summary-show-thread): Make it work as well for systems in which
6110         next-single-char-property-change is not available.
6111         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6112
6113         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6114         (gnus-overlay-get): New alias to extent-property.
6115         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6116
6117         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6118         SXEmacs.
6119
6120         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6121         SXEmacs.
6122
6123 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6126
6127 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6128
6129         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6130         and XEmacs that don't have `remove-overlays'.
6131
6132 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6133
6134         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6135         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6136         selective display.  Use overlays instead.
6137
6138 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6139
6140         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6141
6142 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6143
6144         * spam-stat.el (spam-stat-load): Fix typo in message.
6145
6146 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6147
6148         * dig.el (dig-invoke): Fix typo in docstring.
6149         (query-dig): Reflow docstring.
6150
6151 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6152
6153         * gnus-art.el (gnus-article-encrypt-body):
6154         * message.el (message-check-recipients):
6155         * mm-util.el (mm-codepage-setup):
6156         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6157         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6158
6159 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6160
6161         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6162         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6163         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6164         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6165         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6166
6167 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6168
6169         * dig.el: Add "Keywords: comm", as per net-utils.el.
6170
6171 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6172
6173         * dig.el (dig-mode): Use define-derived-mode.
6174
6175 2009-09-19  Glenn Morris  <rgm@gnu.org>
6176
6177         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6178
6179 2009-09-18  Glenn Morris  <rgm@gnu.org>
6180
6181         * gnus-diary.el (gnus-diary-check-message):
6182         * message.el (message-insert-formatted-citation-line):
6183         * nnbabyl.el (top-level):
6184         * nndiary.el (nndiary-schedule):
6185         Fix typos in condition-case handlers.
6186
6187 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6190         configuration that provides the sole article window in a frame;
6191         position point correctly after deleting a part.
6192
6193 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6194
6195         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6196         (spam-resolve-registrations-routine): Use it to unregister articles
6197         that change status.
6198
6199 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6202         with XEmacs.
6203         (parse-time-string-chars): Use it.
6204
6205 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * imap.el (imap-interactive-login): Better messages.
6208         (imap-open): Fix bug with renamed buffer on reconnect.
6209         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6210         for easier debugging and cleaner code.  On successful (guessed based on
6211         server capabilities) secondary authentication, set imap-state
6212         correctly.
6213         (imap-last-authenticator): Define imap-last-authenticator as a variable
6214         to avoid warnings.
6215
6216 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * nnrss.el (nnrss-request-article): Remove binding of
6219         default-enable-multibyte-characters that has gotten needless by
6220         the 2007-07-13 change in rfc2047-encode-message-header.
6221
6222         * mml.el (mml-insert-multipart): Error on the message header.
6223         (mml-insert-part): Error on the message header; position point at
6224         the end of a MIME tag.
6225
6226 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * time-date.el (autoload): Expand define-obsolete-function-alias into
6229         defalias and make-obsolete for old Emacsen that Gnus supports.
6230         (with-no-warnings): Define it for old Emacsen.
6231         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6232         is available.
6233         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6234         float-time is available; suppress compile warning for time-to-seconds.
6235
6236         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6237         (gnus-float-time): Alias to float-time if it exists.
6238
6239         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6240         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6241         float-time is available; suppress compile warning for time-to-seconds.
6242
6243         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6244         XEmacs.
6245
6246 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * imap.el (imap-message-map): Docstring fix.
6249
6250 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6253         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6254         Add the optional argument `encoding' that overrides the default.
6255
6256         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6257         mm-encode-buffer.
6258
6259 2009-09-04  Glenn Morris  <rgm@gnu.org>
6260
6261         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6262         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6263         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6264         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6265         * mm-util.el (mm-with-unibyte-current-buffer)
6266         (mm-find-buffer-file-coding-system):
6267         * yenc.el (yenc-decode-region): Use default-value rather than
6268         default-enable-multibyte-characters.
6269
6270 2009-09-03  Glenn Morris  <rgm@gnu.org>
6271
6272         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6273         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6274         than default-enable-multibyte-characters.
6275
6276 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6277
6278         * gnus-art.el (gnus-article-read-summary-keys):
6279         Fix gnus-buffer-configuration's value temporarily used.
6280
6281 2009-09-02  Glenn Morris  <rgm@gnu.org>
6282
6283         * gnus-util.el (gnus-float-time): New function.
6284         * gnus-delay.el (gnus-delay-article):
6285         * gnus-sum.el (gnus-thread-latest-date):
6286         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6287         * nnspool.el (nnspool-request-newgroups):
6288         Use gnus-float-time rather than time-to-seconds.
6289         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6290
6291         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6292         (gnus-header-subject-face, gnus-header-newsgroups-face)
6293         (gnus-header-name-face, gnus-header-content-face):
6294         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6295         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6296         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6297         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6298         (gnus-cite-face-11):
6299         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6300         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6301         (gnus-server-closed-face, gnus-server-denied-face)
6302         (gnus-server-offline-face):
6303         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6304         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6305         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6306         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6307         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6308         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6309         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6310         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6311         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6312         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6313         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6314         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6315         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6316         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6317         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6318         (gnus-summary-high-undownloaded-face)
6319         (gnus-summary-low-undownloaded-face)
6320         (gnus-summary-normal-undownloaded-face)
6321         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6322         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6323         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6324         (gnus-splash-face):
6325         * message.el (message-header-to-face, message-header-cc-face)
6326         (message-header-subject-face, message-header-newsgroups-face)
6327         (message-header-other-face, message-header-name-face)
6328         (message-header-xheader-face, message-separator-face)
6329         (message-cited-text-face, message-mml-face):
6330         * sieve-mode.el (sieve-control-commands-face)
6331         (sieve-action-commands-face, sieve-test-commands-face)
6332         (sieve-tagged-arguments-face):
6333         * spam.el (spam-face):
6334         Mark face aliases with "-face" in the name as obsolete.
6335
6336 2009-09-01  Glenn Morris  <rgm@gnu.org>
6337
6338         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6339         than goto-line.
6340
6341 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6344         Don't move point if the command is invoked inside the message header.
6345
6346 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * imap.el (imap-send-command): Simplify.
6349         (imap-wait-for-tag): point-max -> buffer-size.
6350
6351 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6352
6353         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6354         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6355         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6356         * nnir.el (nnir-swish-e-index-file):
6357         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6358         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6359         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6360         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6361         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6362         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6363
6364 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6367         Don't save excursion.
6368
6369 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * nnheader.el (nnheader-find-file-noselect):
6372         * mm-util.el (mm-insert-file-contents):
6373         Use (default-value 'major-mode) instead of default-major-mode.
6374
6375 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6378
6379 2009-08-26  Glenn Morris  <rgm@gnu.org>
6380
6381         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6382         than placing in files.el.
6383
6384 2009-08-25  Glenn Morris  <rgm@gnu.org>
6385
6386         * nnir.el (top-level): Don't require cl at run-time.
6387         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6388         Replace cl-function substitute with gnus-replace-in-string.
6389         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6390         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6391         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6392         simplified expansions.
6393
6394 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6395
6396         * dig.el (dig): Add autoload cookie.
6397
6398 2009-08-22  Glenn Morris  <rgm@gnu.org>
6399
6400         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6401         goto-line.
6402
6403 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6404
6405         * parse-time.el (parse-time-string-chars): Save match data.
6406
6407 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6408
6409         * parse-time.el (parse-time-string-chars): Compute using character
6410         classes, to handle non-ascii characters (Bug#3190).
6411
6412 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6415
6416         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6417         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6418         (gnus-mm-display-part, gnus-mime-display-single)
6419         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6420         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6421
6422         * gnus-sum.el
6423         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6424         (gnus-summary-move-article): Add expirable mark to articles copied or
6425         moved to group that has auto-expire turned on if the option is non-nil.
6426
6427 2009-07-24  Glenn Morris  <rgm@gnu.org>
6428
6429         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6430         Fix typo.  (Bug#3903)
6431
6432 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6435         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6436         that should not be used for draft articles.
6437         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6438         that has no concern in minor mode keys.
6439         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6440         Abolish.
6441
6442 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6445         article without making inquiry to a user for unknown encoding.
6446
6447         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6448         (nnmaildir--scan): Assume i-node and device number that file-attributes
6449         returns might be cons-cell.
6450
6451         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6452
6453         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6454
6455 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6456
6457         * auth-source.el: Remove docs now in auth.texi.  Don't use
6458         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6459         `auth-source-hide-passwords' and use them.
6460
6461 2009-07-15  Glenn Morris  <rgm@gnu.org>
6462
6463         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6464
6465 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6468         excessive whitespace from the default values of title and description.
6469
6470 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6473         mail-fetch-field to fetch Content-Description header in order to
6474         exclude newlines.
6475
6476 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6477
6478         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6479         format used by GnuPG 2.0.11.
6480
6481 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6484         to deleted part.
6485
6486 2009-05-30  David Engster  <dengste@eml.cc>
6487
6488         * nnmairix.el: Remove old documentation in the commentary block.
6489         (nnmairix-request-group): Do not update active file for nnml back ends.
6490         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6491         end so that overview files are ignored.
6492         (nnmairix-update-groups): Make updating the groups more robust by using
6493         marks.
6494         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6495         with dollar characters in message-id.
6496
6497 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6500         2008-12-25 in dns.el.
6501
6502 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6503
6504         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6505         could happen if the text is only composed of spaces and/or tabs.
6506
6507 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6508
6509         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6510         when sending a queued message to avoid extra mml tags.
6511
6512 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6515
6516 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6519         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6520         rmail-toggle-header for XEmacs;
6521         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6522
6523 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-dired.el: Remove autoload for gnus-setup-message.
6526         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6527         displaying Gnus logo; always use compose-mail.
6528
6529 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6532
6533 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6536         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6537         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6538         available.
6539         (gnus-nocem-epg-verify): New function.
6540
6541 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6544
6545 2009-02-15  Glenn Morris  <rgm@gnu.org>
6546
6547         * gnus-util.el (rmail-insert-rmail-file-header)
6548         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6549         autoloads.
6550         (rmail-default-rmail-file): Remove unnecessary declaration.
6551         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6552
6553 2009-02-14  Glenn Morris  <rgm@gnu.org>
6554
6555         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6556         variable (only used in gnus-util, which declares it anyway).
6557         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6558         which was only needed by gnus-art (changed to not use it any more).
6559         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6560         only used in gnus-util, which autoloads it itself.
6561         (rmail-update-summary): Fix autoload.
6562
6563         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6564         rather than rmail-output-to-rmail-file.
6565
6566 2009-02-07  Glenn Morris  <rgm@gnu.org>
6567
6568         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6569         autoload of function that no longer exists.
6570         (rmail-toggle-header): Declare.
6571         (message-forward-rmail-make-body): Handle mbox Rmail.
6572
6573 2009-01-31  Glenn Morris  <rgm@gnu.org>
6574
6575         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6576         2009-01-09 change.
6577
6578 2009-01-31  Dave Love  <fx@gnu.org>
6579
6580         * imap.el (imap-fetch-safe): Bind debug-on-error.
6581         (imap-debug): Add imap-fetch-safe.
6582
6583 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6584
6585         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6586         (auth-source-forget-all-cached): New convenience function.
6587         (auth-source-user-or-password): Accept list of modes or a single mode.
6588
6589         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6590         auth-source modes.
6591
6592         * netrc.el (netrc-machine-user-or-password): Use list of
6593         auth-source modes.
6594
6595         * nnimap.el (nnimap-open-connection): Use list of
6596         auth-source modes.
6597
6598         * nntp.el (nntp-send-authinfo): Use list of
6599         auth-source modes.
6600
6601 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6604         now.
6605
6606 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6609         coding system in XEmacs; add a workaround for XEmacs.
6610
6611         * lpath.el: Fbind coding-system-aliasee.
6612
6613 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6616         of current-language-environment.
6617
6618 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6621         available at runtime.
6622
6623 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6626
6627 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6628
6629         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6630         the greatest positive fixnum value doesn't work under an XEmacs with
6631         bignum support; use the most-positive-fixnum constant instead,
6632         available since Emacs 21.1 with cl and XEmacs 21.1.
6633
6634 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6637         XEmacs gets not to work.
6638
6639 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * mm-util.el (mm-coding-system-priorities): Allow the value like
6642         "Japanese (UTF-8)" of current-language-environment.
6643
6644 2009-01-09  Glenn Morris  <rgm@gnu.org>
6645
6646         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6647         with last-command-event.
6648
6649 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6652         in the doc string.
6653
6654         * message.el (message-fix-before-sending): Amend comment.
6655
6656 2009-01-08  Dave Love  <fx@gnu.org>
6657
6658         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6659
6660 2009-01-07  David Engster  <dengste@eml.cc>
6661
6662         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6663         simplified server definitions by converting it via
6664         gnus-server-to-method.
6665
6666 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6669         parameter's operands.
6670
6671 2009-01-06  David Engster  <dengste@eml.cc>
6672
6673         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6674         primary select method (for gnus-group-mark-article-as-read).
6675
6676 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6677
6678         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6679         `(gnus)Face', not `(gnus)X-Face'.
6680
6681 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * mm-util.el (mm-ucs-to-char): New function.
6684
6685         * mm-url.el (mm-url-decode-entities): Use it.
6686
6687         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6688         unicode-to-char.
6689
6690 2009-01-05  Dave Love  <fx@gnu.org>
6691
6692         * time-date.el: Require cl for `declare'.
6693
6694 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6697         Dave Love.
6698
6699 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-fix-before-sending): Add `eight-bit' to
6702         illegible-text check.
6703
6704 2009-01-03  Michael Olson  <mwolson@gnu.org>
6705
6706         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6707         `headers' is nil.  This can occur if the IMAP server does not have
6708         permissions to read messages from a folder, but can write new messages
6709         to the folder.
6710         (nnimap-request-article-part): Do not insert `data' if it is nil.
6711
6712         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6713         characters which will confuse `read', so skip past them.
6714
6715 2009-01-01  Dave Love  <fx@gnu.org>
6716
6717         * imap.el (imap-string-to-integer): Fix typo.
6718         (imap-fetch-safe): New function.
6719         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6720
6721         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6722
6723         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6724         (imap-parse-greeting): Fix doc strings.
6725         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6726         (imap-parse-flag-list): Make messages unique.
6727         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6728
6729         * nnimap.el: Fix author email.
6730         (nnimap-split-rule): Add FIXME comment.
6731         (nnimap-debug): Fix doc string.
6732
6733 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6736
6737 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6740         nslookup if resolv.conf isn't available.
6741         (dns-query): Rename from query-dns.
6742         (dns-query-cached): Rename from query-dns-cached.
6743
6744 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6747         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6748         to check if those variables exist (first appeared in Emacs 18.50).
6749
6750 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * mm-util.el (mm-line-number-at-pos): New function.
6753
6754         * spam-report.el (spam-report-process-queue): Use it.
6755
6756 2008-12-24  David Engster  <dengste@eml.cc>
6757
6758         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6759         parameters that haven't existed as variables as buffer-local variables.
6760
6761 2008-12-23  Dave Love  <fx@gnu.org>
6762
6763         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6764         cadar.
6765
6766         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6767         imap-starttls-p.
6768         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6769
6770 2008-12-22  Dave Love  <fx@gnu.org>
6771
6772         * imap.el: Fix author email.  Doc fixes.
6773         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6774         reply.
6775
6776 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * spam-report.el (spam-report-gmane-max-requests): New constant.
6779         (spam-report-gmane-wait): New variable.
6780         (spam-report-gmane-ham, spam-report-gmane-spam)
6781         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6782         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6783         the server.
6784
6785         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6786         Add explanations.
6787
6788         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6789         nnheader-accept-process-output and nnheader-read-timeout if available.
6790         (pop3-movemail): Use it.
6791
6792         * message.el (message-check-news-body-syntax): Fix signature check if
6793         there's an attachment.
6794
6795 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * mm-util.el: Add comments to the mm- emulating functions.
6798
6799 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6800
6801         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6802         Reported by Stephen Berman <stephen.berman@gmx.net>.
6803
6804 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * mm-util.el (mm-substring-no-properties): New function.
6807         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6808         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6809         (mm-string-to-multibyte): Doc fix.
6810
6811         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6812
6813 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * mml.el (mml-attach-file): Strip text properties from file name.
6816         (Bug#1574)
6817
6818 2008-12-16  Glenn Morris  <rgm@gnu.org>
6819
6820         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6821
6822 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6825         knows since the charset specified might be a bogus alias that
6826         mm-charset-synonym-alist provides.
6827
6828 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6831         "ISO_8859-1".
6832
6833         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6834
6835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * mm-util.el (mm-charset-eval-alist):
6838         Define it before mm-charset-to-coding-system.
6839         (mm-charset-to-coding-system): Add optional argument `silent';
6840         define it before mm-charset-override-alist.
6841         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6842         default value if it can be used in Emacs currently running;
6843         silence mm-charset-to-coding-system.
6844
6845 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6848         `allow-override' which says whether to use `mm-charset-override-alist'.
6849         (rfc2047-decode-encoded-words): Use it.
6850
6851         * mm-util.el (mm-charset-override-alist): Fix custom type;
6852         add `(gb2312 . gbk)' to choices.
6853
6854 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6857         fast.
6858
6859         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6860
6861         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6862
6863 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6864
6865         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6866         on links.
6867
6868         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6869
6870 2008-12-03  Lute Kamstra  <lute@gnu.org>
6871
6872         * sha1.el: Remove leading * from docstrings of defcustoms,
6873         deffaces, defconsts and defuns.
6874
6875 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6878         users' addresses that don't have domain parts.
6879         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6880         rather than message-narrow-to-head since there will be the message
6881         header separator.
6882
6883 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6884
6885         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6886         since the result is inserted in a unibyte buffer anyway.
6887         (nnimap-demule-use-string-to-multibyte): Remove.
6888         (nnimap-demule): Alias it to mm-string-to-multibyte.
6889
6890 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6893         variable for debugging bug#464 and bug#1174.
6894         (nnimap-demule): Use it.
6895
6896 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6899         score calculation correctly.
6900
6901 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * message.el (message-send-mail): Just set the buffer to unibyte
6904         rather than use mm-with-unibyte-current-buffer which does a lot more.
6905         (message-send-mail-partially): Don't bother with
6906         mm-with-unibyte-current-buffer since it's already been made unibyte by
6907         message-send-mail.
6908
6909 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6912
6913 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6914
6915         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6916
6917 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6920         require itself and to remove `with-no-warnings'.
6921
6922 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * starttls.el (starttls-any-program-available): Get the name of the
6925         available TLS layer program.
6926         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6927         well as the host name in the "opening" message.
6928
6929         * auth-source.el (auth-source-cache, auth-source-do-cache)
6930         (auth-source-user-or-password): Cache passwords and logins by default,
6931         allow override with `auth-source-do-cache'.
6932         (auth-source-forget-user-or-password): Allow users to remove cache
6933         entries if needed.
6934
6935 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6936
6937         * md4.el (md4-buffer): Fix typo in docstring.
6938         (md4, md4-64): Doc fixes.
6939         (md4-pack-int32): Reflow docstring.
6940
6941 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6944         condition-case to only the forward-sexp call.
6945
6946 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6949         quotes contained.  Make it more robust regardless by an extra
6950         condition-case wrapper.
6951
6952 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6955
6956 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * nnml.el (nnml-request-expire-articles): Check if the function set to
6959         `nnmail-expiry-target' returns the symbol `delete'.
6960
6961         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6962
6963         * nnmail.el (nnmail-expiry-target): Fix custom type.
6964
6965 2008-10-02  Glenn Morris  <rgm@gnu.org>
6966
6967         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6968         Silence compiler warning.
6969
6970 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6971
6972         * tls.el (open-tls-stream): Show the actual command being
6973         executed, instead of the format string.
6974
6975 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * lpath.el: Fbind codepage-setup for Emacs 23.
6978
6979 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6980
6981         * mml.el (mml-menu): Don't assume mml2015 is bound.
6982
6983 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6986         exists.
6987
6988 2008-09-27  Glenn Morris  <rgm@gnu.org>
6989
6990         * gnus-util.el (mail-header-remove-comments): Autoload it.
6991
6992 2008-09-27  Andreas Schwab  <schwab@suse.de>
6993
6994         * gnus-util.el (gnus-split-references): Strip comments.
6995         (gnus-parent-id): Likewise.
6996
6997 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * message.el (message-confirm-send): Fix version.
7000
7001 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * message.el (message-idna-to-ascii-rhs-1): Use
7004         mail-extract-address-components rather than mail-header-parse-addresses
7005         that is an alias by default to ietf-drums-parse-addresses that does not
7006         support non-ASCII names in headers' contents.
7007
7008 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * message.el (message-confirm-send): Fix variable documentation to
7011         avoid the "y/n" wording.
7012
7013 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7014
7015         * message.el (message-set-auto-save-file-name): Save to a different
7016         filename so multiple messages (especially drafts) can be recovered.
7017
7018 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7019
7020         * message.el (message-confirm-send): Add appropriate version.
7021
7022 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7025         defvar.
7026
7027 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7028
7029         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7030         (mm-pkcs7-enveloped-magic): Ditto.
7031
7032 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7033
7034         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7035         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7036
7037 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7040         default, it's better.
7041
7042 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7043
7044         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7045         summary line gnus-number property and ignore them (with a warning
7046         message).
7047
7048 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7051         macro caddr in the interactive form since it won't be expanded.
7052
7053 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7056         `charset'; fix name of function called recursively.
7057         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7058
7059 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7062         (gnus-mime-set-charset-parameters): New function.
7063         (gnus-mime-view-part-as-charset): Use it to correctly display part
7064         specifying wrong charset.
7065
7066 2008-09-08  David Engster  <dengste@eml.cc>
7067
7068         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7069         in completing-read for back end server.
7070
7071 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * message.el (message-confirm-send): New variable to confirm sending a
7074         message.
7075         (message-send): Use it.
7076
7077 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7078
7079         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7080
7081 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7084
7085 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7086
7087         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7088         prevent tracking too many groups.
7089         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7090         Use it.
7091
7092 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7093
7094         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7095         moving point to the bottom of the window in order to avoid recentering.
7096
7097 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7100
7101         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7102         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7103         (gnus-article-beginning-of-window): Fix calculation.
7104
7105 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-msg.el (gnus-summary-supersede-article)
7108         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7109         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7110         message header.
7111
7112 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7113
7114         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7115         pending output coming after the status change.
7116
7117 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7118
7119         * message.el:
7120         * gnus-start.el:
7121         * gnus-registry.el: Remove VMS support.
7122
7123 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7126         macro.
7127         (rfc2104-hash): Use it.
7128
7129 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7132         (gnus-summary-sort-by-most-recent-date): New commands.
7133         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7134         and menu entries.
7135
7136 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7139         don't redisplay article for raw contents; remove plural articles stuff.
7140
7141         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7142         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7143         on gnus-summary-save-article; display results properly.
7144
7145 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * lpath.el: No need to fbind ns-focus-frame.
7148
7149 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7152
7153 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-art.el (gnus-summary-save-in-pipe):
7156         Consider gnus-save-all-headers.
7157
7158 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7159
7160         * gnus-util.el (ns-focus-frame): Remove declaration.
7161         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7162         like x.
7163
7164 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7165
7166         * rfc2104.el (rfc2104-zero): Delete defconst.
7167         (rfc2104-hex-alist): Likewise.
7168         (rfc2104-hex-to-int): Delete func.
7169         (rfc2104-hexstring-to-bitstring): Likewise.
7170         (rfc2104-nybbles): New defconst.
7171         (rfc2104-hash): Rewrite for speed.
7172
7173 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * tls.el (open-tls-stream): Make it work with the 2nd argument
7176         BUFFER that is a string but does not exist as a buffer object, as
7177         mentioned in the doc-string.
7178
7179 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7182         SXEmacs.
7183
7184 2008-07-16  Glenn Morris  <rgm@gnu.org>
7185
7186         * gnus-util.el (ns-focus-frame): Declare for compiler.
7187
7188 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7191         set as a group parameter.
7192         (gnus-summary-save-in-pipe): Work when it is called independently.
7193         (gnus-summary-pipe-to-muttprint): Don't modify
7194         gnus-summary-pipe-output-default-command.
7195
7196 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7197
7198         * message.el (message-send-mail-with-sendmail):
7199         Display the error message.
7200
7201 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-default-article-saver):
7204         Add gnus-summary-save-in-pipe to choices.
7205         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7206         gnus-summary-pipe-output-default-command as the default command.
7207         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7208         instead of gnus-last-shell-command.
7209
7210         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7211         New user option.
7212         (gnus-summary-muttprint-program): Mention the value will be changed.
7213         (gnus-summary-save-article): Force showing of all headers.
7214         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7215
7216 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7217
7218         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7219
7220 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7221
7222         * nnimap.el (nnimap-id):
7223         * sieve-manage.el (sieve-manage-open): Doc fixes.
7224
7225 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7226
7227         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7228         if available.
7229
7230 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7231
7232         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7233
7234         * nnkiboze.el (nnkiboze-generate-group):
7235         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7236
7237         * nnmairix.el: Require CL.
7238
7239 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * dgnushack.el: Autoload get-display-table and put-display-table for
7242         XEmacs 21.5.
7243
7244         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7245         21.4 and SXEmacs.
7246
7247 2008-06-15  David Engster  <dengste@eml.cc>
7248
7249         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7250
7251 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7252
7253         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7254         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7255         runtime choice under XEmacs.
7256
7257         * gnus-sum.el (gnus-summary-set-display-table):
7258         Use `gnus-put-display-table', `gnus-get-display-table',
7259         `gnus-set-display-table' for the display table, instead of `aset'.
7260
7261         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7262         Use `gnus-put-display-table', `gnus-get-display-table',
7263         `gnus-set-display-table' for the display table.
7264
7265 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * nnmairix.el: Add autoloads.
7268
7269 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * nnmairix.el (nnmairix-delete-recreate-group)
7272         (nnmairix-update-and-clear-marks): Fix error messages.
7273
7274 2008-06-14  David Engster  <dengste@eml.cc>
7275
7276         * nnmairix.el: Upgrade to version 0.6.
7277         (nnmairix-group-toggle-propmarks-this-group)
7278         (nnmairix-group-toggle-readmarks-this-group)
7279         (nnmairix-group-delete-recreate-this-group)
7280         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7281         (nnmairix-remove-tick-mark-original-article): New commands.
7282         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7283         (nnmairix-propagate-marks-to-nnmairix-groups)
7284         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7285         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7286         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7287         functions needed for marks propagation and manipulation of read marks.
7288         (nnmairix-update-groups): New function.
7289         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7290         (nnmairix-determine-original-group-from-registry)
7291         (nnmairix-determine-original-group-from-path)
7292         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7293         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7294         New helper functions.
7295         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7296         keystrokes for new commands.
7297         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7298         (nnmairix-request-group): Check allow-fast group parameter.
7299         (nnmairix-request-create-group): Set allow-fast group parameter if
7300         nnmairix-allowfast-default is set.
7301         (nnmairix-close-group): Propagate marks upon closing if needed.
7302         (nnmairix-group-toggle-threads-this-group): Use new.
7303         nnmairix-group-toggle-parameter helper function.
7304         (nnmairix-search): Better check for empty search result.
7305         (nnmairix-goto-original-article): Use new helper functions for
7306         determining original article.
7307         (nnmairix-show-original-article): Make sure message-id is in brackets.
7308         (nnmairix-call-mairix-binary): Change variable name.
7309         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7310         helper function.
7311         (nnmairix-widget-toggle-activate): Fix doc string.
7312
7313 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * nnir.el: Require edmacro when compiling with XEmacs.
7316         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7317         available in Emacs 21.
7318
7319 2008-06-11  Glenn Morris  <rgm@gnu.org>
7320
7321         * gnus-util.el (x-focus-frame):
7322         * gnus.el (image-size):
7323         * mm-decode.el (image-size): Declare.
7324
7325         * gnus-picon.el (declare-function): Add compat definition.
7326         (image-size): Declare.
7327
7328         * gnus-group.el (tool-bar-map):
7329         * gnus-sum.el (tool-bar-map): Define for compiler.
7330
7331         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7332
7333         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7334
7335         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7336         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7337         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7338         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7339         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7340         * sieve-manage.el, spam-report.el, spam.el:
7341         Remove unnecessary eval-and-compile of autoloads.
7342
7343 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7344
7345         * auth-source.el: Precise Tramp doc.
7346
7347 2008-06-07  Glenn Morris  <rgm@gnu.org>
7348
7349         * nnmairix.el: Remove unnecessary eval-when-compile.
7350
7351 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * lpath.el: Fbind propertize for XEmacs 21.4.
7354
7355 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * nnir.el: Move here from ../contrib.
7358
7359 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7360
7361         * gnus-util.el (gnus-read-shell-command): New function.
7362         * mm-decode.el (mm-pipe-part):
7363         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7364
7365 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7368
7369 2008-06-03  Glenn Morris  <rgm@gnu.org>
7370
7371         * pop3.el (nnheader-accept-process-output): Autoload it.
7372
7373 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7376         are not 2-digit hexadecimal characters that follow `%'s.
7377
7378 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * message.el (message-bogus-recipient-p): Fix type in doc string.
7381         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7382         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7383         Improve custom options.
7384         (message-bogus-recipient-p): Adjust accordingly.
7385
7386 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7387
7388         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7389         long-form month and day names.
7390
7391 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * dgnushack.el: Autoload debug, eudc-expand-inline and
7394         pgg-snarf-keys-region for XEmacs.
7395
7396         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7397
7398         * nnmairix.el: Require edmacro when compiling with XEmacs.
7399
7400 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7403         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7404
7405 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7406
7407         * auth-source.el: Add more docs.
7408
7409         * netrc.el (netrc-machine): Always match if the port is not given.
7410
7411 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7414         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7415         retrieval faster in some cases, but might make CPU usage larger.
7416         If this has any bad side effects, we might revert this change.
7417
7418         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7419         seems to make mail retrieval much, much faster.
7420         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7421         unconditionally.
7422
7423         * gnus-draft.el (gnus-group-send-queue):
7424         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7425
7426 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7429
7430         * message.el (message-bogus-address-regexp): Fix and improve custom
7431         type.
7432         (message-setup-hook): Add message-check-recipients as custom option.
7433
7434 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * message.el (message-cite-function): Remove bogus autoload which crept
7437         in during merge from v5-10.
7438
7439 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7442
7443         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7444
7445         * auth-source.el: Preliminary Tramp docs.
7446         (auth-sources): Change the default auth-sources to use
7447         EPA .gpg files.
7448
7449 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * nntp.el: Autoload `auth-source-user-or-password'.
7452         (nntp-send-authinfo): Use it.
7453
7454         * nnimap.el: Autoload `auth-source-user-or-password'.
7455         (nnimap-open-connection): Use it.
7456
7457         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7458         for the gnus-message function.
7459         (auth-source-user-or-password): Use it.
7460
7461 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7462
7463         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7464         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7465         (rfc2104-hash): Use it.
7466
7467 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7468
7469         * gnus-art.el (gnus-article-toggle-truncate-lines):
7470         Don't use `iff' in docstring.
7471
7472 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7475
7476         * gnus-util.el (gnus-extract-address-component-name)
7477         (gnus-extract-address-component-email): Convenience functions around
7478         `gnus-extract-address-components'.
7479
7480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7481         Use `gnus-extract-address-component-email' to fix bug of comparing full
7482         sender name to `user-mail-address'.
7483
7484 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7485
7486         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7487         catch/throw to optimize.
7488         (gnus-registry-find-keywords): Just use member to find a keyword.
7489
7490 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7493         is current before calling gnus-server-prepare.
7494         (gnus-server-setup-buffer, gnus-server-update-server)
7495         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7496
7497 2008-05-04  Juri Linkov  <juri@jurta.org>
7498
7499         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7500         (mailcap-file-default-commands): Use mailcap-replace-in-string
7501         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7502         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7503
7504 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7505
7506         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7507
7508 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7509
7510         * gnus.el: Bump version to 0.11.
7511
7512 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7513
7514         * gnus.el: No Gnus v0.10 is released.
7515
7516 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7519         hooks.
7520         (gnus-update-read-articles): Speed up non-marks-using users.
7521         (gnus-use-marks): Define gnus-use-marks.
7522         (gnus-propagate-marks): Rename variable to something more sensible.
7523
7524 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7525
7526         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7527         (gmm-image-load-path-for-library): Fix typos in docstrings.
7528         (gmm-message): Reflow docstring.
7529
7530 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * mail-source.el (mail-source-set-1, mail-source-bind):
7533         Move auth-source code out of the macro to clean it up and fix bugs.
7534
7535 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7538         by sender if it's equal to user-mail-address, it's likely to be
7539         useless.
7540
7541         * mail-source.el (mail-source-bind): Don't use user or password if they
7542         are not bound.  Unintern them if they are nil.  Don't use server unless
7543         it's bound, and default it to empty string otherwise.
7544
7545 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * mail-source.el: Load auth-source.el.
7548         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7549         get user name or password, if auth-sources is set up.
7550
7551         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7552         strategy of splitting with parent.
7553         (gnus-registry-split-fancy-with-parent)
7554         (gnus-registry-post-process-groups): Use it and fix prior
7555         bug (returning a list as the split result).
7556
7557         * auth-source.el (auth-sources): Remove server parameter.
7558         (auth-source-pick, auth-source-user-or-password)
7559         (auth-source-user-or-password-imap)
7560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7561         (auth-source-user-or-password-sftp)
7562         (auth-source-user-or-password-smtp): Remove server parameter.
7563
7564 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7565
7566         * smime.el (smime-sign-region, smime-encrypt-region)
7567         (smime-decrypt-region):
7568         Remove redundant calls to `generate-new-buffer-name'.
7569
7570 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7571
7572         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7573         Don't use QP for message/rfc822.
7574         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7575
7576 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7577
7578         * sieve-manage.el (sieve-string-bytes): Remove.
7579         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7580         correct byte-length only if the process's coding-system is the same as
7581         the one used internally by Emacs to represent strings.
7582
7583 2008-04-22  Juri Linkov  <juri@jurta.org>
7584
7585         * mailcap.el (mailcap-file-default-commands): New function.
7586
7587 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * message.el (message-signature-separator, message-cite-function):
7590         Change custom version.
7591
7592 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7593
7594         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7595         commands.
7596         (tls-checktrust): Ditto.
7597
7598 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * mm-decode.el (mm-display-external): Make temp file read-only.
7601
7602 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7605         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7606         `C-c C-f d'.
7607
7608 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7609
7610         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7611
7612 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus.el: Bump version to 0.9.
7615
7616 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * gnus.el: No Gnus v0.8 is released.
7619
7620 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7621
7622         * mail-source.el (mail-source-value):
7623         Prefer fboundp to functionp so it works with macros as well.
7624
7625 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7626
7627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7628         Fix last change in case the element is not even a symbol.
7629
7630 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7631
7632         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7633         Prefer fboundp to functionp so it works with macros as well.
7634
7635 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * auth-source.el: Add docs.
7638         (auth-sources): Modify format to support server.
7639         (auth-source-pick, auth-source-user-or-password)
7640         (auth-source-user-or-password-imap)
7641         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7642         (auth-source-user-or-password-sftp)
7643         (auth-source-user-or-password-smtp): Add server parameter.
7644
7645 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * gnus-registry.el: Initialize the registry when gnus-registry-install
7648         is t.
7649
7650 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * compface.el (uncompface): Make buffer unibyte.
7653
7654 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7655
7656         * mail-source.el (mail-source-value):
7657         Prefer fboundp to functionp so it works with macros as well.
7658
7659 2008-04-05  Glenn Morris  <rgm@gnu.org>
7660
7661         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7662
7663 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7664
7665         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7666         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7667
7668         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7669         multibyteness after rather than before erasing it.
7670
7671         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7672         mm-with-multibyte.
7673         (gnus-request-article-this-buffer): Make sure the proper decoding is
7674         used if gnus-original-article-buffer happens to be unibyte.
7675
7676         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7677         default-enable-multibyte-characters.
7678
7679         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7680         default-enable-multibyte-characters.
7681
7682         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7683
7684         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7685
7686 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7687
7688         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7689         Fix last change in case the element is not even a symbol.
7690
7691 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7692
7693         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7694         (imap-message-copyuid-1): Use it.
7695         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7696         J. Williams in
7697         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7698
7699         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7700         imap-enable-exchange-bug-workaround.
7701         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7702
7703 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7704
7705         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7706         a 100 byte status-checks into a 2-3MB transfer for each group.
7707         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7708         to enable bug workaround or not.
7709         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7710
7711 2008-03-31  Glenn Morris  <rgm@gnu.org>
7712
7713         * message.el (mml2015-use): Declare for compiler.
7714         (message-info): Require mml2015 when appropriate.
7715
7716 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7719         whitespace.
7720
7721 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7722
7723         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7724         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7725         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7726         (nntp-service-to-port): New function.
7727         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7728         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7729         (nntp-open-netcat-stream): New function.
7730         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7731
7732 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7733
7734         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7735
7736 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7739
7740 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7741
7742         * dns.el (dns-write): Use set-buffer-multibyte.
7743
7744 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7745
7746         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7747
7748 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * message.el (message-signature-separator): Change default.
7751         Improve custom type.
7752         (message-cite-function): Change default to
7753         message-cite-original-without-signature.
7754
7755         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7756         toggle.
7757
7758         * message.el (message-check-news-body-syntax): Fix signature check.
7759         (message-setup-1): Mark buffer as unmodified _after_ running
7760         message-setup-hook and handling message-alternative-emails.
7761         (message-shorten-references): Be more strict when building list of
7762         valid references to comply with GNKSA.
7763
7764         * gnus-group.el (gnus-read-ephemeral-bug-group)
7765         (gnus-read-ephemeral-debian-bug-group)
7766         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7767
7768         * message.el (message-info): Don't use booleanp which isn't supported
7769         in Emacs 21 and XEmacs.
7770
7771 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7774         gnus-group-gmane-group-download-format.
7775         (gnus-group-read-ephemeral-gmane-group): Rename from
7776         gnus-group-read-ephemeral-gmane-group.
7777         (gnus-read-ephemeral-gmane-group-url): Rename from
7778         gnus-group-read-ephemeral-gmane-group-url.
7779         (gnus-bug-group-download-format-alist): New variable.
7780         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7781         (gnus-read-ephemeral-emacs-bug-group): New commands.
7782
7783 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7786         (gnus-visible-headers): Improve custom type.
7787
7788 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * mml.el (mml-menu): Add workarounds for XEmacs.
7791
7792         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7793         X-Boundary header.
7794
7795         * message.el (message-simplify-recipients): Fix previous commit.
7796
7797 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7798
7799         * mm-util.el (mm-set-buffer-multibyte): New function.
7800         * mm-decode.el (mm-copy-to-buffer): Use it.
7801
7802         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7803         Prefer fboundp to functionp so it works with macros as well.
7804
7805 2008-03-19  Glenn Morris  <rgm@gnu.org>
7806
7807         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7808         Accidentally removed in the sync process with Emacs.
7809
7810 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * message.el (message-alter-recipients-discard-bogus-full-name):
7813         New function.
7814         (message-alter-recipients-function): New variable.
7815         (message-get-reply-headers): Use it.
7816         (message-replace-header): New helper function.
7817         (message-recipients-without-full-name): New variable.
7818         (message-simplify-recipients): New command.
7819
7820         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7821
7822         * message.el (message-info): Handle EasyPG manual.
7823
7824         * mml.el (mml-menu): Add entry for EasyPG.
7825
7826 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7827
7828         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7829         parameter.
7830
7831         * message.el (message-disassociate-draft): Specify drafts group name
7832         fully.
7833
7834 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7837         Eliminate unnecessary duplicates from the match list.
7838
7839 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7842
7843         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7844
7845         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7846         args of `how-many' of which the XEmacs version doesn't take; declare
7847         Info-index-next as function.
7848
7849 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * gnus-score.el (gnus-score-headers): Fix handling of
7852         gnus-inhibit-slow-scoring.
7853
7854         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7855         string.
7856         (gnus-button-url-regexp): Improve handling of parenthesis.
7857         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7858         (gnus-button-handle-info-keystrokes): Handle index entries.
7859
7860 2008-03-15  Glenn Morris  <rgm@gnu.org>
7861
7862         * parse-time.el (parse-time-string): Simplify.
7863
7864 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7867         Incoming* files.
7868
7869 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * auth-source.el (auth-sources): Rename from auth-source-choices.
7872         (auth-source-pick): Use it.
7873
7874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7875
7876         * binhex.el (binhex-decode-region-internal):
7877         * uudecode.el (uudecode-decode-region-internal):
7878         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7879         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7880         setting default-enable-multibyte-characters.
7881
7882 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * auth-source.el (auth-source-protocols)
7885         (auth-source-protocols-customize, auth-source-choices): Add and
7886         modified variable customizations and defaults.
7887         (auth-source-pick, auth-source-user-or-password)
7888         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7889         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7890         (auth-source-user-or-password-sftp)
7891         (auth-source-user-or-password-smtp): Use new variables and provide an
7892         interface to netrc.el.
7893
7894 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7897         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7898         Make sure the nntp port to specify is a string.
7899
7900 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7901
7902         * nntp.el: Use with-current-buffer.
7903         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7904         dubious mm-with-unibyte-current-buffer.
7905         (nntp-with-open-group-function): New function extracted from
7906         nntp-with-open-group macro.
7907         (nntp-with-open-group): Use the function, so it's easier to debug.
7908         Add indentation and debugging info.
7909         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7910         Recommend the use of the netcat alternatives.
7911
7912         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7913         Avoid mm-string-as-multibyte as well.
7914
7915         * nnweb.el (nnweb-insert-html):
7916         Remove use of nnheader-string-as-multibyte.
7917
7918         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7919         (nnheader-string-as-multibyte): Remove.
7920
7921         * mm-view.el: Use inhibit-read-only.
7922         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7923         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7924         or unibyte-string.
7925
7926         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7927         (mm-uu-yenc-extract): Use with-current-buffer.
7928
7929         * gnus-soup.el (gnus-soup-send-packet): Don't use
7930         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7931
7932         * nnmh.el: Use with-current-buffer.
7933         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7934         mm-string-as-multibyte on the output of mm-encode-coding-string.
7935
7936         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7937         (nnimap-request-move-article): Use with-current-buffer.
7938
7939         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7940         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7941         conversion uses string-make-unibyte rather than string-as-unibyte.
7942
7943         * gnus-msg.el: Use with-current-buffer.
7944
7945         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7946
7947 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7948
7949         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7950         string for caching if it is 'PIN.
7951
7952 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * lpath.el: Consider the case without Emacs/W3.
7955
7956 2008-03-08  Glenn Morris  <rgm@gnu.org>
7957
7958         * time-date.el (date-to-time, time-subtract, time-add)
7959         (safe-date-to-time): Doc fixes.
7960
7961 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * mail-source.el (mail-source-delete-old-incoming-confirm):
7964         Change default to nil.
7965         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7966
7967 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * lpath.el: Rearrange.
7970
7971         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7972         (gnus-article-goto-prev-page): Work for articles having ^L's.
7973
7974         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7975
7976         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7977
7978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7979
7980         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7981         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7982         (gnus-bookmark-jump): Adjust some variable names.
7983
7984 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * auth-source.el: New package.
7987         (auth-source-choices): Add customization entry point variable.
7988
7989         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7990         bug.
7991
7992 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7995         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7996         (gnus-registry-install-shortcuts): Rename from
7997         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7998         the `gnus-registry-mark-map' keymap dynamically from
7999         `gnus-registry-marks'.  The generated functions update the summary line
8000         when a registry mark is added or deleted, and will call
8001         `gnus-registry-install-p' (see the comments in the code).
8002         (gnus-registry-user-format-function-M): Use concat intelligently.
8003
8004         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8005         the registry mark functions.
8006
8007 2008-03-05  Glenn Morris  <rgm@gnu.org>
8008
8009         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8010         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8011         gnus-art.
8012         (top-level): No need to load own source when compiling.
8013
8014 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8017         Suggested by <chris.anderton@zetnet.co.uk>.
8018
8019 2008-03-04  Glenn Morris  <rgm@gnu.org>
8020
8021         * gnus-sum.el (top-level): No need to require gnus when compiling,
8022         since unconditionally required near start of file.
8023         (gnus-summary-display-while-building): Move definition before use.
8024
8025 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * gnus-registry.el (gnus-registry-user-format-function-M):
8028         Add formatting function.
8029
8030 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8033         with plists.
8034         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8035         Use new format.
8036
8037 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8040         `where-is-internal' that returns a range of key sequences.
8041
8042 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8043
8044         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8045
8046         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8047         (gnus-summary-jump-to-group): Consider windows on other displayed
8048         frames as well.  Similar changes might be needed elsewhere, but that's
8049         the one I've bumped into during my use.
8050
8051         * nndoc.el (nndoc-oe-dbx-type-p):
8052         * gnus-msg.el (gnus-debug):
8053         * gnus-group.el (gnus-update-group-mark-positions):
8054         Use mm-string-to-multibyte.
8055
8056 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8059         doesn't handle NotDashEscaped.
8060
8061         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8062         (mml-dnd-attach-options): Fix typo in custom choice.
8063
8064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8065         Change nndoc-article-type to mbox.
8066         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8067
8068         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8069         to nil, instead of html2text.
8070
8071         * imap.el (imap-debug): Add `imap-ping-server'.
8072
8073         * gnus-bookmark.el: Add FIXMEs.
8074
8075         * message.el (message-form-letter-separator)
8076         (message-send-form-letter-delay): New variables.
8077         (message-send-form-letter): Use them.  New command to send form
8078         letters.  Requested by Uwe Siart.
8079         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8080
8081 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * Update copyright years.
8084
8085 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         Sync from EMACS_22_BASE.
8088
8089         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8090
8091 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8092
8093         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8094         empty author.
8095
8096 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * gnus-registry.el (gnus-registry-marks): Add variable for
8099         customization of marks and their appearance.
8100         (gnus-registry-read-mark): Use it.
8101         (gnus-registry-do-marks): Add utility function to loop through
8102         `gnus-registry-marks'.
8103         (gnus-registry-install-shortcuts-and-menus): Add function to install
8104         shortcuts and menus.
8105         (gnus-registry-initialize): Use it.
8106         (gnus-registry-default-mark): Clarify documentation.
8107
8108 2008-02-29  Glenn Morris  <rgm@gnu.org>
8109
8110         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8111         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8112         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8113         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8114         Change defcustom :version from 23.0 to 23.1.
8115
8116 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-registry.el (gnus-registry-follow-group-p)
8119         (gnus-registry-post-process-groups): Add functions to aid registry
8120         splitting and improve logging.  Clarify behavior in function
8121         documentation.
8122         (gnus-registry-split-fancy-with-parent): Use them.
8123
8124 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8125
8126         * gnus-art.el: Use with-current-buffer.
8127
8128 2008-02-27  David Engster  <dengste@eml.cc>
8129
8130         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8131         Express real group name in the response.
8132
8133 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8136         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8137         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8138         autoload gnus-registry-fetch-group when compiling.
8139         (nnmairix-request-group-with-article-number-correction):
8140         Remove unreferenced argument passed to nnmairix-call-backend.
8141
8142 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8145         (mm-uu-extract): Improve face for low color ttys.
8146         Reported by Sascha Wilde.
8147
8148 2008-02-27  Glenn Morris  <rgm@gnu.org>
8149
8150         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8151         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8152         variables to defconsts.  Convert comments to doc-strings.
8153         (nnmairix-last-server, nnmairix-current-server): Convert from free
8154         variables to defvars.  Convert comments to doc-strings.
8155         (gnus-registry-fetch-group): Autoload.
8156         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8157         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8158         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8159         caddr.
8160         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8161         nnmairix-request-group-with-article-number-correction call.
8162         (nnmairix-fast, nnmairix-group): New, less general names, for free
8163         variables passed from nnmairix-request-group to
8164         nnmairix-request-group-with-article-number-correction.  Declare.
8165         (nnmairix-request-group-with-article-number-correction):
8166         Use nnmairix-fast, nnmairix-group rather than fast, group.
8167
8168 2008-02-26  David Engster  <dengste@eml.cc>
8169
8170         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8171         version 0.5.
8172
8173 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8176         instead of making an extra function call.  Don't add the current group
8177         to articles only when they have the group.  Use
8178         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8179         Reported by David <de_bb@arcor.de>.
8180
8181 2008-02-24  Miles Bader  <miles@gnu.org>
8182
8183         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8184         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8185         (mm-find-mime-charset-region):
8186         * mm-bodies.el (mm-encode-body):
8187         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8188
8189 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8192         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8193
8194 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * mail-source.el (mail-source-delete-incoming): Change default.
8197         Supplement doc string.
8198
8199         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8200
8201 2008-02-14  Glenn Morris  <rgm@gnu.org>
8202
8203         * time-date.el (format-seconds): New function.
8204
8205 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * nnmail.el (nnmail-message-id-cache-file): Derive from
8208         `gnus-home-directory'.
8209
8210 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8213         Document negative prefix.
8214
8215         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8216
8217 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * message.el (message-unsent-separator): Add the Exim bounce
8220         separator.
8221
8222 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8223
8224         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8225         list.
8226         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8227         recipient/signer list.
8228
8229 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * Makefile.in (datarootdir): Define.
8232         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8233         name that might contain whitespace.
8234
8235 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8238         fbound (Emacs 23 unicode), signal an error.
8239
8240 2008-02-08  Glenn Morris  <rgm@gnu.org>
8241
8242         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8243
8244 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8245
8246         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8247         ports to the calls to `netrc-machine-user-or-password' in addition to
8248         "imap" and "imaps".
8249
8250 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8251
8252         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8253
8254         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8255
8256 2008-02-01  Kenichi Handa  <handa@m17n.org>
8257
8258         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8259         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8260         (rfc2104-hash): Convert the result of concat to unibyte string.
8261
8262 2008-02-01  Dave Love  <fx@gnu.org>
8263
8264         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8265         coding-system-for-read.
8266         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8267
8268 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8271         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8272         <hanche@math.ntnu.no>.
8273
8274 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8277
8278         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8279
8280 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8281
8282         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8283         * message.el (message-beginning-of-line): Use featurep instead of bound
8284         tests in order to resolve conditionals at compile time.
8285
8286 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8287
8288         * mail-source.el (mail-sources): Add `group' choice.
8289
8290         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8291         parameter `in-group' to control into which group the articles go.
8292         Add treatment of `group' mail-source.
8293
8294 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8297
8298         * mm-decode.el (mm-dissect-buffer): Decode description.
8299
8300         * mml.el (mml-to-mime): Encode message header first.
8301
8302 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8305         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8306
8307         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8308         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8309
8310 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8313
8314 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8317         prefix keys.
8318         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8319         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8320         gnus-xmas.el.
8321
8322         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8323         (gnus-xmas-article-describe-bindings): New function.
8324         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8325         gnus-xmas-article-describe-bindings.
8326
8327         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8328
8329 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8330
8331         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8332         Add new variables for article mark management.
8333         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8334         list of extra data entries which, when present, will indicate that the
8335         article ID should not be trimmed from the registry.
8336         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8337         functions.
8338         (gnus-registry-read-mark): New function to read a mark name from the
8339         user.
8340         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8341         (gnus-registry-set-article-mark-internal): New functions to add and
8342         remove marks.
8343         (gnus-registry-get-article-marks): New function to show the marks for
8344         an article, or retrieve them for further use.
8345
8346 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8349         keys when no argument is given.
8350
8351 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * imap.el (imap-ping-server): New variable.
8354         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8355         (imap-ping-server): Minor doc string fixes.
8356
8357 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8358
8359         * imap.el (imap-ping-server): New function.
8360         (imap-opened): Call imap-ping-server.
8361
8362 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-sum.el (gnus-article-sort-by-random)
8365         (gnus-thread-sort-by-random): Fix doc strings.
8366         Reported by jidanni@jidanni.org.
8367
8368 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-article-describe-bindings): New function.
8371         (gnus-article-read-summary-keys): Use it.
8372         (gnus-article-mode-map): Bind `C-h b' to it.
8373
8374 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8377         XEmacs.
8378         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8379         Protect against non-character events.
8380
8381         * lpath.el: Fbind map-keymap for Emacs 21.
8382
8383 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8386         New command.
8387         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8388         instead of END.  Change name of the temp file.
8389         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8390         customizable.
8391
8392 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8395         bind `S W' to gnus-article-wide-reply-with-original; set default
8396         binding to gnus-article-read-summary-send-keys.
8397         (gnus-article-read-summary-keys): Fix the order of keys; display
8398         continuation keys correctly in the echo area; describe bindings
8399         correctly when keys end with `C-h'.
8400         (gnus-article-read-summary-send-keys): New function.
8401         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8402         Work for gnus-article-read-summary-send-keys; display continuation keys
8403         correctly in the echo area.
8404         (gnus-article-reply-with-original): Ignore prefix argument.
8405         (gnus-article-wide-reply-with-original): New function.
8406
8407         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8408         Emacs 21.
8409
8410 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8413         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8414
8415 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8418         (gnus-group-read-ephemeral-gmane-group): New command.
8419
8420 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8421
8422         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8423
8424 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * message.el (message-send-mail-function): Increase custom version.
8427
8428         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8429         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8430
8431 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8432
8433         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8434         for the cases where imap-authenticate is called with a nil buffer
8435         parameter.
8436
8437 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8440         html parts correctly; support forwarded messages.
8441         (gnus-article-browse-html-article): Remove work buffers.
8442
8443         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8444         compiling.
8445         (netrc-bound-and-true-p): New macro.
8446         (netrc-parse): Use it instead of bound-and-true-p that is not available
8447         in XEmacs 21.4.
8448
8449 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * gnus-registry.el (gnus-registry-mark-article)
8452         (gnus-registry-article-marks): Add functionality to mark articles
8453         through the Gnus registry.
8454
8455         * encrypt.el: Clarify documentation for the new pgg method.
8456         (encrypt-file-alist): Add PGG option.
8457         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8458         functionality.  Abstract password key and messaging to external
8459         functions.
8460         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8461         (encrypt-message-method-and-cipher): Add new convenience external
8462         functions.
8463         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8464         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8465
8466         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8467         (netrc-parse): Use encrypt-file-alist to determine if
8468         encrypt-find-model or encrypt-insert-file-contents should be used.
8469
8470         * encrypt.el: Clarify documentation.  Load password-cache or
8471         password, whichever one is found first, instead of autoloading.
8472
8473 2007-12-19  Glenn Morris  <rgm@gnu.org>
8474
8475         * mml.el (message-options-set, message-narrow-to-head)
8476         (message-in-body-p, message-mail-p, message-encode-message-body):
8477         Autoload.
8478         (message-remove-header, message-narrow-to-headers-or-head)
8479         (message-subscribed-p, message-make-mail-followup-to)
8480         (message-position-on-field, message-news-p)
8481         (message-options-set-recipient, message-generate-headers)
8482         (message-sort-headers): Declare as functions.
8483
8484 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8487         convention in doc string.
8488
8489 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8492         title to html parts.
8493         (gnus-article-browse-html-article): Pass message header to it.
8494
8495         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8496
8497 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8500         or password compatible with XEmacs.
8501
8502 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8505         format document.
8506         (gnus-mime-delete-part): Don't write description line if empty.
8507         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8508
8509 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8510
8511         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8512         (gnus-summary-mark-read-and-unread-as-read)
8513         (gnus-summary-mark-current-read-and-unread-as-read)
8514         (gnus-summary-mark-unread-as-ticked): Doc fix.
8515         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8516
8517 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8520         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8521
8522 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8525         yes-or-no-p.
8526
8527 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * mm-decode.el (mm-add-meta-html-tag): New function.
8530         (mm-save-part-to-file, mm-pipe-part): Use it.
8531
8532         * gnus-art.el (gnus-article-browse-delete-temp-files):
8533         Use gnus-y-or-n-p instead of y-or-n-p.
8534         (gnus-article-browse-html-parts): Work with message/external-body; use
8535         mm-add-meta-html-tag.
8536
8537 2007-12-11  Glenn Morris  <rgm@gnu.org>
8538
8539         * gnus-cache.el: Require gnus-sum not just when compiling.
8540
8541         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8542
8543         * gnus-int.el (gnus-server-opened, gnus-status-message):
8544         Move definitions before use.
8545
8546         * mm-decode.el: Require gnus-util.
8547         (mm-remove-part): Only call delete-annotation on XEmacs.
8548
8549         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8550
8551         * nnmail.el: Require gnus-int.
8552
8553         * spam.el: Move `require's before `eval-when-compile's.
8554
8555         * gnus-ems.el (gnus-alive-p):
8556         * gnus-fun.el (message-goto-eoh):
8557         * gnus-util.el (gnus-group-name-decode):
8558         * mail-source.el (gnus-compress-sequence):
8559         * message.el (Info-goto-node, format-spec):
8560         * mm-bodies.el (message-options-get):
8561         * mm-decode.el (mm-view-pkcs7):
8562         * mm-util.el (gmm-write-region):
8563         * mml-smime.el (mml-compute-boundary)
8564         (gnus-completing-read-with-default):
8565         * mml.el (widget-button-press, gnus-make-hashtable):
8566         * mml1991.el (mm-decode-content-transfer-encoding)
8567         (mm-encode-content-transfer-encoding)
8568         (message-options-get, message-options-set):
8569         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8570         * nnfolder.el (gnus-request-group):
8571         * nnheader.el (ietf-drums-unfold-fws):
8572         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8573         * smime.el (gnus-run-mode-hooks):
8574         * spam-stat.el (gnus-message): Autoload.
8575
8576         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8577         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8578         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8579         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8580         Add declare-function compatibility definition.
8581
8582         * gnus-cache.el (nnvirtual-find-group-art):
8583         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8584         (gnus-add-image, gnus-add-wash-type):
8585         * gnus-group.el (nnkiboze-score-file):
8586         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8587         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8588         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8589         (message-tokenize-header, gnus-get-buffer-create)
8590         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8591         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8592         * gnus.el (gnus-group-decoded-name):
8593         * mail-source.el (imap-capability):
8594         * mm-bodies.el (message-options-set):
8595         * mm-decode.el (gnus-configure-windows):
8596         * mm-extern.el (message-goto-body):
8597         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8598         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8599         (epg-sub-key-validity, message-options-set):
8600         * mml.el (widget-event-point, gnus-configure-windows):
8601         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8602         * mml2015.el (epg-check-configuration, epg-configuration)
8603         (message-options-set):
8604         * nndb.el (nndb-request-article):
8605         * nnfolder.el (gnus-request-create-group):
8606         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8607         * nnmaildir.el (gnus-group-mark-article-read):
8608         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8609         * rfc1843.el (message-fetch-field):
8610         * spam.el (gnus-extract-address-components):
8611         Declare as functions.
8612
8613 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8616
8617         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8618
8619         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8620         bind show-trailing-whitespace for XEmacs.
8621
8622 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8625         new no-op macro for backward compatibility.
8626
8627         * imap.el (imap-string-to-integer): New function.
8628
8629 2007-12-09  Glenn Morris  <rgm@gnu.org>
8630
8631         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8632
8633         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8634         * message.el, mm-view.el, sieve-manage.el, smime.el:
8635         Add declare-function compatibility definition.
8636
8637         * gnus-art.el (w3-region, w3m-region, Info-menu):
8638         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8639         * gnus-sum.el (gnus-get-predicate):
8640         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8641         * message.el (mail-abbrev-in-expansion-header-p):
8642         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8643         (w3m-detect-meta-charset, w3m-region):
8644         * sieve-manage.el (password-read, password-cache-add)
8645         (password-cache-remove):
8646         * smime.el (password-read-and-add): Declare as functions.
8647
8648 2007-12-08  David Kastrup  <dak@gnu.org>
8649
8650         * gnus-sum.el (gnus-summary-simplify-subject-query):
8651         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8652         `message'.
8653
8654 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8657         it to bind idna-program, installation-directory, defined-colors, and
8658         face-attribute for XEmacs of the version that compiles defcustom forms.
8659
8660 2007-12-07  Glenn Morris  <rgm@gnu.org>
8661
8662         * gnus-art.el (article-make-date-line): Revert previous change.
8663
8664 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8667
8668 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8669
8670         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8671         Call gnus-add-to-range ranges only once with a prepared article-list.
8672
8673 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8674
8675         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8676         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8677         group names with backslashes.
8678         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8679
8680 2007-12-06  Deepak Goel  <deego3@gmail.com>
8681
8682         * gnus-art.el (article-make-date-line):
8683         * gnus-start.el (gnus-load):
8684         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8685
8686 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-use-idna)
8689         * gnus-start.el (gnus-site-init-file)
8690         * message.el (message-use-idna)
8691         * mm-uu.el (mm-uu-hide-markers)
8692         * smiley.el (smiley-style): Revert changes that suppress warnings.
8693
8694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8697         specify charset to html source.
8698         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8699
8700 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8703         idna-program in order to suppress byte compile warning issued by XEmacs
8704         that came to byte compile the default value section of defcustom forms
8705         recently.
8706
8707         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8708         value of installation-directory.
8709
8710         * message.el (message-use-idna): Don't directly refer to the value of
8711         idna-program.
8712
8713         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8714
8715         * smiley.el (smiley-style): Don't directly call face-attribute.
8716
8717 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8720
8721         * gnus-dired.el: Reduce Gnus dependencies.
8722         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8723         Don't require.  Use autoloads instead.
8724         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8725         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8726         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8727         (gnus-dired-mode): Adjust doc string.
8728         (gnus-dired-mail-mode): New variable.
8729         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8730         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8731         (gnus-dired-mail-buffers): New function.  Return mail or message
8732         composition buffers.
8733         (gnus-dired-attach): Use it.
8734         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8735         NO-DECODE.
8736         (gnus-dired-print): Use `gnus-print-buffer' depending on
8737         `gnus-dired-mail-mode'.
8738
8739 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * rfc2047.el (rfc2047-encoded-word-regexp)
8742         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8743         explaining what regexp patterns are for.
8744
8745 2007-12-04  Glenn Morris  <rgm@gnu.org>
8746
8747         * password.el: Move to password-cache.el.
8748
8749         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8750         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8751         * mml-smime.el (password-read, password-cache-add)
8752         (password-cache-remove):
8753         No need to autoload, since mml-sec requires password.
8754
8755         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8756         * message.el (gnus-extract-address-components):
8757         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8758
8759         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8760         password.
8761
8762 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * mailcap.el: Reduce dependencies.
8765         (mail-header-parse-content-type): Autoload.
8766         (mailcap-delete-duplicates): New alias.
8767         (mailcap-mime-info): Add optional argument NO-DECODE.
8768         (mailcap-mime-types): Use mailcap-delete-duplicates.
8769
8770         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8771
8772 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8773
8774         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8775         (imap-parse-status): Upcase status-att for servers that sends them
8776         lower-case (e.g., MS Exchange 2007).
8777
8778 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8781         function.
8782
8783         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8784         (gnus-uu-yenc-article): New function.
8785
8786         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8787
8788         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8789
8790 2007-12-02  Glenn Morris  <rgm@gnu.org>
8791
8792         * binhex.el (binhex): New custom group.
8793         (binhex-decoder-program, binhex-decoder-switches)
8794         (binhex-use-external): Move to the binhex custom group.
8795
8796         * uudecode.el (uudecode): New custom group.
8797         (uudecode-decoder-program, uudecode-decoder-switches)
8798         (uudecode-use-external): Move to the uudecode custom group.
8799
8800         * netrc.el (top-level): Don't load `encrypt' features.
8801         (netrc-parse): Don't use encrypt.
8802         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8803
8804         * encrypt.el: Remove file.
8805
8806 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8809         matches on patches.
8810
8811         * gnus-art.el (gnus-article-browse-html-article):
8812         Mention `mm-text-html-renderer' in the doc string.
8813
8814         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8815         string.  Add comments.
8816
8817         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8818         if rhs is ASCII.
8819
8820 2007-12-01  Glenn Morris  <rgm@gnu.org>
8821
8822         * mail-source.el (top-level): Require format-spec before
8823         eval-when-compile.
8824
8825 2007-11-30  Glenn Morris  <rgm@gnu.org>
8826
8827         * encrypt.el: Require password, rather than autoloading password-read.
8828
8829 2007-11-29  Glenn Morris  <rgm@gnu.org>
8830
8831         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8832         (sasl-make-client, sasl-next-step, sasl-step-data)
8833         (sasl-step-set-data): Declare as functions.
8834
8835 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8838
8839 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8840
8841         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8842         certs should be verified and what is to be done in the event of a
8843         verification failure.
8844
8845         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8846         caller can indicate whether the cache should be disregarded for this
8847         call.  This way the result of the call is reproducible at all times and
8848         can be considered a canonical server name for the supplied method.
8849         (gnus-agent-method-p): Canonicalize server names by pushing their
8850         method through `gnus-method-to-server' using the no-cache argument.
8851
8852         * gnus-srvr.el (gnus-server-insert-server-line):
8853         Call `gnus-method-to-server' with `no-cache' argument.
8854
8855         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8856         gnus-agent-possibly-synchronize-flags as this should be called when the
8857         server is actually being opened.
8858         (gnus-agent-possibly-synchronize-flags)
8859         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8860         flags file of an agentized server to the latter function.
8861
8862         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8863         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8864         after a connection has been established successfully.
8865
8866 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-art.el (article-display-face): Force to display face if called
8869         interactively; check if gnus-article-x-face-too-ugly matches author.
8870         (article-display-x-face): Display face even if From header is missing
8871         as article-display-face does.
8872
8873 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8874
8875         * hashcash.el (message-narrow-to-headers-or-head)
8876         (message-fetch-field, message-goto-eoh)
8877         (message-narrow-to-headers): Declare as functions.
8878
8879 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * mail-source.el (mail-sources): Default to fetch from file for
8882         compatibility with default of nnmail-spool-file.
8883
8884 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8887         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8888         to look for encoded word that should be encoded again.
8889         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8890         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8891         encoding pattern.
8892         (rfc2047-decode-region): Switch strict regexp and loose one according
8893         to rfc2047-allow-irregular-q-encoded-words.
8894
8895 2007-11-25  Romain Francoise  <romain@orebokech.com>
8896
8897         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8898
8899 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * tls.el (tls-program): Provide more custom choices from
8902         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8903         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8904
8905 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8908         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8909
8910         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8911         `nnmail-spool-file'.
8912
8913         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8914         `nnmail-spool-file'.
8915
8916         * gnus-move.el (gnus-change-server): Ditto.
8917
8918         * gnus-kill.el (gnus-batch-score): Ditto.
8919
8920         * gnus-cache.el (gnus-jog-cache): Ditto.
8921
8922         * gnus-msg.el (gnus-summary-reply):
8923         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8924
8925 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8928         version.  Minor improvement to doc strings.
8929         (tls-program): Add comment.
8930
8931 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8932
8933         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8934         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8935         mismatch between the hostname provided in the certificate and the name
8936         of the host connnecting to.
8937         (open-tls-stream): Use them.  Check certificates against trusted root
8938         certificates.
8939
8940 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-cache.el (gnus-cache-generate-nov-databases):
8943         Use nnml-generate-nov-databases-directory instead of
8944         nnml-generate-nov-databases-1.
8945
8946 2007-11-24  Glenn Morris  <rgm@gnu.org>
8947
8948         * message.el (message-tool-bar-retro): Update for rename
8949         mail_send.xpm->mail-send.xpm.
8950
8951 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8954         `smime-ldap-search' for Emacs 22 and up.
8955
8956 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8957
8958         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8959
8960         * message.el (message-send-mail-function): Fix error convention.
8961         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8962         (message-widen-reply, message-send-mail, message-talkative-question)
8963         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8964         (message-clone-locals, message-send-news): Use with-current-buffer.
8965         (message-insert-or-toggle-importance): Remove unused var `valid'.
8966         (message-make-references): Remove unused var `new-references'.
8967         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8968
8969 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8970
8971         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8972         (spam-split-symbolic-return-positive): Reflow docstring.
8973         (spam-backends, spam-summary-exit-behavior)
8974         (spam-mark-ham-unread-before-move-from-spam-group)
8975         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8976         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8977         (spam-clear-cache, spam-backend-check, spam-install-backend)
8978         (spam-install-statistical-backend, spam-list-of-processors)
8979         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8980         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8981         (spam-check-crm114, spam-initialize, spam-unload-hook):
8982         Fix typos in docstrings.
8983
8984 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8987         been checked if they have never been read and those group levels are
8988         higher than the one that a user specified.
8989
8990 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8993         foreign groups unless a group level is specified by a user.
8994         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8995
8996 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * message.el (message-send-mail-function): Require sendmail.
8999
9000 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * message.el (message-send-mail-function): Check for smtpmail too.
9003
9004         * utf7.el (utf7-encode, utf7-decode): Use coding system
9005         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9006
9007         * message.el (message-send-mail-function): New function.
9008         (message-send-mail-function): Set default using
9009         message-send-mail-function.  Adjust doc string.
9010         (message-send-mail-with-mailclient): New function.
9011
9012 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9013
9014         * smime.el (from):
9015         * rfc2047.el (message-posting-charset):
9016         * qp.el (mm-use-ultra-safe-encoding):
9017         * pop3.el (parse-time-months):
9018         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9019         * nnml.el (files):
9020         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9021         (jka-compr-compression-info-list, ange-ftp-path-format)
9022         (efs-path-regexp):
9023         * nndiary.el (files):
9024         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9025         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9026         (epg-digest-algorithm-alist, inhibit-redisplay)
9027         (password-cache-expiry):
9028         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9029         (pgg-output-buffer, password-cache-expiry):
9030         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9031         (efs-path-regexp):
9032         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9033         (inhibit-redisplay):
9034         * mm-uu.el (file-name, start-point, end-point, entry)
9035         (gnus-newsgroup-name, gnus-newsgroup-charset):
9036         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9037         (latin-unity-ucs-list):
9038         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9039         (mm-uu-binhex-decode-function):
9040         * message.el (gnus-message-group-art, gnus-list-identifiers)
9041         (rmail-enable-mime-composing, gnus-local-organization)
9042         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9043         (gnus-read-active-file, facemenu-add-face-function)
9044         (facemenu-remove-face-function, gnus-article-decoded-p)
9045         (tool-bar-mode):
9046         * mail-source.el (display-time-mail-function):
9047         * gnus-util.el (nnmail-pathname-coding-system)
9048         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9049         (gnus-original-article-buffer, gnus-user-agent)
9050         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9051         (xemacs-codename, sxemacs-codename, emacs-program-version):
9052         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9053         * gnus-start.el (gnus-agent-covered-methods)
9054         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9055         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9056         (gnus-newsgroup-headers, gnus-group-list-mode)
9057         (gnus-group-mark-positions, gnus-newsgroup-data)
9058         (gnus-newsgroup-unreads, nnoo-state-alist)
9059         (gnus-current-select-method, mail-sources)
9060         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9061         (nnmail-spool-file, gnus-cache-active-hashtb):
9062         * gnus-mh.el (mh-lib-progs):
9063         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9064         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9065         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9066         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9067         (gnus-group-buffer):
9068         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9069         (font-lock-set-defaults):
9070         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9071         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9072         (gnus-summary-post-menu, total-parts, type, condition, length):
9073         * gnus-agent.el (gnus-agent-read-agentview):
9074         * flow-fill.el (show-trailing-whitespace):
9075         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9076         eval-and-compile wrappers for byte compiler pacifiers.
9077
9078         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9079         (mm-display-inline-fontify): Check for featurep 'xemacs not
9080         extent-list.
9081
9082         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9083         itimer-list.
9084         (mm-create-image-xemacs): Only do something for XEmacs.
9085         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9086
9087         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9088
9089         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9090         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9091
9092 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9093
9094         * nnimap.el (nnimap-split-download-body):
9095         * gnus-demon.el (gnus-demon):
9096         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9097
9098 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9101         New macros.
9102         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9103         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9104         copy data from unibyte buffer to multibyte current buffer.
9105         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9106         to copy data from unibyte current buffer to multibyte buffer.
9107         (nntp-make-process-buffer): Make process buffer unibyte.
9108
9109         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9110
9111 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9112
9113         * pop3.el (pop3-open-server): Accept and process data more robustly at
9114         connexion start to avoid spurious "POP SSL connexion failed" errors.
9115
9116 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9119         read group names.
9120
9121 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9124
9125 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9128         (nnmail-save-active): Use a unibyte buffer when saving active file,
9129         which may contain non-ASCII group names.
9130
9131         * nnml.el (nnml-request-group): Decode group names in messages.
9132
9133 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * message.el (message-citation-line-function)
9136         (message-insert-formatted-citation-line): Fix spelling of
9137         `message-insert-formated-citation-line'.
9138
9139 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9142
9143 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9146         nnmail-pathname-coding-system.
9147
9148         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9149         that a user enters; decode group names in messages.
9150
9151         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9152
9153 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9156
9157         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9158
9159         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9160         risky local variable.
9161
9162         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9163
9164 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         * encrypt.el: Improve documentation to fix function name typo.
9167         Reported by Daiki Ueno <ueno@unixuser.org>.
9168
9169 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9172         even if the point is not in the last page of an article.
9173         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9174         back to the previous page.
9175
9176 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9179
9180 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9183
9184 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9185
9186         * message.el (message-check-news-body-syntax):
9187         Avoid mm-string-as-multibyte.
9188         (message-hide-headers): Don't assume (point-min)==1.
9189
9190 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * message.el (message-remove-blank-cited-lines): Fix if remove is
9193         given.
9194         (message-bogus-address-regexp): New variable.
9195         (message-bogus-recipient-p): New function.
9196         (message-check-recipients): New command.
9197         (message-syntax-checks): Add `bogus-recipient'.
9198         (message-fix-before-sending): Add `bogus-recipient'.
9199
9200         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9201         (gnus-treat-body-boundary): Don't test window-system.
9202
9203 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9204
9205         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9206
9207 2007-10-28  Miles Bader  <miles@gnu.org>
9208
9209         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9210         at compile-time too.
9211
9212 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-msg.el (gnus-message-setup-hook):
9215         Add `message-remove-blank-cited-lines' to options.
9216
9217 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * message.el (message-remove-blank-cited-lines): New function.
9220         Suggested by Karl Plästerer.
9221
9222 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9225         mapc.
9226
9227         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9228         (top-level): Use mapc to set functions to be traced for debugging.
9229
9230         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9231         called for effect with while loop.
9232
9233         * message.el (message-talkative-question): Replace mapcar called for
9234         effect with mapc.
9235
9236         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9237         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9238         called for effect with dolist.
9239
9240         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9241
9242         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9243         gnus-extra-headers and nnmail-extra-headers.
9244
9245         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9246         called for effect with dolist.
9247         (top-level): Use mapc to set functions to be traced for debugging.
9248
9249         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9250         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9251         dolist.
9252
9253         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9254         Replace mapcar called for effect with mapc.
9255         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9256         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9257         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9258         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9259
9260         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9261         remove-if that's a cl function.
9262
9263         * webmail.el (webmail-debug): Replace mapcar called for effect with
9264         dolist.
9265
9266         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9267         with mapc.
9268
9269 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9272         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9273         with while loop.
9274
9275         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9276         functions from article-* functions.
9277         (gnus-multi-decode-header): Replace mapcar called for effect with
9278         dolist.
9279
9280         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9281         (gnus-bookmark-show-details): Replace mapcar called for effect with
9282         while loop.
9283
9284         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9285         called for effect with while loop.
9286
9287         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9288         with dolist.
9289
9290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9291         Replace mapcar called for effect with dolist.
9292
9293         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9294
9295         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9296         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9297         Replace mapcar called for effect with dolist.
9298         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9299         mapc.
9300
9301         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9302         Replace mapcar called for effect with dolist.
9303         (gnus-topic-list): Replace mapcar called for effect with mapc.
9304
9305         * gnus.el: Use mapc instead of mapcar to add autoloads.
9306
9307 2007-10-23  Richard Stallman  <rms@gnu.org>
9308
9309         * gnus-group.el (gnus-group-highlight): Mark as risky.
9310
9311 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus.el (gnus-server-to-method): Return method found first in
9314         gnus-newsrc-alist.
9315
9316         * gnus-art.el (gnus-article-highlight-signature)
9317         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9318         button overlay without the front stickiness.
9319
9320 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9321
9322         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9323         overview buffer needed a catch to receive its throw.
9324         (gnus-agent-flush-cache): Declare as interactive to make this function
9325         easier to use.
9326
9327 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9330         `next-line'.
9331
9332 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9335         exclude address matching message-dont-reply-to-names.
9336
9337 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-util.el (gnus-string<): New function.
9340
9341         * gnus-sum.el (gnus-article-sort-by-author)
9342         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9343
9344 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9347         the frame-focus tag is set in gnus-buffer-configuration.
9348
9349 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9352         the front stickiness.
9353
9354 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9357         url pattern; remove duplicate one.
9358         (gnus-article-extend-url-button): New function.
9359         (gnus-article-add-buttons): Use it.
9360         (gnus-button-push): Use concatenated url that it makes.
9361
9362 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9363
9364         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9365
9366 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9367
9368         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9369         Don't hardcode point-min==1.
9370
9371 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9374         Fix comment about "iso8859-1".
9375
9376 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9377
9378         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9379         ones returned from the verify-function.
9380
9381         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9382         Call mml2015-extract-cleartext-signature if extraction failed.
9383
9384 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9385
9386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9387         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9388         failed.
9389
9390 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9393
9394 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9397         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9398         recommends to use EasyPG instead of PGG.
9399
9400         * pgg.el: Revert to revision 6.23.2.16.
9401
9402         * pgg-def.el: Revert to revision 6.6.2.14.
9403
9404         * pgg-gpg.el: Revert to revision 6.23.2.34.
9405
9406 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9409         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9410         thread for both the null and zero (kill/expire thread) universal prefix
9411         cases.
9412         (gnus-summary-expire-thread): Add new function to expire a thread,
9413         using gnus-summary-kill-thread.
9414         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9415         shortcuts for gnus-summary-expire-thread.
9416         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9417         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9418
9419 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9420
9421         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9422         extras value, so an extras entry can be deleted.
9423         (gnus-registry-delete-extra-entry): Use it.
9424         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9425         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9426         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9427         storage through the gnus-registry, and provide an appropriate API for
9428         it.
9429
9430 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9433         Suggested by Leo <sdl.web@gmail.com>.
9434
9435         * gnus.el: Do.
9436
9437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9440         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9441
9442         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9443
9444         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9445         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9446
9447 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9450         newline.
9451         (nnmbox-request-accept-article): Don't change article in source buffer;
9452         narrow to header to use message-fetch-field rather than
9453         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9454         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9455         as delimiters; make sure article ends with newline.
9456         (nnmbox-delete-mail): Correct last position of article to be deleted;
9457         ignore X-Gnus-Newsgroup header in article body.
9458         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9459         positions; make sure article ends with newline.
9460
9461         * message.el (message-display-abbrev): Don't infloop when a user
9462         inserts SPC in the beginning of header.
9463
9464         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9465         coding-system-for-read and coding-system-for-write for XEmacs having no
9466         file-coding feature.
9467
9468         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9469
9470 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9473         list of groups not followed by default.  Fix type to be regexp.
9474         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9475
9476 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9477
9478         * hmac-def.el (define-hmac-function): Switch from old-style to
9479         new-style backquotes.
9480
9481         * md4.el (md4-make-step): Likewise.
9482
9483 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9486         raw-text coding system when saving .newsrc file, which may contain
9487         non-ASCII group names.
9488
9489 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-cus.el (gnus-score-extra): New widget.
9492         (gnus-score-extra-convert): New function.
9493         (gnus-score-customize): Use it for Extra.
9494
9495 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9496
9497         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9498         (mml2015-mailcrypt-clear-verify): Use it.
9499         (mml2015-gpg-clear-verify): Use it.
9500         (mml2015-pgg-clear-verify): Use it.
9501         (mml2015-epg-clear-verify): Replace the current part with the output
9502         from GnuPG; don't extract the plaintext by itself.
9503
9504         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9505         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9506         mml2015-clear-verify-function; don't touch the armor headers or
9507         dash-escaped text here.
9508
9509 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9512         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9513         parts, or application/octet-stream as a last resort.
9514         (gnus-mime-view-part-as-type): Don't toggle display.
9515         (gnus-mime-view-part-as-charset): Don't turn off display before
9516         querying charset.
9517
9518         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9519         stuff to undisplayer function in Emacs.
9520         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9521
9522         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9523         text/calendar parts.
9524
9525 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9528         decoding text/calendar parts.
9529
9530         * message.el (message-forward-make-body-mime): Always mark body as
9531         having no illegible text; remove signed-or-encrypted argument.
9532         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9533
9534         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9535         (mml-generate-mime-1): Don't encode body if it is specified to be in
9536         raw form; don't make buffer be unibyte when inserting multibyte string.
9537
9538 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9539
9540         * sha1.el: Fix up comment style.
9541         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9542         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9543
9544         * hex-util.el: Fix up comment style.
9545         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9546
9547         * gnus-salt.el: Use with-current-buffer.
9548         (gnus-pick-setup-message): Fix long-standing typo.
9549
9550 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * imap.el (imap-logout-timeout): New variable.
9553         (imap-logout, imap-logout-wait): New functions.
9554         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9555
9556         * nnimap.el (nnimap-logout-timeout): New server variable.
9557         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9558         nnimap-logout-timeout.
9559
9560         * gnus-art.el (gnus-article-summary-command-nosave)
9561         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9562
9563 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus.el (gnus-maximum-newsgroup): New variable.
9566
9567         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9568         according to gnus-maximum-newsgroup.
9569
9570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9572         Limit the range of articles according to gnus-maximum-newsgroup.
9573
9574 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9575
9576         * gnus-art.el (gnus-sticky-article): Fix problems described in
9577         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9578         Don't perform gnus-configure-windows here; reuse existing sticky
9579         article buffer.
9580
9581         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9582         it doesn't exist in gnus-article-mode.
9583
9584 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9587         (gnus-agent-decoded-group-name): New function.
9588         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9589         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9590
9591 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9592
9593         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9594         Add binding for gnus-sticky-article.
9595         (gnus-summary-exit): Don't kill sticky article buffers.
9596
9597         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9598         article buffer.
9599         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9600         (gnus-kill-sticky-article-buffers): New commands.
9601
9602 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * nntp.el (nntp-xref-number-is-evil): New server variable.
9605         (nntp-find-group-and-number): If it is non-nil, don't trust article
9606         numbers in the Xref header.
9607
9608 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-agent.el (gnus-agent-read-group): New function.
9611         (gnus-agent-flush-group, gnus-agent-expire-group)
9612         (gnus-agent-regenerate-group): Use it.
9613         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9614         nnmail-pathname-coding-system.
9615
9616 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9619
9620         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9621         that are unread as unread, and also as selected so that information of
9622         marks having been changed by a user may be updated when exiting group.
9623
9624 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9627
9628 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9631         calculated ignoring signature parts to gnus-treat-article.
9632
9633 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9636         a point here in order to keep the window start.
9637         (gnus-insert-mime-security-button): Make a button overlay without the
9638         front stickiness.
9639         (gnus-mime-display-security): Goto the end of a button.
9640
9641         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9642
9643 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9646         group-name-at-point.
9647         (gnus-group-completing-read): New function that offers decoded
9648         non-ASCII group names for completion.
9649         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9650         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9651         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9652         (gnus-group-fetch-control): Use it.
9653         (gnus-fetch-group): Use group-name-at-point for the initial value
9654         rather than the default value; use gnus-alive-p.
9655
9656         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9657         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9658         (gnus-summary-post-news): Use gnus-group-completing-read.
9659
9660         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9661         (gnus-read-move-group-name): Decode group name for completion.
9662
9663 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9664
9665         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9666         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9667         Yamaoka slightly modified the code).
9668
9669 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9672         (nnmail-split-incoming): Bind it.
9673
9674         * nnml.el (nnml-group-name-charset): New function.
9675         (nnml-decoded-group-name): Use it; don't decode group name if
9676         nnmail-group-names-not-encoded-p is non-nil.
9677         (nnml-encoded-group-name): New function.
9678         (nnml-group-pathname): Inline nnml-decoded-group-name.
9679         (nnml-request-expire-articles): Decode group name in message.
9680         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9681         nnmail-pathname-coding-system.
9682         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9683         not decoded ones according to nnmail-group-names-not-encoded-p.
9684         (nnml-generate-active-info): Use nnml-encoded-group-name.
9685
9686 2007-08-08  Glenn Morris  <rgm@gnu.org>
9687
9688         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9689         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9690         doc-strings and comments.
9691
9692 2007-07-25  Glenn Morris  <rgm@gnu.org>
9693
9694         * Relicense all FSF files to GPLv3 or later.
9695
9696 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-sum.el (gnus-summary-move-article):
9699         Make gnus-summary-respool-article work.
9700
9701 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9704         string.
9705
9706 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9707
9708         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9709         that should be ignored when comparing distant RSS articles with local
9710         ones.
9711         (nnrss-make-hash-index): New function.  Create a hash index according
9712         to the ignored fields.
9713         (nnrss-check-group): Use it.
9714
9715 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9718
9719         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9720
9721         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9722         the new optional argument ENCODED is non-nil.
9723         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9724         coding system for encoding group name.
9725         (gnus-group-make-rss-group): Pass un-encoded group name to
9726         gnus-group-make-group.
9727         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9728         encoded.
9729
9730         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9731         Encode group name to which articles are moved or copied.
9732         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9733         coding system for encoding Newsgroup, Followup-To and Xref headers.
9734
9735         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9736         marks; use nnheader-file-coding-system to write a file.
9737         (nnagent-retrieve-headers): Bind file-name-coding-system to
9738         nnmail-pathname-coding-system.
9739
9740         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9741
9742         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9743         (nnml-request-article, nnml-request-create-group)
9744         (nnml-request-rename-group, nnml-find-id)
9745         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9746         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9747         (nnml-save-marks): Use nnml-group-pathname instead of
9748         nnmail-group-pathname.
9749
9750         (nnml-request-create-group, nnml-request-expire-articles)
9751         (nnml-request-move-article, nnml-request-delete-group)
9752         (nnml-deletable-article-p, nnml-possibly-create-directory)
9753         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9754         (nnml-open-marks): Bind file-name-coding-system to
9755         nnmail-pathname-coding-system.
9756
9757         (nnml-request-article): Pass server argument to nnml-find-group-number.
9758         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9759         Pass server argument to nnml-possibly-create-directory.
9760         (nnml-request-accept-article): Pass server argument to
9761         nnml-active-number and nnml-save-mail.
9762         (nnml-find-group-number): Pass server argument to nnml-find-id.
9763         (nnml-request-update-info): Pass server argument to
9764         nnml-marks-changed-p.
9765
9766         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9767         (nnml-save-mail, nnml-active-number): Add server argument.
9768
9769         (nnml-request-delete-group): Warn if group is missing.
9770         (nnml-get-nov-buffer): Decode group name.
9771         (nnml-generate-active-info): Encode group name.
9772         (nnml-open-marks): Decode group name in messages.
9773
9774 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9777         if it is not specified.
9778         (gnus-article-pipe-part, gnus-article-save-part)
9779         (gnus-article-interactively-view-part, gnus-article-copy-part)
9780         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9781         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9782         (gnus-article-replace-part, gnus-article-delete-part)
9783         (gnus-article-view-part-as-type): Pass raw prefix argument to
9784         gnus-article-part-wrapper.
9785
9786 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-agent.el (gnus-agent-save-active):
9789         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9790
9791         * gnus-cache.el (gnus-cache-save-buffers)
9792         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9793         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9794         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9795         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9796         (gnus-cache-generate-active, gnus-cache-rename-group)
9797         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9798         (gnus-cache-update-overview-total-fetched-for):
9799         Bind file-name-coding-system to nnmail-pathname-coding-system.
9800         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9801         New variables.
9802         (gnus-cache-decoded-group-name): New function.
9803         (gnus-cache-file-name): Use it.
9804         (gnus-cache-generate-active): Use non-decoded group name for active.
9805
9806         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9807         right place.
9808         (gnus-write-active-file): Don't break non-ASCII group names.
9809
9810         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9811         nnmail-pathname-coding-system.
9812
9813         * lpath.el: Bind default-file-name-coding-system,
9814         file-name-coding-system and language-info-alist for XEmacs.
9815
9816         * gnus-uu.el (gnus-uu-decode-save): Typo.
9817
9818 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9821
9822 2007-07-14  David Kastrup  <dak@gnu.org>
9823
9824         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9825         finishing actions if we did not edit the article.
9826
9827 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9830         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9831         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9832         (gnus-agent-flush-group, gnus-agent-flush-cache)
9833         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9834         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9835         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9836         (gnus-agent-regenerate-group)
9837         (gnus-agent-update-files-total-fetched-for)
9838         (gnus-agent-update-view-total-fetched-for):
9839         Bind file-name-coding-system to nnmail-pathname-coding-system.
9840         (gnus-agent-group-pathname): Don't encode file names by
9841         nnmail-pathname-coding-system.
9842         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9843         coding-system-for-write instead of buffer-file-coding-system to
9844         gnus-agent-file-coding-system.
9845
9846         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9847         Decode group name.
9848
9849         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9850
9851         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9852         (gnus-read-newsrc-el-file): Make group names unibyte.
9853
9854         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9855         nnmail-pathname-coding-system.
9856
9857         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9858         (nnrss-request-delete-group): Bind file-name-coding-system to
9859         nnmail-pathname-coding-system.
9860         (nnrss-read-server-data, nnrss-read-group-data):
9861         Bind file-name-coding-system correctly.
9862         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9863
9864         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9865         (nntp-server-to-method-cache): New variable.
9866         (nntp-group-pathname): New function that decodes non-ASCII group names.
9867         (nntp-possibly-create-directory, nntp-marks-changed-p)
9868         (nntp-save-marks, nntp-open-marks): Use it.
9869         (nntp-possibly-create-directory, nntp-open-marks):
9870         Bind file-name-coding-system to nnmail-pathname-coding-system.
9871         (nntp-open-marks): Decode group names when bootstrapping marks.
9872
9873         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9874         Newsgroups and Folowup-To headers.
9875
9876 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9879         (gnus-server-closed-face, gnus-server-denied-face)
9880         (gnus-server-offline-face): Remove variable.
9881         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9882
9883         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9884         of modifying message-stack directly for XEmacs.
9885
9886         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9887         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9888         if the coding-system argument is nil for XEmacs.
9889
9890         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9891         mm-charset-override-alist.
9892
9893         * rfc2047.el: Don't require base64; require rfc2045 for the function
9894         rfc2045-encode-string.
9895         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9896         to quote the parameter value.
9897
9898 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9901         form in gnus-group-name-charset-method-alist.
9902
9903         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9904         overrides the default layout edit-form.
9905
9906         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9907
9908         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9909
9910 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9913         as unfetched articles.
9914
9915 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9918
9919 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9922         original back end that keeps marks in the local system.
9923
9924 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9927         arg of pop-to-buffer for XEmacs.
9928         (gnus-article-read-summary-keys): Ditto; don't restore window
9929         configuration if summary command ends up with neither article buffer
9930         nor summary buffer; describe bindings if summary keys end with C-h.
9931
9932 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * message.el (message-fix-before-sending): Skip raw message part to be
9935         forwarded while checking illegible text.
9936         (message-forward-make-body-mime, message-forward-make-body):
9937         Mark signed or encrypted raw message as having no illegible text.
9938
9939 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9942         (gnus-message-with-timestamp-1): New macro.
9943         (gnus-message-with-timestamp): New function.
9944         (gnus-message): Use them.
9945
9946         * nnheader.el (nnheader-message): Use them.
9947
9948 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9951         .newsrc.eld file.
9952
9953 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-agent.el (gnus-agent-fetch-headers)
9956         (gnus-agent-retrieve-headers):
9957         Bind gnus-decode-encoded-address-function to identity.
9958
9959         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9960         available also when the server returns simply a dot.
9961
9962         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9963
9964 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9967
9968 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-ems.el (gnus-x-splash): Make it work.
9971
9972         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9973         from being used.
9974
9975         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9976
9977 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9980         4th and the 5th arguments.
9981
9982         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9983         the front stickiness.
9984         (gnus-article-summary-command-nosave): Correct the order of the
9985         arguments passed to pop-to-buffer.
9986         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9987         summary command ends up with the article buffer.
9988
9989         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9990         the same faces.
9991
9992 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9993
9994         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9995
9996 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9997
9998         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9999         * gnus-sum.el (gnus-summary-highlight):
10000         * pgg.el (pgg-sign-region, pgg-sign):
10001         * mail-source.el (mail-source-delete-old-incoming-confirm):
10002         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10003
10004 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-art.el (gnus-mime-view-part-externally)
10007         (gnus-mime-view-part-internally): Fix predicate function passed to
10008         completing-read.
10009
10010         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10011
10012         * gnus.el (gnus-update-message-archive-method): Add :version.
10013
10014 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus.el (gnus-update-message-archive-method): New variable.
10017
10018         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10019         according to gnus-message-archive-method if
10020         gnus-update-message-archive-method is non-nil.
10021
10022 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10025         Suggested by Loic Dachary <loic@dachary.org>.
10026         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10027
10028 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * message.el (message-pop-to-buffer): Add switch-function argument.
10031         (message-mail): Pass switch-function argument to it.
10032
10033 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10036         Improve doc string.
10037
10038 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10041         (gnus-header-content)
10042         * gnus-cite.el (gnus-cite-10)
10043         * gnus-srvr.el (gnus-server-closed)
10044         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10045         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10046         (gnus-group-mail-3-empty, gnus-group-mail-low)
10047         (gnus-group-mail-low-empty, gnus-splash)
10048         * message.el (message-header-to, message-header-cc)
10049         (message-header-subject, message-header-other, message-header-name)
10050         (message-header-xheader, message-separator, message-cited-text)
10051         (message-mml): Lighten colors of faces used for dark background.
10052
10053 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10054
10055         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10056         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10057
10058 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * message.el (message-narrow-to-headers-or-head):
10061         Ignore mail-header-separator in the body.
10062
10063 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10066         same as window size.
10067
10068 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10069
10070         * message.el (message-font-lock-keywords): Use message-header-xheader
10071         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10072         ahead of the anything pattern, to get it recognised.
10073
10074 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10077         spam.el loads uses it in the compiled defadvice form.
10078
10079 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10080
10081         * gnus-sum.el (gnus-articles-to-read)
10082         (gnus-summary-insert-old-articles): Don't truncate group name for
10083         `read-string'.
10084
10085         * gnus-util.el (gnus-limit-string): Delete this function.
10086
10087         * gnus-sum.el (gnus-simplify-subject-fully):
10088         Use `truncate-string-to-width' instead.
10089
10090 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10091
10092         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10093         Tell if, on summary exit, the next group has to be selected.
10094         (gnus-summary-exit): Use it.
10095
10096 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10099         non-break space.
10100
10101 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10104         Check if group is not a directory.
10105         (nnfolder-request-expire-articles): Don't delete articles if the target
10106         group is not available.
10107
10108         * nnml.el (nnml-request-create-group): Properly check if group is not a
10109         file.
10110         (nnml-request-expire-articles): Don't delete articles if the target
10111         group is not available.
10112
10113         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10114         Don't quote characters that are within parentheses.
10115
10116 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10119         (gnus-handle-ephemeral-exit): Select article according to it.
10120
10121 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * message.el (message-insert-formated-citation-line): Remove newline.
10124         (message-citation-line-format): Add final \n here so that the user can
10125         avoid a blank line.
10126
10127 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10128
10129         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10130         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10131         Update lanl/arXiv support.
10132
10133 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus.el: Bump version number.
10136
10137 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * gnus.el (gnus-version-number): Bump version.
10140
10141 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10142
10143         * gnus.el: No Gnus v0.6 is released.
10144
10145 2007-04-27  Didier Verna  <didier@xemacs.org>
10146
10147         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10148         * gmm-utils.el (gmm-regexp-concat): ... here.
10149         * message.el: Don't require 'gnus-util.
10150         (message-dont-reply-to-names): Handle name change above.
10151         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10152
10153 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10156         since the initial value varies according to the system.
10157
10158 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10161
10162 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10163
10164         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10165
10166 2007-04-24  Didier Verna  <didier@xemacs.org>
10167
10168         Improve the type of gnus-ignored-from-addresses.
10169         * gnus-util.el (gnus-orify-regexp): New function.
10170         * message.el (gnus-util): Require it.
10171         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10172         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10173         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10174
10175 2007-04-24  Didier Verna  <didier@xemacs.org>
10176
10177         * gnus-sum.el:
10178         * gnus-utils.el: Fix some trailing whitespaces.
10179
10180 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10183         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10184         article's Message-ID; refer parent article in summary buffer.
10185
10186         * message.el (message-bounce): Call mime-to-mml.
10187
10188         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10189         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10190         optimize and/or forms properly.
10191
10192 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10195         URL.
10196
10197 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10200
10201 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10204         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10205         displayed of multipart/alternative part if it is invoked from summary
10206         buffer.
10207
10208         * mm-view.el (mm-inline-text-html-render-with-w3m)
10209         (mm-inline-text-html-render-with-w3m-standalone)
10210         (mm-inline-render-with-function): Use mail-parse-charset by default.
10211
10212 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10213
10214         * parse-time.el (parse-time-string-chars): Check if CHAR
10215         is less than the length of parse-time-syntax.
10216
10217 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10220         from gnus-newsgroup-processable.
10221
10222 2007-04-16  Didier Verna  <didier@xemacs.org>
10223
10224         * gnus-msg.el (gnus-configure-posting-styles):
10225         Handle message-signature-directory properly with :file syntax.
10226         Reported by "Leo".
10227
10228 2007-04-11  Didier Verna  <didier@xemacs.org>
10229
10230         New user option: message-signature-directory.
10231         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10232         * message.el (message-insert-signature): Ditto.
10233         * message.el (message-signature-file): Doc update.
10234         * message.el (message-signature-directory): New.
10235
10236 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gnus-msg.el (gnus-inews-yank-articles):
10239         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10240
10241 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * message.el (message-yank-original): Make sure cited text ends with
10244         newline; don't exchange point and mark.
10245
10246 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10247
10248         * tls.el (open-tls-stream): Properly handle case where there
10249         is no associated buffer.
10250
10251 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10252
10253         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10254         message-yank-original, make sure (< mark TEXT point).
10255
10256 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * message.el (message-fill-column): New variable.
10259         (message-mode): Use it.  Add comment on a possible new hook.
10260
10261         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10262         (nnmail-get-new-mail): Reformat.
10263
10264         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10265
10266         * gmm-utils.el: Fix Commentary.
10267         (gmm-tool-bar-from-list): Fix typo in doc string.
10268
10269 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10270
10271         * message.el (message-yank-original): Don't switch point and mark
10272         unnecessarily to put point and mark as documented.
10273
10274 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10275
10276         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10277         from the message heads.
10278
10279 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10280
10281         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10282         article buffer does not have a window.  This may not be the best
10283         solution but is certainly better than setting the start of the null,
10284         that is the current, window.
10285
10286 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10289         (gnus-draft-setup): Run it.
10290
10291         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10292         gnus-score-fast-scoring.  Allow regexp.
10293         (gnus-score-headers): Use it.
10294
10295         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10296         XEmacs.
10297
10298         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10299         string.
10300         (gnus-button-alist): Also catch `<f1> k ...'.
10301         (gnus-treat-display-x-face): Fix doc string.
10302
10303 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304
10305         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10306         evaluation of gnus-extended-version to ensure correct generation of the
10307         User-Agent header when message-generate-headers-first is used.
10308
10309 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10310
10311         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10312         hashcash-path is nil.  Don't call callback with incorrect number of
10313         parameters if val is 0.
10314
10315 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * message.el (message-required-news-headers):
10318         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10319
10320 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10321
10322         * tls.el (open-tls-stream): In handshake-waiting loop,
10323         don't wait more if there is output available to process.
10324
10325 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10326
10327         * tls.el (tls-program): Doc fix.
10328
10329 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * message.el (message-generate-new-buffers): Change the meaning of the
10332         nil value; add `standard' to the choices; treat t as `unique'; improve
10333         doc string.
10334         (gnus-select-frame-set-input-focus): Autoload.
10335         (message-buffer-name): Search for the existing message buffer if
10336         message-generate-new-buffers is nil or `standard'; treat the value t of
10337         message-generate-new-buffers as `unique'.
10338         (message-pop-to-buffer): Raise the frame already displaying the message
10339         buffer; clear the echo area after querying.
10340         (message-setup): Pass the `continue' argument to compose-mail.
10341         (message-mail): Prefer `switch-function' if it is given; search for the
10342         existing message buffer if the `continue' argument is non-nil; pass
10343         continue and switch-function arguments to compose-mail by way of
10344         message-setup.
10345         (message-mail-other-window): Adjust argument of message-setup.
10346         (message-mail-other-frame): Ditto.
10347
10348 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10351         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10352         to turn font-lock on when turning gnus-message-citation-mode on.
10353
10354 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10355
10356         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10357         (mml-smime-function-alist): New variable; add epg as the backend.
10358         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10359         mml-smime- functions instead.
10360         * mm-view.el: Require smime.
10361
10362 2007-03-05  Didier Verna  <didier@xemacs.org>
10363
10364         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10365         instead of just inheritance for posting styles.
10366         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10367
10368 2007-02-24  Chris Moore  <dooglus@gmail.com>
10369
10370         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10371         * pgg-pgp.el (pgg-pgp-encrypt-region):
10372         * pgg-gpg.el (pgg-gpg-encrypt-region):
10373         Check pgg-encrypt-for-me if no other recipients.
10374
10375 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10376
10377         * tls.el (tls-certtool-program): Fix custom type.
10378
10379 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10382         and point-at-eol instead of line-(beginning|end)-position.
10383
10384         * assistant.el (assistant-parse-buffer): Ditto.
10385
10386         * netrc.el (netrc-parse-services): Ditto.
10387
10388 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10389
10390         * mml2015.el (mml2015-epg-find-usable-key): New function.
10391         (mml2015-epg-sign): Use it.
10392         (mml2015-epg-encrypt): Use it.
10393
10394 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * message.el (message-make-in-reply-to): Quote name containing
10397         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10398         if there are special characters.  Reported by NAKAJI Hiroyuki
10399         <nakaji@jp.freebsd.org>.
10400
10401 2007-02-27  Didier Verna  <didier@xemacs.org>
10402
10403         Include the group parameters as well as the topic ones in the
10404         inheritance filter process.
10405         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10406         argument GROUP-PARAMS-LIST.
10407         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10408
10409 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * nntp.el (nntp-never-echoes-commands)
10412         (nntp-open-connection-functions-never-echo-commands): New variables.
10413         (nntp-send-command): Use them.
10414
10415 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10416
10417         * mml2015.el (mml2015-epg-verify): Simplify.
10418
10419 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * mml.el (mml-content-disposition-alist): New user option.
10422         (mml-content-disposition): New function.
10423         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10424         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10425
10426 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10427
10428         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10429         verification.
10430
10431 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10432
10433         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10434         articles posted in the last 24 hours.
10435
10436 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10437
10438         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10439
10440 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10441
10442         * nntp.el (nntp-send-command): Don't wait for echoes when
10443         nntp-open-ssl-stream is used.
10444
10445 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10448         (gnus-message-add-citation-keywords)
10449         (gnus-message-remove-citation-keywords): Remove.
10450         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10451         directly, make the variables in font-lock-defaults buffer-local, add
10452         gnus-message-citation-keywords to them and then update the value of
10453         font-lock-keywords.
10454
10455 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * message.el (message-cite-original-1): Don't call
10458         gnus-article-highlight-citation.
10459
10460         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10461         citations; fix line count.
10462
10463 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10466         (gnus-message-add-citation-keywords)
10467         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10468         versions of font-lock-add-keywords and font-lock-remove-keywords to
10469         work with XEmacs correctly.
10470
10471 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-cite.el (gnus-cite-face-list): Set the values of
10474         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10475         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10476         (gnus-message-cite-prefix-regexp): New variable.
10477         (gnus-message-search-citation-line): Use it; protect against long
10478         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10479         the 0th match data for Emacs.
10480         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10481         (gnus-message-add-citation-keywords): Append keywords rather than
10482         prepending; emulate font-lock-add-keywords if it is not available.
10483         (gnus-message-remove-citation-keywords):
10484         Emulate font-lock-remove-keywords if it is not available.
10485
10486         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10487
10488         * message.el (message-cite-prefix-regexp): Set the value of
10489         gnus-message-cite-prefix-regexp.
10490
10491 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10492
10493         * nnweb.el (nnweb-google-parse-1): Update parser.
10494
10495 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10496
10497         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10498
10499 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10500
10501         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10502         regexp.
10503
10504 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10507         string-to-multibyte.
10508         (uudecode-decode-region-internal): Use it.
10509
10510         * lpath.el: Fbind string-as-multibyte for XEmacs.
10511
10512 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10515         Fix custom choice.
10516
10517         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10518
10519 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10520
10521         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10522
10523         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10524         `write-region' to respect `mm-inhibit-file-name-handlers'.
10525
10526 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10529         Use gnus-home-directory instead of "~/" or "$HOME".
10530
10531 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10532
10533         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10534         to mention filename.
10535         Add comments at beginning regarding usage.
10536         (encrypt-write-file-contents): Change interactive so a string is
10537         acceptable.  If the file has no associated model, show an error instead
10538         of a nonsense prompt.
10539
10540 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10541
10542         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10543         Thanks to Yoshihiko Yamada for kind notification of this typo.
10544
10545 2007-01-12  Kenichi Handa  <handa@m17n.org>
10546
10547         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10548         multibyte buffer.
10549
10550 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * gnus-score.el (gnus-score-fast-scoring): New variable.
10553         (gnus-score-headers): Use it.
10554
10555         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10556
10557         * message.el (message-cite-original-1):
10558         Call gnus-article-highlight-citation if requested.
10559         (message-make-from): Allow name and address as optional arguments.
10560
10561         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10562
10563         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10564         bugs to doc string.
10565         (gnus-button-alist): Add mid\\|message-id.
10566         (gnus-button-fetch-group): Extend for use in
10567         `browse-url-browser-function'.
10568         (gnus-button-url-regexp): Try to catch paired parentheses like in
10569         Wikipedia URLs.
10570
10571         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10572         Suggested by Simon Krahnke <overlord@gmx.li>.
10573
10574 2007-01-13  Romain Francoise  <romain@orebokech.com>
10575
10576         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10577         Update copyright.
10578
10579 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10580
10581         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10582
10583 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10584
10585         * gnus-registry.el (gnus-registry-unfollowed-groups)
10586         (gnus-registry-split-fancy-with-parent): Fix documentation.
10587
10588 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10591         from nnweb groups.
10592
10593 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10596         Xref urls.  Erase buffer before requesting head.
10597
10598         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10599
10600 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10603         customizable.
10604
10605 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10606
10607         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10608         no signing key is found.
10609         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10610         no encrypting and/or signing key is found.
10611
10612 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10615
10616 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10617
10618         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10619         headers read from disk with the ones newly found in the current search.
10620         This should no longer cause problems, because the article numbers in
10621         Gmane's `nov.php' output are ignored since the previous change.
10622
10623 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10624
10625         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10626
10627 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10630         replace-regexp-in-string; bind url-version; fbind display-images-p and
10631         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10632         find-face and set-itimer-function for Emacs; bind itimer-list for
10633         Emacs.
10634
10635         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10636
10637 2007-01-01  Romain Francoise  <romain@orebokech.com>
10638
10639         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10640
10641 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10642
10643         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10644         `define-minor-mode' macro definition expanded properly.
10645         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10646         exclude it there.
10647
10648         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10649         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10650         `fboundp' test.
10651         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10652         This is OK to autoload in (S)XEmacs now.
10653
10654 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10655
10656         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10657         keystroke.
10658         (gnus-summary-limit-to-singletons): Fix typo.
10659
10660         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10661         else fails.
10662
10663 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10664
10665         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10666         docstring.
10667
10668         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10669         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10670         (gnus-summary-insert-dormant-articles): Fix typo in message.
10671
10672 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10675         nil for XEmacs.
10676         (gnus-message-citation-mode): Don't autoload in XEmacs.
10677
10678         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10679
10680 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10681
10682         * nnimap.el (nnimap-expunge-search-string):
10683         Mention nnimap-search-uids-not-since-is-evil in docstring.
10684
10685 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * spam.el: Revert to make-obsolete-variable because
10688         define-obsolete-variable-alias is not supported in Emacs 21.
10689
10690         * spam.el (spam-ifile-path, spam-ifile-database-path)
10691         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10692         make-obsolete-variable.
10693         (spam-bsfilter-path, spam-bsfilter-program)
10694         (spam-spamassassin-path, spam-spamassassin-program)
10695         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10696         Don't use "path" inappropriately.
10697         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10698         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10699         variable names.
10700
10701 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10702
10703         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10704         summary buffer.
10705
10706         * password.el (password-cache-remove): Use clear-string to burn
10707         password, if available.
10708
10709 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10712
10713         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10714
10715         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10716         (gnus-message-highlight-citation): Move defcustom here from
10717         gnus-cite.el.
10718         (gnus-message-citation-mode): Autoload.
10719
10720         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10721         checks to make it compile with XEmacs.
10722         (gnus-message-citation-mode): New minor mode.
10723         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10724         (gnus-message-highlight-citation): New variables.
10725         (gnus-message-search-citation-line)
10726         (gnus-message-add-citation-keywords)
10727         (gnus-message-remove-citation-keywords)
10728         (turn-on-gnus-message-citation-mode)
10729         (turn-off-gnus-message-citation-mode): New functions.
10730
10731 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10732
10733         * gnus-cite.el: Enable highlighting of different citation levels in
10734         message-mode.
10735
10736 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * message.el (message-make-fqdn): Fix comment.
10739         (message-bogus-system-names): Add ".local".
10740
10741         * spam.el (spam-ifile-path, spam-ifile-program)
10742         (spam-ifile-database-path, spam-ifile-database)
10743         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10744         Don't use "path" inappropriately.
10745         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10746         strings.
10747         (spam-check-ifile, spam-ifile-register-with-ifile)
10748         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10749         Use new variable names.
10750
10751         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10752         (gnus-treat-display-smileys): Simplify using
10753         gnus-image-type-available-p.
10754
10755         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10756         available.
10757
10758         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10759         Use `display-images-p' if available.
10760
10761 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10764         one after turning on the buffer's multibyteness instead of decoding
10765         them directly in the unibyte buffer that causes unexpected conversion
10766         in Emacs 23 (unicode).
10767
10768 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10769
10770         * message.el (message-generate-hashcash): Fix custom type.
10771
10772 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10775
10776 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10779         disconnect icons.  Add help text.
10780
10781 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10782
10783         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10784         negated to be consistent with the others we handle.
10785
10786 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10789         version of gnus-summary-buffer to something, so that we can use two
10790         article buffers at the same time.
10791
10792 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10793
10794         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10795         trigger all the extra headers.
10796         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10797         sorting.
10798
10799 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10800
10801         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10802         solid groups.
10803
10804 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10805
10806         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10807
10808 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * legacy-gnus-agent.el: Add Copyright notice.
10811
10812 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10813
10814         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10815
10816 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817
10818         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10819
10820         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10821         to make it work reliably in CVS Emacs.
10822         (gnus-summary-limit-strange-charsets-predicate)
10823         (gnus-summary-limit-to-predicate): New functions.
10824
10825 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10826
10827         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10828         specifying array size.
10829         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10830         array if it is too small.
10831         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10832         (gnus-sort-threads-loop): New function.
10833
10834 2006-12-06  Chris Moore  <dooglus@gmail.com>
10835
10836         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10837         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10838
10839 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10840
10841         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10842         options.
10843
10844 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10847         DOS-ing the recipient.
10848
10849         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10850         the headers when creating the mapping to avoid mismappings.
10851         (nnweb-gmane-create-mapping): Always nix out old mapping.
10852
10853 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10856         and mm-verify-option to never.
10857
10858 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * message.el (message-signed-or-encrypted-p): New function.
10861         (message-forward-make-body): Use it.
10862
10863         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10864         Replace encode-coding-string with mm-encode-coding-string.
10865
10866 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * nneething.el (nneething-decode-file-name):
10869         Replace decode-coding-string with mm-decode-coding-string.
10870
10871         * gnus-int.el (gnus-open-server): Say failed server's name.
10872
10873 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10874
10875         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10876         strings to a single string.  Quote `errors-file-name'.
10877         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10878         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10879         Adjust calls.  Use `shell-quote-argument'.
10880
10881 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10882
10883         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10884         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10885
10886         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10887         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10888         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10889         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10890         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10891         (gnus-subscribe-newsgroup, gnus-1):
10892         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10893         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10894         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10895         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10896
10897 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10900         keystroke.
10901         (gnus-summary-limit-to-bodies): Implement headersp.
10902
10903 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10906
10907 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10910
10911 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * message.el (message-generate-hashcash): Expand range of values to
10914         include `opportunistic'.
10915         (message-send-mail): Use it.
10916
10917 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10918
10919         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10920         and comment it.
10921
10922         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10923
10924 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-util.el (gnus-extract-address-components): Improve comment.
10927
10928 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-util.el (gnus-extract-address-components): Work with address in
10931         which the name portion contains @.
10932
10933         * lpath.el: Fbind custom-autoload.
10934
10935 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus.el (gnus-start): Move custom group up.
10938         (gnus-select-method): Don't autoload, but make it available for
10939         `customize-variable'.
10940         (gnus-getenv-nntpserver): Don't autoload.
10941
10942 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10945
10946 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * message.el (message-sendmail-extra-arguments): New variable.
10949         (message-send-mail-with-sendmail): Use it.
10950
10951 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10954         mm-with-unibyte-current-buffer to make string unibyte.
10955
10956         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10957         mm-string-as-multibyte.
10958
10959 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10960
10961         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10962         Reported by Werner Koch <wk@gnupg.org>.
10963
10964 2006-11-14  Daiki Ueno  <ueno@p360>
10965
10966         * mml2015.el: Autoload epa-select-keys when compiling.
10967
10968 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10969
10970         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10971         message-options.
10972         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10973
10974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10975
10976         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10977         EasyPG (< 0.0.6).
10978         (mml2015-always-trust): New user option.
10979         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10980         prompt.
10981
10982 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * nntp.el (nntp-authinfo-force): New variable.
10985         (nntp-send-authinfo): Use it.
10986
10987 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10990         decode encoded words.  Improve prompt.  Add comment about forwarding.
10991         (message-replacement-char): Move up.
10992
10993 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10994
10995         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10996         instead of gnus-intersection because arguments of gnus-sorted-nunion
10997         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10998
10999 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11002         (message-simplify-subject-functions):
11003         Enable message-strip-subject-encoded-words by default.
11004
11005 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * message.el (message-strip-subject-encoded-words): New function.
11008         (message-simplify-subject-functions): New variable.
11009         (message-simplify-subject): Use it.  Fix typo in doc string.
11010         Support message-strip-subject-encoded-words.
11011
11012 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11013
11014         * gnus-diary.el (gnus-diary-delay-format-function):
11015         * nndiary.el (nndiary-reminders):
11016         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11017
11018 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * gnus-art.el (article-hide-boring-headers): Fetch date from
11021         gnus-original-article-buffer to avoid problems with localized date
11022         strings.
11023
11024 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11027
11028 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11031         New variables.
11032         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11033         (mm-charset-synonym-alist): Move some entries to
11034         mm-codepage-iso-8859-list.
11035         (mm-charset-synonym-alist, mm-charset-override-alist):
11036         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11037
11038 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11041
11042 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11045         with Emacs 21 and XEmacs.
11046
11047 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * spam.el (spam-parse-address): New function for better parsing,
11050         catching errors, etc.
11051         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11052
11053 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mm-view.el: Add interactive arg to html2text autoload.
11056
11057 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11060
11061 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11064         New variables.
11065         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11066         (mm-charset-synonym-alist): Move some entries to
11067         mm-codepage-iso-8859-list.
11068
11069         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11070
11071 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * message.el (message-citation-line-format)
11074         (message-insert-formated-citation-line): Fix implementation of %E, %N
11075         and %n according to the doc string.
11076
11077 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11078
11079         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11080         Use car-safe to avoid bad parses.
11081
11082 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11085         names.
11086
11087         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11088
11089 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11092         header.
11093
11094         * message.el (message-draft-headers): Add Date.
11095         (message-headers-to-generate): Fix typo in docstring.
11096
11097         * nndraft.el (nndraft-required-headers): New variable.
11098         (nndraft-generate-headers): Use it.
11099
11100         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11101
11102 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11103
11104         * gnus-registry.el (gnus-registry-wash-for-keywords)
11105         (gnus-registry-find-keywords): New functions to allow easy searching of
11106         articles that are in the registry.
11107
11108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11111         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11112         Reported by Damien Elmes <damien@repose.cx>.
11113
11114 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus.el (gnus-mime): Remove unused custom group.
11117
11118 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11119
11120         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11121         "blank line" when searching for end of armor headers.
11122
11123 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gmm-utils.el (gmm-write-region): Fix variable name.
11126
11127 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gmm-utils.el (gmm-write-region): New function based on compatibility
11130         code from `mm-make-temp-file'.
11131
11132         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11133
11134         * nnmaildir.el (nnmaildir--update-nov)
11135         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11136         Use `gmm-write-region'.
11137
11138 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11141         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11142
11143         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11144
11145         * message.el (message-replacement-char): New variable.
11146         (message-fix-before-sending): Use it.
11147         (message-simplify-subject): New function to remove duplicate code.
11148         (message-reply, message-followup): Use it.
11149
11150         * gnus-sum.el (gnus-summary-make-menu-bar):
11151         Clarify gnus-summary-limit-to-articles.
11152
11153 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-util.el (gnus-with-local-quit): New macro.
11156
11157         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11158
11159 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11160
11161         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11162         ignore non-string data.
11163
11164 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11165
11166         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11167         non-string data (needs to be done in the registry too).
11168
11169 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11170
11171         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11172         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11173         (gnus-registry-split-fancy-with-parent)
11174         (gnus-registry-fetch-simplified-message-subject-fast)
11175         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11176         Remove text properties on ingress into the registry and when it's saved.
11177         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11178         registry from entries with no groups.
11179
11180 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11181
11182         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11183         function to remove string properties.
11184
11185 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * gmm-utils.el (gmm): Adjust custom version.
11188
11189         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11190         Adjust custom version.
11191
11192         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11193
11194 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-art.el (gnus-insert-prev-page-button)
11197         (gnus-insert-next-page-button): Simplify.  Reformat.
11198
11199 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11200
11201         * gnus-art.el (gnus-insert-prev-page-button)
11202         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11203
11204 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11205
11206         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11207
11208 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11209
11210         * gnus-art.el (gnus-insert-mime-button)
11211         (gnus-insert-mime-security-button):
11212         Apply gnus-article-button-face to MIME and security buttons.
11213
11214 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11217         readable.
11218
11219 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11222
11223 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11224
11225         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11226         `browse-url-of-file' instead of `browse-url'.
11227
11228 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11229
11230         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11231         regexp.  Articles containing quotation were cut prematurely.
11232
11233 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * message.el (message-cite-original-1): Use nobody by default for the
11236         value of From header.
11237         (message-reply): Ditto.
11238
11239 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11240
11241         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11242         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11243         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11244
11245 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11248         mails in the doc string.  Add some URLs in comment.
11249         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11250
11251 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11254         backslashes handling and the way to find boundaries of quoted strings.
11255
11256 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11257
11258         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11259         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11260         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11261         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11262
11263 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11266         doc string.
11267         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11268
11269 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * lpath.el: Fbind epg-check-configuration.
11272
11273 2006-09-06  Simon Josefsson  <jas@extundo.com>
11274
11275         * mml2015.el (mml2015-use): Doc fix, mention epg.
11276
11277 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * mml2015.el (mml2015-use): Default to epg, if available.
11280
11281 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11282
11283         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11284         message-sender.
11285         (mml1991-epg-encrypt): Ditto.
11286         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11287         message-sender.
11288         (mml2015-epg-encrypt): Ditto.
11289
11290 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11291
11292         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11293         several common directories.
11294
11295 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11296
11297         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11298         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11299
11300 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * gnus-art.el (article-decode-encoded-words): Make it fast.
11303
11304 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11307
11308         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11309         in quoted string into `\'.
11310
11311 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11314         Use standard-syntax-table.
11315
11316 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * gnus-art.el (gnus-decode-address-function): New variable.
11319         (article-decode-encoded-words): Use it to decode headers which are
11320         assumed to contain addresses.
11321         (gnus-mime-delete-part): Remove useless `or'.
11322
11323         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11324         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11325         (gnus-nov-parse-line): Use it to decode From header.
11326         (gnus-get-newsgroup-headers): Ditto.
11327         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11328
11329         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11330         (mail-decode-encoded-address-string): New alias.
11331
11332         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11333         New function.
11334         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11335         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11336         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11337         (rfc2047-decode-string): Ditto.
11338         (rfc2047-decode-address-region): New function.
11339         (rfc2047-decode-address-string): New function.
11340
11341 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * message.el (message-caesar-buffer-body): Allow rotating headers.
11344
11345         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11346
11347         * message.el (message-insert-formated-citation-line): Fix %f.
11348         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11349
11350 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11353         (gnus-bookmark-mouse-available-p): New macro.
11354         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11355         (gnus-bookmark-bmenu-show-infos): Use it.
11356         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11357         (gnus-bookmark-bmenu-hide-infos): Ditto.
11358         (gnus-bookmark-remove-properties): New function.
11359         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11360         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11361         (gnus-bookmark-write-file): Bind coding-system-for-write.
11362         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11363         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11364         group before selecting it.
11365         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11366         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11367         quit-window if it is not available; use gnus-mouse-2 and bind it to
11368         gnus-bookmark-bmenu-select-by-mouse.
11369         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11370         (gnus-bookmark-bmenu-select-by-mouse): New function.
11371
11372 2006-08-13  Romain Francoise  <romain@orebokech.com>
11373
11374         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11375         space.
11376
11377 2006-08-10  Romain Francoise  <romain@orebokech.com>
11378
11379         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11380         (dns-mode-soa-auto-increment-serial): New user option.
11381         (dns-mode-soa-maybe-increment-serial): New function.
11382         (dns-mode): Add the latter to `write-contents-functions'.
11383
11384 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * compface.el (uncompface): Use binary rather than raw-text-unix.
11387
11388 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * compface.el (uncompface): Make sure the eol conversion doesn't take
11391         place when communicating with the external programs.
11392         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11393
11394 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11397
11398 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11401         Make it more robust by parsing author and date independently.
11402
11403 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11406
11407 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11408
11409         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11410         first matching secret key.
11411         (mml2015-epg-encrypt): Ditto.
11412
11413         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11414         first matching secret key.
11415         (mml1991-epg-encrypt): Ditto.
11416
11417         * mml2015.el (mml2015-encrypt-to-self): New user option.
11418         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11419         mml2015-epg-encrypt-to-self is set.
11420
11421         * mml1991.el (mml1991-encrypt-to-self): New variable.
11422         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11423         mml1991-epg-encrypt-to-self is set.
11424
11425         * mml2015.el (mml2015-signers): New user option.
11426         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11427         (mml2015-epg-encrypt): Allow to select signing keys.
11428
11429         * mml1991.el (mml1991-signers): New variable.
11430         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11431         (mml1991-epg-encrypt): Allow to select signing keys.
11432
11433 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * nnheader.el (nnheader-insert-head): Make it work even if the file
11436         uses CRLF for the line-break code.
11437
11438 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11439
11440         * mml2015.el: Require mml-sec instead of password.
11441         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11442         (mml2015-cache-passphrase): Inherit the default value from
11443         mml-secure-cache-passphrase.
11444         (mml2015-passphrase-cache-expiry): Inherit the default value from
11445         mml-secure-passphrase-cache-expiry.
11446
11447         * mml1991.el: Require mml-sec instead of password.
11448         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11449         (mml1991-cache-passphrase): Inherit the default value from
11450         mml-secure-cache-passphrase.
11451         (mml1991-passphrase-cache-expiry): Inherit the default value from
11452         mml-secure-passphrase-cache-expiry.
11453
11454         * mml-sec.el: Require password.
11455         (mml-secure-verbose): New user option.
11456         (mml-secure-cache-passphrase): New user option.
11457         (mml-secure-passphrase-cache-expiry): New user option.
11458
11459 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11460
11461         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11462         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11463         andreas@altroot.de (Andreas Vögele).
11464
11465         FIXME: Use `tiny change'?
11466
11467 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11468
11469         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11470         workaround for the url package included with Emacs.
11471
11472         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11473
11474 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11477         correctly.  This fixes a bug caused by the 2006-05-12 change.
11478
11479 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11480
11481         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11482         some information about the error when saying that the `bogus' mail
11483         group will be used.
11484
11485 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11488         string.
11489
11490 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11491
11492         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11493
11494 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11495
11496         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11497
11498 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11499
11500         * mml1991.el (mml1991-function-alist): Add epg.
11501         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11502         (mml1991-epg-encrypt): New functions.
11503
11504 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11505
11506         * mml2015.el (mml2015-verbose): New variable.
11507         (mml2015-cache-passphrase): Ditto.
11508         (mml2015-passphrase-cache-expiry): Ditto.
11509         (mml2015-function-alist): Add epg.
11510         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11511         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11512         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11513         New functions.
11514
11515 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11516
11517         * message.el (message-cite-original-1): Preserve region when removing
11518         quoted text due to X-No-Archive in order to avoid bogus attribution
11519         when citing multiple messages.
11520
11521 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11522
11523         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11524         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11525
11526 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-diary.el (gnus-user-format-function-d)
11529         (gnus-user-format-function-D): Autoload.
11530
11531         * imap.el (Commentary): Fix typo.
11532
11533         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11534         2006-04-22 contribution.
11535
11536 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11537
11538         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11539         It didn't really fix the bogosity I'm seeing with solid web groups.
11540
11541 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11542
11543         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11544         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11545         created using server names.  If we use the feature without declaring
11546         it, Gnus does not properly manage server and group state.
11547
11548         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11549         bound.
11550
11551 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11552
11553         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11554         looking up the method using GROUP's prefix before inventing a new one.
11555         It is used on killed/unknown groups in various places where returning
11556         an all-new method isn't expected by the caller.
11557
11558         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11559         and match semantics of gnus-group-real-prefix.
11560
11561 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * nnmail.el (nnmail-broken-references-mailers): New variable.
11564         (nnmail-ignore-broken-references): New function generalizing
11565         nnmail-fix-eudora-headers.
11566         (nnmail-fix-eudora-headers): Now obsolete.
11567
11568         * gnus-art.el (gnus-button-handle-custom):
11569         Support `customize-apropos*'.
11570
11571 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11574
11575         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11576         articles.
11577
11578 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * message.el (message-cite-reply-above): New variable.
11581         (message-yank-original): Use it.
11582
11583 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11586
11587 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11590         as read.
11591
11592         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11593
11594 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11597         (gnus-bookmark-default-file): Use gnus-directory.
11598         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11599         Remove "*" in doc string.
11600         (gnus-bookmark-write-file): Simplify.
11601         (gnus-bookmark-maybe-sort-alist): Use `when'.
11602         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11603         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11604         Add FIXME about Emacs 21 and XEmacs compatibility.
11605         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11606         compatibility.
11607         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11608         compatibility.
11609         (gnus-bookmark-menu-heading): Fix version.
11610
11611 2006-06-19  Bastien Guerry  <bzg@altern.org>
11612
11613         * gnus-bookmark.el: New file.
11614
11615 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * message.el (message-syntax-checks): Doc fix.
11618
11619 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11620
11621         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11622         unsubscribed groups as if they were killed ones.  It causes duplicate
11623         entries in gnus-newsrc-alist.
11624
11625 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * message.el (message-syntax-checks): Doc fix.
11628         (message-send-mail): Add check for continuation headers.
11629         (message-check-news-header-syntax): Fix regexp used to check for
11630         continuation headers.
11631
11632 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11635
11636 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11639
11640 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11643         default-truncate-lines.
11644
11645 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11648         to fill the utf-8 entry.
11649
11650         * lpath.el: Fbind unicode-precedence-list.
11651
11652 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11653
11654         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11655
11656 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11657
11658         * gnus-agent.el (directory-files-and-attributes): Move all the way
11659         forward (the third and final move).
11660         (gnus-agent-read-agentview): Trap reconstruction errors due to
11661         nonexistent directory.  Handle by returning nil.
11662
11663 2006-05-30  Didier Verna  <didier@xemacs.org>
11664
11665         * message.el (message-dont-reply-to-names): Update the custom type.
11666         * message.el (message-dont-reply-to-names): New defsubst: potentially
11667         convert a list of regexps into a single one.
11668         * message.el (message-get-reply-headers): Use it.
11669         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11670
11671 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-agent.el (directory-files-and-attributes): Move forward.
11674
11675 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * gnus-ml.el (gnus-mailing-list-subscribe)
11678         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11679         (gnus-mailing-list-message): Fix doc strings.
11680
11681 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11682
11683         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11684         of doing it manually.
11685
11686 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11689         comment.
11690
11691 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11692
11693         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11694         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11695         (gnus-agent-read-local): All symbols allocated in my-obarray.
11696         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11697         (gnus-agent-regenerate-group): Check numeric names to see if they are
11698         messages or groups.
11699         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11700         better way of do this...)
11701
11702         * gnus-cache.el (gnus-agent-total-fetched-for):
11703         Ignore 'dummy.group' (there should be a better way of do this...)
11704
11705 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11708         (gnus-saved-headers): Ditto.
11709         (gnus-default-article-saver): Mention functions may have properties.
11710         (gnus-article-save): Override gnus-save-all-headers and
11711         gnus-saved-headers by :headers property which saver function may have.
11712         (gnus-summary-save-in-file): Add :headers property.
11713         (gnus-summary-write-to-file): Ditto.
11714
11715         * gnus-sum.el (gnus-summary-save-article): Bind
11716         gnus-prompt-before-saving to t when saving many articles in a file;
11717         always show all headers.
11718
11719         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11720
11721 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11724         marks.
11725
11726         * message.el (message-indent-citation): Add optional arguments to allow
11727         using it outside of message buffers.
11728
11729         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11730         (gnus-article-treat-unfold-headers): Use it.
11731         (gnus-article-truncate-lines): New variable.
11732         (gnus-article-mode): Use it.
11733         (gnus-article-toggle-truncate-lines): New function.
11734
11735         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11736         Add gnus-article-toggle-truncate-lines.
11737
11738         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11739         coding system in XEmacs, use binary.
11740
11741 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11744         after-load-alist.
11745
11746         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11747         this function should save decoded articles.
11748         (gnus-summary-write-to-file): Use property to specify this function
11749         should save decoded articles and specify gnus-summary-save-in-file
11750         should be used to save articles other than the first one when saving
11751         many articles.
11752         (gnus-summary-save-body-in-file): Use property to specify this
11753         function should save decoded articles.
11754         (gnus-summary-write-body-to-file): Use property to specify this
11755         function should save decoded articles and specify
11756         gnus-summary-save-body-in-file should be used to save articles other
11757         than the first one when saving many articles.
11758
11759         * gnus-sum.el (gnus-summary-save-article): Simplify.
11760
11761 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus-art.el (gnus-default-article-saver):
11764         Add gnus-summary-write-body-to-file.
11765         (gnus-article-save-coding-system): Don't use coding system object
11766         in XEmacs.
11767         (gnus-read-save-file-name): Add optional `dir-var' argument which
11768         specifies directory in which files are saved; work even if optional
11769         `variable' argument is not specified.
11770         (gnus-summary-write-to-file): Read file name.
11771         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11772         (gnus-summary-write-body-to-file): New function.
11773
11774         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11775         (gnus-summary-local-variables): Add it.
11776         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11777         (gnus-summary-save-article): Remove optional `decode' argument;
11778         determine whether to decode articles by the value of
11779         gnus-default-article-saver; when saving many files using
11780         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11781         it first and use gnus-summary-save-in-file or
11782         gnus-summary-save-body-in-file thereafter unless
11783         gnus-prompt-before-saving is always; move point to article which
11784         will be saved.
11785         (gnus-summary-save-article-file): Revert.
11786         (gnus-summary-write-article-file): Revert.
11787         (gnus-summary-save-article-body-file): Revert.
11788         (gnus-summary-write-article-body-file): New function.
11789
11790 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-art.el (gnus-default-article-saver): Doc fix.
11793         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11794         from gnus-summary-save-article-coding-system, and default to a
11795         certain coding system.
11796         (gnus-output-to-file): Add coding cookie and encode text according
11797         to gnus-article-save-coding-system; don't use mm-append-to-file.
11798
11799         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11800         gnus-art.el and rename to gnus-article-save-coding-system.
11801         (gnus-summary-save-article): Require gnus-art; don't show all
11802         headers if it decodes articles; don't add coding cookie here;
11803         don't bind mm-text-coding-system-for-write.
11804         (gnus-summary-save-article-file): Save decoded articles.
11805         (gnus-summary-write-article-file): When saving many files, use
11806         gnus-summary-write-to-file first and gnus-summary-save-in-file
11807         thereafter unless gnus-prompt-before-saving is always.
11808         (gnus-summary-save-article-body-file): Save decoded articles.
11809
11810         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11811
11812 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * nnrss.el (nnrss-check-group): Bind hash-index.
11815
11816 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11817
11818         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11819         its hash index.  Store this hash in `nnrss-group-data'.
11820         (nnrss-read-group-data): Update accordingly.
11821
11822 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11825         entry.
11826
11827         * gnus-sum.el (gnus-summary-make-menu-bar):
11828         Add gnus-article-browse-html-article.
11829
11830 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11831
11832         * gnus-sum.el (gnus-summary-mime-map):
11833         Add gnus-article-browse-html-article.
11834
11835         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11836
11837 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11840         suitable coding systems in customize.
11841
11842 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * mail-source.el (mail-sources): Fix custom type.
11845
11846 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11849         (gnus-summary-expire-articles-now): Shorten prompt.
11850
11851         * gmm-utils.el (wid-edit): Require.
11852         (defun-gmm): Rename from `gmm-defun-compat'.
11853         (gmm-image-search-load-path): Use it.
11854         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11855
11856 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-sum.el (gnus-summary-save-article-coding-system):
11859         New variable.
11860         (gnus-summary-save-article): Add optional `decode' argument.
11861         If it is set and gnus-summary-save-article-coding-system is non-nil,
11862         save decoded article.
11863         (gnus-summary-write-article-file): Save decoded article if
11864         gnus-summary-save-article-coding-system is non-nil.
11865
11866         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11867         type.
11868
11869 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11872
11873 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11876         first to test gnus-single-article-buffer which may be buffer-local.
11877
11878         * gnus-sum.el (gnus-summary-setup-buffer):
11879         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11880         group; make gnus-article-buffer, gnus-article-current, and
11881         gnus-original-article-buffer always buffer-local.
11882         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11883         group.
11884         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11885
11886 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * nnml.el (nnml-request-compact-group): Compressed files might not
11889         have .gz extension.
11890
11891 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11892
11893         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11894         (mm-copy-to-buffer): Use with-current-buffer.
11895         (mm-display-part): Simplify.
11896         (mm-inlinable-p): Add optional arg `type'.
11897
11898 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11899
11900         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11901         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11902         Try harder to show the attachment internally or externally using
11903         gnus-mime-view-part-as-type.
11904
11905 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * message.el (message-from-style, message-signature-separator)
11908         (message-user-organization-file, message-send-mail-function)
11909         (message-citation-line-function, message-yank-prefix)
11910         (message-indent-citation-function, message-signature)
11911         (message-signature-file, message-signature-insert-empty-line):
11912         Remove autoloads.
11913
11914         * gnus-art.el (gnus-buttonized-mime-types):
11915         Remove "multipart/signed".  Revert 2006-04-26 change.
11916
11917 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus.el (gnus-version-number): Bump version.
11920
11921 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11922
11923         * gnus.el: No Gnus v0.5 is released.
11924
11925 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11926
11927         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11928         fetching articles by message-id.
11929
11930 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * message.el (hashcash): Require hashcash as normal.
11933
11934         * ecomplete.el (ecomplete-highlight-match-line):
11935         Use point-at-eol.
11936         (ecomplete-highlight-match-line): Use `highlight', because that
11937         face exists in both Emacs and XEmacs.
11938
11939         * message.el (message-display-abbrev): Use point-at-bol.
11940
11941         * mail-source.el: Don't require timer/timer-funcs.
11942
11943         * gnus-async.el: Ditto.
11944
11945         * password.el: Ditto.
11946
11947         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11948
11949         * mm-url.el: Ditto.
11950
11951         * gnus-xmas.el: Don't require timer-funcs.
11952
11953         * mm-util.el: Require timer/timer-funcs.
11954
11955 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11956
11957         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11958         Close.
11959
11960 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11963         unibyte after clear-decrypt function runs.
11964
11965         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11966         returns as a unibyte string.
11967
11968 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * lpath.el: Revert.
11971
11972         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11973         (pgg-gpg-process-sentinel): Revert.
11974
11975         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11976         (pgg-pgp-lookup-key): Revert.
11977
11978         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11979         (pgg-pgp5-lookup-key): Revert.
11980
11981         * pgg.el (pgg-fetch-key): Revert.
11982
11983 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * lpath.el: Fbind string-as-multibyte for XEmacs.
11986
11987         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11988         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11989         (mml1991-pgg-encrypt): Ditto.
11990
11991         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11992         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11993         a multibyte buffer.
11994
11995         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11996         (pgg-pgp-lookup-key): Ditto.
11997
11998         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11999         (pgg-pgp5-lookup-key): Ditto.
12000
12001         * pgg.el (pgg-fetch-key): Ditto.
12002
12003 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * message.el (message-user-organization-file): Check several
12006         locations of the organization file.
12007
12008         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12009         Add gnus-article-view-part-as-type.
12010
12011         * gnus-art.el (gnus-article-view-part-as-type): New function.
12012
12013         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12014         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12015
12016         * mml.el: Simplify autoload.
12017         (mml-mode): defvar dnd-protocol-alist instead of using
12018         symbol-value.
12019         (mml-default-directory): New variable.
12020         (mml-minibuffer-read-file): Use it.
12021         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12022
12023         * message.el (message-citation-line-format): New variable.
12024         (message-insert-formated-citation-line): New function.
12025         (message-citation-line-function):
12026         Add `message-insert-formated-citation-line' to custom type.
12027
12028         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12029         to doc string.
12030
12031         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12032         depending on mm-verify-option.
12033
12034 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12037         binding pgg-* variables; reimplement the section which prevents
12038         MIME header from being signed.
12039         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12040         pgg-text-mode; remove a blank line at the top of body.
12041
12042         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12043         lines at the top of body; use gnus-newsgroup-charset if there's no
12044         Charset header.
12045
12046 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * message.el (message-self-insert-commands): Doc fix.
12049
12050         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12051         (mm-uu-pgp-encrypted-test): Ditto.
12052         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12053         between header and body; return application/pgp-encrypted handle
12054         if decryption failed; decode decrypted body by charset.
12055
12056         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12057         element match to application/pgp-*.
12058
12059 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12060
12061         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12062         HTML.
12063
12064 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * mail-source.el (mail-source-call-script): Message the error
12067         string.
12068
12069 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-util.el (gnus-byte-compile): Use it.
12072
12073 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12074
12075         * gnus-util.el (kill-empty-logs): New function.
12076
12077 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078
12079         * message.el (message-mail-alias-type): Doc fix.
12080         (message-mail-alias-type-p): New function.
12081         (message-send): Use it.
12082         (message-mode): Ditto.
12083         (message-strip-forbidden-properties): Ditto.
12084
12085         * ecomplete.el (ecomplete-database-file-coding-system):
12086         New variable.
12087         (ecomplete-save): Use it.
12088         (ecomplete-setup): Use it.
12089
12090 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * message.el (message-self-insert-commands): New variable.
12093         (message-strip-forbidden-properties): Use it.
12094
12095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12098         that doesn't make XEmacs choke.
12099
12100 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-util.el (gnus-replace-in-string):
12103         Prefer replace-regexp-in-string over of replace-in-string.
12104
12105 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-util.el (gnus-select-frame-set-input-focus):
12108         Use select-frame-set-input-focus if it is available in XEmacs; use
12109         definition defined in Emacs 22 for old Emacsen.
12110
12111         * dgnushack.el: Autoload unmorse-region for XEmacs.
12112
12113         * lpath.el: Bind cursor-in-non-selected-windows and
12114         select-frame-set-input-focus for XEmacs.
12115
12116 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12119
12120 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * gnus-registry.el (gnus-registry-cache-save): Remove text
12123         properties when saving via the temp buffer.
12124
12125 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * message.el (message-generate-hashcash): Honor custom type.
12128
12129 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12130
12131         * message.el (message-generate-hashcash): Default to non-nil when
12132         hashcash is found.
12133
12134         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12135         (gnus-refer-thread-limit): Increase default to 500.
12136
12137         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12138
12139         * flow-fill.el (fill-flowed): Allow delete-space.
12140
12141 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12144         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12145         Remove autoloads.
12146
12147 2006-04-18  Simon Josefsson  <jas@extundo.com>
12148
12149         * message.el (message-generate-hashcash): Default to.
12150
12151 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12154         concatenating segments rather than before concatenating them.
12155
12156 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12159
12160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12163
12164         * message.el (message-forward-make-body-plain):
12165         Allow message-forward-ignored-headers to be a list.
12166         (message-remove-ignored-headers): Factor out into function.
12167         (message-forward-make-body-mml): Use it.
12168
12169         * imap.el (imap-quote-specials): New function.
12170         (imap-login-auth): Quote specials.
12171
12172         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12173         (rfc2231-parse-string): Allow concatanation of parameters that
12174         aren't contiguous.  The test case is
12175           (mail-header-parse-content-type "message/external-body;
12176             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12177             access-type=LOCAL-FILE;
12178             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12179
12180 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12181
12182         * nntp.el (nntp-accept-process-output): Return the value of
12183         `nnheader-accept-process-output'.
12184
12185 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12186
12187         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12188         (gnus-button-alist): Recognize more diff formats.
12189         (gnus-button-patch): Strip directory.
12190
12191 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12194         Emacs 22 when setting focus.
12195
12196 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * gnus-art.el (gnus-article-treat-types): Do treatment of
12199         text/x-verbatim parts.
12200         (gnus-button-patch): New command.
12201
12202         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12203         addresses that contain invalid characters.
12204
12205 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206
12207         * message.el (message-put-addresses-in-ecomplete):
12208         Use gnus-replace-in-string.
12209         (message-is-yours-p): Use the more correct
12210         mail-header-parse-address instead of
12211         mail-extract-address-components.
12212         (message-put-addresses-in-ecomplete): Fix typo.
12213
12214         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12215         keystroke.
12216
12217         * gnus-art.el (gnus-treatment-function-alist): Change order of
12218         newsgroups/generic header folding to avoid double-folding.
12219
12220         * message.el (message-hidden-headers): Add X-Draft-From.
12221
12222         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12223         New command.
12224         (gnus-summary-repeat-search-article-backward): New command.
12225
12226         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12227         groups in the parent topic.
12228
12229 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12230
12231         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12232         (spam-extra-header-to-number): Return the CRM114 number as a
12233         number instead of a string.
12234
12235 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * gnus-art.el (gnus-face-properties-alist): Move here from
12238         gnus-fun.
12239
12240         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12241
12242 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * message.el (message-strip-forbidden-properties): Only display on
12245         self-insert-command.
12246
12247         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12248         reindent.
12249         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12250
12251 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12252
12253         * smiley.el (smiley-style): Fix typo.
12254
12255 2006-03-23  Kenichi Handa  <handa@m17n.org>
12256
12257         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12258         instead of set-buffer-multibyte.
12259
12260 2006-03-23  Kenichi Handa  <handa@m17n.org>
12261
12262         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12263         buffer and then decode the buffer text if necessary.
12264         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12265         first, and after mm-encode-body, change the buffer to unibyte.
12266
12267 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * hashcash.el (hashcash-insert-payment-async-2):
12270         Use message-goto-eoh instead of doing it manually.
12271         (mail-add-payment): Use message-narrow-to-header instead of trying
12272         to do the same itself.
12273
12274         * message.el (message-hidden-headers): Add Face.
12275
12276         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12277         reparenting code.
12278         (gnus-summary-reparent-children): Refactored out code.
12279         (gnus-summary-thread-map): New keystroke.
12280         (gnus-summary-reparent-children): Make into command.
12281
12282         * smiley.el (smiley-style): Default to `medium' if using a large
12283         font.
12284
12285         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12286         does it itself.
12287
12288         * message.el (message-point-in-header-p): Simplify definition.
12289
12290 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * nnagent.el (nnagent-request-set-mark): Silence log file
12293         writing.
12294         (nnagent-request-set-mark): Use write-region instead of
12295         append-to-file.
12296
12297         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12298         strange select method.
12299
12300         * ecomplete.el (ecomplete-display-matches): Get highlightling
12301         right.
12302         (ecomplete-display-matches): Use literals.
12303         (ecomplete-display-matches): Disable message logging.
12304
12305         * message.el (message-display-abbrev): Small optimization.
12306
12307         * ecomplete.el (ecomplete-display-matches): Allow automatic
12308         display.
12309
12310         * message.el (message-strip-forbidden-properties):
12311         Display abbrevs.
12312         (message-display-abbrev): Get automatic display right.
12313
12314         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12315         keystrokes.
12316
12317 2006-04-13  Romain Francoise  <romain@orebokech.com>
12318
12319         TODO: Backport to v5-10!
12320
12321         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12322         Move here (and rename) from gnus-registry.el.
12323
12324         * gnus-registry.el: Require gnus-util.
12325         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12326
12327 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12328
12329         * gnus-group.el (gnus-group-catchup-current):
12330         Change if-then-else-if-then-else into cond.
12331         (gnus-group-catchup): Indent.
12332         (group-name-at-point): New function.
12333         (gnus-fetch-group): Provide default from thing at point.
12334
12335 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336
12337         * message.el (message-display-abbrev): Fix regexp.
12338
12339         * ecomplete.el (ecomplete-highlight-match-line):
12340         Reimplement choosing.
12341         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12342         dead variables.
12343
12344         * message.el (message-newline-and-indent): Remove debugging.
12345         (message-display-abbrev): Use new implementation.
12346
12347 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-article-mode):
12350         Set cursor-in-non-selected-windows to nil.
12351
12352         * smiley.el: Revert previous change.
12353         (smiley-data-directory): defvar it before using it in the
12354         defcustom of `smiley-style'.
12355
12356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12357
12358         * message.el (message-newline-and-indent): New function.
12359
12360         * ecomplete.el: Implement more bits.
12361
12362         * message.el (message-put-addresses-in-ecomplete): Clean up the
12363         string.
12364
12365         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12366
12367         * gnus-sum.el (gnus-summary-save-parts):
12368         Bind gnus-summary-save-parts-counter and use it to make unique file
12369         names.
12370
12371         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12372
12373         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12374         parameter to say whether to actually parse the individual
12375         addresses.
12376
12377         * message.el (message-put-addresses-in-ecomplete): New function.
12378         (ecomplete): Require.
12379         (message-mail-alias-type): Add ecomplete as an option.
12380
12381 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12382
12383         * flow-fill.el (fill-flowed): Remove trailing space from blank
12384         quoted lines.
12385
12386 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12387
12388         * smiley.el (smiley-style): Move definition later to avoid a
12389         compilation warning.
12390
12391 2006-04-12  Kenichi Handa  <handa@m17n.org>
12392
12393         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12394         buffer and then decode the buffer text if necessary.
12395         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12396         first, and after mm-encode-body, change the buffer to unibyte.
12397         Use mm-disable-multibyte instead of set-buffer-multibyte.
12398
12399 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12402         Content-Type header instead of Content-Disposition header.
12403         (gnus-mime-inline-part): Ditto.
12404         (gnus-mime-view-part-as-charset): Ignore charset that the part
12405         specifies.
12406
12407         * mm-decode.el (mm-display-part): Work with external parts and
12408         usual parts similarly.
12409
12410         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12411         instead of gnus-display-mime.
12412
12413         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12414         instead of with-temp-buffer.
12415
12416         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12417         tag to summarized topics part in order to encode non-ASCII text.
12418
12419 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * smiley.el (smiley-style): New variable.
12422         (smiley-directory): New function.
12423         (smiley-data-directory): Derive from `smiley-style' using
12424         `smiley-directory'.
12425         (smiley-regexp-alist): Add new entries.
12426
12427         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12428         (gnus-article-browse-delete-temp): Add :version.
12429
12430 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12431
12432         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12433         the sieve region.
12434
12435 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * gnus.el (gnus-version-number): Bump version.
12438
12439 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus.el: No Gnus v0.4 is released.
12442
12443 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12444
12445         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12446         layout.
12447
12448         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12449         unknown charset.
12450
12451         * message.el (message-header-synonyms): Add Original-To to the
12452         default.
12453
12454         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12455         optional parameter.
12456
12457 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gnus-fun.el (gnus): Require it for gnus-directory.
12460
12461 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12464
12465 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12466
12467         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12468
12469 2006-04-05  Simon Josefsson  <jas@extundo.com>
12470
12471         * password.el (password-reset): New function.
12472
12473 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12474
12475         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12476         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12477
12478 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12479
12480         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12481         Some whitespace was matched into the url, which broke browsing hits
12482         > 100 when mm-url-use-external was nil.
12483
12484 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12487         Check gnus-extra-headers for 'Newsgroups.
12488
12489         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12490         bound.
12491
12492 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12493
12494         * pgg-gpg.el: Clean up process buffers every time gpg processes
12495         complete.
12496
12497 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12500         doc string.
12501
12502 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12503
12504         * pgg-gpg.el (pgg-gpg-process-filter)
12505         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12506
12507         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12508         lines, temporary fix.
12509
12510 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12513
12514 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12515
12516         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12517         default-enable-multibyte-characters.  This reverts the change from
12518         revision 6.17 which is no longer necessary because the passphrase
12519         is sent separately now.  GnuPG messages are unreadable under
12520         multibyte locales with default-enable-multibyte-characters set to
12521         nil.
12522
12523 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * message.el (message-tool-bar-gnome): Move "spell".
12526
12527 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12530         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12531         instead.
12532
12533 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12534
12535         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12536         Improve newsgroups handling for NNTP overviews which don't include
12537         Newsgroups.
12538
12539 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12540
12541         * message.el (message-resend): Bind message-generate-hashcash to nil.
12542
12543 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12544
12545         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12546         when searching for already-paid recipients.
12547
12548 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12549
12550         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12551         passphrases when it is not needed.
12552         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12553         passphrase stuff from gpg, should only be necessary when you use
12554         gpg with a smartcard.
12555
12556 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * mml.el (mml-insert-mime): Ignore cached contents of
12559         message/external-body part.
12560
12561         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12562         (mm-insert-part): Ditto.
12563
12564 2006-03-23  Simon Josefsson  <jas@extundo.com>
12565
12566         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12567         Reiner.
12568         (pgg-gpg-use-agent-p): Use it again.
12569
12570 2006-03-23  Simon Josefsson  <jas@extundo.com>
12571
12572         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12573         older emacsen.
12574         (pgg-gpg-use-agent-p): Don't use it.
12575
12576 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12579         if we can.
12580
12581 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12582
12583         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12584         (pgg-gpg-update-agent): New function.
12585         (pgg-gpg-use-agent-p): New function.
12586         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12587         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12588         (pgg-gpg-sign-region): Use it.
12589
12590 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12593         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12594
12595 2006-03-21  Simon Josefsson  <jas@extundo.com>
12596
12597         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12598         <wilde@sha-bang.de>.
12599         (pgg-gpg-use-agent): New variable.
12600         (pgg-gpg-process-region): Use it.
12601         (pgg-gpg-encrypt-region): Likewise.
12602         (pgg-gpg-encrypt-symmetric-region): Likewise.
12603         (pgg-gpg-decrypt-region): Likewise.
12604         (pgg-gpg-sign-region): Likewise.
12605         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12606
12607 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12610
12611         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12612         Add comment on version.
12613
12614 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * smiley.el: Add missing test smiley.
12617
12618 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mm-decode.el (mm-with-part): New macro.
12621         (mm-get-part): Use it; work with message/external-body as well.
12622         (mm-save-part): Treat name and filename equally.
12623
12624         * mm-extern.el (mm-extern-cache-contents): New function.
12625         (mm-inline-external-body): Use it; force the part to be displayed;
12626         move undisplayer added to the cached handle to the parent.
12627
12628         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12629         (gnus-mime-view-part-as-type): Work with message/external-body.
12630
12631         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12632
12633 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12636         images in image-load-path.  [Sync with image.el, revision 1.60, in
12637         Emacs.]
12638
12639 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12642         path rather than symbol.  Always return list of directories.
12643         Guarantee that image directory comes first.  [Sync with image.el,
12644         revision 1.59, in Emacs.]
12645
12646         * message.el (message-make-tool-bar): Adjust to new API of
12647         `gmm-image-load-path-for-library'.
12648
12649         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12650
12651         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12652
12653 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12654
12655         * gnus-art.el (gnus-article-only-boring-p):
12656         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12657         intangible text.
12658         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12659
12660 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12663         Use `defun' instead of `gmm-defun-compat'.
12664
12665 2006-03-14  Simon Josefsson  <jas@extundo.com>
12666
12667         * message.el (message-unique-id): Don't use message-number-base36
12668         if (user-uid) is a float.
12669         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12670
12671 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12674
12675         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12676         empty line between a part and a message part.
12677
12678 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * smiley.el: Add more test smileys.
12681         (smiley-data-directory, smiley-regexp-alist)
12682         (gnus-smiley-file-types): Fix doc strings.
12683         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12684         adding new elements.
12685         (smiley-mouse-map): Unused code.  Make it a comment.
12686
12687 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12690         scan latest NoCeM messages instead of old ones.
12691         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12692         delimiters that are recently used.
12693         (gnus-nocem-load-cache): Add autoload cookie.
12694
12695         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12696
12697         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12698         level which is larger than gnus-use-nocem is specified.
12699
12700         * gnus-group.el (gnus-group-get-new-news): Ditto.
12701
12702 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * gnus-util.el (gnus-tool-bar-update): New function.
12705
12706         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12707         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12708
12709         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12710
12711         * gnus-group.el (gnus-group-redraw-when-idle)
12712         (gnus-group-redraw-check): Remove.
12713         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12714
12715 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12718         if optional last element is specified in splits (FIELD VALUE...).
12719
12720 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12723         to gmm-image-load-path-for-library.  Call with no-error argument.
12724         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12725
12726         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12727
12728         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12729
12730         * gmm-utils.el (gmm-image-load-path): Remove alias.
12731
12732 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gmm-utils.el (gmm-image-load-path): Add alias.
12735
12736         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12737         nnml-generate-nov-databases-1.
12738         (nnml-generate-nov-databases): Use it.
12739         (nnml-generate-nov-databases-directory): Document no-active
12740         argument.
12741
12742         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12743         directory if path is t.  Add no-error.
12744
12745         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12746         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12747
12748         * gnus-art.el (gnus-article-browse-delete-temp-files):
12749         Simplify resetting gnus-article-browse-html-temp-list.
12750
12751         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12752         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12753         Add example to docstring.  Rename local variables.  Move error
12754         checks to default case in cond and simplify.
12755
12756 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12759         handle is multipart when calling it recursively.
12760         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12761
12762 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12763
12764         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12765         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12766
12767 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12770         is loaded.
12771
12772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12773         loaded.
12774
12775 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12778         to "Emacs 23 (unicode)" in doc string.
12779
12780         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12781         "Emacs 23 (unicode)" in comment.
12782
12783 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12786
12787         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12788         characters 160 through 255 in Emacs 23.
12789
12790 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12793         gnus-article-browse-html-temp.
12794         (gnus-article-browse-delete-temp): Make it customizable.
12795         Add `file'.  Adjust doc string.
12796         (gnus-article-browse-delete-temp-files): Add argument.
12797         Allow query for each file.  Adjust doc string.
12798         (gnus-article-browse-html-parts):
12799         Add `gnus-article-browse-delete-temp-files' to
12800         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12801
12802 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12803
12804         * gnus-art.el (gnus-article-browse-html-temp)
12805         (gnus-article-browse-delete-temp): New variables.
12806         (gnus-article-browse-delete-temp-files): New function.
12807         (gnus-article-browse-html-parts): Use it.
12808
12809 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12812
12813         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12814         string.
12815
12816         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12817         gnus-summary-insert-new-articles when unplugged.
12818         Remove gnus-summary-search-article-forward.
12819
12820         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12821         display-visual-class instead of display-color-cells.
12822
12823 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * dgnushack.el: Autoload customize-group for XEmacs.
12826
12827         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12828         message/* containing non-ASCII text properly.
12829
12830 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * message.el: Require gmm-utils, remove autoloads.
12833         (message-tool-bar): Set default based on
12834         gmm-tool-bar-style.
12835         (message-tool-bar-gnome): Add gmm-customize-mode.
12836
12837         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12838         gmm-tool-bar-style.
12839         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12840
12841         * gnus-group.el (gnus-group-tool-bar): Set default based on
12842         gmm-tool-bar-style.
12843         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12844
12845         * gmm-utils.el (gmm-image-directory): Rename variable from
12846         gmm-image-load-path.
12847         (gmm-image-load-path): Use gmm-image-directory.
12848         (gmm-customize-mode): New function.
12849         (gmm-tool-bar-style): New variable.
12850
12851         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12852         gnus-group-redraw-line-number.
12853         (gnus-group-redraw-check): Simplify.
12854         (gnus-group-tool-bar-update): Remove redraw check.
12855         (gnus-group-make-tool-bar): Add redraw check.
12856
12857 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12858
12859         * gnus-art.el (gnus-button): Add missing parentheses.
12860
12861 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * lpath.el: Fbind line-number-at-pos.
12864
12865 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12868
12869 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * gnus-art.el (gnus-button): New face.
12872         (gnus-article-button-face): Use it.
12873
12874         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12875         Add gnus-summary-next-page.  Re-order.
12876
12877         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12878         next-node are now included.
12879         (gnus-group-redraw-line-number): New internal variable.
12880         (gnus-group-redraw-check): Helper function for updating the tool
12881         bar.
12882         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12883
12884         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12885
12886         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12887         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12888         Use it to match format of Spamassassin 3.0 and later.
12889         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12890         (spam-check-bogofilter)
12891         (spam-bogofilter-register-with-bogofilter): Fix args of
12892         `gnus-error' calls.
12893
12894 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12897         unnecessary interaction when sending queued mails.
12898         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12899
12900 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12903         first or last are nil.
12904
12905 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12906
12907         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12908
12909 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12910
12911         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12912
12913 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12914
12915         * dns.el (query-dns): Protect more against buggy tcp output.
12916
12917 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12920         nov.php.
12921
12922 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12923
12924         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12925         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12926         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12927         output on the server side.
12928         (nnweb-google-create-mapping): Update regexps and add some
12929         progress indication.
12930
12931 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * gnus-group.el (gnus-group-tool-bar-gnome):
12934         Fix gnus-agent-toggle-plugged.  Re-order icons.
12935         (gnus-group-tool-bar-gnome):
12936         Add gnus-group-{prev,next}-unread-group.
12937         (gnus-group-tool-bar-gnome): Re-order icons.
12938
12939         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12940         Move gnus-summary-insert-new-articles.
12941
12942         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12943         Fix comments.
12944
12945         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12946         also available in Emacs 21.3.
12947
12948         * message.el (message-fix-before-sending): Change "Emacs 22" to
12949         "Emacs 23 (unicode)" in comment.
12950
12951         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12952         "Emacs 23 (unicode)" in comment.
12953
12954         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12955         comment.
12956         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12957
12958         * mm-view.el (mm-fill-flowed): Add :version.
12959
12960 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12963         and load-path.
12964
12965 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * message.el: Autoload gmm-image-load-path.
12968         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12969         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12970         consitency.
12971
12972         * gmm-utils.el (gmm-image-load-path): Also search in
12973         "../etc/images".  Don't set gmm-image-load-path if we don't find
12974         the image.
12975
12976 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gmm-utils.el (gmm-image-load-path): Don't make
12979         `gmm-image-load-path' include subdirectories which the second arg
12980         `image' might specify.
12981
12982         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12983         subdirectory to icon file names.
12984
12985         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12986
12987 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12990         gmm-image-load-path calls.
12991
12992         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12993
12994         * message.el (message-make-tool-bar): Ditto.
12995
12996         * mml.el (mml-preview): Add comment concerning tool bar icons.
12997
12998         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12999         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13000
13001         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13002         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13003
13004         * message.el (message-tool-bar-gnome): Use new icon names.
13005         (message-make-tool-bar): Use `gmm-image-load-path'.
13006
13007         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13008         New functions from MH-E.
13009         (gmm-image-load-path): New variable from MH-E.
13010         (gmm-image-load-path): New function from MH-E.  Add arguments
13011         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13012         *-image-load-path-called-flag.
13013
13014 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13015
13016         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13017
13018 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13019
13020         * nnimap.el (nnimap-request-move-article): Change folder back to
13021         source group before deleting.
13022
13023 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13026
13027         * gnus-art.el (mm-url-insert-file-contents-external):
13028         Autoload mm-url.
13029
13030         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13031
13032 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13035         coding system which mm-charset-to-coding-system returns for a
13036         given charset is valid.
13037
13038 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13039
13040         * html2text.el (html2text-remove-tag-list):
13041         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13042
13043 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13044
13045         * gnus-cus.el: Revert 2005-10-17 change.
13046
13047 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (article-strip-banner):
13050         Call article-really-strip-banner only when the regexp match is made.
13051
13052 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-art.el (article-strip-banner):
13055         Use gnus-extract-address-components instead of
13056         mail-header-parse-addresses to make it work with non-ASCII text;
13057         remove mail-encode-encoded-word-string.
13058
13059         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13060         values which are surrounded with \"...\"; make it never cause a
13061         Lisp error; give up parsing of parameters if it failed in
13062         extracting type.
13063
13064 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13065
13066         * smime.el (smime-cert-by-ldap-1): Fix bug where
13067         `smime-ldap-search' returns results without userCertificates.
13068
13069 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13072
13073 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * spam.el (spam-check-spamassassin-headers): Adapt format for
13076         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13077         <ari@mbf.ocn.ne.jp>.
13078         (spam-list-of-processors): Add spam-use-gmane.
13079
13080 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13083         make-temp-file; make it work with XEmacs as well.
13084
13085         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13086         mm-make-temp-file.
13087
13088         * mm-decode.el (mm-display-external): Use the 3rd arg of
13089         mm-make-temp-file.
13090         (mm-create-image-xemacs): Ditto.
13091
13092 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13095         with message-narrow-to-headers.
13096         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13097         (gnus-draft-check-draft-articles): New function.
13098         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13099
13100 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-article-browse-html-parts):
13103         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13104         Don't use suffix argument for mm-make-temp-file for Emacs 21
13105         compatibility.  Remove useless `format'.
13106
13107 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13108
13109         * nnweb.el (nnweb-google-wash-article): Update regexps.
13110         (nnweb-group-alist): Use defvoo instead of defvar.
13111
13112 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13115         re-loading nn* modules.
13116
13117 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13120         for `tool-bar-mode' and don't check it's default-value.
13121
13122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13123
13124         * message.el (message-make-tool-bar): Ditto.
13125
13126         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13127         `substring'.  Shorten tmp-file name.
13128
13129         * gnus.el: Remove bogus comment.
13130
13131 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13132
13133         * gnus-art.el (gnus-article-browse-html-parts): New function.
13134         (gnus-article-browse-html-article): New function for viewing html
13135         articles with a browser.
13136
13137 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13138
13139         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13140         in elisp.
13141         (pgg-gpg-encrypt-symmetric-region): Ditto.
13142         (pgg-gpg-sign-region): Ditto.
13143
13144         * pgg-def.el (pgg-text-mode): New variable.
13145
13146         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13147         (mml2015-pgg-encrypt): Ditto.
13148
13149         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13150         (mml1991-pgg-encrypt): Ditto.
13151
13152 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * nnfolder.el (nnfolder-insert-newsgroup-line):
13155         Use message-make-date instead of current-time-string.
13156
13157         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13158         to gnus-decoded which mm-uu might set.
13159
13160 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13163         don't decode quoted parameters; remove misimported Emacs code.
13164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13165         (rfc2231-decode-encoded-string): Don't use split-string which
13166         behaves differently according to Emacs version; use
13167         mm-decode-coding-region to convert charset to coding-system.
13168         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13169         (rfc2231-encode-string): Remove misimported Emacs code.
13170
13171 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13174         when calling mail-header-parse-content-type.
13175         (article-de-quoted-unreadable): Ditto.
13176         (article-de-base64-unreadable): Ditto.
13177         (article-wash-html): Ditto.
13178
13179         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13180         calling mail-header-parse-content-type and
13181         mail-header-parse-content-disposition.
13182         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13183         mail-header-parse-content-type.
13184
13185         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13186         insert charset and format parameters; encode description after
13187         inserting it to buffer.
13188         (mml-insert-parameter): Fold lines properly even if a parameter is
13189         segmented into two or more lines; change the max column to 76.
13190
13191         * rfc1843.el (rfc1843-decode-article-body): Don't use
13192         ignore-errors when calling mail-header-parse-content-type.
13193
13194         * rfc2231.el (rfc2231-parse-string): Return at least type if
13195         possible; don't cause an error even if it fails in parsing of
13196         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13197         (rfc2231-encode-string): Don't break lines at the beginning, leave
13198         it to mml-insert-parameter.
13199
13200         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13201         calling mail-header-parse-content-type.
13202
13203 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * spam-report.el (spam-report-gmane-use-article-number):
13206         Improve doc string.
13207         (spam-report-gmane-internal): Check if a suitable header was found
13208         in the article.
13209
13210 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13213         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13214
13215 2006-02-05  Romain Francoise  <romain@orebokech.com>
13216
13217         Update copyright notices of all files in the gnus directory.
13218
13219 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13220
13221         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13222
13223 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13226         segmented lines of parameter value to cope with Thunderbird 1.5
13227         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13228         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13229         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13230
13231 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13232
13233         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13234         parts.
13235
13236 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13237
13238         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13239         there's only one active file for all servers.
13240         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13241         solid groups.  Gnus might have used a FAST request to select the group.
13242         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13243         and nnweb-search redundantly in the active file.
13244         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13245         (nnweb-request-create-group): Don't use ARGS.
13246         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13247         initialisations.  Let nnoo do the work.
13248
13249 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13252         Say the part has been decoded.
13253
13254         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13255
13256 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13257
13258         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13259         mailcap-viewer-test-cache when there's no 'test clause, since that
13260         will invert the meaning of a "nil" test previously determined by
13261         mailcap-mailcap-entry-passes-test.
13262
13263 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13266         compiling.
13267
13268         * gnus-sum.el: Ditto.
13269
13270         * message.el: Don't bind tool-bar-map when compiling.
13271
13272 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13275
13276 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13277
13278         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13279         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13280         current Google Groups.
13281
13282 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13285         and tool-bar-mode.
13286
13287         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13288         and tool-bar-mode.
13289
13290         * message.el (message-tool-bar-update): Simplify.
13291         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13292
13293         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13294         gnus-summary-buffer.
13295         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13296         gnus-summary-reply.
13297
13298         * gmm-utils.el (gmm): Add :version.
13299
13300 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * Makefile.in (clean): New rule.
13303         (distclean): Use it.
13304
13305 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13306
13307         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13308         Don't autoload.
13309
13310 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gmm-utils.el (gmm-verbose): Add :group.
13313
13314 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * message.el: Change some comments WRT tool-bars.
13317
13318         * gnus-sum.el (gnus-summary-tool-bar)
13319         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13320         (gnus-summary-tool-bar-zap-list): New variables.
13321         (gnus-summary-make-tool-bar): Complete rewrite using
13322         `gmm-tool-bar-from-list'.
13323
13324         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13325         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13326         New variables.
13327         (gnus-group-make-tool-bar): Complete rewrite using
13328         `gmm-tool-bar-from-list'.
13329         (gnus-group-tool-bar-update): New function.
13330
13331         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13332
13333 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13336         is dissected into a single part of which the type is the same as
13337         the given one; decode charset.
13338
13339 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13340
13341         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13342         into alists as symbol not string, since that's what
13343         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13344         look for.
13345
13346 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13349         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13350
13351         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13352
13353 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13356         (gnus-xmas-mime-security-button-menu): New function.
13357
13358         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13359         (gnus-mime-security-button-menu): New definition.
13360         (gnus-mime-security-button-map): Use them.
13361         (gnus-mime-security-button-menu): New function.
13362         (gnus-insert-mime-security-button): Addition to help echo.
13363         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13364         (gnus-mime-security-pipe-part): New functions.
13365
13366         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13367         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13368
13369         * mm-decode.el (mm-handle-set-disposition): Remove.
13370         (mm-handle-set-description): Remove.
13371
13372 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13375         (mm-w3m-standalone-supports-m17n-p): New function.
13376         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13377         w3m usage.
13378
13379         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13380         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13381
13382 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * message.el (message-tool-bar-zap-list):
13385         Use gmm-tool-bar-zap-list as custom type.
13386         (message-tool-bar-update): New function.
13387         (message-tool-bar, message-tool-bar-gnome)
13388         (message-tool-bar-retro): Add message-tool-bar-update.
13389         (message-tool-bar-gnome): Add flyspell-buffer.
13390
13391         * gnus-util.el (gnus-error): Describe `args'.
13392
13393         * gmm-utils.el (gmm-error): Describe `args'.
13394         (gmm-tool-bar-zap-list): New widget.
13395         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13396
13397 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13400         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13401         the number of recursive calls.
13402
13403         * mm-decode.el (mm-handle-set-disposition): New macro.
13404         (mm-handle-set-description): New macro.
13405
13406 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13409         encoding.
13410
13411 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * message.el (message-tool-bar-zap-list, message-tool-bar)
13414         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13415         (message-tool-bar-local-item-from-menu): Remove.
13416         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13417         (message-make-tool-bar): New function.
13418         (message-mode): Use `message-make-tool-bar'.
13419
13420         * gmm-utils.el: New file.
13421         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13422         (gmm-lazy): New widget copied from `nnmail.el'.
13423         (gmm-tool-bar-from-list): New function for creating customizable
13424         tool bars.
13425         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13426         output.
13427         (gmm): Add :prefix to defgroup.
13428
13429 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13430
13431         * gmm-utils.el (gmm-widget-p): New function.
13432
13433 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * mml.el (mml-attach-file): Describe `description' in doc string.
13436         (mml-menu): Add Emacs MIME manual and PGG manual.
13437
13438 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13439
13440         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13441
13442 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13443
13444         * nntp.el (nntp-end-of-line): Doc fix.
13445
13446 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13447
13448         * imap.el (imap-open): Handle case where buffer is a buffer
13449         object.
13450
13451 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13452
13453         * gnus-delay.el (gnus-delay): Don't autoload.
13454         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13455         to be re-loaded when customizing the `gnus-delay' group.
13456
13457 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13458
13459         * message.el (message-insert-citation-line): Use newlines.
13460
13461 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13462
13463         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13464         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13465         these routines, so the passphrase can be managed externally and
13466         passed in to the system.
13467         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13468         pgg-add-passphrase-to-cache function.
13469
13470         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13471         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13472         these routines, so the passphrase can be managed externally and
13473         passed in to the system.
13474         (pgg-pgp5-sign-region): Use new name of
13475         pgg-add-passphrase-to-cache function.
13476
13477 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13478
13479         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13480         part of the decoded armor to find the key-identifier.
13481         (pgg-gpg-lookup-key-owner): New function to return the
13482         human-readable identifier of a key owner.
13483         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13484         itself.
13485         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13486         the key value) if we have a key and can match it against a secret
13487         key.  Also, added a note pointing out fact that the prompt only
13488         indicates the first matching key.
13489
13490         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13491         pgg-decrypt-region.
13492         (pgg-add-passphrase-to-cache): Rename from
13493         `pgg-add-passphrase-cache' to reduce confusion (all callers
13494         changed).
13495         (pgg-remove-passphrase-from-cache): Rename from
13496         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13497         changed).
13498         (pgg-read-passphrase, pgg-add-passphrase-cache)
13499         (pgg-remove-passphrase-cache): Add informative docstrings.
13500         (pgg-decrypt): Convey provided passphrase in subordinate call to
13501         pgg-decrypt-region.
13502
13503 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13504
13505         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13506         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13507         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13508         'passphrase' argument, so the passphrase can be managed externally
13509         and then passed in to the system.
13510
13511         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13512         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13513         so the passphrase cache can be used reliably with identifiers
13514         besides a pgp packet's key id.
13515
13516         * pgg-gpg.el (pgg-gpg-encrypt-region)
13517         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13518         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13519         these routines, so the passphrase can be managed externally and
13520         passed in to the system.
13521
13522         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13523         'notruncate' argument, so the passphrase cache can be used
13524         reliably with identifiers besides a pgp packet's key id.
13525
13526 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13527
13528         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13529         symmetric encryption.
13530         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13531         encrypted session key.
13532         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13533         message ask for the passphrase in a proper way.
13534
13535         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13536         New user commands for symmetric encryption.
13537
13538 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13541
13542         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13543
13544 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13545
13546         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13547
13548 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * mm-decode.el (mm-inlined-types): Add application/pgp.
13551         (mm-automatic-display): Ditto.
13552
13553         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13554         part as text.
13555
13556 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * nnrss.el: Update copyright.
13559         (nnrss-opml-import): Query whether to subscribe to each entry.
13560
13561         * gnus-art.el:
13562         * gnus-sum.el:
13563         * gnus-xmas.el:
13564         * messagexmas.el:
13565         * mm-uu.el:
13566         * mm-view.el: Update copyright.
13567
13568 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * message.el (message-info): New function.
13571         (message-mode-menu): Add it.
13572         Update copyright.
13573
13574         * ChangeLog: Fix and update copyright.
13575
13576 2006-01-13  Romain Francoise  <romain@orebokech.com>
13577
13578         * message.el (message-forward-subject-name-subject): Prefer the
13579         address to 'nowhere' if the sender has no name.
13580         Fix typo.  Update copyright year.
13581
13582 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-art.el (article-wash-html):
13585         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13586         (gnus-article-wash-html-with-w3m-standalone): New function.
13587
13588         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13589         mm-inline-text-html-render-with-w3m-standalone.
13590         (mm-text-html-washer-alist): Map w3m-standalone to
13591         gnus-article-wash-html-with-w3m-standalone.
13592         (mm-inline-text-html-render-with-w3m-standalone): New function.
13593
13594 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13597         Improve LaTeX.
13598
13599 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13602         (nnrss-request-article): Render text/plain parts as HTML.
13603
13604         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13605         the buffer.
13606
13607 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13610         custom definition of `gnus-posting-styles'.
13611
13612         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13613         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13614
13615 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13618         Use nntp for bug archive.
13619
13620 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13623         parts.
13624         (nnrss-normalize-date): New function converts ISO 8601 date into
13625         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13626         (nnrss-check-group): Use it.
13627
13628 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13631
13632         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13633         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13634         (nnrss-insert-w3): Ditto.
13635
13636 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13639         the articles to be forwarded including the case where neither a
13640         number of articles nor a region is specified.
13641
13642 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * nnrss.el (nnrss-request-article): Fix last change; fill
13645         text/plain parts.
13646
13647 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13650         in text/plain part.
13651         (nnrss-check-group): Don't add excessive newline to dc:subject.
13652
13653 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13654
13655         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13656         article.
13657
13658 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13661         (nnml-use-compressed-files, nnml-save-mail): Support other
13662         comression programs such as bzip2.
13663
13664 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13665
13666         * dns.el (query-dns): Make sure we check the buffer size before
13667         removing tcp headers.
13668
13669 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13672         remove MIME buttons associated with multipart/alternative parts.
13673         (gnus-mime-display-alternative): Tag buttons using `article-type'
13674         text property.
13675
13676         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13677         associated with multipart/alternative parts.
13678
13679         * gnus-art.el (gnus-signature-separator): Fix custom type.
13680
13681         * mm-decode.el (mm-inlined-types): Fix custom type.
13682         (mm-keep-viewer-alive-types): Ditto.
13683         (mm-automatic-display): Ditto.
13684         (mm-attachment-override-types): Ditto.
13685         (mm-inline-override-types): Ditto.
13686         (mm-automatic-external-display): Ditto.
13687
13688 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * spam-report.el (spam-report-user-mail-address)
13691         (spam-report-user-agent): New variables.
13692         (spam-report-url-ping-plain): Use spam-report-user-agent.
13693
13694 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13695
13696         * gnus-art.el (gnus-button-handle-custom): Do not just use
13697         `customize-apropos' for any "M-x customize-*" button but the
13698         function called for.  Accept both the function name and its
13699         argument in order to achieve this.
13700         (gnus-button-alist): Remove support for "custom:" URL's.
13701         Pass function name to `gnus-button-handle-custom' in case of "M-x
13702         customize-*" buttons.
13703
13704 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13707         multipart/alternative and add xref to mm-discouraged-alternatives
13708         in doc string.
13709
13710         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13711         gnus-buttonized-mime-types in doc string.
13712
13713 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13716         Suggest image/.* in the doc string.
13717
13718 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13721         message-marks (Debian bug #342521).
13722
13723 2005-12-12  Simon Josefsson  <jas@extundo.com>
13724
13725         * password.el (password-read-from-cache): Add.
13726         (password-read): Use it.
13727
13728 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * rfc2047.el (rfc2047-charset-to-coding-system):
13731         Recognize us-ascii as a MIME charset.
13732
13733         * mm-bodies.el (mm-decode-content-transfer-encoding):
13734         Protect against the case where the 2nd arg TYPE is nil.
13735
13736 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * pop3.el (pop3-stream-type): Fix custom version.
13739
13740         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13741
13742 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13743
13744         * mm-decode.el (mm-display-external): Add missing cdr.
13745
13746 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13749         RFC1524) if it is in mailcap or add a suffix according to
13750         mailcap-mime-extensions when generating a temp filename; postpone
13751         deleting a temp file for 2 seconds for some wrappers, shell
13752         scripts, and so on, which might exit right after having started a
13753         viewer command as a background job.
13754
13755 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * nntp.el (nntp-marks-directory): Fix custom group.
13758
13759         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13760         steps when < 10.
13761
13762         * gnus-start.el (gnus-no-server-1):
13763         Mention `gnus-level-default-subscribed' in doc string.
13764
13765 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13766
13767         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13768         parens.
13769
13770 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-xmas.el (gnus-use-toolbar): Revert.
13773         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13774         gnus-use-toolbar is default.
13775
13776         * messagexmas.el (message-use-toolbar): Revert.
13777         (message-setup-toolbar): Use global default-toolbar if
13778         message-use-toolbar is default.
13779
13780 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13783         according to default-toolbar-visible-p.
13784
13785         * messagexmas.el (message-use-toolbar): Ditto.
13786
13787 2005-11-26  Dave Love  <fx@gnu.org>
13788
13789         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13790         (tls-program, tls-success): Provide openssl alternative.
13791
13792         * starttls.el: Doc fixes.
13793         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13794         SERVICE to PORT.
13795
13796         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13797         port null or service name.
13798         (starttls-negotiate): Autoload.
13799
13800 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * message.el (message-kill-to-signature): Fix interactive spec.
13803
13804 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * pop3.el (pop3-open-server): Recognize a string as a service name.
13807
13808 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13809
13810         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13811
13812 2005-11-23  Dave Love  <fx@gnu.org>
13813
13814         Add pop3s, pop3/starttls.
13815
13816         * pop3.el (pop3-authentication-scheme): Clarify doc.
13817         (open-tls-stream, starttls-open-stream): Autoload.
13818         (pop3-stream-type): New.
13819         (pop3-open-server): Use it.
13820
13821         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13822         for POP.
13823         (mail-source-keyword-map): Add :stream for POP.
13824         (mail-source-fetch-pop): Use pop3-stream-type.
13825
13826 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13829         of current-time-string.
13830
13831 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13832
13833         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13834         date header.
13835
13836 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13837
13838         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13839         it can seriously impact performance as it bypasses the agent's
13840         local caches.
13841
13842 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13843
13844         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13845         must be explicitly online rather than "not explicitly offline" for
13846         its flags to be synchronized.
13847
13848         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13849         that gnus-uu-unmark-thread will function correctly.
13850
13851         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13852         1024K is instead displayed as 1M.
13853
13854 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13857
13858 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13859
13860         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13861
13862 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13863
13864         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13865         error message to display actual error condition.
13866         (gnus-agent-save-local): Avoid saving symbols that are bound to
13867         nil as they simply result in a warning message in
13868         gnus-agent-read-local.
13869
13870 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13873         rather than make-variable-buffer-local for file-precious-flag.
13874
13875 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13876
13877         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13878         for duplicates which are removed.  The invalid sort check then
13879         triggers a rescan after the sort as sorting may have moved
13880         duplicate entries such that they can be cheaply detected.
13881
13882 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13885
13886 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13887
13888         * gnus-agent.el (gnus-agent-article-alist-save-format):
13889         Change internal variable to a custom variable.  Change default value
13890         from compressed(2) to uncompressed(1).
13891         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13892         support for uncompressed agentview files.  Taken together, reading
13893         the agentview file should now be 6-7 times faster.
13894
13895 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13896
13897         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13898         as a buffer-local variable.  This avoids creating truncated
13899         dribble files as a result of a hang up, eg.
13900
13901 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13902
13903         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13904         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13905         XEmacs.
13906
13907 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * gnus-start.el (gnus-start-draft-setup):
13910         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13911
13912         * gnus.el (gnus-splash): Change custom group.
13913         (gnus-group-get-parameter, gnus-group-parameter-value):
13914         Describe allow-list argument.
13915
13916         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13917         string.
13918
13919 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * gnus-art.el (gnus-default-article-saver): Add user-defined
13922         `function' to custom type.
13923
13924 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13925
13926         * imap.el (imap-open): Handle case where buffer is a buffer
13927         object.
13928
13929 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13932         long lines.
13933         (gnus-cache-delete-group): Wrap doc strings.
13934
13935         * gnus-agent.el (gnus-agent-rename-group)
13936         (gnus-agent-delete-group): Wrap doc strings.
13937
13938 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * messagexmas.el (message-use-toolbar): Change the valid values
13941         into default, top, bottom, left, and right.
13942         (message-toolbar-thickness): New variable.
13943         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13944         well.
13945         (message-setup-toolbar): Make it work.
13946
13947         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13948         (gnus-use-toolbar): Change the valid values into default, top,
13949         bottom, left, and right.
13950         (gnus-toolbar-thickness): New variable.
13951         (gnus-xmas-setup-toolbar): New function.
13952         (gnus-xmas-setup-group-toolbar): Use it.
13953         (gnus-xmas-setup-summary-toolbar): Use it.
13954
13955 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13956
13957         * gnus-start.el (gnus-1): Add "native" to
13958         gnus-predefined-server-alist.
13959
13960         * gnus.el (gnus-method-to-server): Don't add "native" to the
13961         lists here, because that leads to problems when
13962         gnus-select-method is bound.
13963
13964 2005-11-09  Simon Josefsson  <jas@extundo.com>
13965
13966         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13967         use (not sort-by-date) instead.
13968
13969 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13970
13971         * gnus-delay.el (gnus-delay-group): Don't autoload.
13972         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13973         to be re-loaded when customizing the `gnus-delay' group.
13974
13975 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13976
13977         * message.el: Revert last changes.
13978         (message-insert-citation-line): Use newlines.
13979
13980 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13981
13982         * message.el (message-courtesy-message)
13983         (message-mark-insert-begin, message-mark-insert-end)
13984         (message-elide-ellipsis, message-cancel-message)
13985         (message-add-header, message-change-subject)
13986         (message-cross-post-followup-to-header)
13987         (message-cross-post-insert-note, message-reduce-to-to-cc)
13988         (message-widen-reply, message-delete-not-region)
13989         (message-kill-to-signature, message-insert-signature)
13990         (message-insert-importance-high, message-insert-importance-low)
13991         (message-insert-or-toggle-importance)
13992         (message-insert-disposition-notification-to)
13993         (message-indent-citation, message-yank-original)
13994         (message-cite-original-without-signature, message-cite-original)
13995         (message-insert-citation-line, message-position-on-field)
13996         (message-fix-before-sending, message-send-mail-partially)
13997         (message-send-mail, message-send-mail-with-sendmail)
13998         (message-send-mail-with-qmail, message-send-news)
13999         (message-check-news-header-syntax, message-generate-headers)
14000         (message-insert-courtesy-copy, message-fill-address)
14001         (message-fill-header, message-shorten-references)
14002         (message-setup-1, message-cancel-news)
14003         (message-forward-make-body-plain, message-forward-make-body-mime)
14004         (message-forward-make-body-mml, message-encode-message-body)
14005         (message-forward-make-body-digest-plain)
14006         (message-forward-make-body-digest-mime)
14007         (message-use-alternative-email-as-from): Insert `hard-newline'
14008         instead of ordinary newlines.
14009
14010 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * message.el (message-generate-headers): Downcase the argument
14013         given to message-check-element.
14014
14015 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14016
14017         * nntp.el (nntp-authinfo-rejected): New error condition.
14018         (nntp-wait-for): Use new error condition to signal authentication
14019         error.
14020         (nntp-retrieve-data): Rethrow new error condition to break out of
14021         recursive call to nntp-send-authinfo.
14022
14023 2005-11-08  Romain Francoise  <romain@orebokech.com>
14024
14025         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14026         (gnus-summary-exit-map): Bind to `Z p'.
14027         (gnus-summary-make-menu-bar): Add menu item.
14028
14029 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14032         (gnus-treat-*): Add `first' in all doc strings.
14033
14034         * gnus-group.el (gnus-group-compact-group): Fix typo.
14035
14036 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus.el (gnus-parameters-case-fold-search): New variable.
14039         (gnus-parameters-get-parameter): Use it.
14040
14041         * gnus-score.el (gnus-home-score-file): Doc fix.
14042
14043 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14044
14045         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14046
14047 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * mm-util.el (mm-special-display-p): New function.
14050
14051         * mml.el (mml-preview): Use it; doc fix.
14052
14053 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14054
14055         * imap.el (imap-open): Handle case where buffer is a buffer object.
14056
14057 2005-10-29  Romain Francoise  <romain@orebokech.com>
14058
14059         * message.el (message-fix-before-sending): Fix comment.
14060
14061 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14062
14063         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14064
14065 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14066
14067         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14068         Used in gnus-score.el.
14069
14070 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14071
14072         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14073
14074 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14077         whitespace removed in revision 7.8.  Use concatenated string to
14078         protect trailing whitespace.
14079
14080 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14081
14082         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14083         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14084         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14085         Courier IMAP ("some version from 2004").  Mostly based on similar
14086         code in the same function.
14087
14088 2005-10-26  Didier Verna  <didier@xemacs.org>
14089
14090         * gnus-group.el (gnus-group-compact-group): Invalidate original
14091         article buffer.
14092         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14093         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14094         NOV database and in article itself.
14095         Invalidate article backlog.
14096
14097 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14100
14101 2005-10-26  Simon Josefsson  <jas@extundo.com>
14102
14103         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14104         part of 2004-07-25 change.
14105
14106 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * message.el (message-display-completion-list): New function.
14109         (message-expand-group): Use it; make sure the Completions buffer
14110         is modifiable.
14111 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14112
14113         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14114         user-mail-name is an empty string.
14115
14116 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14117
14118         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14119         depending on gnus-score-decay-constant.
14120
14121         * encrypt.el (encrypt-insert-file-contents)
14122         (encrypt-write-file-contents): Don't use `gnus-message'.
14123
14124         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14125         arguments.
14126         (mm-uu-type-alist): Add message-marks and insert-marks.
14127         Pass arguments to mm-uu-verbatim-marks-extract.
14128         (mm-uu-hide-markers): New variable.
14129         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14130
14131         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14132         (gnus-convert-image-to-face-command): Use "convert" by default to
14133         allow other input image formats.
14134         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14135         accordingly.
14136
14137 2005-10-23  Simon Josefsson  <jas@extundo.com>
14138
14139         * imap.el (imap-gssapi-program): Align command line parameters
14140         with latest GNU SASL.
14141         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14142
14143 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14146         HTML.
14147         (nnslashdot-request-article): Ditto.
14148
14149         * lpath.el (featurep): Add nobreak-char-display.
14150
14151 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14152
14153         * mail-source.el (mail-source-fetch-pop): Require pop3.
14154         (mail-source-check-pop): Ditto.
14155
14156 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14159         errors.
14160
14161 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14164         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14165
14166         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14167
14168         * mm-bodies.el (mm-decode-string):
14169         Call `mm-charset-to-coding-system' with allow-override argument.
14170
14171 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14174         (rfc2047-charset-to-coding-system): New function.
14175         (rfc2047-decode-encoded-words): New function.
14176         (rfc2047-decode-region): Use them.
14177         (rfc2047-decode-cte): Remove.
14178         (rfc2047-parse-and-decode): Remove.
14179         (rfc2047-decode): Remove.
14180
14181 2005-10-15  Kenichi Handa  <handa@m17n.org>
14182
14183         * rfc2047.el (rfc2047-decode-cte): New function.
14184         (rfc2047-decode-region): Change the way to decode successive
14185         encoded-words: decode B- or Q-encoding in each encoded-word,
14186         concatenate them, and decode it as charset.
14187
14188 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * lpath.el: Fbind codepage-setup for XEmacs.
14191
14192 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14193
14194         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14195         widget-move-and-invoke.
14196         (gnus-custom-mode): Use gnus-custom-map.
14197
14198 2005-10-15  Bill Wohler  <wohler@newt.com>
14199
14200         * message.el (message-tool-bar-map): Rename image file from
14201         mail_send to mail/send.
14202
14203 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14204
14205         * message.el (message-expand-group): Pass the common
14206         prefix substring of completion to `display-completion-list'.
14207
14208 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * mml-sec.el (mml-secure-method): New internal variable.
14211         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14212         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14213         New functions using mml-secure-method.
14214
14215         * mml.el (mml-mode-map): Add key bindings for those functions.
14216         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14217         Harder <harder@myrealbox.com>.
14218         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14219         Goto end of message if point is the headers of the message.
14220
14221         * message.el (message-in-body-p): New function.
14222
14223         * assistant.el: Autoload gnus-util and netrc.
14224
14225         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14226         Use `mm-charset-override-alist' only when decoding.
14227
14228         * mm-bodies.el (mm-decode-body):
14229         Call `mm-charset-to-coding-system' with allow-override argument.
14230
14231         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14232         `filename' from Content-Disposition if Content-Type doesn't
14233         provide `name'.
14234         (gnus-mime-view-part-as-type): Set default instead of
14235         initial-input.
14236
14237 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14238
14239         * format-spec.el (format-spec): Propagate text properties of % spec.
14240
14241 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-art.el (gnus-treat-predicate): Add `first'.
14244
14245 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14248         (mm-charset-override-alist): New variable.
14249         (mm-charset-to-coding-system): Use it.
14250         (mm-codepage-setup): New helper function.
14251         (mm-charset-eval-alist): New variable.
14252         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14253         Warn about unknown charsets.
14254
14255         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14256
14257 2005-10-04  David Hansen  <david.hansen@gmx.net>
14258
14259         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14260         (nnrss-check-group): Ditto.
14261
14262 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14265         Rename x-gnus-verbatim to x-verbatim.
14266         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14267
14268         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14269         x-verbatim.
14270
14271         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14272
14273         * gnus-util.el (gnus-remove-duplicates): Remove.
14274
14275         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14276         instead of gnus-remove-duplicates.
14277
14278         * message.el (message-remove-duplicates): Remove.
14279         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14280         message-remove-duplicates.
14281
14282         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14283         available, else use implementation from `delete-dups'.
14284
14285         * message.el (message-insert-expires): New function.
14286         (message-mode-map): Add key binding.
14287         (message-mode-field-menu): Add menu entry.
14288         (message-mode): Document it.
14289         (message-make-expires-date): Use `message-make-date'.
14290
14291 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14292
14293         * message.el (message-make-expires-date): New function.
14294
14295 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * Makefile.in (list-installed-shadows): New entry.
14298         (install): Use it.
14299         (remove-installed-shadows): New entry.
14300
14301         * dgnushack.el (dgnushack-default-load-path): New variable.
14302         (dgnushack-find-lisp-shadows): New function.
14303         (dgnushack-remove-lisp-shadows): New function.
14304
14305 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * Makefile.in (install-el-elc): New entry.
14308         (install): Use it so that .el files are necessarily installed.
14309
14310 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14313
14314 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14315
14316         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14317         function rather than the diff-mode.el package.
14318         (mm-display-external): Use with-current-buffer.
14319         (mm-viewer-completion-map, mm-viewer-completion-map):
14320         Move initialization inside declaration.
14321
14322 2005-09-29  Simon Josefsson  <jas@extundo.com>
14323
14324         * spam.el: Load hashcash when compiling, to avoid warnings.
14325         Don't autoload mail-check-payment.
14326         (spam-check-hashcash): Define unconditionally, since hashcash.el
14327         is part of Gnus now.  Ignore errors from payment checking.
14328
14329 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * message.el (message-bold-region, message-unbold-region):
14332         Rename from `bold-region' and `unbold-region'.
14333
14334         * message.el: Remove useless autoloads.
14335
14336 2005-09-28  Simon Josefsson  <jas@extundo.com>
14337
14338         * message.el (message-use-idna): Default to t.
14339         (message-use-idna): Test whether encoding works too.  Doc fix.
14340
14341 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * nntp.el (nntp-warn-about-losing-connection): Remove.
14344
14345 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14348         customizable.  Change default value.
14349         (mm-uu-diff-groups-regexp): Change default value.
14350         (mm-uu-type-alist): Add doc string.
14351         (mm-uu-configure): Add doc string.  Make it interactive.
14352         (mm-uu-tex-groups-regexp): New variable.
14353         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14354         (mm-uu-type-alist): Add LaTeX documents.
14355         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14356         of "text/verbatim".
14357         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14358
14359         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14360         instead of "text/verbatim".
14361
14362         * message.el (message-mark-inserted-region)
14363         (message-mark-insert-file): Use slrn style marks when called with
14364         prefix argument.
14365
14366 2005-09-27  Simon Josefsson  <jas@extundo.com>
14367
14368         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14369
14370 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14371
14372         * message.el (message-remove-duplicates): New function.
14373         Implementation borrowed from `gnus-remove-duplicates'.
14374         (message-idna-to-ascii-rhs): Also encode idna addresses in
14375         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14376         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14377         only ask about the same idna domain once per header and also tell
14378         in what header to replace the idna domain.
14379
14380         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14381         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14382         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14383         a header is decoded and not just the last one.
14384
14385 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14388         has been decoded.
14389
14390         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14391         (mm-insert-part): Don't modify text if it has been decoded.
14392
14393         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14394         decoded.
14395
14396         * mm-view.el (mm-inline-text): Don't strip text props unless
14397         decoding enriched or richtext parts.
14398
14399 2005-09-25  Romain Francoise  <romain@orebokech.com>
14400
14401         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14402         * gnus-start.el (gnus-subscribe-interactively):
14403         * gnus-uu.el (gnus-uu-grab-articles):
14404         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14405         space.
14406
14407 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14408
14409         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14410         * mm-view.el (mm-view-pkcs7-decrypt):
14411         * gnus-sum.el (gnus-summary-limit-to-extra)
14412         (gnus-summary-respool-article, gnus-read-move-group-name):
14413         * gnus-score.el (gnus-summary-increase-score):
14414         * gnus-util.el (gnus-completing-read-with-default):
14415         * gnus-art.el (gnus-read-save-file-name)
14416         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14417         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14418         * message.el (message-check-news-header-syntax):
14419         Follow convention for reading with the minibuffer.
14420
14421 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14422
14423         * spam-report.el (spam-report-url-ping-plain):
14424         Use gnus-extended-version as User-Agent.
14425
14426         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14427         default value is nil.
14428
14429         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14430         (mm-uu-verbatim-marks-extract): New function.
14431         (mm-uu-extract): New face.
14432         (mm-uu-copy-to-buffer): Use it.
14433
14434         * spam-report.el (spam-report-gmane-ham): Rename from
14435         `spam-report-gmane-unspam'.
14436         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14437         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14438
14439         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14440         Autoload.
14441         (spam-report-gmane-unregister-routine):
14442         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14443
14444 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14447         (spam-report-gmane-unregister-routine): Add support for gmane
14448         unregistration.
14449
14450         * spam-report.el (spam-report-gmane-unspam)
14451         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14452         (spam-report-gmane): Change to take a single article and do unspam
14453         registration.
14454
14455 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * mm-url.el (mm-url-decode-entities): Fix regexp.
14458
14459 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14460
14461         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14462         default to nil, to be able to use Gnus at all.  If the default
14463         switches to something else, then the function should be fixed not
14464         be exceedingly slow.
14465
14466 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14469         fail hard.
14470
14471         * spam-report.el: Add better Keywords line.
14472
14473         * spam.el: Add Maintainer and better Keywords line.
14474
14475 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-art.el (gnus-article-replace-part)
14478         (gnus-mime-replace-part): New functions.
14479         (gnus-mime-action-alist, gnus-mime-button-commands)
14480         (gnus-mime-save-part-and-strip): Add file argument.
14481         (gnus-article-part-wrapper): Add interactive argument.
14482
14483         * gnus-sum.el (gnus-summary-mime-map):
14484         Add `gnus-article-replace-part'.
14485
14486 2005-09-19  Didier Verna  <didier@xemacs.org>
14487
14488         The nnml compaction feature:
14489         * nnml.el (nnml-request-compact-group): New function.
14490         * nnml.el (nnml-request-compact): New function.
14491         * gnus-int.el (gnus-request-compact-group): New function.
14492         * gnus-int.el (gnus-request-compact): New function.
14493         * gnus-group.el (gnus-group-compact-group): New function.
14494         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14495         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14496         * gnus-srvr.el (gnus-server-compact-server): New function.
14497         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14498         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14499
14500 2005-09-18  Deepak Goel  <deego@gnufans.org>
14501
14502         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14503         format spec.
14504
14505 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14508
14509 2005-09-15  Romain Francoise  <romain@orebokech.com>
14510
14511         * message.el (message-fill-paragraph): Clarify docstring.
14512
14513 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-art.el (gnus-mime-display-part): Protect against broken
14516         MIME messages.
14517
14518 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14521         before parsing header.
14522
14523 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14524
14525         * html2text.el (html2text-replace-list): Add new entities.
14526
14527 2005-09-11  Romain Francoise  <romain@orebokech.com>
14528
14529         * message.el (message-alternative-emails): Improve docstring.
14530         (message-setup-1): Call `message-use-alternative-email-as-from'
14531         after `message-setup-hook' to give it precedence over posting
14532         styles, etc.
14533         (message-use-alternative-email-as-from): Add docstring.
14534         Remove the original From header if present.
14535
14536         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14537         (nnml-save-mail): Use it.
14538
14539         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14540         articles.  Add new argument `silent'.
14541         (gnus-uu-mark-all): Report the total number of marked articles.
14542
14543 2005-09-10  Romain Francoise  <romain@orebokech.com>
14544
14545         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14546         (gnus-uu-mark-series): Likewise.
14547
14548 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * spam-report.el (spam-report-gmane): Fix generation of spam
14551         report URL.
14552
14553 2005-09-10  Simon Josefsson  <jas@extundo.com>
14554
14555         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14556         t, based on discussion on the ding list with Robert Epprecht
14557         <epprecht@solnet.ch>.
14558
14559 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * spam-report.el (spam-report-gmane): Make it work without
14562         X-Report-Spam header.  Gmane now only provides Archived-At.
14563         This is only used if `spam-report-gmane-use-article-number' is nil.
14564         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14565
14566         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14567         make `gnus-summary-sort-by-recipient' work with threading.
14568
14569         * nnweb.el (nnweb-google-wash-article): Print a message if article
14570         is not available.
14571
14572 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14573
14574         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14575         change.  Decode text/* parts content before displaying.
14576
14577 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14580
14581 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14584
14585         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14586         url-package-name, url-package-version,
14587         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14588         w3m-display-inline-images, and w3m-minor-mode-map.
14589
14590 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * message.el (message-tab-body-function): Fix mismatched custom type.
14593
14594         * gnus.el (gnus-group-change-level-function): Ditto.
14595
14596         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14597
14598         * gnus-art.el (gnus-signature-limit)
14599         (gnus-article-mime-part-function): Ditto.
14600
14601 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * mml.el (mml-mode): Silence the byte compiler.
14604
14605         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14606         using `(sit-for 0)' before moving the point to the specified part;
14607         skip unbuttonized parts.
14608         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14609         return to the summary window if gnus-auto-select-part is non-nil.
14610
14611 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14614         New variables.
14615         (mml-dnd-attach-file, mml-mode): Use them.
14616
14617         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14618         Make fetching article by MID work again for Google Groups.
14619         Add FIXME concerning gnus-group-make-web-group.
14620
14621         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14622         Don't depend on Gnus by using mail-extract-address-components if
14623         gnus-extract-address-components is not bound.
14624
14625 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * gnus-art.el (gnus-mime-display-security): Don't display the
14628         signature, but only the signed part.
14629
14630 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14633
14634         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14635         list, not listp.
14636
14637 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14638
14639         * mm-encode.el (mm-encode-content-transfer-encoding):
14640         Likewise when encoding.
14641
14642         * mm-bodies.el (mm-decode-content-transfer-encoding):
14643         De-canonicalize CRLF for all text content types, not just
14644         text/plain.
14645
14646 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14649         valid article; point arrow and cursor at the MIME button.
14650
14651 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14654         Suggested by Dan Christensen <jdc@uwo.ca>.
14655
14656         * mm-decode.el (mm-save-part): Enable change of prompt.
14657
14658 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14659
14660         * gnus-msg.el (gnus-inews-add-send-actions):
14661         Make `message-post-method' lambda parameter ARG `&optional'.
14662
14663 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * gnus-sum.el (gnus-summary-mime-map):
14666         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14667         gnus-article-jump-to-part.
14668
14669         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14670         (gnus-article-edit-part): Use it.
14671         (gnus-article-part-wrapper): Add no-handle argument.
14672         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14673         New functions.
14674
14675 2005-08-29  Romain Francoise  <romain@orebokech.com>
14676
14677         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14678         docstring.
14679         (gnus-face-from-file): Likewise.
14680
14681 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14684         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14685         non-nil.
14686         (gnus-auto-select-part): New variable.
14687         (gnus-article-jump-to-part): New function.
14688         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14689         (gnus-mime-delete-part): Allow selecting specified part after
14690         deleting or stripping parts.
14691         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14692         part if argument is bogus.
14693
14694 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14695
14696         * gnus-art.el (w3m-minor-mode-map):
14697         * gnus-spec.el (gnus-newsrc-file-version):
14698         * gnus-util.el (nnmail-active-file-coding-system)
14699         (gnus-original-article-buffer, gnus-user-agent):
14700         * gnus.el (gnus-ham-process-destinations)
14701         (gnus-parameter-ham-marks-alist)
14702         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14703         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14704         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14705         * mm-decode.el (gnus-current-window-configuration):
14706         * mm-extern.el (gnus-article-mime-handles):
14707         * mm-url.el (url-current-object, url-package-name)
14708         (url-package-version):
14709         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14710         (smime-keys, w3m-cid-retrieve-function-alist)
14711         (w3m-current-buffer, w3m-display-inline-images)
14712         (w3m-minor-mode-map):
14713         * mml-smime.el (gnus-extract-address-components):
14714         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14715         (gnus-newsrc-hashtb, message-default-charset)
14716         (message-deletable-headers, message-options)
14717         (message-posting-charset, message-required-mail-headers)
14718         (message-required-news-headers):
14719         * mml1991.el (mc-pgp-always-sign):
14720         * mml2015.el (mc-pgp-always-sign):
14721         * nnheader.el (nnmail-extra-headers):
14722         * rfc1843.el (gnus-decode-encoded-word-function)
14723         (gnus-decode-header-function, gnus-newsgroup-name):
14724         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14725
14726 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14727
14728         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14729         the end of the date treatments.
14730
14731 2005-08-15  Simon Josefsson  <jas@extundo.com>
14732
14733         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14734         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14735         Capello and Romain Francoise.
14736         (pgg-fetch-key-function): Remove, not used?
14737         (pgg-insert-url-with-w3): Require url, to get
14738         url-insert-file-contents regardless of where it is defined.
14739
14740 2005-08-13  Romain Francoise  <romain@orebokech.com>
14741
14742         * message.el (message-cite-original-1): New function.
14743         (message-cite-original): Use it.
14744         (message-cite-original-without-signature): Ditto.
14745
14746 2005-08-08  Romain Francoise  <romain@orebokech.com>
14747
14748         * message.el (message-yank-empty-prefix): New variable.
14749         (message-indent-citation): Use it.
14750         (message-cite-original-without-signature): Respect X-No-Archive.
14751
14752 2005-08-08  Simon Josefsson  <jas@extundo.com>
14753
14754         * pgg.el: Autoload url-insert-file-contents instead of loading
14755         w3/url.
14756         (pgg-insert-url-with-w3): Don't load url here.
14757
14758 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14759
14760         * message.el (message-kill-to-signature): Don't insert newline at
14761         bol.
14762         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14763
14764 2005-08-06  Romain Francoise  <romain@orebokech.com>
14765
14766         * message.el (message-user-fqdn): Fix typo in docstring.
14767
14768 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14769
14770         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14771
14772         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14773
14774 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * mm-bodies.el (mm-encode-body): Use coding system rather than
14777         charset to encode text.
14778
14779         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14780         number of charsets if utf-8 is available (XEmacs).
14781
14782 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14785         taken from `gnus-button-mid-or-mail-regexp'.
14786         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14787         (gnus-button-alist): Improve regexp for domain part of the MIDs
14788         for news:localpart@domain buttons.
14789         (gnus-button-ctan-directory-regexp): Update.
14790
14791 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * sieve-manage.el (sieve-manage-interactive-login):
14794         Use make-local-variable rather than make-variable-buffer-local.
14795         (sieve-manage-open): Ditto.
14796         (sieve-manage-authenticate): Ditto.
14797
14798         * mml.el (mml-generate-mime-1): Make the content type default to
14799         text/plain if the filename is not specified.
14800
14801 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14804         instead of insert-buffer.
14805
14806         * message.el (message-yank-original): Ditto; set the mark at the
14807         end of the yanked message.
14808
14809 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14812         lines to scroll rather than to stop it.
14813
14814         * mml.el (mml-generate-default-type): Add doc string.
14815         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14816         default to application/octet-stream when determining the content
14817         type if it is not specified for the part or the mml contents; add
14818         a comment about mml-generate-default-type.
14819
14820 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14823         make it default to application/octet-stream when determining the
14824         content type if it is not specified for the external contents.
14825
14826 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14829         segmented parameter but also other parameters might be there.
14830
14831 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * mm-decode.el (mm-display-external): Delete temp file, directory
14834         and buffer immediately if the external process is exited.
14835
14836 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14839         fewer lines than that of scroll-margin.
14840         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14841
14842 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-art.el (gnus-article-next-page): Revert.
14845         (gnus-article-beginning-of-window): New macro.
14846         (gnus-article-next-page-1): Use it.
14847         (gnus-article-prev-page): Ditto.
14848         (gnus-article-edit-part): Use insert-buffer-substring instead of
14849         insert-buffer.
14850         (gnus-article-edit-exit): Ditto.
14851
14852         * gnus-util.el (gnus-beginning-of-window): Remove.
14853         (gnus-end-of-window): Remove.
14854
14855         * lpath.el: Don't bind header-line-format and scroll-margin.
14856
14857 2005-07-25  Simon Josefsson  <jas@extundo.com>
14858
14859         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14860         to have the url package without w3.  Reported by Daiki Ueno
14861         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14862
14863 2005-07-20  Didier Verna  <didier@xemacs.org>
14864
14865         * gnus-diary.el: Remove the description comment (nndiary is now
14866         properly documented in the Gnus manual).
14867         Fix the spelling of "Back End".
14868         * nndiary.el: Ditto.
14869         Fix the copyright notice.
14870
14871 2005-07-18  Romain Francoise  <romain@orebokech.com>
14872
14873         * gnus-sum.el (gnus-summary-to-prefix)
14874         (gnus-summary-newsgroup-prefix): New variables.
14875         (gnus-summary-from-or-to-or-newsgroups): Use them.
14876
14877 2005-07-17  Romain Francoise  <romain@orebokech.com>
14878
14879         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14880         space as it's generally not especially interesting to the user.
14881
14882 2005-07-16  Romain Francoise  <romain@orebokech.com>
14883
14884         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14885         nil to avoid prompting and file modification if one of the
14886         messages at the top of the nnfolder file contains a copyright
14887         notice.
14888         Update copyright notice.
14889
14890         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14891         instead of `current-time-string' as the latter creates a time
14892         string that is not RFC 2822 compliant (it lacks the zone).
14893         Update copyright notice.
14894
14895 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14896
14897         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14898         for text/rtf.  Display default in prompt.  Pass default for M-n.
14899
14900         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14901
14902 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14903
14904         * gnus-msg.el (gnus-button-mailto):
14905         Remove save-selected-window-window hackery because it relies on
14906         save-selected-window internals.
14907
14908 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14911         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14912         (gnus-article-prev-page): Ditto.
14913
14914         * gnus-util.el (gnus-beginning-of-window): New function.
14915         (gnus-end-of-window): New function.
14916
14917         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14918
14919 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14920
14921         * gnus-score.el (gnus-score-edit-all-score):
14922         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14923         gnus-message.
14924
14925 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * gnus-msg.el (gnus-button-mailto):
14928         Remove save-selected-window-window hackery because it relies on
14929         save-selected-window internals.
14930
14931 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14934         add-minor-mode.
14935         (gnus-binary-mode): Ditto.
14936
14937         * gnus-topic.el (gnus-topic-mode): Ditto.
14938
14939 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14940
14941         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14942         (gnus-article-prev-page): Take scroll-margin into consideration.
14943
14944 2005-07-04  Lute Kamstra  <lute@gnu.org>
14945
14946         Update FSF's address in GPL notices.
14947
14948 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14949
14950         * gnus.el (gnus-exit):
14951         * gnus-group.el (gnus-group-icons):
14952         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14953
14954         * gnus-nocem.el (gnus-nocem):
14955         * message.el (message-various, message-buffers, message-sending)
14956         (message-interface, message-forwarding, message-insertion)
14957         (message-headers, message-news, message-mail):
14958         * pgg-gpg.el (pgg-gpg):
14959         * pgg-parse.el (pgg-parse):
14960         * pgg-pgp.el (pgg-pgp):
14961         * pgg-pgp5.el (pgg-pgp5):
14962         * pop3.el (pop3): Finish `defgroup' description with period.
14963
14964 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-art.el (article-display-face): Improve the efficiency.
14967         (article-display-x-face): Ditto; remove grey x-face stuff.
14968
14969 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-art.el (article-display-face): Correct the position in
14972         which Faces are inserted.
14973
14974 2005-06-29  Didier Verna  <didier@xemacs.org>
14975
14976         * gnus-art.el (article-display-face): Display faces in correct
14977         order.
14978
14979 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14982         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14983         (gnus-nocem-check-article): Fetch the Type header.
14984         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14985         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14986         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14987         make sure gnus-nocem-hashtb is initialized.
14988         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14989         (gnus-nocem-unwanted-article-p): Ditto.
14990
14991         * pgg.el (pgg-verify): Return the verification result.
14992
14993 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14994
14995         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14996         is ascii.
14997
14998 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14999
15000         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15001         `show-nonbreak-escape'.
15002
15003 2005-06-23  Lute Kamstra  <lute@gnu.org>
15004
15005         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15006
15007         * dig.el (dig-mode):
15008         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15009
15010 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15011
15012         * nnimap.el (nnimap-split-download-body): Fix spellings.
15013
15014 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15015
15016         * gnus-art.el (gnus-article-encrypt-body):
15017         * gnus-cus.el (gnus-score-customize):
15018         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15019         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15020
15021 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15022
15023         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15024         header by looking for magic "MII" at the beginnig.
15025
15026 2005-06-16  Miles Bader  <miles@gnu.org>
15027
15028         * gnus-xmas.el (gnus-xmas-group-startup-message):
15029         Use renamed gnus-splash face.
15030
15031         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15032         (assistant-field-face): New backward-compatibility alias for renamed
15033         face.
15034         (assistant-render-text): Use renamed assistant-field face.
15035
15036         * spam.el (spam): Remove "-face" suffix from face name.
15037         (spam-face): New backward-compatibility alias for renamed face.
15038         (spam-face, spam-initialize): Use renamed spam face.
15039
15040         * message.el (message-header-to, message-header-cc)
15041         (message-header-subject, message-header-newsgroups)
15042         (message-header-other, message-header-name)
15043         (message-header-xheader, message-separator, message-cited-text)
15044         (message-mml): Remove "-face" suffix from face names.
15045         (message-header-to-face, message-header-cc-face)
15046         (message-header-subject-face, message-header-newsgroups-face)
15047         (message-header-other-face, message-header-name-face)
15048         (message-header-xheader-face, message-separator-face)
15049         (message-cited-text-face, message-mml-face):
15050         New backward-compatibility aliases for renamed faces.
15051         (message-font-lock-keywords): Use renamed message faces.
15052
15053         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15054         (sieve-test-commands, sieve-tagged-arguments):
15055         Remove "-face" suffix from face names.
15056         (sieve-control-commands-face, sieve-action-commands-face)
15057         (sieve-test-commands-face, sieve-tagged-arguments-face):
15058         New backward-compatibility aliases for renamed faces.
15059         (sieve-control-commands-face, sieve-action-commands-face)
15060         (sieve-test-commands-face, sieve-tagged-arguments-face):
15061         Use renamed sieve faces.
15062
15063         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15064         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15065         (gnus-group-news-3-empty, gnus-group-news-4)
15066         (gnus-group-news-4-empty, gnus-group-news-5)
15067         (gnus-group-news-5-empty, gnus-group-news-6)
15068         (gnus-group-news-6-empty, gnus-group-news-low)
15069         (gnus-group-news-low-empty, gnus-group-mail-1)
15070         (gnus-group-mail-1-empty, gnus-group-mail-2)
15071         (gnus-group-mail-2-empty, gnus-group-mail-3)
15072         (gnus-group-mail-3-empty, gnus-group-mail-low)
15073         (gnus-group-mail-low-empty, gnus-summary-selected)
15074         (gnus-summary-cancelled, gnus-summary-high-ticked)
15075         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15076         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15077         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15078         (gnus-summary-low-undownloaded)
15079         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15080         (gnus-summary-low-unread, gnus-summary-normal-unread)
15081         (gnus-summary-high-read, gnus-summary-low-read)
15082         (gnus-summary-normal-read, gnus-splash):
15083         Remove "-face" suffix from face names.
15084         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15085         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15086         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15087         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15088         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15089         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15090         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15091         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15092         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15093         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15094         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15095         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15096         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15097         (gnus-summary-normal-ticked-face)
15098         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15099         (gnus-summary-normal-ancient-face)
15100         (gnus-summary-high-undownloaded-face)
15101         (gnus-summary-low-undownloaded-face)
15102         (gnus-summary-normal-undownloaded-face)
15103         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15104         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15105         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15106         (gnus-splash-face):
15107         New backward-compatibility aliases for renamed faces.
15108         (gnus-group-startup-message): Use renamed gnus faces.
15109
15110         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15111         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15112         (gnus-server-agent): Remove "-face" suffix from face names.
15113         (gnus-server-agent-face, gnus-server-opened-face)
15114         (gnus-server-closed-face, gnus-server-denied-face)
15115         (gnus-server-offline-face):
15116         New backward-compatibility aliases for renamed faces.
15117         (gnus-server-agent-face, gnus-server-opened-face)
15118         (gnus-server-closed-face, gnus-server-denied-face)
15119         (gnus-server-offline-face): Use renamed gnus faces.
15120
15121         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15122         Remove "-face" suffix from face names.
15123         (gnus-picon-xbm-face, gnus-picon-face):
15124         New backward-compatibility aliases for renamed faces.
15125
15126         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15127         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15128         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15129         (gnus-cite-11): Remove "-face" suffix from face names.
15130         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15131         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15132         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15133         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15134         New backward-compatibility aliases for renamed faces.
15135         (gnus-cite-attribution-face, gnus-cite-face-list)
15136         (gnus-article-boring-faces): Use renamed gnus faces.
15137
15138         * gnus-art.el (gnus-signature, gnus-header-from)
15139         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15140         (gnus-header-content): Remove "-face" suffix from face names.
15141         (gnus-signature-face, gnus-header-from-face)
15142         (gnus-header-subject-face, gnus-header-newsgroups-face)
15143         (gnus-header-name-face, gnus-header-content-face):
15144         New backward-compatibility aliases for renamed faces.
15145         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15146
15147         * gnus-sum.el (gnus-summary-selected-face)
15148         (gnus-summary-highlight): Use renamed gnus faces.
15149         * gnus-group.el (gnus-group-highlight): Likewise.
15150
15151 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15152
15153         * gnus-sieve.el (gnus-sieve-article-add-rule):
15154         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15155         * spam-stat.el (spam-stat-buffer-change-to-spam)
15156         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15157
15158         * message.el (message-is-yours-p):
15159         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15160
15161 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mm-view.el (mm-inline-text): Withdraw the last change.
15164
15165 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15168         executing enriched-decode.
15169
15170 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15173         charset of tar files.
15174
15175 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15176
15177         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15178
15179 2005-06-04  Lute Kamstra  <lute@gnu.org>
15180
15181         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15182         information is never recorded.
15183
15184 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15185
15186         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15187
15188 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * pop3.el (pop3-apop): Run md5 in the binary mode.
15191
15192         * starttls.el (starttls-set-process-query-on-exit-flag):
15193         Use eval-and-compile.
15194
15195 2005-05-31  Simon Josefsson  <jas@extundo.com>
15196
15197         * smime.el (smime-replace-in-string): Define.
15198         (smime-cert-by-ldap-1): Use it.
15199
15200 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-art.el (article-display-x-face): Replace
15203         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15204
15205         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15206         set-process-query-on-exit-flag or process-kill-without-query.
15207
15208         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15209         loop instead of replace-regexp.
15210
15211         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15212         instead of process-kill-without-query if it is available.
15213
15214         * lpath.el: Fbind ldap-search-entries.
15215
15216         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15217         instead of find-file-hooks if it is available.
15218
15219         * mml1991.el: Bind pgg-default-user-id when compiling.
15220
15221         * mml2015.el: Bind pgg-default-user-id when compiling.
15222
15223         * nndraft.el (nndraft-request-associate-buffer):
15224         Use write-contents-functions instead of write-contents-hooks if it is
15225         available.
15226
15227         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15228         instead of find-file-hooks if it is available.
15229
15230         * nntp.el (nntp-open-connection): Replace
15231         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15232         (nntp-open-ssl-stream): Ditto.
15233         (nntp-open-tls-stream): Ditto.
15234
15235         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15236         set-process-query-on-exit-flag or process-kill-without-query.
15237         (starttls-open-stream-gnutls): Use it instead of
15238         process-kill-without-query.
15239         (starttls-open-stream): Ditto.
15240
15241 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15242
15243         * smime.el (smime-cert-by-ldap-1): Don't use
15244         replace-regexp-in-string.
15245
15246 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15247
15248         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15249
15250         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15251         in PEM format.  Adjust to the XEmacs compability.
15252
15253 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15256         by `string-to-number'.
15257         * gnus-agent.el (gnus-agent-regenerate-group)
15258         (gnus-agent-fetch-articles): Ditto.
15259         * gnus-art.el (gnus-button-fetch-group): Ditto.
15260         * gnus-cache.el (gnus-cache-generate-active)
15261         (gnus-cache-articles-in-group): Ditto.
15262         * gnus-group.el (gnus-group-set-current-level)
15263         (gnus-group-insert-group-line): Ditto.
15264         * gnus-score.el (gnus-score-set-expunge-below)
15265         (gnus-score-set-mark-below, gnus-summary-score-effect)
15266         (gnus-summary-score-entry): Ditto.
15267         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15268         (gnus-soup-pack): Ditto.
15269         * gnus-spec.el (gnus-xmas-format): Ditto.
15270         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15271         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15272         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15273         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15274         * nndb.el (nndb-get-remote-expire-response): Ditto.
15275         * nndiary.el (nndiary-parse-schedule-value)
15276         (nndiary-string-to-number, nndiary-request-replace-article)
15277         (nndiary-request-article): Ditto.
15278         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15279         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15280         * nneething.el (nneething-make-head): Ditto.
15281         * nnfolder.el (nnfolder-request-article)
15282         (nnfolder-retrieve-headers): Ditto.
15283         * nnheader.el (nnheader-file-to-number): Ditto.
15284         * nnkiboze.el (nnkiboze-request-article): Ditto.
15285         * nnmail.el (nnmail-process-unix-mail-format)
15286         (nnmail-process-babyl-mail-format): Ditto.
15287         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15288         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15289         (nnmh-request-create-group, nnmh-request-list-1)
15290         (nnmh-request-group, nnmh-request-article): Ditto.
15291         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15292         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15293         * nnsoup.el (nnsoup-make-active): Ditto.
15294         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15295         * nntp.el (nntp-find-group-and-number)
15296         (nntp-retrieve-headers-with-xover): Ditto.
15297         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15298         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15299         (pgg-format-key-identifier): Ditto.
15300         * pop3.el (pop3-last, pop3-stat): Ditto.
15301         * qp.el (quoted-printable-decode-region): Ditto.
15302
15303         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15304         of concat.
15305
15306 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15309
15310         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15311
15312         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15313
15314         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15315
15316         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15317
15318         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15319
15320         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15321         (gnus-carpal-mode): Ditto.
15322
15323         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15324         (gnus-browse-mode): Ditto.
15325
15326         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15327
15328         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15329
15330 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15331
15332         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15333
15334 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-util.el (gnus-run-mode-hooks): New function.
15337
15338         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15339
15340         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15341         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15342
15343 2005-05-27  Lute Kamstra  <lute@gnu.org>
15344
15345         * dns-mode.el (dns-mode): Specify customization group.
15346
15347 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15348
15349         * gnus-agent.el (gnus-agent-make-mode-line-string):
15350         Use mode-line-highlight as mouse-face.
15351
15352 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * canlock.el (canlock): Change the parent group to news.
15355
15356         * deuglify.el (gnus-outlook-deuglify): Add :group.
15357
15358         * dig.el (dig): Add :group.
15359
15360         * dns-mode.el (dns-mode): Add :group.
15361
15362         * encrypt.el (encrypt): Add :group.
15363
15364         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15365         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15366         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15367         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15368         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15369
15370         * gnus-diary.el (gnus-diary): Add :group.
15371
15372         * gnus.el (gnus-group-news-1-face): Add :group.
15373         (gnus-group-news-1-empty-face): Ditto.
15374         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15375         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15376         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15377         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15378         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15379         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15384         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15385         (gnus-summary-high-ticked-face): Ditto.
15386         (gnus-summary-low-ticked-face): Ditto.
15387         (gnus-summary-normal-ticked-face): Ditto.
15388         (gnus-summary-high-ancient-face): Ditto.
15389         (gnus-summary-low-ancient-face): Ditto.
15390         (gnus-summary-normal-ancient-face): Ditto.
15391         (gnus-summary-high-undownloaded-face): Ditto.
15392         (gnus-summary-low-undownloaded-face): Ditto.
15393         (gnus-summary-normal-undownloaded-face): Ditto.
15394         (gnus-summary-high-unread-face): Ditto.
15395         (gnus-summary-low-unread-face): Ditto.
15396         (gnus-summary-normal-unread-face): Ditto.
15397         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15398         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15399
15400         * hashcash.el (hashcash): New custom group.
15401         (hashcash-default-payment): Add :group.
15402         (hashcash-payment-alist): Ditto.
15403         (hashcash-default-accept-payment): Ditto.
15404         (hashcash-accept-resources): Ditto.
15405         (hashcash-path): Ditto.
15406         (hashcash-extra-generate-parameters): Ditto.
15407         (hashcash-double-spend-database): Ditto.
15408         (hashcash-in-news): Ditto.
15409
15410         * message.el (message-minibuffer-local-map): Add :group.
15411
15412         * netrc.el (netrc): Add :group.
15413
15414         * sieve-manage.el (sieve-manage-log): Add :group.
15415         (sieve-manage-default-user): Diito.
15416         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15417         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15418         (sieve-manage-authenticators): Ditto.
15419         (sieve-manage-authenticator-alist): Ditto.
15420         (sieve-manage-default-port): Ditto.
15421
15422         * sieve-mode.el (sieve-control-commands-face): Add :group.
15423         (sieve-action-commands-face): Ditto.
15424         (sieve-test-commands-face): Ditto.
15425         (sieve-tagged-arguments-face): Ditto.
15426
15427         * smime.el (smime): Add :group.
15428
15429         * spam-report.el (spam-report): Add :group.
15430
15431         * spam.el (spam, spam-face): Add :group.
15432
15433 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15434
15435         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15436         return \n.\n.\n at the end of articles.  Protect against that.
15437         (nntp-with-open-group): Allow debugging.
15438
15439         * nnheader.el (mail-header-set-extra): Make into a function
15440         because I just could't understand how to quote the list properly.
15441
15442         * dns.el (query-dns-cached): New function.
15443
15444 2005-05-26  Lute Kamstra  <lute@gnu.org>
15445
15446         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15447
15448 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15451
15452         * gnus-art.el: Don't autoload mail-extract-address-components.
15453
15454         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15455         eval-and-compile to evaluate it.
15456
15457         * hashcash.el: Don't autoload executable-find.
15458
15459         * nndb.el: Don't declare the nndb back end two or more times; don't
15460         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15461
15462         * nntp.el: Autoload format-spec instead of format; use
15463         eval-and-compile to evaluate autoload forms.
15464
15465 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15466
15467         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15468
15469 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15470
15471         * gnus.el (gnus-version-number): Bump version.
15472
15473 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15474
15475         * gnus.el: No Gnus v0.3 is released.
15476
15477 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15478
15479         * lpath.el (featurep): Bind show-nonbreak-escape.
15480
15481 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-art.el (gnus-article-edit-part): Disable undo.
15484
15485 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15488         gnus-article-date-lapsed-new-header is t if date timer is active;
15489         skip headers in which the original date value is empty.
15490         (gnus-article-save-original-date): Redefine it as a macro.
15491         (gnus-display-mime): Use it.
15492
15493 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-art.el (article-date-ut): Support converting date in
15496         forwarded parts as well.
15497         (gnus-article-save-original-date): New function.
15498         (gnus-display-mime): Use it.
15499
15500 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15501
15502         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15503         enclosure element of <item>.
15504
15505 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * message.el (message-kill-buffer-query): Rename from
15508         `message-kill-buffer-query-if-modified'.  Add :version.
15509
15510 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15513         window layout.
15514
15515 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * mml.el: Autoload dnd when compiling.
15518
15519 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15522         x-dnd-*.
15523
15524 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * qp.el (quoted-printable-encode-region): Save excursion.
15527
15528 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15529
15530         * message.el (message-kill-buffer-query-if-modified): Add new variable
15531         so the user can kill a modified message buffer quickly.
15532         (message-kill-buffer): Use it.
15533
15534 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * lpath.el: Fbind display-time-event-handler; don't fbind
15537         string-to-multibyte.
15538
15539         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15540
15541 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15544         contained in text because xml.el decodes entities) with LFs.
15545
15546 2005-04-11  Lute Kamstra  <lute@gnu.org>
15547
15548         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15549         differently.
15550
15551 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15552
15553         * mm-util.el (mm-detect-coding-region): Typo.
15554
15555 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15558
15559 2005-04-06  Deepak Goel  <deego@gnufans.org>
15560
15561         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15562         user-function allow user modifications of the scores.
15563         (spam-stat-score-buffer-user): New function, to allow
15564         user-computed modifications to the score.
15565         (spam-stat-score-buffer-user-functions): List of additional
15566         scoring functions.
15567         (spam-stat-error-holder): Global temporary error holder.
15568         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15569         variable.
15570
15571 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * gnus-registry.el (gnus-registry-clean-empty-function)
15574         (gnus-registry-trim, gnus-registry-fetch-groups)
15575         (gnus-registry-delete-group): Groups that match
15576         `gnus-registry-ignored-groups' are removed from the registry
15577         entries, not just ignored for splitting.  This helps clean up the
15578         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15579         to get all the groups a message ID is in.
15580
15581         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15582         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15583         (spam-stat-score-buffer-user-functions): Add :number custom type.
15584
15585 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15588         argument in XEmacs.
15589
15590         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15591         (nnrss-request-group): Decode group name first.
15592         (nnrss-request-article): Make a text/plain article if mml-to-mime
15593         failed.
15594         (nnrss-get-encoding): Return a compatible encoding according to
15595         nnrss-compatible-encoding-alist.
15596         (nnrss-find-el): Use consp instead of listp.
15597         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15598
15599 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15602         which Emacs 20 doesn't support.
15603         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15604
15605 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15608         silence the byte compiler inside the defun.
15609
15610         * gnus-demon.el (parse-time-string): Add autoload.
15611
15612         * gnus-delay.el (parse-time-string): Add autoload.
15613
15614         * gnus-art.el (parse-time-string): Add autoload.
15615
15616         * nnultimate.el (parse-time): Require for `parse-time-string'.
15617
15618 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15621
15622         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15623
15624         * smime.el (smime-ldap-host-list): Add :version.
15625
15626 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15629         pass it to `gnus-browse-read-group'.
15630         (gnus-browse-read-group): Add NUMBER argument and pass it to
15631         `gnus-group-read-ephemeral-group'.
15632
15633         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15634         argument and pass it to `gnus-group-read-group'.
15635
15636 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15637
15638         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15639         mm-xemacs-find-mime-charset-1 if we have the mule feature
15640         available at runtime.
15641
15642 2005-03-25  Werner Lemberg  <wl@gnu.org>
15643
15644         * nnmaildir.el: Replace `illegal' with `invalid'.
15645
15646 2005-03-23  Lute Kamstra  <lute@gnu.org>
15647
15648         * time-date.el: Add comment on time value formats.
15649         Don't require parse-time.
15650         (with-decoded-time-value): New macro.
15651         (encode-time-value): New function.
15652         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15653         (days-to-time): Return a valid time value when arg is huge.
15654         (time-since): Use time-subtract.
15655         (time-to-number-of-days): Use time-to-seconds.
15656
15657 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15658
15659         * gnus-start.el (gnus-display-time-event-handler):
15660         Check display-time-timer at runtime rather than only at load time
15661         in case display-time-mode is turned off in the mean time.
15662
15663 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15666         used.
15667
15668         * nneething.el (nneething-map-file-directory): Derive from
15669         `gnus-directory'.
15670
15671         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15672         the To/Cc button.
15673
15674 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * nnmaildir.el (nnmaildir-request-accept-article):
15677         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15678
15679 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15680
15681         * gnus-async.el: Require timer-funcs at compile time when in
15682         XEmacs for `run-with-idle-timer'.
15683
15684 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15685
15686         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15687         autoloaded function.
15688
15689 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15690
15691         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15692
15693 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15694
15695         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15696
15697 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15698
15699         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15700         Add gnus-expert-user to default.
15701
15702 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15703
15704         * nnimap.el (nnimap-open-server): Ditto.
15705
15706         * imap.el (imap-authenticate): Fix typo.
15707
15708 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15709
15710         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15711         buffer (since IMAP server might return FETCH response out of
15712         order, and the nntp buffer must be sorted).
15713
15714 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15715
15716         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15717         comparison on string.
15718
15719         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15720         (gnus-agent-score): Rename category keywords to match gnus-cus.
15721         (gnus-agent-summary-fetch-series): Modify to protect against
15722         gnus-agent-summary-fetch-group clearing processable flags.
15723         (gnus-agent-synchronize-group-flags): Update live group buffer as
15724         synchronization may occur due to the user toggle the plugged
15725         status.
15726         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15727         successfully downloaded.
15728         (gnus-agent-expire-group-1): Avoid using markers when the overview
15729         is in ascending order; greatly improves performance.
15730         (gnus-agent-regenerate-group):
15731         Use gnus-agent-synchronize-group-flags to reset read status in both
15732         gnus and server.
15733         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15734
15735 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * message.el: Don't autoload former message-utils variables.
15738         (message-strip-subject-trailing-was): Change doc string.
15739
15740         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15741         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15742         (nnweb-google-search): Add "hl=en" here.
15743         (nnweb-google-parse-1, nnweb-google-create-mapping):
15744         Don't hardcode URL.
15745
15746 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * message.el (message-get-reply-headers, message-followup):
15749         Mention related variables `message-use-followup-to' and
15750         `message-use-mail-followup-to', in the information buffer.
15751
15752         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15753         of broken groups(-beta).google.com.
15754
15755 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15756
15757         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15758         parameter to invoked gnus-request-move-article; remove the
15759         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15760         all at once instead of once per article.
15761         (gnus-summary-remove-process-mark): Accept a list of articles as
15762         well as a single article for processing.
15763
15764         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15765         parameter.
15766
15767         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15768
15769         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15770
15771         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15772         parameter.
15773
15774         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15775         parameter.
15776
15777         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15778         parameter and remove the gnus-sum-hint-move-is-internal variable.
15779
15780         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15781         parameter.
15782
15783         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15784         parameter.
15785
15786         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15787         parameter.
15788
15789         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15790
15791         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15792         parameter.
15793
15794         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15795         parameter.
15796
15797 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15798
15799         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15800         a more conservative way.
15801
15802 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15803
15804         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15805         buffer, so it moves the window's cursor.
15806
15807 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15808
15809         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15810         `mm-dissect-multipart' and receive the from field as an (optional)
15811         argument from `mm-dissect-multipart'.
15812         (mm-dissect-multipart): Receive the from field as an argument and
15813         pass it on when we call `mm-dissect-buffer' on MIME parts.
15814         Fixes verification/decryption of signed/encrypted MIME parts.
15815
15816 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * gnus-sum.el (gnus-summary-move-article):
15819         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15820         whatever it calls (right now, only nnimap-request-move article
15821         respects it).
15822
15823         * nnimap.el (nnimap-request-move-article):
15824         When gnus-sum-hint-move-is-internal is set, don't do the extra
15825         nnimap-request-article.
15826
15827 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15828
15829         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15830
15831         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15832         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15833
15834         * gnus-sum.el (gnus-summary-caesar-message):
15835         Apply `gnus-treat-article' after rotation.
15836
15837         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15838         doc string.
15839
15840 2005-02-22  Simon Josefsson  <jas@extundo.com>
15841
15842         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15843         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15844         <arne@arnested.dk>.
15845         (encrypt): Add password-cache and password-cache-expiry as group
15846         members.
15847
15848 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15849
15850         * smime.el (smime-ldap-host-list): Doc fix.
15851         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15852         cache) password.
15853         (smime-sign-region): Use it.
15854         (smime-decrypt-region): Use it.
15855         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15856         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15857         fails.
15858         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15859         certificate from DER to PEM format rather than calling openssl.
15860
15861         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15862
15863         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15864         for signing/encryption.
15865
15866         * mml.el (mml-parse-1): Use them.
15867
15868 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15869
15870         * nnrss.el (nnrss-verbose): Remove.
15871         (nnrss-request-group): Use `nnheader-message' instead.
15872
15873 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15874
15875         * nnrss.el (nnrss-verbose): New variable.
15876         (nnrss-request-group): Make it say nnrss is requesting a group.
15877
15878 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15881         Handle news URL with given port correctly.
15882
15883 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15886         containing special characters.
15887
15888         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15889
15890         * mml.el (mime-to-mml): Ditto.
15891
15892         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15893         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15894         (rfc2047-decode-region): Quote decoded words containing special
15895         characters when rfc2047-quote-decoded-words-containing-tspecials
15896         is non-nil.
15897
15898 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15901
15902         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15903
15904 2005-02-15  Simon Josefsson  <jas@extundo.com>
15905
15906         * nnimap.el (nnimap-debug): Doc fix.
15907
15908         * imap.el (imap-debug): Doc fix.
15909
15910 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15913
15914 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15915
15916         * gnus.el (spam-contents): Improve docs for spam-contents
15917         parameter in its variable incarnation.
15918
15919 2005-02-14  Simon Josefsson  <jas@extundo.com>
15920
15921         * smime-ldap.el: Use require instead of load-library for ldap.
15922         (smime-ldap-search): Indent.
15923         (smime-ldap-search-internal): Shorten line.
15924
15925         * smime.el (smime-cert-by-dns): Add doc-string.
15926         (smime-cert-by-ldap-1): Indent.
15927
15928         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15929         mml-smime-get-dns-ldap.
15930         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15931
15932 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15933
15934         * smime.el: Require smime-ldap.
15935         (smime-ldap-host-list): New variable.
15936         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15937
15938         * mml-smime.el (mml-smime-encrypt-query): New function.
15939         (mml-smime-encrypt-query): Use it.
15940
15941         * smime-ldap.el: New file.
15942
15943 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15946
15947 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15950         argument in doc string.  Make query for type more clear.
15951
15952 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus.el (gnus-group-startup-message): Search for gnus images in
15955         etc/images/gnus.
15956         * mm-util.el (mm-image-load-path): Likewise.
15957         * smiley.el (smiley-data-directory): Search for smilies in
15958         etc/images/smilies.
15959
15960 2005-02-09  Kim F. Storm  <storm@cua.dk>
15961
15962         Change Emacs release version from 21.4 to 22.1 throughout.
15963         Change Emacs development version from 21.3.50 to 22.0.50.
15964
15965 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15968
15969         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15970         non-Mule XEmacs as well.
15971         (mm-decompress-buffer): Signal an error intentionally if it does
15972         not decompress compressed data because auto-compression-mode is
15973         disabled.
15974
15975 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15976
15977         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15978         an ID in the registry even if it has no groups.
15979
15980 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15983         merge it into mm-decompress-buffer.
15984         (gnus-mime-copy-part): Use the MIME part charset, the value which
15985         a user specified or gnus-newsgroup-charset for decoding, like
15986         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15987         save-buffer what was used.  Suggested by Kevin Ryde
15988         <user42@zip.com.au>.
15989         (gnus-mime-inline-part): Allow the name parameter as well as the
15990         filename parameter; force decompressing of compressed data; always
15991         display contents being not decoded as unibyte.
15992
15993         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15994         as well as the filename parameter.
15995
15996         * mm-util.el (mm-decompress-buffer):
15997         Merge gnus-mime-jka-compr-maybe-uncompress.
15998         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15999         of compressed data.
16000
16001 2005-02-08  Simon Josefsson  <jas@extundo.com>
16002
16003         * imap.el (imap-log): Doc fix.
16004
16005 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16008         the coding cookies; decompress compressed parts.
16009
16010         * mml.el (mml-generate-mime-1): Add the charset parameter according
16011         to the value which a user specified manually or the coding cookie.
16012
16013         * mm-util.el (mm-string-to-multibyte): New function.
16014         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16015         (mm-coding-system-to-mime-charset): New function.
16016         (mm-decompress-buffer): New function.
16017         (mm-find-buffer-file-coding-system): New function.
16018
16019         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16020         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16021         parts.
16022
16023 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16024
16025         * mm-view.el (mm-display-inline-fontify): Decode a part according
16026         to the charset parameter.
16027
16028 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16031         prefix arg is neither nil nor a number, as info specifies.
16032
16033 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16036         timestamps.
16037
16038 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16039
16040         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16041         groups error checking and notify user.
16042
16043 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16044
16045         * message.el (message-send-mail-function): Check existence of
16046         sendmail-program first before using default value
16047         `message-send-mail-with-sendmail'.  Otherwise use more generic
16048         `smtpmail-send-it'.
16049
16050 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * nntp.el (nntp-request-update-info): Always return nil.
16053
16054 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16055
16056         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16057
16058 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16059
16060         * message.el (message-beginning-of-line): Change the behavior when
16061         invoked between BOL and : so that it first moves backward.
16062
16063 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16066         article buffer when editing of the article is discarded.
16067         (gnus-article-prepare): Revert.
16068
16069 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gnus-art.el (gnus-article-prepare):
16072         Remove message-strip-forbidden-properties from the local hook.
16073
16074 2005-01-27  Simon Josefsson  <jas@extundo.com>
16075
16076         * password.el (password-cache-add): Only start one timer per key.
16077         Reported by Derek Atkins <warlord@MIT.EDU>.
16078
16079 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16080
16081         * run-at-time.el: Remove.  It is no longer needed as
16082         timer-funcs.el in the xemacs-base package has a working version of
16083         `run-at-time'.
16084
16085         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16086
16087         * password.el: Require timer-funcs instead of run-at-time in
16088         XEmacs.
16089         Remove `password-run-at-time' macro.
16090         (password-cache-add): Use `run-at-time' instead of
16091         `password-run-at-time'.
16092
16093         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16094         Remove `nnheader-cancel-function-timers' alias,
16095         `cancel-function-timers' exists in XEmacs in timer-funcs.
16096
16097         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16098         for `run-with-idle-timer'.
16099
16100         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16101         for `run-at-time'.
16102
16103         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16104         for `with-timeout'.
16105
16106         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16107         the same as for XEmacs 21.4.
16108         No need to ignore `run-with-idle-timer', this function exists in
16109         XEmacs now in timer-funcs.el in the xemacs-base package.
16110         (dgnushack-compile): No need to delete
16111         run-at-time.el from the list of files to compile because it
16112         doesn't exist anymore.
16113
16114 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16117         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16118
16119 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16120
16121         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16122         sensitively.
16123
16124 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16125
16126         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16127
16128 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16131         which will be inserted according to the multibyteness of a buffer
16132         rather than the type of contents.  Suggested by ARISAWA Akihiro
16133         <ari@mbf.ocn.ne.jp>.
16134
16135         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16136         of string which old xml.el may return rather than a string.
16137
16138 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16141
16142 2005-01-16  Simon Josefsson  <jas@extundo.com>
16143
16144         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16145         idn/idna.el isn't available.
16146         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16147         <michael@waxrat.com>.
16148
16149         * hashcash.el: Remove non-FSF copyright header.
16150
16151         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16152         (hashcash-generate-payment): Use it.
16153         (hashcash-generate-payment-async): Use it.
16154
16155 2005-01-15  Simon Josefsson  <jas@extundo.com>
16156
16157         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16158         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16159
16160         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16161         gnus-summary-idna-message.
16162         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16163         (gnus-summary-idna-message): New function.
16164
16165 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16168         gnus-novice-user.
16169
16170 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * nnrss.el (nnrss-request-delete-group): Delete entries in
16173         nnrss-group-alist as well.
16174         (nnrss-save-server-data): Insert newline.
16175
16176 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * gnus.el (gnus-user-agent): Use list of symbols instead of
16179         symbols.  Display full version number for (S)XEmacs.
16180         Optionally display (S)XEmacs codename.
16181
16182         * gnus-util.el (gnus-emacs-version): Update for new
16183         `gnus-user-agent'.
16184
16185         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16186         Gnus version.
16187
16188 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16191         which is unreadable in some setups.
16192
16193 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-spec.el (gnus-update-format-specifications): Flush the
16196         group format spec cache if it doesn't support decoded group names.
16197
16198 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16201         Allow to apply decay on score files matching a regexp.
16202
16203 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16206         compatibility in %g and %c.
16207
16208 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16211         name for only %g and %c.
16212         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16213         of gnus-tmp-group to decoded group name.
16214         (gnus-group-make-rss-group): Exclude `/'s from group names.
16215
16216 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * nnrss.el (nnrss-get-encoding): Fix regexp.
16219
16220 2004-12-27  Simon Josefsson  <jas@extundo.com>
16221
16222         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16223         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16224         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16225
16226 2004-12-17  Kim F. Storm  <storm@cua.dk>
16227
16228         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16229
16230         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16231
16232 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16233
16234         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16235
16236 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * nnrss.el: Require rfc2047 and mml.
16239         (nnrss-file-coding-system): New variable.
16240         (nnrss-format-string): Redefine it as an inline function.
16241         (nnrss-decode-group-name): New function.
16242         (nnrss-string-as-multibyte): Remove.
16243         (nnrss-retrieve-headers): Decode group name; don't use
16244         nnrss-format-string.
16245         (nnrss-request-group): Decode group name.
16246         (nnrss-request-article): Decode group name; allow a Message-ID as
16247         well as an article number; don't use nnrss-format-string; encode a
16248         Message-ID string which may contain non-ASCII characters; use
16249         mml-to-mime to compose a MIME article.
16250         (nnrss-request-expire-articles): Decode group name.
16251         (nnrss-request-delete-group): Decode group name.
16252         (nnrss-fetch): Clarify error message.
16253         (nnrss-read-server-data): Use insert-file-contents instead of load;
16254         bind file-name-coding-system; use multibyte buffer.
16255         (nnrss-save-server-data): Bind coding-system-for-write to the
16256         value of nnrss-file-coding-system; bind file-name-coding-system;
16257         add coding cookie.
16258         (nnrss-read-group-data): Use insert-file-contents instead of load;
16259         bind file-name-coding-system; use multibyte buffer.
16260         (nnrss-save-group-data): Bind coding-system-for-write to the
16261         value of nnrss-file-coding-system; bind file-name-coding-system.
16262         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16263         make it work with non-ASCII text.
16264         (nnrss-find-el): Make it work with old xml.el as well.
16265
16266 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16267
16268         * nnrss.el (nnrss-get-encoding): New function.
16269         (nnrss-fetch): Use unibyte buffer initially; bind
16270         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16271         decode contents according to the encoding attribute.
16272         (nnrss-save-group-data): Add coding cookie.
16273         (nnrss-mime-encode-string): New function.
16274         (nnrss-check-group): Use it to encode subject and author.
16275
16276 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16279         imaginary variable.
16280
16281 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16284         correctly even if there are wide characters.
16285
16286 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16287
16288         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16289         downcased symbol names; make a new cache instead of reusing
16290         bbdb-hashtable.
16291
16292 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16295         concatenating segments rather than before concatenating them.
16296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16297
16298         * message.el (message-get-reply-headers): Bind `extra'.
16299
16300 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16301
16302         * message.el (message-extra-wide-headers): New variable.
16303         (message-get-reply-headers): Use it.
16304
16305 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16308         (gnus-agent-group-pathname): Ditto.
16309
16310         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16311
16312         * gnus-group.el (gnus-group-make-group): Decode group name.
16313         (gnus-group-make-rss-group): Register the group data after opening
16314         the nnrss group.
16315
16316 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16317
16318         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16319         by expiry now get marked as read.
16320
16321 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16324
16325 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16326
16327         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16328         unify Latin characters in XEmacs.
16329         (mm-find-mime-charset-region): Use it.
16330
16331 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * gnus-util.el (gnus-delete-directory): New function.
16334
16335         * gnus-agent.el (gnus-agent-delete-group): Use it.
16336
16337         * gnus-cache.el (gnus-cache-delete-group): Use it.
16338
16339 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16342         names.
16343
16344 2004-12-16  Simon Josefsson  <jas@extundo.com>
16345
16346         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16347
16348 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16351
16352         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16353         (gnus-group-set-current-level): Decode group name.
16354
16355 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16356
16357         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16358         failed.
16359
16360 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-group.el (gnus-group-delete-group): Decode group name.
16363         (gnus-group-make-rss-group): Encode group name.
16364         (gnus-group-catchup-current): Decode group name.
16365         (gnus-group-kill-group): Decode group name.
16366
16367 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16368
16369         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16370
16371 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-group.el (gnus-group-make-rss-group):
16374         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16375
16376         * gnus-start.el (gnus-setup-news): Honor user's setting to
16377         gnus-message-archive-method.  Suggested by Lute Kamstra
16378         <lute@gnu.org>.
16379
16380 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16381
16382         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16383         global counterparts of the buffer-local variables.
16384
16385 2004-11-16  Romain Francoise  <romain@orebokech.com>
16386
16387         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16388         counterparts of the buffer-local variables.
16389
16390 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * message.el (message-forbidden-properties): Fix typo in doc
16393         string.
16394
16395 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-util.el (gnus-replace-in-string): Add doc string.
16398
16399         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16400         to avoid problems when splitting mails with many recipients.
16401
16402 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16403
16404         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16405         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16406
16407 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16408
16409         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16410         if there is no hashtable in memory or file modification time is
16411         newer than cached timestamp.
16412
16413 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * gnus-sum.el (gnus-summary-limit-to-recipient):
16416         Implement not-matching option.
16417
16418 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16421         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16422         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16423         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16424         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16425         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16426
16427 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * message.el (message-forward-make-body-mml): Remove headers
16430         according to message-forward-ignored-headers if a message is decoded.
16431
16432 2004-12-02  Romain Francoise  <romain@orebokech.com>
16433
16434         * message.el (message-forward-make-body-plain): Always remove
16435         headers according to message-forward-ignored-headers.
16436
16437 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16438
16439         * spam.el (spam-summary-prepare-exit): Remove the
16440         gnus-summary-limit pop for now, it has problems with ham marks for
16441         me.
16442
16443 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16446         correctly.
16447
16448 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16449
16450         * format-spec.el (format-spec): Message the char.
16451
16452 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16453
16454         * gnus-art.el (gnus-split-methods): Reformat comments.
16455
16456         * spam.el (spam-summary-prepare-exit): Remove article limits
16457         before exiting the summary buffer.
16458
16459 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16462         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16463
16464         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16465         order to silence the byte compiler.
16466
16467         * spam.el: Fix the way to silence the byte compiler, which
16468         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16469         bbdb-search-simple, spam-BBDB-register-routine,
16470         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16471         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16472         spam-stat-buffer-is-spam, spam-stat-load,
16473         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16474         spam-stat-save and spam-stat-split-fancy.
16475
16476 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16479         which may confuse users.
16480         (canlock-password-for-verify): Ditto.
16481
16482         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16483
16484         * gnus-art.el (gnus-emphasis-alist): Ditto.
16485
16486         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16487
16488         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16489
16490         * gnus-start.el (gnus-save-killed-list): Ditto.
16491
16492         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16493         (gnus-sum-thread-tree-root): Ditto.
16494         (gnus-sum-thread-tree-false-root): Ditto.
16495         (gnus-sum-thread-tree-single-indent): Ditto.
16496
16497         * message.el (message-courtesy-message): Ditto.
16498         (message-archive-note): Ditto.
16499         (message-subscribed-address-file): Ditto.
16500         (message-user-fqdn): Ditto.
16501
16502         * spam-report.el (spam-report-gmane-regex): Ditto.
16503
16504         * spam.el (spam-blackhole-good-server-regex): Ditto.
16505
16506 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * mml.el (mml-preview): Widen the message buffer before copying
16509         the contents to the preview buffer; sort headers before previewing.
16510
16511         * message.el (message-hidden-headers): Fix the way to avoid a bug
16512         in the `repeat' widget in Emacs 21.3 or earlier.
16513
16514 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * message.el (message-hidden-headers): Default to "^References:".
16517         Improve customization type.  Suggested by Reiner Steib
16518         <Reiner.Steib@gmx.de>.
16519
16520 2004-11-25  Romain Francoise  <romain@orebokech.com>
16521
16522         * message.el (message-strip-forbidden-properties): Remove check for
16523         obsolete `message-hidden' text property, hidden headers are not
16524         accessible in the buffer anymore.
16525
16526 2004-11-22  Romain Francoise  <romain@orebokech.com>
16527
16528         * message.el (message-header-format-alist): Add `From' in list
16529         so that it can be sorted.
16530         (message-fix-before-sending): Widen and sort headers before
16531         sending.
16532         (message-hide-headers): Use narrowing to hide headers by moving
16533         them to the top of the buffer and narrowing to the region
16534         underneath.
16535
16536 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537
16538         * message.el (message-strip-forbidden-properties):
16539         Bind buffer-read-only (etc) to nil.
16540
16541 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16544         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16545
16546 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16547
16548         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16549
16550 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16551
16552         * dns.el (query-dns): Use sit-for to time instead of
16553         accept-process-output, since that doesn't seem to work on udp
16554         sockets.
16555
16556 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16559
16560 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16561
16562         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16563         doc string.  Improve doc string.
16564
16565 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * nntp.el (nntp-request-update-info): Return nil if
16568         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16569         may not call gnus-activate-group which uselessly issues the GROUP
16570         commands for all nntp groups and wastes time.  Reported by Romain
16571         Francoise <romain@orebokech.com>.
16572
16573         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16574
16575 2004-11-15  Simon Josefsson  <jas@extundo.com>
16576
16577         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16578         headers separately.
16579         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16580         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16581
16582 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * gnus-start.el (gnus-convert-old-newsrc):
16585         Assign legacy-gnus-agent to 5.10.7.
16586
16587 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16588
16589         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16590         start of the lines.
16591
16592 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16593
16594         * hashcash.el (hashcash-default-payment): Change default to 20.
16595         (hashcash-default-accept-payment): Change default to 20.
16596         (hashcash-process-alist): New variable.
16597         (hashcash-generate-payment-async): Add.
16598         (hashcash-already-paid-p): Add.
16599         (hashcash-insert-payment): Don't generate payments twice.
16600         (hashcash-insert-payment-async): Add.
16601         (hashcash-insert-payment-async-2): Add.
16602         (hashcash-cancel-async): Add.
16603         (hashcash-wait-async): Add.
16604         (hashcash-processes-running-p): Add.
16605         (hashcash-wait-or-cancel): Add.
16606         (mail-add-payment): New optional argument.  Conditionally start
16607         asynchronous calculation.
16608         (mail-add-payment-async): Add.
16609
16610         * message.el (message-send-mail): Wait for asynchronous hashcash
16611         results.  Don't clobber existing X-Hashcash headers.
16612         (message-setup-1): Call mail-add-payment-async when
16613         message-generate-hashcash is non-nil.
16614
16615 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16616
16617         * message.el (message-use-alternative-email-as-from): Examine the
16618         From header as well; use message-make-from in order to include a
16619         user's full name.
16620
16621 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16624         default; improve customization type.
16625         (gnus-emphasis-custom-with-format): New macro.
16626         (gnus-emphasis-custom-value-to-external): New function.
16627         (gnus-emphasis-custom-value-to-internal): New function.
16628
16629 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16630
16631         * dns.el (query-dns): Resolve reverse addresses.
16632
16633 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634
16635         * gnus-group.el (gnus-group-get-new-news): Use it.
16636
16637         * gnus-start.el (gnus-check-reasonable-setup): New function.
16638
16639 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16642         "Args out of range" error.  Reported by Arnaud Giersch
16643         <arnaud.giersch@free.fr>.
16644
16645 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16646
16647         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16648
16649 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16650
16651         * spam.el (spam group): Add :version.
16652
16653         * pgg-def.el (pgg group): Add :version.
16654
16655 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus-art.el (gnus-article-edit-article): Don't associate the
16658         article buffer with a draft file.  This is a temporary measure
16659         against the 2004-08-22 change to gnus-article-edit-mode.
16660
16661 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16664         (html2text-format-tags): Remove unused variable `attr'.
16665
16666 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16669
16670         * tls.el (tls-process-connection-type, tls-success)
16671         (tls-certtool-program): Add :version.
16672
16673         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16674         (starttls-extra-arguments, starttls-process-connection-type)
16675         (starttls-connect, starttls-failure, starttls-success): Add :version.
16676
16677         * spam-stat.el (spam-stat): Add :version.
16678
16679         * sieve.el (sieve): Add :version.
16680
16681         * sha1.el (sha1): Add :version.
16682         (sha1-use-external): Remove redundant version.
16683
16684         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16685         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16686         (nnmail-split-fancy-match-partial-words)
16687         (nnmail-split-lowercase-expanded): Add :version.
16688
16689         * nndiary.el (nndiary): Add :version.
16690
16691         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16692
16693         * mml-sec.el (mml-default-sign-method)
16694         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16695         Add :version.
16696
16697         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16698
16699         * mm-url.el (mm-url-use-external, mm-url-program)
16700         (mm-url-arguments): Add :version.
16701
16702         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16703         (mm-attachment-file-modes, mm-decrypt-option)
16704         (mm-w3m-safe-url-regexp): Add :version.
16705
16706         * message.el (message-cite-prefix-regexp)
16707         (message-sendmail-envelope-from, message-minibuffer-local-map)
16708         (message-user-fqdn, message-completion-alist): Add :version.
16709
16710         * gnus-win.el (gnus-configure-windows-hook)
16711         (gnus-use-frames-on-any-display): Add :version.
16712
16713         * gnus-art.el (gnus-article-address-banner-alist)
16714         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16715         (gnus-treat-from-picon, gnus-treat-mail-picon)
16716         (gnus-treat-x-pgp-sig): Add :version.
16717
16718         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16719         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16720         (gnus-summary-article-delete-hook)
16721         (gnus-summary-display-while-building): Add :version.
16722
16723         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16724         (gnus-get-top-new-news-hook): Add :version.
16725
16726         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16727         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16728
16729         * gnus-registry.el (gnus-registry): Add :version.
16730
16731         * gnus-spec.el (gnus-use-correct-string-widths)
16732         (gnus-make-format-preserve-properties): Add :version.
16733
16734         * gnus.el (gnus-group-charter-alist)
16735         (gnus-group-fetch-control-use-browse-url)
16736         (gnus-install-group-spam-parameters): Add :version.
16737
16738         * gnus-diary.el (gnus-diary): Add :version.
16739
16740         * gnus-delay.el (gnus-delay): Add :version.
16741
16742         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16743         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16744         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16745         Add :version.
16746
16747         * gnus-agent.el (gnus-agent-max-fetch-size)
16748         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16749         (gnus-agent-prompt-send-queue): Add :version.
16750
16751         * deuglify.el (gnus-outlook-deuglify): Add :version.
16752
16753         * html2text.el: Beautify code.  Improve doc strings.
16754         Some checkdoc cleanup.
16755         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16756
16757 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16758
16759         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16760
16761 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16762
16763         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16764         when package is loaded.
16765
16766         * spam.el (spam-summary-score-preferred-header): Add global preference
16767         for people who want to override the default SpamAssassin over
16768         Bogofilter preference (when both are set).
16769         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16770         (spam-user-format-function-S):
16771         Check spam-summary-score-preferred-header.
16772         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16773         (spam-user-format-function-S): Format the score correctly.
16774
16775 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16778         signature file.  Suggested by Manoj Srivastava
16779         <srivasta@golden-gryphon.com>.
16780
16781         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16782         iso-2022-jp even in the Japanese language environment.
16783         Suggested by Jason Rumney <jasonr@gnu.org>.
16784
16785 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16788         use the same characters as the dummy marks; make it free from
16789         getting affected by the language environment.
16790         (gnus-summary-read-group-1): Update mark positions only when the
16791         format spec is updated.
16792
16793         * gnus-spec.el (gnus-update-format-specifications): Return a list
16794         of updated types.
16795
16796 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16799         of boundp to check if display-warning is available.
16800
16801 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16802
16803         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16804
16805 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * nnspool.el (nnspool-spool-directory): Use news-path if the
16808         news-directory variable is not bound.
16809
16810         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16811         function instead of display-warning if it is not available.
16812
16813 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16816         v5-10: Use `point-at-bol'.
16817
16818 2004-10-26  Simon Josefsson  <jas@extundo.com>
16819
16820         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16821         <chenggao@gmail.com>.
16822
16823 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16826         instead.
16827
16828 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16829
16830         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16831         to remove a server from the nnimap-server-buffer-alist.
16832         (nnimap-open-connection, nnimap-close-server): Use it.
16833
16834         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16835
16836 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16839         running the major-mode function.
16840
16841 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16844         dummy marks in the right way.
16845
16846 2004-10-18  David Edmondson  <dme@dme.org>
16847
16848         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16849         excessively.
16850
16851 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * gnus-util.el (gnus-split-references): Accept a nil references
16854         string and go on blissfully.
16855
16856         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16857         cases where the references string is non-nil but has no references.
16858
16859         * encrypt.el: Add autoload tags.
16860
16861         * spam.el (spam-resolve-registrations-routine): Remove article
16862         from unregistration list too.  Reported by David Hanak
16863         <dhanak@isis.vanderbilt.edu>
16864
16865 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16868         nil.  Change custom type.
16869
16870 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16873
16874         * gnus-sum.el (gnus-summary-move-article): Use it.
16875
16876 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16877
16878         * encrypt.el: Add autoload cookies.
16879
16880         * spam.el (spam-backend-article-list-property)
16881         (spam-backend-get-article-todo-list)
16882         (spam-backend-put-article-todo-list)
16883         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16884         Resolve registrations separately.
16885         (spam-register-routine): Format comments.
16886         (spam-unregister-routine, spam-register-routine): Always call with
16887         specific-articles, no default list.
16888         (spam-summary-prepare-exit): Use the spam-classifications function.
16889
16890         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16891         gnus-encrypt.el.
16892
16893         * encrypt.el: Copied from gnus-encrypt.el.
16894
16895         * gnus-encrypt.el: Commented that it's obsolete.
16896
16897 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16898
16899         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16900         (gnus-score-save): Use it.
16901
16902         * message.el (message-bury): Use `window-dedicated-p'.
16903
16904 2004-10-15  Simon Josefsson  <jas@extundo.com>
16905
16906         * pop3.el (top-level): Don't require nnheader.
16907         (pop3-read-timeout): Add.
16908         (pop3-accept-process-output): Add.
16909         (pop3-read-response, pop3-retr): Use it.
16910
16911 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16912
16913         * spam.el (spam-register-routine): Move comment.
16914         (spam-verify-bogofilter): Use 'unknown for the initial
16915         spam-bogofilter-valid state, not 'never.
16916
16917         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16918         for netrc-machine.
16919
16920         * nnimap.el (nnimap-open-connection):
16921         Use netrc-machine-user-or-password.
16922
16923 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16924
16925         * gnus-registry.el (gnus-registry-unload-hook):
16926         Set as a variable with add-hook.
16927
16928         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16929         of news-path.
16930
16931         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16932
16933         * spam.el: Delete duplicate `provide'.
16934         (spam-unload-hook): Set as a variable with add-hook.
16935
16936 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16939         in the doc string.
16940
16941         * message.el (message-ignored-news-headers)
16942         (message-ignored-supersedes-headers)
16943         (message-ignored-resent-headers)
16944         (message-forward-ignored-headers): Improve custom type.
16945
16946 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * message.el (message-tokenize-header): Fix 2004-09-06 change
16949         which used point-min in the wrong place.
16950
16951 2004-10-12  Simon Josefsson  <jas@extundo.com>
16952
16953         * tls.el (tls-certtool-program): New variable.
16954         (tls-certificate-information): New function, based on
16955         ssl-certificate-information.
16956
16957 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * compface.el: Move the version of ELisp-based uncompface program
16960         to the contrib directory because of the copyright problem.
16961
16962 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * message.el (message-kill-buffer): Raise the current frame.
16965
16966 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16969
16970         * gnus.el (message-y-or-n-p): Autoload.
16971
16972         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16973         (pop3-password-required, pop3-authentication-scheme)
16974         (pop3-leave-mail-on-server): Make customizable.
16975         (pop3): New custom group.
16976         (pop3-retr): Remove `sleep-for' statements.
16977         Suggested by Dave Love <fx@gnu.org>.
16978
16979         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16980         Windows/DOS.
16981
16982         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16983         (imap-parse-body): Fix incorrect use of `assert'.
16984         Suggested by Dave Love <fx@gnu.org>.
16985
16986         * mml.el (mml-minibuffer-read-disposition): Require match.
16987         Suggested by Dave Love <fx@gnu.org>.
16988
16989 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16992         doc string.
16993
16994 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16997
16998 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16999
17000         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17001         instead of calling `mm-insert-inline', to decode text/* parts
17002         before displaying them.
17003
17004 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * mm-uu.el (mm-uu-text-plain-type): New variable.
17007         (mm-uu-pgp-signed-extract-1): Use it.
17008         (mm-uu-pgp-encrypted-extract-1): Use it.
17009         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17010         bind mm-uu-text-plain-type with that value.
17011         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17012         mm-uu-dissect.
17013
17014 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-group.el (gnus-update-group-mark-positions):
17017         * gnus-sum.el (gnus-update-summary-mark-positions):
17018         * message.el (message-check-news-body-syntax):
17019         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17020         of string-as-multibyte.
17021
17022 2004-10-05  Juri Linkov  <juri@jurta.org>
17023
17024         * gnus-group.el (gnus-update-group-mark-positions):
17025         * gnus-sum.el (gnus-update-summary-mark-positions):
17026         * message.el (message-check-news-body-syntax):
17027         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17028         8-bit unibyte values to a multibyte string for search functions.
17029
17030 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17033         (mm-uu-dissect-text-parts): New function.
17034
17035         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17036         dissect text parts.
17037
17038         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17039         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17040
17041         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17042
17043         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17044         Use gnus-current-topics instead of gnus-current-topic.
17045
17046 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17049
17050 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17051
17052         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17053         where approriate.
17054
17055         * nnml.el (nnml-generate-active-info): do.
17056
17057         * nndiary.el (nndiary-generate-active-info): do.
17058
17059         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17060         (gnus-topic-move): do.
17061
17062         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17063         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17064
17065         * gnus-srvr.el (gnus-server-prepare)
17066         (gnus-server-open-all-servers): do.
17067
17068         * gnus-msg.el (gnus-summary-cancel-article)
17069         (gnus-summary-resend-message)
17070         (gnus-summary-mail-crosspost-complaint): do.
17071
17072         * gnus-move.el (gnus-change-server): do.
17073
17074         * gnus-group.el (gnus-group-unmark-all-groups)
17075         (gnus-group-set-current-level): do.
17076
17077 2004-10-04  Simon Josefsson  <jas@extundo.com>
17078
17079         * message.el (message-generate-hashcash): Doc fix.
17080
17081 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17082
17083         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17084         avoid infinite recursion via gnus-get-function.
17085
17086 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17087
17088         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17089
17090         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17091
17092         * nnmail.el (nnmail-split-history): do.
17093
17094         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17095         (nnml-request-delete-group): do.
17096
17097         * nnslashdot.el (nnslashdot-read-groups): do.
17098
17099         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17100         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17101
17102         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17103         (nnspool-sift-nov-with-sed): Use last.
17104         (nnspool-retrieve-headers-with-nov): Use mapc.
17105         (nnspool-request-newgroups): Use dolist.
17106         (nnspool-request-group): Use last.
17107
17108         * nntp.el (nntp-read-server-type): Use dolist.
17109
17110         * nnvirtual.el (nnvirtual-create-mapping)
17111         (nnvirtual-update-read-and-marked): Use dolist.
17112         (nnvirtual-convert-headers): Simplify.
17113
17114 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17115
17116         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17117         Add support for sync'ing tick marks.
17118
17119 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17122         there's no visible header.
17123
17124 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17125
17126         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17127         When necessary, pass full group name to gnus-request-set-marks.
17128
17129 2004-10-01  Simon Josefsson  <jas@extundo.com>
17130
17131         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17132         acroread.
17133
17134 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17135
17136         * spam-report.el (spam-report-gmane): Fix interactive.
17137
17138         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17139
17140         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17141         when writing file.
17142         (gnus-agent-synchronize-flags): Don't default to being
17143         interactive.
17144
17145 2004-09-30  Simon Josefsson  <jas@extundo.com>
17146
17147         * message.el (message-generate-hashcash): Add.
17148         (message-send-mail): Use it, call mail-add-payment.
17149
17150 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17153
17154 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17155
17156         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17157         gnus-requst-update-info with explicit code to sync the in-memory
17158         info read flags with the marks being sync'd to the backend.
17159
17160         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17161
17162 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * spam.el (spam-verify-bogofilter): Add new function.
17165         (spam-check-bogofilter)
17166         (spam-bogofilter-register-with-bogofilter): Use it.
17167         (spam-verify-bogofilter): Add small fixes.
17168
17169 2004-09-28  Simon Josefsson  <jas@extundo.com>
17170
17171         * hashcash.el (hashcash-generate-payment): Revert.
17172
17173 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17176         Use gnus-extract-references instead of gnus-split-references.
17177
17178         * gnus-util.el (gnus-extract-references): Add new function, analogous
17179         to gnus-split-references but extracts only the message-ID without
17180         anything extra.
17181
17182         * hashcash.el (hashcash-generate-payment)
17183         (hashcash-check-payment): Do the right thing if hashcash-path is
17184         nil (because the hashcash program could not be found).
17185
17186         * spam.el (spam-use-hashcash): Remove comment.
17187
17188 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17191         (gnus-cache-enter-article, gnus-cache-remove-article)
17192         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17193
17194         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17195
17196         * gnus-art.el (article-hide-boring-headers)
17197         (article-translate-strings, article-display-face)
17198         (gnus-article-mime-match-handle-first)
17199         (gnus-article-highlight-headers)
17200         (gnus-article-add-buttons-to-head): do.
17201
17202 2004-09-27  Simon Josefsson  <jas@extundo.com>
17203
17204         * hashcash.el: New version, from
17205         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17206         ../contrib/.
17207
17208 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17211
17212 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * gnus-dup.el (gnus-dup-open): Use mapc.
17215         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17216
17217         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17218         Reported by Stefan Wiens <s.wi@gmx.net>.
17219
17220         * gnus.el (gnus-shutdown): Use dolist.
17221
17222         * gnus-undo.el (gnus-undo): Use mapc.
17223
17224         * nnrss.el (nnrss-generate-active): do.
17225
17226         * message.el (message-cite-original-without-signature)
17227         (message-cite-original): Use mapc.
17228         (message-do-actions, message-make-forward-subject): Use dolist.
17229
17230 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17231
17232         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17233         deletion to remove entire duplicate line.  Fixes merged article
17234         number bug.
17235
17236 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17237
17238         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17239         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17240         first ask if you want to open a server and then, even when you
17241         responded with no, asking if you want to synchronize the server's
17242         flags.
17243         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17244         multi-line expressions.
17245         (gnus-agent-synchronize-group-flags): New internal function.
17246         Updates marks in memory (in the info structure) AND in the
17247         backend.
17248
17249         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17250
17251         * nnagent.el (nnagent-request-set-mark):
17252         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17253         method, to ensure that synchronization updates marks in the
17254         backend and in the info (in memory) structure.
17255
17256 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17259         convention fully; don't miss the root article of a thread; make
17260         the X-Draft-From header with correct article numbers.
17261
17262 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17263
17264         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17265         unless plugged.  Disable the agent so that an open failure causes
17266         an error.
17267
17268         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17269         Revert 2004-09-21 change.  The backend must be opened while
17270         synchronizing flags even when the backend stores the flags
17271         locally.
17272
17273 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17276         in `header' match.  Reported by Svend Tollak Munkejord.
17277
17278         * message.el (message-cite-original): Fix use of
17279         `message-cite-articles-with-x-no-archive'.
17280
17281 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17284         (gnus-window-to-buffer): Ditto.
17285
17286         * mml.el (mml-preview-buffer): New variable.
17287         (mml-preview): Manage window layout with gnus-buffer-configuration.
17288
17289         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17290         X-Draft-From header even if those articles aren't quoted.
17291
17292 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17293
17294         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17295         (gnus-request-set-mark, gnus-request-update-mark): Use new
17296         g-s-t-u-l-m to decide to use backend even when unplugged.
17297
17298 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17301         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17302
17303 2004-09-20  Simon Josefsson  <jas@extundo.com>
17304
17305         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17306         "utf-16-le".
17307
17308 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17309
17310         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17311
17312 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * uudecode.el (uudecode-use-external): Add :version.
17315
17316         * smime.el (smime-CA-file, smime-encrypt-cipher)
17317         (smime-dns-server): Add :version.
17318
17319         * smiley.el (gnus-smiley-file-types): Add :version.
17320
17321         * sha1.el (sha1-use-external): Add :version.
17322
17323         * pgg-def.el (pgg-query-keyserver): Add :version.
17324
17325         * nnmail.el (nnmail-fancy-expiry-targets)
17326         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17327         Add :version.
17328
17329         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17330         (nnimap-retrieve-groups-asynchronous): Add :version.
17331         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17332
17333         * mml.el (mml-content-disposition-parameters)
17334         (mml-insert-mime-headers-always): Add :version.
17335
17336         * mm-util.el (mm-coding-system-priorities): Add :version.
17337
17338         * mm-decode.el (mm-inline-text-html-with-images)
17339         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17340         (mm-verify-option): Add :version.
17341         (mm-text-html-renderer): Change :version.
17342
17343         * message.el (message-fcc-externalize-attachments)
17344         (message-required-headers, message-draft-headers)
17345         (message-subject-trailing-was-query)
17346         (message-subject-trailing-was-ask-regexp)
17347         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17348         (message-mark-insert-end, message-archive-header)
17349         (message-archive-note, message-cross-post-default)
17350         (message-cross-post-note, message-followup-to-note)
17351         (message-cross-post-note-function, message-use-mail-followup-to)
17352         (message-subscribed-address-functions)
17353         (message-subscribed-address-file, message-subscribed-addresses)
17354         (message-subscribed-regexps, message-allow-no-recipients)
17355         (message-yank-cited-prefix, message-signature-insert-empty-line)
17356         (message-hidden-headers, message-hierarchical-addresses)
17357         (message-mail-user-agent, message-use-idna)
17358         (message-valid-fqdn-regexp)
17359         (message-strip-special-text-properties, message-header-synonyms)
17360         (message-beginning-of-line, message-tab-body-function): Add :version.
17361         (message-insert-canlock, message-wide-reply-confirm-recipients):
17362         Change :version.
17363
17364         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17365         and :version.
17366         (mail-source-delete-old-incoming-confirm)
17367         (mail-source-movemail-program): Add :version.
17368
17369         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17370         (gnus-agent-cache, gnus-agent): Change :version.
17371
17372         * gnus-util.el (gnus-use-byte-compile): Change :version.
17373
17374         * gnus-sum.el (gnus-summary-make-false-root-always)
17375         (gnus-summary-default-high-score)
17376         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17377         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17378         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17379         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17380         (gnus-sum-thread-tree-single-indent)
17381         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17382         (gnus-sum-thread-tree-leaf-with-other)
17383         (gnus-sum-thread-tree-single-leaf): Add :version.
17384         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17385         (gnus-article-loose-mime): Change :version.
17386
17387         * gnus-start.el (gnus-backup-startup-file)
17388         (gnus-save-startup-file-via-temp-buffer): Add :version.
17389
17390         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17391         (gnus-server-offline-face): Add :version.
17392
17393         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17394
17395         * gnus-msg.el (gnus-gcc-externalize-attachments)
17396         (gnus-debug-files, gnus-debug-exclude-variables)
17397         (gnus-discouraged-post-methods): Change :version.
17398         (gnus-confirm-mail-reply-to-news)
17399         (gnus-confirm-treat-mail-like-news): Add :version.
17400
17401         * gnus-int.el (gnus-server-unopen-status): Add :version.
17402
17403         * gnus-group.el (gnus-group-jump-to-group-prompt)
17404         (gnus-large-ephemeral-newsgroup)
17405         (gnus-fetch-old-ephemeral-headers): Add :version.
17406
17407         * gnus-fun.el (gnus-x-face-directory)
17408         (gnus-convert-pbm-to-x-face-command)
17409         (gnus-convert-image-to-x-face-command)
17410         (gnus-convert-image-to-face-command): Add :version.
17411
17412         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17413
17414         * gnus-cite.el (gnus-cite-blank-line-after-header)
17415         (gnus-article-boring-faces): Add :version.
17416
17417         * gnus-art.el (gnus-buttonized-mime-types)
17418         (gnus-inhibit-mime-unbuttonizing)
17419         (gnus-treat-display-face)
17420         (gnus-treat-body-boundary): Change :version.
17421         (gnus-body-boundary-delimiter, gnus-picon-databases)
17422         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17423         (gnus-treat-date-english, gnus-treat-fold-headers)
17424         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17425         (gnus-treat-mail-picon, gnus-treat-wash-html)
17426         (gnus-article-encrypt-protocol)
17427         (gnus-use-idna, gnus-article-over-scroll)
17428         (gnus-mime-display-multipart-alternative-as-mixed)
17429         (gnus-mime-display-multipart-related-as-mixed)
17430         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17431         (gnus-ctan-url, gnus-button-ctan-handler)
17432         (gnus-button-handle-ctan-bogus-regexp)
17433         (gnus-button-ctan-directory-regexp)
17434         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17435         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17436         (gnus-button-man-level, gnus-button-emacs-level)
17437         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17438
17439         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17440         (gnus-agent-go-online): Change :version.
17441         (gnus-agent-expire-unagentized-dirs)
17442         (gnus-agent-auto-agentize-methods): Add :version.
17443
17444         * flow-fill.el (fill-flowed-display-column)
17445         (fill-flowed-encode-column): Add :version.
17446
17447         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17448         (gnus-outlook-deuglify-unwrap-max)
17449         (gnus-outlook-deuglify-cite-marks)
17450         (gnus-outlook-deuglify-unwrap-stop-chars)
17451         (gnus-outlook-deuglify-no-wrap-chars)
17452         (gnus-outlook-deuglify-attrib-cut-regexp)
17453         (gnus-outlook-deuglify-attrib-verb-regexp)
17454         (gnus-outlook-deuglify-attrib-end-regexp)
17455         (gnus-outlook-display-hook): Add :version.
17456
17457         * binhex.el (binhex-use-external): Add :version.
17458
17459 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17462         and `invisible'.
17463
17464 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17465
17466         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17467         in gnus-registry-trim.
17468
17469 2004-09-13  Simon Josefsson  <jas@extundo.com>
17470
17471         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17472
17473         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17474
17475         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17476         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17477         <yamaoka@jpl.org>.
17478         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17479         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17480         <yamaoka@jpl.org>.
17481
17482         * sieve.el (sieve-manage-mode): Ditto.
17483
17484 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17487
17488 2004-09-11  Simon Josefsson  <jas@extundo.com>
17489
17490         * dns-mode.el: Add.
17491
17492         * mm-view.el (mm-display-dns-inline): Add.
17493
17494         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17495         (mm-automatic-display): Ditto.
17496
17497         * mailcap.el (mailcap-mime-data): Add text/dns.
17498         (mailcap-mime-extensions): Map .soa to text/dns.
17499
17500 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17501
17502         * gnus-art.el (article-decode-mime-words, article-babel)
17503         (gnus-article-highlight-signature, gnus-article-add-buttons)
17504         (gnus-signature-toggle): Remove unnecessary bindings of
17505         `inhibit-read-only' inherited from v5.10 merge.
17506
17507 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * nntp.el (nntp): New customization group.
17510         (nntp-authinfo-file): Add customization group.
17511
17512         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17513
17514         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17515
17516         * gnus.el (to-address, to-list, subscribed)
17517         (large-newsgroup-initial): Ditto.
17518
17519         * flow-fill.el (fill-flowed-display-column)
17520         (fill-flowed-encode-column): Ditto.
17521
17522 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17523
17524         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17525         Use point-min rather than 1.
17526         (message-send-mail): Use buffer-size rather than point-max.
17527
17528         * gnus-sum.el (gnus-summary-search-article-forward):
17529         Signal a specific `search-failed' rather than a generic `error'.
17530
17531         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17532         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17533         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17534
17535 2004-09-10  Simon Josefsson  <jas@extundo.com>
17536
17537         * nndb.el (require): Remove tcp and duplicate cl.
17538
17539 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-agent.el (directory-files-and-attributes): Move forward.
17542
17543 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17544
17545         * gnus-agent.el (directory-files-and-attributes):
17546         Optionally defined to support XEmacs.
17547
17548 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17549
17550         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17551         to avoid run-time CL dependencies.
17552         (gnus-agent-unfetch-articles): New function.
17553         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17554         article numbers even when local .overview file is missing.
17555         (gnus-agent-read-article-number): New function.  Only accepts
17556         27-bit article numbers.
17557         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17558         Use gnus-agent-read-article-number.
17559         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17560         from backend while recognizing that article numbers in .overview
17561         must be valid.
17562         (gnus-agent-update-files-total-fetched-for):
17563         Use directory-files-and-attributes to improve performance.
17564         * gnus-int.el (gnus-request-move-article):
17565         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17566         improve performance.
17567
17568         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17569         some users confused by references to .newsrc when they only have a
17570         .newsrc.eld file.
17571         (gnus-convert-mark-converter-prompt)
17572         (gnus-convert-converter-needs-prompt): Fix use of property list.
17573         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17574         New function.  Used internally to only display 'gnus converting
17575         files' message when actually necessary.
17576
17577         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17578         methods now autoloaded.
17579
17580 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17583         identifiers.
17584
17585 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * gnus-picon.el: Fix indentation and closing parenthesis.
17588
17589 2004-09-01  Simon Josefsson  <jas@extundo.com>
17590
17591         * message.el (message-canlock-generate): Require sha1, not
17592         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17593         to require within a function.  Sadly, if sha1.el isn't loaded, the
17594         let binding in m-c-g will hide the defcustom definition, which is
17595         bad.)
17596
17597         * canlock.el: Require sha1, not sha1-el.
17598
17599         * message.el: Don't autoload sha1 (there is a autoload cookie in
17600         sha1.el).
17601
17602         * sha1-el.el: Rename to sha1.el.
17603
17604 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17605
17606         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17607
17608 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17609
17610         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17611
17612 2004-08-30  Kim F. Storm  <storm@cua.dk>
17613
17614         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17615
17616         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17617         Add :group 'nnimap.
17618
17619 2004-08-30  Andreas Schwab  <schwab@suse.de>
17620
17621         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17622         ?* and ?\;.
17623
17624         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17625         and ?\' to symbol instead of whitespace.
17626
17627 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17630
17631         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17632         instead of re-search-forward.
17633
17634         * gnus-uu.el (gnus-uu-save-article): Ditto.
17635         (gnus-uu-post-encode-uuencode): Ditto.
17636
17637         * html2text.el (html2text-clean-list-items): Ditto.
17638         (html2text-clean-dtdd): Ditto.
17639         (html2text-format-tags): Ditto.
17640
17641         * message.el (message-send-mail-with-sendmail): Fix regexp.
17642         (message-fill-field-general): Use search-forward instead of
17643         re-search-forward.
17644         (unbold-region): Ditto.
17645
17646         * nnrss.el (nnrss-request-article): Ditto.
17647
17648         * nnslashdot.el (nnslashdot-request-article): Ditto.
17649
17650         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17651
17652         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17653         "Unrecognized menu descriptor" error in XEmacs.
17654
17655 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17656
17657         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17658         parent article of a sparse article in the thread hashtb.
17659
17660 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17661
17662         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17663         (nnmail-expand-newtext): Lowercase expanded entries if
17664         nnmail-split-lowercase-expanded is non-nil.
17665
17666 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17667
17668         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17669
17670         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17671         of gnus-tmp-news-method into string under XEmacs.  It will be
17672         passed to gnus-correct-length which takes only a string argument.
17673
17674 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-util.el (gnus-bind-print-variables): New macro.
17677         (gnus-prin1): Use it.
17678         (gnus-prin1-to-string): Use it.
17679         (gnus-pp): New function.
17680         (gnus-pp-to-string): New function.
17681
17682         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17683         Replace pp-to-string with gnus-pp-to-string.
17684         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17685         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17686         * gnus-msg.el (gnus-debug): Ditto.
17687         * gnus-score.el (gnus-score-save): Ditto.
17688         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17689         gnus-pp-to-string.
17690         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17691         with gnus-pp.
17692         * score-mode.el (gnus-score-pretty-print): Ditto.
17693         * webmail.el (webmail-debug): Ditto.
17694
17695 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-art.el (article-display-face, article-display-x-face):
17698         Use buffer-read-only.
17699
17700 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-art.el (article-hide-list-identifiers):
17703         Bind inhibit-read-only as t.
17704
17705 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17708
17709 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17710
17711         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17712         (gnus-narrow-to-page): Don't assume point-min == 1.
17713         (gnus-article-edit-mode): Derive from message-mode.
17714
17715         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17716         point-min == 1.
17717
17718         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17719         Disable incorrect use of `assert'.
17720
17721         * message.el (message-mode): Set comment-start-skip.
17722
17723
17724 2004-08-22  Sam Steingold  <sds@gnu.org>
17725
17726         * pop3.el (pop3-leave-mail-on-server): New user variable.
17727         (pop3-movemail): Delete mail only when it is nil.
17728
17729 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17732
17733         * mml.el (mml-preview): Use `pop-to-buffer'.
17734
17735         * message.el (message-goto-mail-followup-to): Insert after "To".
17736         (message-carefully-insert-headers): Add comment.
17737
17738         * gnus.el: Remove unused variable `gnus-article-check-size'.
17739
17740         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17741
17742         * gnus-art.el (gnus-button-alist):
17743         Improve `gnus-button-handle-library' entry.
17744
17745 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17746
17747         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17748         Use downcase, since XEmacs capitalizes error messages differently.
17749
17750 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17751
17752         * nntp.el: Add (require 'gnus) due to reference to
17753         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17754
17755 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17756
17757         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17758         Bind `mm-fill-flowed'.
17759
17760         * mm-decode.el (mm-dissect-singlepart): Check it.
17761
17762 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17765         'imap' for netrc parsing.
17766
17767 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * mailcap.el (mailcap-mime-data): Mark as risky.
17770
17771 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17774         may be included in the encoded word.
17775         (rfc2047-encode): Don't append a space if the encoded word
17776         includes close parenthesis.
17777
17778 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17781         of text within parentheses.
17782
17783 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17786         (gnus-encrypt-write-file-contents): Make the password key the file
17787         name PLUS the cipher, not just the cipher.  Also remove failed
17788         passwords from the cache.
17789
17790 2004-08-06  Simon Josefsson  <jas@extundo.com>
17791
17792         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17793         Doc fix.
17794
17795 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17798         LWSP.
17799
17800 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17803         Try to append in-reply-to: data to the references: header.
17804
17805         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17806         (netrc-parse): Use gnus-encrypt.el functions.
17807
17808         * gnus-encrypt.el: Add new file for encryption support; currently
17809         does only a few GPG ciphers and an internal XOR cipher.
17810
17811         * password.el: Add comments on using password-read-and-add.
17812         (password-read-and-add): Add function to read and add the
17813         password to the cache at once.
17814
17815 2004-07-28  Simon Josefsson  <jas@extundo.com>
17816
17817         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17818         parameter (but don't use it, for now).
17819
17820         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17821         instead of hard coding to nil.
17822
17823 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17826         as mm-inline-image-xemacs does.
17827
17828 2004-07-26  Simon Josefsson  <jas@extundo.com>
17829
17830         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17831         Revert part of 2004-07-17 change below.
17832
17833 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17836         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17837
17838 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17839
17840         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17841         quotes that actually start with ">" at the beginning of the
17842         lines.
17843
17844 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * rfc2047.el (rfc2047-encode-region): Fix last change.
17847         (rfc2047-encode-parameter): Remove useless concat.
17848
17849 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17852         encode special characters; fix some kind of misconfigured headers;
17853         signal a real error if debug-on-quit or debug-on-error is non-nil.
17854         (rfc2047-encode-max-chars): New variable.
17855         (rfc2047-encode-1): Use it.
17856         (rfc2047-encode-parameter): New function.
17857
17858         * mml.el (mml-insert-parameter): Remove an excessive space.
17859
17860 2004-07-17  Simon Josefsson  <jas@extundo.com>
17861
17862         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17863         Kai Grossjohann <kai@emptydomain.de>.
17864         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17865         (gnus-group-make-menu-bar): Ditto.
17866
17867         * gnus-util.el (gnus-group-server): Add.
17868
17869 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * message.el (message-clone-locals): Clone sendmail and smtp
17872         variables.
17873
17874 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * rfc2047.el (rfc2047-encode-region): Fix last change.
17877
17878 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17881         characters as non-special.
17882
17883 2004-07-09  Simon Josefsson  <jas@extundo.com>
17884
17885         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17886         Users will lose all flag changes made while unplugged with
17887         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17888         good default.  See numerous reports on ding mailing list.
17889
17890 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17893         add generate-head-function and generate-article-function to the
17894         rfc822-forward entry.
17895         (nndoc-rfc822-forward-generate-article): New function.
17896         (nndoc-rfc822-forward-generate-head): New function.
17897
17898         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17899
17900 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17901
17902         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17903         respect display group parameter and gnus-summary-expunge-below.
17904         (gnus-articles-to-read): Remove unused reference to display group
17905         parameter.
17906
17907 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17908
17909         * nnheader.el (nnheader-uniquify-message-id): New experimental
17910         variable.
17911         (nnheader-nov-read-message-id): Use it.
17912
17913         * spam-report.el (spam-report-gmane): Add interactive.
17914
17915 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * mm-encode.el (mm-content-transfer-encoding-defaults):
17918         Use qp-or-base64 for the application/* types.
17919
17920 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17921
17922         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17923
17924 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17925
17926         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17927         trim value.
17928
17929 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17930
17931         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17932         New macro and function.
17933         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17934
17935 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17938         after-load-alist.
17939
17940 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17941
17942         * gnus-group.el (gnus-group-get-new-news-this-group):
17943         Don't update info that isn't there.
17944
17945 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17946
17947         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17948         entry.
17949
17950 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * mm-view.el (mm-inline-render-with-function): Use multibyte
17953         buffer; decode html source by charset.
17954
17955         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17956
17957         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17958         Mule-UCS is loaded under XEmacs.
17959         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17960
17961 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17962
17963         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17964
17965 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * mm-util.el (mm-coding-system-p): Return a coding-system.
17968         (mm-mime-mule-charset-alist): Use shift_jis instead of
17969         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17970         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17971         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17972         instead of japanese-shift-jis and iso-latin-1 respectively in
17973         order to share the default value with both Emacs and XEmacs-mule.
17974         (mm-mule-charset-to-mime-charset):
17975         Make mm-coding-system-priorities effective.
17976         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17977         while predicating of candidates upon the priorities.
17978
17979 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17980
17981         * gnus-sum.el (gnus-summary-make-menu-bar):
17982         Add gnus-uu-invert-processable.
17983
17984         * gnus.el: Autoload gnus-uu-invert-processable.
17985
17986 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * mm-util.el (mm-with-multibyte-buffer): New macro.
17989
17990         * rfc2047.el (rfc2047-encode-string): Use it.
17991         (rfc2047-encode-region): Move point to the end of the region after
17992         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17993
17994 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17997         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17998
17999 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18002         (gnus-cite-parse): Ignore quoted envelope From_.
18003         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18004
18005 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18006
18007         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18008         invalid addresses.
18009
18010 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * spam.el: Change section markers, revise TODO list.
18013         (spam-backends): Make new master list of all installed backends.
18014         (spam-summary-exit-behavior): Add new variable to determine how
18015         messages moves are done at summary exit.
18016         (spam-move-spam-nonspam-groups-only)
18017         (spam-process-ham-in-nonham-groups)
18018         (spam-process-ham-in-spam-groups): Remove variables, the
18019         spam-summary-exit-behavior variable should be used to manage this
18020         behavior.
18021         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18022         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18023         and spam-old-spam-articles.
18024         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18025         Add empty variables, placeholders for the backends they represent.
18026         (spam-set-difference): Move, unchanged.
18027         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18028         unless the user has a processor variable.
18029         (spam-classifications, spam-classification-valid-p)
18030         (spam-backend-properties, spam-backend-property-valid-p)
18031         (spam-backend-function-type-valid-p)
18032         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18033         (spam-report-articles-gmane, spam-report-articles-resend):
18034         Remove functions, they are not needed.
18035         (spam-install-backend-super, spam-backend-list)
18036         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18037         (spam-backend-function, spam-backend-ham-registration-function)
18038         (spam-backend-spam-registration-function)
18039         (spam-backend-ham-unregistration-function)
18040         (spam-backend-spam-unregistration-function)
18041         (spam-backend-statistical-p, spam-backend-mover-p)
18042         (spam-install-backend-alias, spam-install-checkonly-backend)
18043         (spam-install-mover-backend, spam-install-nocheck-backend)
18044         (spam-install-backend, spam-install-statistical-backend)
18045         (spam-install-statistical-checkonly-backend): Add backend installation
18046         support.
18047         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18048         (spam-group-processor-p): Use the new backend code and respect the
18049         summary exit behavior.
18050         (spam-mark-spam-as-expired-and-move-routine): Remove.
18051         (spam-summary-prepare): Change to use the new spam-old-articles
18052         variable.
18053         (spam-copy-or-move-routine, spam-copy-spam-routine)
18054         (spam-move-spam-routine, spam-copy-ham-routine)
18055         (spam-move-ham-routine): Add code to copy/move ham or spam.
18056         (spam-fetch-field-fast): Improve doc and code, plus allow the
18057         'number request.
18058         (spam-list-of-checks, spam-list-of-statistical-checks):
18059         Remove variables.
18060         (spam-split, spam-find-spam): Use the new backend code.
18061         (spam-registration-functions): Remove variable.
18062         (spam-unregister-routine): Add convenience wrapper.
18063         (spam-log-undo-registration, spam-register-routine)
18064         (spam-log-processing-to-registry)
18065         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18066         where possible.
18067         (spam-check-gmane-xref, spam-check-regex-headers)
18068         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18069         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18070         (spam-check-bogofilter-headers, spam-check-spamoracle)
18071         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18072         (spam-check-crm114-headers): Use the spam-split-group that
18073         spam-split prepares, no need to determine it every time.
18074
18075         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18076         to the nnheader-parse-naked-head call.
18077
18078         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18079
18080         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18081         the nnheader-nov-read-message-id call.
18082
18083 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18086         gnus-activate-group twice.  Suggested by Markus Peter
18087         <warp@spin.de>.
18088
18089 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-art.el (gnus-article-time-format): Exchange the order of
18092         day and month in the default value; fix customization type.
18093         (article-date-ut): Use add-text-properties.
18094         (article-make-date-line): Use message-make-date instead of
18095         current-time-string.
18096
18097         * message.el (message-fetch-field): Don't use set-text-properties.
18098         (message-make-date): Simplify.
18099
18100         * messagexmas.el (message-xmas-make-date): New function.
18101         (message-xmas-redefine): Defalias message-make-date to it.
18102
18103 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18106         (rfc2047-encode-region): Treat text within parentheses as special;
18107         show the original text when error has occurred.
18108
18109         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18110         already-computed method to gnus-activate-group.
18111
18112         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18113         same select-methods identical Lisp objects.
18114
18115         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18116         object when modifying the info.
18117
18118 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18121         gnus-opened-servers since it has never been opened with the new
18122         configuration yet.
18123
18124 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18127         arg to nnheader-generate-fake-message-id.
18128
18129 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18130
18131         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18132         number and build a fake message ID localized to a group and
18133         article number (so it's repeatable from that point on).
18134         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18135         ID format.
18136
18137         * gnus-sum.el (gnus-get-newsgroup-headers):
18138         Call nnheader-generate-fake-message-id with the article number.
18139
18140 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18141
18142         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18143         end-of-buffer.
18144
18145 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18146
18147         * message.el (message-ignored-supersedes-headers): Add Approved.
18148
18149 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18152         goto-char.
18153         (rfc2047-encode): Fold the line before encoding.
18154
18155 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156
18157         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18158         folding -- not all headers can be folded, and this should be done
18159         by the message composition mode.  Probably.  I think.
18160
18161 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18164         fast.
18165
18166         * gnus-ems.el (gnus-remove-image): Don't use
18167         message-text-with-property; remove only the image found first.
18168
18169         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18170         found first.
18171
18172 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18173
18174         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18175
18176 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * message.el (message-text-with-property): Make it fast and accept
18179         optional arguments.
18180         (message-strip-forbidden-properties): Use it.
18181         (message-fix-before-sending): Follow the m-t-w-p change.
18182
18183         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18184
18185 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * gnus-art.el (article-hide-headers): Don't change the buffer
18188         mistakenly when performing mml-preview even if
18189         gnus-single-article-buffer is nil.
18190
18191 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18192
18193         * message.el (message-expand-name-databases): New user option.
18194         (message-expand-name): Use it.
18195
18196 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18197
18198         * spam.el (spam-report-articles-resend)
18199         (spam-report-resend-register-routine): Allow ham reporting.
18200         (spam-report-resend-register-ham-routine): Add wrapper.
18201         (spam-registration-functions): Add ham resending functions.
18202         (spam-list-of-processors): Add ham resend processor.
18203
18204         * gnus.el (ham-resend-to): Add new group parameter.
18205         (spam-process): Add ham resend option.
18206
18207         * spam-report.el (spam-report-resend): Allow reporting ham.
18208         (spam-report-resend-ham): Add wrapper.
18209
18210 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18211
18212         * message.el (message-cite-articles-with-x-no-archive):
18213         New variable.
18214         (message-cite-original): Use it.
18215
18216 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18217
18218         * message.el (message-cite-original): Respect X-No-Archive.
18219
18220 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-art.el (article-hide-headers): Refer to the values for
18223         gnus-ignored-headers and gnus-visible-headers in the summary
18224         buffer since a user may have set them as group parameters.
18225
18226 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * assistant.el (assistant-node-name): Add convenience function.
18229         (assistant-render-text, assistant-render-node): Add error handling,
18230         plus handle multiple next nodes.
18231         (assistant-find-next-node): Comment out for now.
18232         (assistant-find-next-nodes): Add function, returns list of next
18233         nodes.
18234
18235 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * mail-source.el (mail-source-directory): Fix doc-string.
18238
18239 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18240
18241         * assistant.el (assistant-render-text, assistant-eval): Add :set
18242         widget type, which is different because it takes and returns a
18243         list.  Much hilarity ensues.
18244
18245 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18246
18247         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18248
18249         * gnus-group.el (gnus-group-get-new-news-this-group):
18250         Add doc-string.
18251
18252         * gnus-start.el (gnus-activate-group): Add doc-string.
18253
18254 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18257
18258 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18259
18260         * assistant.el (assistant-render-text): Try to add a :set
18261         widget, more to come.
18262
18263         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18264         strings.
18265         (spam-report-articles-resend)
18266         (spam-register-routine): Do registration iff any articles warrant
18267         it.
18268         (spam-summary-prepare-exit): Change log message for nil group
18269         destinations.
18270
18271 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18272
18273         * spam.el (spam-report-resend-register-routine):
18274         Allow spam-report-resend-to to be a group parameter or a global value.
18275
18276 2004-05-26  Simon Josefsson  <jas@extundo.com>
18277
18278         * starttls.el: Merge with my GNUTLS based starttls.el.
18279         (starttls-gnutls-program, starttls-use-gnutls)
18280         (starttls-extra-arguments, starttls-process-connection-type)
18281         (starttls-connect, starttls-failure, starttls-success):
18282         New variables.
18283         (starttls-program, starttls-extra-args): Doc fix.
18284         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18285         New functions.
18286         (starttls-negotiate, starttls-open-stream):
18287         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18288         function if it is set.
18289
18290 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18293         structured fields.
18294
18295 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18298
18299 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18302         Add variable.
18303         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18304         assigning the spam-mark to new messages.
18305
18306 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18307
18308         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18309
18310 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18313
18314         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18315         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18316         default.
18317
18318 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18319
18320         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18321         correct data.
18322
18323 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18326         (spam-group-processor-p): Fix function.
18327         (spam-group-processor-multiple-p)
18328         (spam-group-spam-processor-report-gmane-p)
18329         (spam-group-spam-processor-report-resend-p)
18330         (spam-group-spam-processor-bogofilter-p)
18331         (spam-group-spam-processor-blacklist-p)
18332         (spam-group-spam-processor-ifile-p)
18333         (spam-group-ham-processor-ifile-p)
18334         (spam-group-spam-processor-spamoracle-p)
18335         (spam-group-spam-processor-crm114-p)
18336         (spam-group-ham-processor-bogofilter-p)
18337         (spam-group-spam-processor-stat-p)
18338         (spam-group-ham-processor-stat-p)
18339         (spam-group-ham-processor-whitelist-p)
18340         (spam-group-ham-processor-BBDB-p)
18341         (spam-group-ham-processor-spamoracle-p)
18342         (spam-group-ham-processor-copy-p): Remove functions with some
18343         prejudice against unneeded code.
18344         (spam-report-articles-resend)
18345         (spam-report-resend-register-routine): Allow the group/topic
18346         spam-resend-to value to override spam-report-resend-to.
18347         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18348         properly now.
18349
18350         * gnus.el (spam-resend-to): Add group/topic parameter.
18351         (spam-process): Move the OBSOLETE processors to the end of the
18352         choices.
18353
18354 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18355
18356         * spam-report.el (spam-report-resend-to, spam-report-resend):
18357         Start with resend-to set to nil, and then ask the user if necessary.
18358         (spam-report-resend): spam-report-resend takes a list of articles, not
18359         separate article numbers.
18360
18361 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18364         addition to emacs-w3m.
18365
18366 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18367
18368         * assistant.el (assistant-authinfo-data): New function.
18369         (assistant-eval): Eval for entire assistant.
18370
18371         * netrc.el (netrc-services-file): New variable.
18372         (netrc-parse-services): New function.
18373         (netrc-find-service-name): New function.
18374         (netrc-find-service-number): New function.
18375         (netrc-port-equal): New function.
18376         (netrc-machine): Use it.
18377
18378         * nnimap.el (nnimap-open-connection): Use netrc.
18379
18380         * gnus-util.el (gnus-netrc-get): Remove aliases.
18381
18382         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18383
18384         * assistant.el (wid-edit): Fix compilation.
18385
18386         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18387
18388 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18389
18390         * gnus-util.el (gnus-set-file-modes): New function.  (small
18391         patch).
18392
18393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18394
18395         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18396
18397         * assistant.el (assistant-render-node): Fix up rendering and
18398         read-only text.
18399         (assistant-render-node): Reset.
18400         (assistant-make-read-only): Not sticky.
18401
18402 2004-05-20  Danny Siu  <dsiu@adobe.com>
18403
18404         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18405         centered even when gnus-auto-center-summary is t.
18406
18407 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18408
18409         * dns.el (dns-get-txt-answer): New function.
18410         (dns-read-txt): Ditto.
18411         (query-dns): Use it.
18412
18413 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18416         active for foreign groups even if the group level is higher than
18417         the specified value.
18418
18419 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420
18421         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18422         non-active groups.
18423
18424         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18425
18426 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18427
18428         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18429
18430 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18431
18432         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18433         (spam-crm114-header, spam-crm114-spam-switch)
18434         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18435         (spam-crm114-positive-spam-header)
18436         (spam-crm114-database-directory, spam-list-of-processors)
18437         (spam-group-spam-processor-crm114-p)
18438         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18439         (spam-generic-score, spam-list-of-checks)
18440         (spam-list-of-statistical-checks, spam-registration-functions)
18441         (spam-check-crm114-headers, spam-crm114-score)
18442         (spam-check-crm114, spam-crm114-register-with-crm114)
18443         (spam-crm114-register-spam-routine)
18444         (spam-crm114-unregister-spam-routine)
18445         (spam-crm114-register-ham-routine)
18446         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18447         From asjo@koldfront.dk (Adam Sjøgren).
18448
18449         * gnus.el: Add spam-use-crm114.
18450
18451         * spam.el (spam-list-of-processors, spam-registration-functions):
18452         Add spam-use-resend.
18453         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18454         (spam-report-articles-gmane): Add doc fix.
18455         (spam-report-articles-resend, spam-report-resend-register-routine):
18456         Add wrappers around spam-report-resend-to.
18457
18458         * spam-report.el (spam-report-resend-to, spam-report-resend):
18459         Add support for resending spam.
18460         (spam-report-gmane): Fix line length >80.
18461
18462         * gnus.el (spam-process): Add spam-use-resend.
18463
18464 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18465
18466         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18467         number of processed spam messages.
18468         (spam-ham-copy-or-move-routine): Return the number of processed
18469         ham messages.
18470         (spam-summary-prepare-exit): Use the above values to decide
18471         whether status messages shouled be displayed.
18472
18473 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18476         `rfc2047-encoding-function-alist' in order to avoid conflicting
18477         with the old version.
18478         (rfc2047-encode-region): Concatenate words containing non-ASCII
18479         characters in structured fields; don't encode space-delimited
18480         ASCII words even in unstructured fields; don't break words at
18481         char-category boundaries.
18482         (rfc2047-encode-1): New function.
18483         (rfc2047-encode): Use it; encode text so that it occupies the
18484         maximum width within 76-column; work correctly on Q encoding for
18485         iso-2022-* charsets.
18486         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18487         sure not to break a line just after the header name.
18488         (rfc2047-b-encode-region): Remove.
18489         (rfc2047-b-encode-string): New function.
18490         (rfc2047-q-encode-region): Remove.
18491         (rfc2047-q-encode-string): New function.
18492
18493         * mm-util.el (mm-replace-in-string): New function.
18494
18495 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18496
18497         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18498         Really get it right.
18499         (gnus-inews-make-draft): Really.
18500
18501 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18502
18503         * nnmh.el (nnmh-request-list-1): Don't check the link count
18504         before descending.  (small patch)
18505
18506 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18507
18508         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18509         stuff.
18510
18511         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18512         Match on real group name.
18513
18514         * gnus-art.el (gnus-signature-limit): Doc fix.
18515
18516         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18517
18518         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18519
18520 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18521
18522         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18523         isn't a string.
18524
18525 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18526
18527         * gnus-draft.el (gnus-draft-send):
18528         Bind rfc2047-encode-encoded-words.
18529
18530         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18531         (rfc2047-encodable-p): Say that =? needs encoding.
18532         (rfc2047-encode-encoded-words): New variable.
18533
18534         * gnus-group.el (gnus-group-select-group): Doc fix.
18535
18536         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18537
18538         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18539         to nil.
18540
18541         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18542
18543         * nnheader.el (nnheader-get-lines-and-char): New function.
18544
18545 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-msg.el (gnus-summary-followup-with-original):
18548         Document yanking of region when active.
18549
18550 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18553         groups if the group level is higher than the specified value.
18554
18555 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18558         (gnus-group-jump-to-group): Add prefix argument using
18559         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18560         non-active group.
18561
18562         * compface.el (uncompface): Be verbose when changing
18563         `uncompface-use-external'.
18564
18565         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18566         handle manual section.
18567
18568 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * gnus-art.el (gnus-button-alist): Revert previous change.
18571
18572 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18575
18576 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577
18578         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18579         whether backend can accept message.
18580
18581         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18582
18583 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18584
18585         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18586         Avoid creating directory when nntp-marks-is-evil is true.
18587         Reported by Reiner Steib.
18588
18589 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gnus-picon.el (gnus-picon-style): New variable.
18592         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18593         (gnus-picon-transform-address): Support `gnus-picon-style'.
18594         From Jesper Harder <harder@ifa.au.dk>.
18595
18596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18597
18598         * message.el (message-fill-field): Return point.
18599         (message-generate-headers): Go to end of field.
18600
18601         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18602         stuff for non-living groups.
18603
18604 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18605
18606         * gnus-art.el (gnus-article-followup-with-original)
18607         (gnus-article-reply-with-original): gnus-mark-active-p ->
18608         gnus-region-active-p.
18609
18610 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18611
18612         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18613         only when there is spam or ham to be processed.
18614
18615 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18616
18617         * mail-source.el (mail-source-delete-crash-box): Refactor.
18618         (mail-source-fetch): Use it.
18619         (mail-source-fetch-file): Ditto.
18620         (mail-source-fetch-directory): Run postscript in loop.
18621         (mail-source-fetch-pop): Delete.
18622         (mail-source-fetch-maildir): Ditto.
18623         (mail-source-fetch-imap): Ditto.
18624
18625         * imap.el (imap-authenticators): Comment out sasl.
18626
18627         * message.el (message-skip-to-next-address): New function.
18628         (message-fill-header-address): Refactor.
18629         (message-fill-address): Use it.
18630         (message-delete-address): Use it.
18631         (message-fill-header-general): Refactor.
18632         (message-fill-field-address): Rename.
18633         (message-narrow-to-field): Find the start of the header.
18634         (message-header-format-alist): Don't pre-fill.
18635         (message-fill-header): Remove.
18636         (message-insert-header): New function.
18637         (message-shorten-references): Use it.
18638
18639         * rfc2047.el (rfc2047-field-value): Strip props.
18640
18641         * mail-parse.el (mail-header-make-address): New alias.
18642
18643         * ietf-drums.el (ietf-drums-make-address): New function.
18644
18645         * imap.el: Add compiler directives.
18646
18647         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18648
18649         * gnus-art.el (article-decode-idna-rhs): Don't use
18650         message-idna-inside-rhs-p.
18651
18652 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18653
18654         * message.el (message-idna-inside-rhs-p): Remove.
18655         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18656
18657         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18658         false positives.
18659
18660 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18661
18662         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18663
18664 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18665
18666         * nneething.el (nneething-file-name): Don't create spurious
18667         files.
18668
18669         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18670         (gnus-inews-do-gcc): Remove sleep.
18671
18672         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18673         part under point.
18674
18675         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18676         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18677
18678 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-summary-prepare-exit): Fix (length).
18681
18682 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18683
18684         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18685         as expired without moving it" message when there are spam
18686         messages left.
18687
18688 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18689
18690         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18691         header is not nil.
18692
18693 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18694
18695         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18696         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18697         (nntp-marks-changed-p): New arg SERVER.
18698         (nntp-request-update-info): Adjust caller.
18699
18700 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18701
18702         * nntp.el (nntp-save-marks): Pass missing arg.
18703
18704 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18705
18706         * nntp.el: Support marks.
18707         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18708         (nntp-marks-modtime, nntp-marks-directory): New variables.
18709         (nntp-request-set-mark, nntp-request-update-info)
18710         (nntp-possibly-create-directory, nntp-marks-changed-p)
18711         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18712         New functions.
18713
18714 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18717         (gnus-xmas-redefine): Rename.
18718
18719         * gnus-score.el (gnus-score-insert-help):
18720         Use gnus-select-lowest-window.
18721
18722         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18723         appt-select-lowest-window and rename to gnus-select-lowest-window.
18724
18725         * gnus.el: do.
18726
18727 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18728
18729         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18730         encodings of MIME-encoded words, in order to improve
18731         interoperability with several broken MUAs.
18732
18733 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18734
18735         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18736         tags, only when charsets are not specified in headers.
18737         (mm-inline-text-html-render-with-w3m): Ditto.
18738
18739         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18740         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18741
18742 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18743
18744         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18745         instead of MIME-decoded from fields when checking
18746         `gnus-article-address-banner-alist'.
18747
18748 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18749
18750         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18751         description rather than subject.
18752
18753 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18754
18755         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18756
18757 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * gnus.el (gnus-version-number): Bump.
18760
18761 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18762
18763         * gnus.el: No Gnus v0.2 is released.
18764
18765 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18766
18767         * gnus-agent.el (gnus-agent-read-agentview):
18768         Inline gnus-uncompress-range.
18769
18770 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18771
18772         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18773         `exec-installed-p'.
18774
18775 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18776
18777         * gnus.el (spam-process, spam-autodetect-methods):
18778         Add bsfilter and bsfilter-headers.
18779
18780         * spam.el (spam-bsfilter): New customize group.
18781         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18782         (spam-bsfilter-header, spam-bsfilter-probability-header)
18783         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18784         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18785         (spam-bsfilter-database-directory): New options.
18786         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18787         (spam-list-of-statistical-checks, spam-registration-functions):
18788         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18789         (spam-bsfilter-score): New command.
18790         (spam-check-bsfilter-headers, spam-check-bsfilter)
18791         (spam-bsfilter-register-with-bsfilter)
18792         (spam-bsfilter-register-spam-routine)
18793         (spam-bsfilter-unregister-spam-routine)
18794         (spam-bsfilter-register-ham-routine)
18795         (spam-bsfilter-unregister-ham-routine): New functions.
18796         (spam-generic-score): Support bsfilter; Accept an optional argument
18797         to recalcurate spam score even if scoring header has already been
18798         added.
18799         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18800         optional argument to recalcurate spam score even if scoring header
18801         has already been added.
18802
18803 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18804
18805         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18806         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18807         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18808         link is missing.
18809
18810 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18813         (html2text-get-attr): Rewrite.
18814
18815         * message.el (message-setup-1): Remove redundant put-text-property
18816         on mail-header-separator.
18817
18818 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18819
18820         * gnus-registry.el (gnus-registry-cache-whitespace)
18821         (gnus-registry-action, gnus-registry-spool-action)
18822         (gnus-registry-split-fancy-with-parent): Change message levels
18823         from 5 to 3 or 7, as needed.
18824
18825         * spam.el (spam-summary-prepare-exit)
18826         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18827         (spam-split, spam-find-spam, spam-log-undo-registration)
18828         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18829         level from 5 to 6.
18830
18831 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18834         2004-03-04 change).
18835
18836 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18837
18838         * sieve-manage.el (sieve-manage-open):
18839         * nnweb.el (nnweb-insert-html):
18840         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18841         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18842         * nnspool.el (nnspool-request-group):
18843         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18844         * nnml.el (nnml-request-update-info):
18845         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18846         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18847         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18848         (nnimap-request-set-mark):
18849         * nnfolder.el (nnfolder-request-update-info):
18850         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18851         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18852         * gnus-uu.el (gnus-uu-find-articles-matching):
18853         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18854         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18855         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18856         * gnus-nocem.el (gnus-nocem-scan-groups):
18857         * gnus-int.el (gnus-start-news-server):
18858         * gnus-group.el (gnus-group-make-kiboze-group)
18859         (gnus-group-browse-foreign-server):
18860         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18861         Use mapc when appropriate.
18862
18863 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         FIXME: Make separate entries for each person.
18866
18867         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18868         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18869         <shields@msrl.com>:
18870
18871         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18872         may need for spam sorting and scoring.
18873         (spam-user-format-function-S): Add user format function suitable for
18874         general use.
18875         (spam-article-sort-by-spam-status): Add sorting function for summary
18876         sorting.
18877         (spam-extra-header-to-number): Add function to get a score from a
18878         header.
18879         (spam-summary-score): Add function to get a numeric score from the
18880         headers.
18881         (spam-generic-score): Fix function doc, was in wrong place.
18882         (spam-initialize): Take symbols when it's run, and install the
18883         extra headers that spam-necessary-extra-headers thinks we need.
18884
18885 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18888         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18889
18890 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18891
18892         * gnus-sum.el (gnus-set-global-variables)
18893         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18894         (gnus-article-get-xrefs, gnus-summary-best-group)
18895         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18896         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18897         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18898         Use with-current-buffer.
18899
18900 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18901
18902         * spam.el (spam-summary-prepare-exit): Simplify logic.
18903         (spam-fetch-article-header): Read the article header if it's not
18904         available.
18905         (spam-list-articles): Simplify logic.
18906         (spam-filelist-register-routine): Fix bug with unregister-list.
18907
18908         * gnus-registry.el: Fix comments at beginning.
18909
18910 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18911
18912         * message.el (message-cater-to-broken-inn): Remove.
18913         (message-shorten-references): Make sure the total folded length of
18914         References is shorter than 998 characters to cater to a bug in INN
18915         2.3.  Also, don't pretend that references aren't folded -- this
18916         hasn't worked for a while.
18917
18918 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18919
18920         * gnus-agent.el (gnus-agentize):
18921         gnus-agent-send-mail-real-function no longer set to current value
18922         of message-send-mail-function but rather a lambda that calls
18923         message-send-mail-function.  The change makes the agent real-time
18924         responsive to user changes to message-send-mail-function.
18925
18926 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18927
18928         * legacy-gnus-agent.el
18929         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18930         help from Florian Weimer <fw@deneb.enyo.de>
18931
18932 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * nnmail.el (nnmail-cache-insert): Revert last change.
18935
18936 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * nnmail.el (nnmail-cache-insert): Always check whether
18939         nnmail-cache-ignore-groups matches a group name.
18940
18941 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18942
18943         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18944         (spam-find-spam, spam-log-processing-to-registry)
18945         (spam-log-registered-p, spam-log-unregistration-needed-p)
18946         (spam-log-undo-registration): Use gnus-message instead of
18947         gnus-error, none of these errors are fatal.
18948
18949         * gnus-registry.el (gnus-registry-clean-empty-function)
18950         (gnus-registry-clean-empty): Remove only empty entries without
18951         extra data.
18952
18953 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18954
18955         * spam-stat.el (spam-stat-buffer-change-to-spam)
18956         (spam-stat-buffer-change-to-non-spam): Change (error) to
18957         (gnus-message 8) invocation.
18958
18959 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * nntp.el (nntp-via-netcat-command): New variable.
18962         (nntp-via-netcat-switches): New variable.
18963         (nntp-open-via-rlogin-and-netcat): New function.
18964         (nntp-open-connection-function): Doc fix.
18965         (nntp-telnet-command): Doc fix.
18966         (nntp-end-of-line): Doc fix.
18967         (nntp-via-rlogin-command): Doc fix.
18968         (nntp-via-user-name): Doc fix.
18969         (nntp-via-address): Doc fix.
18970
18971 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18974         error in Emacs 21.1.
18975
18976 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18979
18980 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18981
18982         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18983         (gnus-agent-with-refreshed-group): New macro.
18984         (gnus-agent-rename-group): New function.
18985         (gnus-agent-delete-group): New function.
18986         (gnus-agent-save-group-info): Use gnus-command-method when
18987         `method' parameter is nil.  Don't write nil entries into the
18988         active file.
18989         (gnus-agent-get-group-info): New function.
18990         (gnus-agent-fetch-articles):
18991         Use gnus-agent-update-files-total-fetched-for to increment disk space
18992         used.
18993         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18994         Use gnus-agent-update-view-total-fetched-for to increment disk space
18995         used.
18996         (gnus-agent-get-local): Add optional parameters to avoid calling
18997         gnus-group-real-name and gnus-find-method-for-group.
18998         (gnus-agent-set-local): Delete stored entry if either min, or max,
18999         are nil.
19000         (gnus-agent-fetch-session): Reworded error/quit messages.
19001         On quit, use gnus-agent-regenerate-group to record existance of any
19002         articles fetched to disk before the quit occurred.
19003         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19004         gnus-agent-update-view-total-fetched-for, and
19005         gnus-agent-update-files-total-fetched-for to decrement disk space
19006         used.
19007         (gnus-agent-retrieve-headers):
19008         Use gnus-agent-update-view-total-fetched-for to increment disk space
19009         used.
19010         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19011         with gnus-agent-update-files-total-fetched-for to decrement disk
19012         space and fresh group buffer.
19013         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19014         (gnus-agent-need-update-total-fetched-for): New variable.
19015         (gnus-agent-update-files-total-fetched-for): New function.
19016         (gnus-agent-update-view-total-fetched-for): New function.
19017         (gnus-agent-total-fetched-for): New function.
19018
19019         * gnus-cache.el (gnus-cache-save-buffers):
19020         Use gnus-cache-update-overview-total-fetched-for to change disk space
19021         used by this group.
19022         (gnus-cache-possibly-enter-article):
19023         Use gnus-cache-update-file-total-fetched-for to increment disk space
19024         used by this group.
19025         (gnus-cache-possibly-remove-article):
19026         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19027         used by this group.
19028         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19029         (gnus-cache-rename-group): New function.
19030         (gnus-cache-delete-group): New function.
19031         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19032         (gnus-cache-need-update-total-fetched-for): New variable.
19033         (gnus-cache-with-refreshed-group): New macro.
19034         (gnus-cache-update-file-total-fetched-for): New function.
19035         (gnus-cache-update-overview-total-fetched-for): New function.
19036         (gnus-cache-rename-group-total-fetched-for): New function.
19037         (gnus-cache-delete-group-total-fetched-for): New function.
19038         (gnus-cache-total-fetched-for): New function.
19039
19040         * gnus-group.el: Require gnus-sum and autoload functions to
19041         resolve warnings when gnus-group.el compiled alone.
19042         (gnus-group-line-format): Documented new %F.
19043         (size of Fetched data) group line format; identifies disk space
19044         used by agent and cache.
19045         (gnus-group-line-format-alist): Defined new F format.
19046         (gnus-total-fetched-for): New function.
19047         (gnus-group-delete-group): No longer update
19048         gnus-cache-active-altered as gnus-request-delete-group now keeps
19049         the cache in sync.
19050         (gnus-group-list-active): Let the agent store a server's active
19051         list if currently plugged.
19052
19053         * gnus-int.el (gnus-request-delete-group):
19054         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19055         local disk in sync with the server.
19056         (gnus-request-rename-group):
19057         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19058         local disk in sync with the server.
19059
19060         * gnus-start.el (gnus-get-unread-articles):
19061         Cosmetic simplification to logic.
19062
19063         * gnus-util.el (gnus-rename-file): New function.
19064
19065 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19066
19067         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19068
19069 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19070
19071         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19072         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19073
19074 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19075
19076         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19077         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19078
19079 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19080
19081         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19082
19083 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19084
19085         * spam.el (spam-set-difference): Add function to replace
19086         gnus-set-difference in spam.el.
19087         (spam-summary-prepare-exit): Use spam-set-difference.
19088
19089 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * gnus-registry.el (gnus-registry-cache-file): Update to use
19092         gnus-dribble-directory OR gnus-home-directory OR ~.
19093         (gnus-registry-split-fancy-with-parent): Fix doc.
19094
19095 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * message.el (message-exchange-point-and-mark):
19098         Use message-mark-active-p.  Suggested by Jesper Harder
19099         <harder@ifa.au.dk>.
19100
19101 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * message.el (message-exchange-point-and-mark): Don't activate
19104         region if it was inactive.  Suggested by Hiroshi Fujishima
19105         <pooh@nature.tsukuba.ac.jp>.
19106
19107 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * gnus-art.el (article-display-face): Display Faces in the same
19110         order as X-Faces.
19111
19112 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19115
19116 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19119         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19120         (gnus-article-mime-hierarchy): Remove.
19121         (gnus-article-mime-hierarchy-next): Remove.
19122         (gnus-article-mode): Revert 2004-03-19 change.
19123         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19124         (gnus-insert-mime-button): Revert 2004-03-19 change.
19125         (gnus-mime-accumulate-hierarchy): Remove.
19126         (gnus-mime-enter-multipart): Remove.
19127         (gnus-mime-leave-multipart): Remove.
19128         (gnus-mime-display-part): Revert 2004-03-19 change.
19129         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19130
19131         * mml.el (mml-preview): Revert 2004-03-19 change.
19132
19133 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19134
19135         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19136
19137 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19140         t while entering a file name using the mm-with-multibyte macro.
19141         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19142
19143         * mm-util.el (mm-with-multibyte): New macro.
19144
19145 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19148         New user option.
19149         (gnus-mime-multipart-functions): Doc and customization fix.
19150         (gnus-article-mime-hierarchy): New variable.
19151         (gnus-article-mime-hierarchy-next): New variable.
19152         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19153         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19154         gnus-article-mime-hierarchy-next to nil.
19155         (gnus-insert-mime-button): Show hierarchy numbers.
19156         (gnus-mime-accumulate-hierarchy): New function.
19157         (gnus-mime-enter-multipart): New function.
19158         (gnus-mime-leave-multipart): New function.
19159         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19160         (gnus-mime-display-alternative): Show hierarchy numbers.
19161
19162         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19163         gnus-article-mime-hierarchy-next to nil.
19164
19165 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19166
19167         * dns.el: Don't require gnus-xmas.
19168
19169 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19170
19171         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19172         inline PGP.
19173         (mml-menu): Disable mml-quote-region if mark is inactive.
19174
19175 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19178         when the group's active is not available.
19179
19180 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19183         error.
19184
19185 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * imap.el (imap-store-password): New variable.
19188         (imap-interactive-login): Use it.
19189         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19190
19191 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19194         window-start and hscroll to summary window.
19195
19196 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19197
19198         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19199         conversion message to newsrc-dribble when an actual conversion is
19200         performed.
19201
19202 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19203
19204         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19205
19206 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * mm-decode.el (mm-complicated-handles): New function reviving
19209         former definition of mm-multiple-handles.
19210
19211         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19212         (gnus-mime-delete-part): Use it.
19213
19214 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19215
19216         * gnus-agent.el (gnus-agent-read-local):
19217         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19218         avoid the implicit assumption that they will always be equal.
19219         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19220         coding-system-for-write, as the with-temp-file macro first prints
19221         to a buffer then saves the buffer.
19222
19223 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * gnus-art.el (gnus-article-edit-part): New function.
19226         (gnus-mime-save-part-and-strip): Use it; do query instead of
19227         signaling an error; don't use mm-multiple-handles.
19228         (gnus-mime-delete-part): Ditto.
19229
19230 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19231
19232         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19233         old file versions.
19234         (gnus-group-prepare-hook): Remove function that converted list
19235         form of gnus-agent-expire-days to group properties.
19236
19237         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19238         (gnus-request-accept-article): Re-indented.
19239
19240         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19241         converters to handle old agent file formats.  Add logic for a
19242         "backup before upgrading warning".
19243         (gnus-convert-mark-converter-prompt): Developers can mark
19244         functions as needing (default), or not needing,
19245         gnus-convert-old-newsrc's "backup before upgrading warning".
19246         (gnus-convert-converter-needs-prompt): Tests whether the user
19247         should be protected from potentially irreversable changes by the
19248         function.
19249
19250         * legacy-gnus-agent.el: New.  Provides converters that are only
19251         loaded when gnus-convert-old-newsrc needs to call them.
19252
19253 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * mail-source.el (mail-source-touch-pop): Doc fix.
19256
19257         * message.el (message-smtpmail-send-it): Doc fix.
19258
19259 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19262
19263         * nnmail.el (nnmail-split-fancy): do.
19264
19265         * gnus-kill.el (gnus-kill, gnus-execute): do.
19266
19267 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19268
19269         * gnus-sum.el (gnus-widget-reversible-match)
19270         (gnus-widget-reversible-to-internal)
19271         (gnus-widget-reversible-to-external): New functions.
19272         (gnus-widget-reversible): New widget.
19273         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19274
19275 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19276
19277         * gnus-sum.el (gnus-thread-sort-functions)
19278         (gnus-article-sort-functions): Document `(not F)' items.
19279
19280 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * spam.el (spam-use-gmane-xref): Add new backend.
19283         (spam-gmane-xref-spam-group): Add variable to control the name of the
19284         Gmane spam group.
19285         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19286         (spam-regex-headers-spam, spam-regex-headers-ham)
19287         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19288         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19289         backends and checks.
19290         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19291
19292         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19293         an autodetect method.
19294
19295 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19296
19297         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19298         articles are being added to a group.
19299         (gnus-request-replace-article): Inform the agent that articles
19300         need to be uncached as the cached contents are no longer valid.
19301
19302 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * binhex.el: Don't autoload executable-find.
19305
19306         * canlock.el: Don't autoload mail-fetch-field.
19307
19308         * dgnushack.el: Autoload c-mode for XEmacs.
19309
19310         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19311
19312         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19313         rmail-dont-reply-to and rmail-output.
19314
19315         * gnus-score.el: Don't autoload ffap-string-at-point.
19316
19317         * gnus-setup.el: Don't autoload sc-cite-original.
19318
19319         * imap.el: Don't autoload base64-decode-string,
19320         base64-encode-string and md5.
19321
19322         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19323         and rmail-msg-restore-non-pruned-header.
19324
19325         * mm-decode.el: Don't autoload executable-find.
19326
19327         * mm-url.el: Don't autoload executable-find.
19328
19329         * mm-view.el: Don't autoload diff-mode.
19330
19331         * nndb.el: Don't autoload news-reply-mode, news-setup,
19332         cancel-timer and telnet.
19333
19334         * password.el: Don't autoload run-at-time for Emacs.
19335
19336         * sha1-el.el: Don't autoload executable-find.
19337
19338         * sieve-mode.el: Don't autoload c-mode.
19339
19340         * uudecode.el: Don't autoload executable-find.
19341
19342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19343
19344         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19345         (gnus-agent-possibly-alter-active): Avoid null in numeric
19346         comparison.
19347         (gnus-agent-set-local): Refuse to save null in local object table.
19348         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19349         list of articles that will be marked as unread.
19350
19351 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19354
19355 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19356
19357         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19358         language tags.
19359
19360 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19361
19362         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19363         Don't bind "obarray".
19364
19365         * gnus-sum.el (gnus-thread-sort-functions):
19366         Add `gnus-thread-sort-by-most-recent-number' and
19367         `gnus-thread-sort-by-most-recent-date'.
19368         Reported by Kai Grossjohann <kai@emptydomain.de>.
19369
19370 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19373
19374 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19375
19376         * gnus-cus.el (gnus-agent-customize-category):
19377         Remove ignore-errors macro reference that required cl to be loaded at
19378         run-time.
19379
19380         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19381         single-interval range of the form (min . max).  Previously the
19382         range had to look like ((min . max)).  Likewise, return
19383         (min . max) rather than ((min . max)).
19384         (gnus-range-map): Use gnus-range-normalize to accept
19385         single-interval range.
19386
19387         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19388         the cache, but not the agent, now appear with their usual face.
19389
19390         * dgnushack.el (loaddir): New variable that is bound to the
19391         directory containing the dgnushack.el file. Use loaddir, rather
19392         than srcdir, to update load-path. Change lets dgnushack compile
19393         code in directories other than GNUS/lisp.
19394
19395 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * lpath.el: Don't bind w3m-safe-url-regexp.
19398
19399         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19400         w3m-safe-url-regexp variable buffer-local.
19401
19402         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19403
19404 2004-02-27  Simon Josefsson  <jas@extundo.com>
19405
19406         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19407         gnus-group-real-prefix.
19408         (gnus-summary-move-article): Use it, instead of
19409         gnus-group-real-prefix.
19410
19411 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * lpath.el: Bind w3m-safe-url-regexp.
19414
19415         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19416         w3m-safe-url-regexp variable buffer-local and set it as the value
19417         of mm-w3m-safe-url-regexp.
19418
19419         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19420
19421         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19422         parsing gnus-posting-styles when the message is not for replying.
19423
19424         * dgnushack.el: Autoload sgml-mode for XEmacs.
19425
19426         * nnrss.el (nnrss-opml-export):
19427         Use mm-set-buffer-file-coding-system instead of
19428         set-buffer-file-coding-system.
19429
19430 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19431
19432         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19433         of checkdoc.el).
19434         * nnrss.el: do.
19435         * gnus-mlspl.el: do.
19436         * gnus-ml.el: do.
19437         * gnus-srvr.el: do.
19438
19439         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19440
19441 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19442
19443         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19444         Corrections to custom-manual links.
19445
19446         * gnus-art.el (gnus-article): Ditto.
19447
19448         * mm-decode.el (mime-display, mime-security): Ditto.
19449
19450 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19451
19452         * flow-fill.el: Typo.
19453
19454 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19455
19456         * spam-wash.el: New file.
19457
19458 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19459
19460         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19461
19462 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19463
19464         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19465         to be run with new-articles as LIST1, not LIST2.
19466         (spam-registration-functions): Add spam-use-ham-copy as a nil
19467         registration backend.
19468
19469 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19470
19471         * spam-stat.el (spam-stat-washing-hook): New option.
19472         (spam-stat-buffer-words): Use it.
19473         (spam-stat-process-directory, spam-stat-test-directory):
19474         Use insert-file-contents-literally.
19475         (spam-stat-coding-system): New variable.
19476         (spam-stat-load, spam-stat-save): Use it.
19477
19478 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * spam-report.el (spam-report-plug-agent):
19481         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19482
19483 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19484
19485         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19486         Allow / in mailto URLs.
19487
19488 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19489
19490         * spam-report.el (spam-report-process-queue): Fix interactive use.
19491         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19492         (spam-report-unplug-agent): Doc fixes.
19493         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19494         (spam-report-agentize, spam-report-deagentize): Autoload.
19495
19496 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19499
19500         * message.el (message-setup-fill-variables): Add mml tags to
19501         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19502         <ajk@iu.edu>.
19503         (message-mode): Don't modify paragraph-separate there.
19504
19505 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * compface.el (uncompface-use-external): Default to undecided.
19508         (uncompface-use-external-threshold): New variable.
19509         (uncompface-float-time): New macro.
19510         (uncompface): Determine whether to use the external decoder if
19511         uncompface-use-external is undecided.
19512
19513 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19514
19515         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19516         after images.
19517
19518         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19519
19520 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19523
19524         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19525
19526         * gnus-sum.el (gnus-summary-limit-to-age)
19527         (gnus-summary-limit-children): do.
19528
19529         * gnus-int.el (gnus-request-scan): do.
19530
19531         * gnus-group.el (gnus-group-suspend): do.
19532
19533         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19534
19535         * gnus-cite.el (gnus-cite-parse-attributions): do.
19536
19537         * gnus-agent.el (gnus-summary-set-agent-mark)
19538         (gnus-agent-regenerate-group): do.
19539
19540         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19541
19542         * binhex.el (binhex-decode-region-internal): do.
19543
19544 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-fun.el (gnus-face-properties-alist): New user option.
19547         (gnus-display-x-face-in-from): Use it.
19548
19549         * gnus-art.el (article-display-face): Ditto.
19550
19551         * compface.el (uncompface-use-external): Default to nil.
19552
19553 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * nntp.el (nntp-erase-buffer): New function.
19556         (nntp-retrieve-data, nntp-send-command)
19557         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19558         (nntp-possibly-change-group): Use it.
19559
19560         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19561         Use with-current-buffer.
19562
19563 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19564
19565         * compface.el: Merge the ELisp-based uncompface program.
19566         (compface): New customization group.
19567         (uncompface-use-external): New user option.
19568         (uncompface): Call uncompface-internal if uncompface-use-external
19569         is nil.
19570         (uncompface-internal): New function.  Note that there are also
19571         some other functions and variables added for this function.
19572
19573 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19574
19575         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19576         if necessary.
19577
19578 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19579
19580         * spam-report.el (spam-report-unplug-agent)
19581         (spam-report-plug-agent, spam-report-deagentize)
19582         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19583         Add support for the Agent in spam-report: when unplugged, report to a
19584         file; when plugged, submit all the requests.
19585
19586         * spam.el (spam-register-routine): Fix message about
19587         registration.
19588
19589 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19592         dependencies.
19593         (rfc2047-encode): Use it.
19594
19595         * gnus-art.el (gnus-button-marker-list): Move before first
19596         reference.
19597
19598         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19599         (imap-parse-body): Fix format string mismatch.
19600
19601         * gnus-score.el (gnus-summary-increase-score): do.
19602
19603         * nnrss.el (nnrss-close): New function.
19604
19605 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19606
19607         * nnrss.el (nnrss-make-filename): New function.
19608         (nnrss-request-delete-group, nnrss-read-server-data)
19609         (nnrss-save-server-data, nnrss-read-group-data)
19610         (nnrss-save-group-data): Use it.
19611         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19612         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19613         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19614
19615 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19618
19619 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19620
19621         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19622         files.
19623
19624         * message.el (message-generate-headers-first): Don't quote nil
19625         and t in docstrings.
19626
19627         * imap.el (imap-id): do.
19628
19629         * gnus-agent.el (gnus-agent-consider-all-articles)
19630         (gnus-agent-queue-mail): do.
19631
19632 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * spam-report.el (spam-report-process-queue): New function.
19635         Process requests from `spam-report-requests-file'.
19636         (spam-report-process-queue): Doc fix.
19637
19638 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19639
19640         * spam.el (spam-register-routine)
19641         (spam-log-processing-to-registry, spam-log-registered-p)
19642         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19643         Change "check" to "spam-check" for semi-clarity.
19644
19645 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19646
19647         * pop3.el: Require nnheader.
19648
19649         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19650
19651         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19652
19653         * gnus-picon.el: Require cl.
19654
19655         * gnus-fun.el: Require gnus-ems and gnus-util.
19656
19657         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19658
19659         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19660
19661         * gnus-art.el (gnus-article-edit-mode): Define before first
19662         reference.
19663
19664 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19665
19666         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19667         (gnus-uu-post-encoded): Use point-at-bol.
19668
19669         * gnus-topic.el (gnus-group-active-topic-p): do.
19670
19671         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19672
19673         * gnus-group.el (gnus-group-kill-region): do.
19674
19675         * gnus-art.el (article-date-ut): do.
19676
19677         * message.el (message-fetch-field): Remove redundant
19678         case-fold-search binding.
19679         (message-narrow-to-field): Simplify.
19680
19681 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19682
19683         * spam.el (spam-directory): Derive from `gnus-directory'.
19684
19685         * spam-report.el (spam-report-url-to-file)
19686         (spam-report-requests-file): New function and variable for offline
19687         reporting.
19688         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19689         and user defined function.
19690         (spam-report-url-ping-mm-url): Remove doubled slash.
19691
19692 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19693
19694         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19695
19696 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19699         Fix format string mismatch.
19700
19701         * sieve.el (sieve-deactivate-all): do.
19702
19703         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19704
19705         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19706
19707         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19708
19709         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19710
19711 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19712
19713         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19714         the list of checks.
19715
19716 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19719         padding.
19720
19721 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19722
19723         * mm-view.el (mm-fill-flowed): New variable.
19724         (mm-inline-text): Use it.
19725
19726 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19727
19728         * spam.el (spam-spamassassin-register-ham-routine)
19729         (spam-spamassassin-register-spam-routine): Fix function names.
19730
19731 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * gnus.el (gnus-tmp-grouplens): Remove.
19734         (gnus-summary-line-format): Remove grouplens.
19735
19736         * gnus-group.el (gnus-group-line-format): Ditto.
19737
19738         * gnus-spec.el (gnus-format-specs): Ditto.
19739         (gnus-update-format-specifications): Flush the group format spec
19740         cache if there's the grouplens stuff.
19741         (gnus-parse-simple-format): Replace %l with the empty string.
19742
19743 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19744
19745         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19746         omission.
19747
19748 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19751         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19752
19753 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19754
19755         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19756         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19757         New macros and functions.
19758         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19759         Handle > NLINK_MAX messages.
19760         * nnmaildir.el (nnmaildir-request-set-mark):
19761         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19762
19763 2004-01-25  Alex Schroeder  <alex@gnu.org>
19764
19765         * spam-stat.el (spam-stat-process-directory-age): New option.
19766         (spam-stat-process-directory): Use it.
19767
19768 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19769
19770         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19771         (spam-stat-save): Accept prefix argument.
19772
19773 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19774
19775         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19776         links" error.
19777
19778 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19781         the rest of the and/or forms.
19782
19783 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19786         compatibility with old .newsrc.eld files.
19787
19788         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19789
19790         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19791
19792         * gnus-start.el (gnus-1): do.
19793
19794         * gnus-group.el (gnus-group-line-format-alist): do.
19795
19796         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19797
19798         * gnus-gl.el: Remove.
19799
19800 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19801
19802         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19803         marks consisting of a single range {for example, (3 . 5)} rather
19804         than a list of a single range { ((3 . 5)) }.
19805
19806 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19807
19808         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19809         Use with-current-buffer.
19810         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19811         avoid consing a string.
19812
19813         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19814         Remove obsolete entries for big5 and gb2312.
19815
19816 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19817
19818         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19819         uncompressed list.
19820
19821 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19822
19823         * spam-stat.el (spam-stat-strip-xref): New function.
19824         (spam-stat-process-directory): Use it.
19825
19826         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19827         here -- it's done in message-fetch-field.
19828
19829 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19830
19831         * gnus-agent.el (gnus-agent-queue-mail)
19832         (gnus-agent-prompt-send-queue): New variables.
19833         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19834         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19835         "nndraft:queue" along to gnus-draft-send.
19836         Use gnus-agent-prompt-send-queue.
19837         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19838         is "nndraft:queue".  Suggested by Gaute Strokkenes
19839         <gs234@srcf.ucam.org>
19840
19841         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19842         (agent-enable-undownloaded-faces): Add.
19843         (gnus-agent-cat-groups): Use eval-and-compile, not
19844         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19845         method of gnus-agent-cat-groups even when the buffer has been
19846         evaled.
19847         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19848         delete gnus-agent-save-active-1.
19849         (gnus-agent-save-groups): Delete.  Identical to
19850         gnus-agent-save-active.
19851         (gnus-agent-write-active): No longer adjust agent's copy of active
19852         file as agent's adjustments are now stored in their own
19853         file.  Remove optional parameter.
19854         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19855         servers.  Add use of min/max range limits from server's local
19856         file.
19857         (gnus-agent-save-alist): Remove unused optional argument.
19858         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19859         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19860         (gnus-agent-set-local): A per-server file that keeps min/max range
19861         limits for articles known to the agent.  Provides a fast mechanism
19862         for altering many active ranges.
19863         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19864         active file (local makes it unnecessary).
19865         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19866
19867         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19868         (agent-enable-undownloaded-faces): Add.
19869
19870         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19871         disable it when sending to "nndraft:queue".
19872         (gnus-group-send-queue): Add safety check to avoid sending queue
19873         when unplugged.
19874
19875         * gnus-group.el (gnus-group-catchup): Use new
19876         gnus-sequence-of-unread-articles, not
19877         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19878         numbers of articles.  Use gnus-range-map to avoid having to
19879         uncompress the unread list.
19880         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19881         Fix invalid ange-ftp reference.
19882
19883         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19884         (gnus-sorted-range-intersection): Intersection of two ranges
19885         without requiring that they first be uncompressed.
19886
19887         * gnus-start.el (gnus-activate-group): Unless blocked by the
19888         caller, possibly expand the active range to include both cached
19889         and agentized articles.
19890         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19891         multiple version-dependent converters.
19892         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19893         gnus-agent-save-active.
19894         (gnus-save-newsrc-file): Save dirty agent range limits.
19895
19896         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19897         gnus-agent-possibly-alter-active.
19898         (gnus-adjust-marked-articles): Faster handling of simple lists.
19899
19900 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19901
19902         * spam-stat.el (spam-stat-test-directory): New optional argument
19903         displays a list of files detected.  Suggested by Andrew Cohen
19904         <cohen@andy.bu.edu>.
19905         (spam-stat-buffer-words-with-scores): Don't narrow and change
19906         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19907
19908 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19909
19910         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19911         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19912         (spam-spamassassin-arguments)
19913         (spam-spamassassin-spam-flag-header)
19914         (spam-spamassassin-positive-spam-flag-header)
19915         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19916         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19917         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19918         (spam-list-of-processors, spam-list-of-checks)
19919         (spam-list-of-statistical-checks, spam-registration-functions)
19920         (spam-check-spamassassin-headers, spam-check-spamassassin)
19921         (spam-spamassassin-score)
19922         (spam-spamassassin-register-with-sa-learn)
19923         (spam-spamassassin-register-spam-routine)
19924         (spam-spamassassin-register-ham-routine)
19925         (spam-assassin-register-spam-routine)
19926         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19927         (spam-bogofilter-score): Fix to show article before scoring.
19928
19929 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19930
19931         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19932         default scoring function.
19933         (spam-generic-score): Call spam-spamassassin-score if
19934         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19935         spam-bogofilter-score otherwise.
19936
19937         * gnus.el (spam-process, spam-autodetect-methods):
19938         Add spamassassin and spamassassin-headers.
19939
19940 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19941
19942         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19943         Suppress unnecessary messages.
19944
19945 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19946
19947         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19948         make-hash-table.
19949
19950 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * canlock.el (base64-encode-string): Don't autoload it.
19953
19954 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * run-at-time.el: Remove useless (require 'itimer),
19957         eval-and-compile and (featurep 'xemacs).
19958
19959 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19960
19961         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19962         GROUP is a virtual group.
19963
19964 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19965
19966         * gnus.el: Autoload `message-y-or-n-p'.
19967
19968 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * pgg-parse.el: Remove unnecessary (require 'custom).
19971
19972         * pgg-def.el: do.
19973
19974         * nnmail.el: do.
19975
19976         * gnus-undo.el: do.
19977
19978         * gnus-picon.el: do.
19979
19980         * gnus-util.el: do.
19981
19982 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19983
19984         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19985
19986 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19989         handle, as well as a list.
19990
19991         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19992         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19993         (mm-w3m-cid-retrieve): Simplify.
19994
19995 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19996
19997         * message.el (message-kill-to-signature): Allow prefix arg to
19998         specify number of lines to keep before signature.
19999
20000 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20001
20002         * message.el (message-kill-to-signature): Change docstring.
20003
20004 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * canlock.el: Always require sha1-el.
20007         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20008
20009         * message.el: Autoload sha1 only when compiling.
20010
20011         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20012         eudc-expand-inline for XEmacs.
20013
20014 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * message.el (message-canlock-generate): Require sha1-el.
20017
20018 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * message.el (message-expand-name): Silence the byte compiler.
20021
20022         * lpath.el: Add detect-coding-system.
20023
20024         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20025         cus-edit.
20026
20027 2004-01-13  Simon Josefsson  <jas@extundo.com>
20028
20029         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20030         Invoke gnus-score-mode.
20031         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20032
20033         * gnus-range.el (gnus-compress-sequence): Doc fix.
20034         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20035
20036 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20039
20040 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20041
20042         * spam.el (spam-get-article-as-string): Update to use
20043         gnus-request-article-this-buffer, much simpler.
20044         (spam-get-article-as-buffer): Remove.
20045
20046 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20047
20048         * message.el (message-expand-name): Use EUDC if the user uses that.
20049
20050 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20051
20052         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20053         character for the encoding to avoid consing a string.
20054
20055         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20056         unnecessarily.
20057
20058         * mm-util.el (mm-replace-chars-in-string): Remove.
20059
20060         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20061         of mm-replace-chars-in-string.
20062
20063 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20064
20065         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20066
20067         * mm-util.el (mm-subst-char-in-string): Support inplace.
20068
20069         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20070         a new string in every iteration.  Use shy groups.
20071
20072 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20073
20074         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20075         * gnus-soup.el (gnus-soup-group-brew):
20076         * gnus-msg.el (gnus-put-message):
20077         * gnus-move.el (gnus-group-move-group-to-server):
20078         * gnus-kill.el (gnus-batch-score):
20079         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20080         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20081         (gnus-group-update-group, gnus-group-read-group)
20082         (gnus-group-make-group, gnus-group-make-help-group)
20083         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20084         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20085         (gnus-group-sort-by-unread, gnus-group-catchup)
20086         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20087         (gnus-group-yank-group, gnus-group-set-info)
20088         (gnus-group-list-groups):
20089         * gnus.el (gnus-generate-new-group-name):
20090         * gnus-delay.el (gnus-delay-send-queue):
20091         * nnvirtual.el (nnvirtual-catchup-group):
20092         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20093         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20094         (gnus-group-prepare-topics, gnus-topic-check-topology):
20095         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20096         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20097         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20098         (gnus-group-make-articles-read):
20099         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20100         (gnus-group-change-level, gnus-kill-newsgroup)
20101         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20102         (gnus-get-unread-articles, gnus-make-articles-unread)
20103         (gnus-make-ascending-articles-unread): Use accessor
20104         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20105         to get group information for improved readability.
20106
20107
20108 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20109
20110         * gnus-art.el (article-decode-mime-words, article-babel)
20111         (gnus-article-highlight-signature, gnus-article-add-buttons)
20112         (gnus-signature-toggle): Use gnus-with-article-buffer.
20113
20114         * gnus-art.el (gnus-article-highlight-headers)
20115         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20116
20117         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20118         (gnus-article-set-globals, gnus-request-article-this-buffer)
20119         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20120         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20121         (gnus-mime-display-alternative): Use with-current-buffer.
20122
20123 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20124
20125         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20126         also under 80 char limit, and call gnus-error if needed.
20127         (spam-fetch-article-header): Fix - it was a
20128         buffer-local variable (gnus-newsgroup-data).
20129         (spam-find-spam): Use spam-generate-fake-headers, forget about
20130         spam-insert-fake-headers.
20131         (spam-insert-fake-headers): Remove.
20132
20133 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20134
20135         * deuglify.el (gnus-article-outlook-unwrap-lines)
20136         (gnus-outlook-rearrange-article)
20137         (gnus-outlook-repair-attribution-outlook)
20138         (gnus-outlook-repair-attribution-block)
20139         (gnus-outlook-repair-attribution-other): Remove redundant
20140         save-excursion.
20141
20142 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20143
20144         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20145         (spam-fetch-field-subject-fast)
20146         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20147         (spam-fetch-article-header): Add functions to deal with Gnus
20148         internals for fast retrieval of article header data.
20149         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20150
20151 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20152
20153         * pop3.el (pop3-md5): Remove.
20154         (pop3-apop): Replace pop3-md5 with md5.
20155
20156         * mm-bodies.el: base64 is always built-in.
20157
20158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20159         Use with-current-buffer.
20160
20161 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * canlock.el (canlock-insert-header): Remove excessive grouping in
20164         regexp.
20165
20166         * gnus-sum.el (gnus-summary-read-document): Ditto.
20167
20168         * gnus-uu.el (gnus-uu-part-number): Ditto.
20169
20170         * html2text.el (html2text-remove-tags): Ditto.
20171         (html2text-format-tags): Ditto.
20172         (html2text-format-single-elements): Ditto.
20173
20174         * mml.el (mml-parse-1): Ditto.
20175
20176 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20179
20180         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20181
20182         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20183
20184         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20185
20186 2003-11-15  Simon Josefsson  <jas@extundo.com>
20187
20188         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20189         (pgg-gpg-lookup-key): Use regexp match instead of
20190         split-string (split-string is different between emacs 21.2 and
20191         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20192
20193 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20194
20195         * gnus-art.el (gnus-mime-view-all-parts)
20196         (gnus-article-part-wrapper, gnus-article-view-part):
20197         Use with-current-buffer.
20198
20199 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20200
20201         * spam.el (spam-disable-spam-split-during-ham-respool)
20202         (spam-spamoracle-database, spam-cache-lookups)
20203         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20204         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20205         (spam-group-ham-marks, spam-group-spam-marks)
20206         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20207         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20208         also add spam-use-blackholes to the statistical checks.
20209         (spam-fetch-field-fast): Add interface to fetching fields, may
20210         become a macro.
20211         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20212         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20213         (spam-insert-fake-headers): Fake an article when needed.
20214         (spam-find-spam): Fake article when possible.
20215         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20216         (spam-check-bogofilter-headers): Use message-fetch-field instead
20217         of nnmail-fetch-field.
20218
20219 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20220
20221         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20222
20223 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20224
20225         * spam.el (spam-split): Do not require spam-use-CHECK to be
20226         enabled if that check is passed to spam-split explicitly; also
20227         fix so 'spam doesn't get converted to spam-split-group when
20228         spam-split-symbolic-return is t.
20229         (spam-find-spam): Find registrations of the article and use those
20230         instead of re-running spam-split to find the spam/ham
20231         classification of the article.
20232         (spam-log-processing-to-registry, spam-log-registered-p)
20233         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20234         Use gnus-error instead of gnus-message.
20235         (spam-log-registration-type): Add function to determine the
20236         classification of a message based on registry entries; will
20237         return nil if both 'spam and 'ham are found.
20238         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20239         a reasonably fast local cache without the loading errors.
20240         (spam-cache-lookups): Set to t by default.
20241         (spam-find-spam): Don't try to guess spam-cache-lookups.
20242         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20243         spam-caches entry.
20244         (spam-filelist-build-cache, spam-filelist-check-cache):
20245         Fix caching of whitelist/blacklist entries.
20246         (spam-check-whitelist, spam-check-blacklist):
20247         Invoke spam-from-listed-p with a type, not a cache variable.
20248         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20249
20250 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20251
20252         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20253
20254         * nnmail.el (nnmail-split-fancy): do.
20255
20256         * mml.el (mml-parse): do.
20257
20258         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20259         (gnus-score-adaptive): do.
20260
20261 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20264         (gnus-mime-button-map): Don't set keymap parent.
20265         (gnus-button-ctan-directory-regexp): Use shy grouping.
20266         (gnus-prev-page-map): Don't set keymap parent.
20267         (gnus-prev-page-map): Remove duplicated one.
20268         (gnus-next-page-map): Don't set keymap parent.
20269         (gnus-mime-security-button-map): Ditto.
20270
20271         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20272         version number.
20273
20274         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20275
20276 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * canlock.el (canlock-sha1-function): Remove.
20279         (canlock-sha1-function-for-verify): Remove.
20280         (canlock-openssl-program): Remove.
20281         (canlock-openssl-args): Remove.
20282         (canlock-ignore-errors): Remove.
20283         (canlock-sha1-with-openssl): Remove.
20284         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20285         (canlock-verify): Don't use canlock-ignore-errors.
20286
20287         * sha1-el.el (sha1-string-external): Make it can return a string
20288         in binary form.
20289         (sha1-region-external): Ditto.
20290         (sha1-string-internal): Ditto.
20291         (sha1-region-internal): Ditto.
20292         (sha1-region): Ditto.
20293         (sha1-string): Ditto.
20294         (sha1): Ditto.
20295
20296 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20297
20298         * spam.el (spam-report-articles-gmane): New command.
20299
20300 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20303
20304         * run-at-time.el (run-at-time-saved): Remove.
20305         (run-at-time): Doc fix.
20306
20307 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20308
20309         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20310         (gnus-summary-limit-map): Add it.
20311         (gnus-summary-make-menu-bar): do.
20312
20313 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20314
20315         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20316         Make attempt at some caching support (done for BBDB only now).
20317         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20318         addresses to be checked.
20319         (spam-clear-cache-BBDB): Add function, to be invoked by
20320         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20321         (spam-check-BBDB): Check and use the caches, if
20322         spam-cache-lookups is on, remove superfluous (provide).
20323
20324 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20325
20326         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20327
20328 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20329
20330         * run-at-time.el (run-at-time-saved): Move to after the definition
20331         of `run-at-time'.
20332
20333         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20334
20335 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20336
20337         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20338         mm-w3m-local-map-property.
20339
20340         * mm-view.el (mm-w3m-mode-map): Remove.
20341         (mm-w3m-local-map-property): Remove.
20342         (mm-inline-text-html-render-with-w3m): Don't use
20343         mm-w3m-local-map-property.
20344
20345 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20346
20347         * run-at-time.el: New file.
20348
20349         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20350         under Emacs.
20351
20352         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20353         of gnus-set-text-properties.
20354
20355         * gnus-uu.el (gnus-uu-save-article): Ditto.
20356
20357         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20358
20359         * gnus-cite.el (gnus-cite-parse): Ditto.
20360
20361         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20362         of gnus-.
20363
20364         * gnus-xmas.el (run-at-time): Require run-at-time.
20365
20366         * gnus.el: Change calls to nnheader-run-at-time and
20367         password-run-at-time throughout to use run-at-time directly.
20368
20369         * password.el: Remove definition of run-at-time.
20370
20371         * nnheaderxm.el: Remove definition of run-at-time.
20372
20373 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20374
20375         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20376         in prompt.
20377
20378 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20379
20380         * messagexmas.el (message-xmas-redefine): Alias
20381         `message-make-caesar-translation-table' to
20382         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20383         version.
20384
20385         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20386         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20387         `gnus-xmas-set-text-properties'.
20388         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20389         `gnus-xmas-completing-read'.
20390         (gnus-xmas-completing-read): Removed.
20391         (gnus-xmas-open-network-stream): Removed.
20392
20393         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20394         XEmacs version.
20395
20396         * dns.el (dns-make-network-process): Use `open-network-stream'
20397         instead of `gnus-xmas-open-network-stream'.
20398
20399         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20400
20401         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20402
20403 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20404
20405         * gnus-art.el (gnus-mime-display-alternative)
20406         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20407         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20408         Don't use gnus-local-map-property.
20409
20410         * gnus-util.el (gnus-local-map-property): Remove.
20411
20412         * mm-view.el (mm-view-pkcs7-decrypt):
20413         Replace gnus-completing-read-maybe-default with completing-read.
20414
20415         * gnus-util.el (gnus-completing-read): do.
20416         (gnus-completing-read-maybe-default): Remove.
20417
20418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20419
20420         * password.el: Only autoload `run-at-time' if not XEmacs.
20421         Only autoload the itimer functions if XEmacs.
20422
20423 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20426         XEmacsen.
20427
20428         * dgnushack.el: Autoload executable-find for XEmacs.
20429
20430 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * gnus-art.el (gnus-read-string): Remove.
20433         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20434         read-string.
20435
20436 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20437
20438         * netrc.el: Autoload password-read.
20439         (netrc): Add configuration group.
20440         (netrc-encoding-method, netrc-openssl-path):
20441         Add variables for encoding and decoding of files with symmetric
20442         ciphers.
20443         (netrc-encode): Add assistant function to encode a file with
20444         netrc-encoding-method.
20445         (netrc-parse): Add interactive parameter, added optional
20446         decoding if netrc-encoding-method is non-nil but otherwise
20447         behavior is standard.
20448         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20449         Do s/encode/encrypt/ everywhere.
20450
20451         * spam.el: Remove executable-find autoload.
20452
20453 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20454
20455         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20456
20457         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20458
20459 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20460
20461         * gnus-art.el (gnus-treat-ansi-sequences)
20462         (article-treat-ansi-sequences): New variable and function.
20463         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20464
20465         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20466         Use it.
20467
20468 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * mm-util.el (mm-quote-arg): Remove.
20471
20472         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20473         shell-quote-argument.
20474
20475         * gnus-uu.el (gnus-uu-command): do.
20476
20477         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20478
20479         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20480         with make-char.
20481
20482         * mm-util.el (mm-make-char): Remove.
20483
20484         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20485         add-minor-mode.
20486
20487         * gnus-undo.el (gnus-undo-mode): do.
20488
20489         * gnus-topic.el (gnus-topic-mode): do.
20490
20491         * gnus-sum.el (gnus-dead-summary-mode): do.
20492
20493         * gnus-start.el (gnus-slave-mode): do.
20494
20495         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20496
20497         * gnus-ml.el (gnus-mailing-list-mode): do.
20498
20499         * gnus-gl.el (gnus-grouplens-mode): do.
20500
20501         * gnus-draft.el (gnus-draft-mode): do.
20502
20503         * gnus-dired.el (gnus-dired-mode): do.
20504
20505         * gnus-ems.el (gnus-add-minor-mode): Remove.
20506
20507         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20508         Replace gnus-char-width with char-width.
20509
20510         * gnus-ems.el (gnus-char-width): Remove.
20511
20512         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20513         Replace gnus-char-width with char-width.
20514
20515         * gnus-ems.el (gnus-char-width): Remove.
20516
20517         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20518         definition.
20519         Remove Emacs 20 hash table compatibility code.
20520
20521         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20522         20 compatibility code.
20523
20524         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20525
20526         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20527
20528         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20529         Replace with point-at-{eol,bol}.
20530
20531         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20532
20533         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20534
20535         * flow-fill.el (fill-flowed-point-at-bol)
20536         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20537
20538         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20539         Replace with point-at-{eol,bol} throughout all files.
20540
20541 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * ntlm.el (ntlm-string-as-unibyte): New macro.
20544         (ntlm-build-auth-response): Use it.
20545
20546         Remove Emacs 20 stuff:
20547         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20548         (butlast, mapc, remove): Remove the compiler macros.
20549         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20550         of delq and copy-sequence.
20551         * gnus-art.el (popup-menu): Remove the compiler macro.
20552         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20553         Emacs 20.
20554
20555 2004-01-05  Simon Josefsson  <jas@extundo.com>
20556
20557         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20558         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20559         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20560         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20561         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20562         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20563         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20564         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20565         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20566         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20567         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20568         string-xor into ntlm-string-xor.
20569         Suggested by Jesper Harder <harder@myrealbox.com>.
20570
20571         * ntlm.el: Don't include poem.
20572
20573         * md4.el (print-int32, print-string-hexa): Remove.
20574         Suggested by Jesper Harder <harder@myrealbox.com>.
20575
20576         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20577
20578         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20579         probably breaks emacs with DL patch, but do we care? Is anyone
20580         still using the DL stuff?)
20581
20582         * sieve-manage.el: Use the password package.
20583         (sieve-manage-read-passwd): Remove.
20584         (sieve-manage-interactive-login): Use password.  Re-add
20585         condition-case around loop.
20586
20587         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20588         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20589         Use the password package.
20590
20591 2003-02-19  Simon Josefsson  <jas@extundo.com>
20592
20593         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20594         token.
20595
20596 2002-08-07  Simon Josefsson  <jas@extundo.com>
20597
20598         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20599         (sieve-manage-authenticators):
20600         (sieve-manage-authenticator-alist): Add some SASL mechs.
20601         (sieve-sasl-auth): New function.
20602         (sieve-manage-cram-md5-auth):
20603         (sieve-manage-plain-auth): Rewrite using SASL library.
20604         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20605         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20606         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20607         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20608
20609 2004-01-05  Simon Josefsson  <jas@extundo.com>
20610
20611         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20612         New files.
20613
20614 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20615
20616         * gnus-group.el (gnus-no-groups-message): Update.
20617
20618         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20619
20620 2003-11-09  Simon Josefsson  <jas@extundo.com>
20621
20622         * imap.el: Support for ID IMAP extension (RFC 2971).
20623         (imap-local-variables): Add imap-id.
20624         (imap-id): New variable.
20625         (imap-id): New function.
20626         (imap-parse-response): Parse untagged ID response.
20627         * nnimap.el (nnimap-id): New variable.
20628         (nnimap-open-connection): Use it.
20629
20630 2003-12-28  Simon Josefsson  <jas@extundo.com>
20631
20632         * gnus-score.el (gnus-score-edit-all-score): New.
20633         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20634
20635 2004-01-04  Simon Josefsson  <jas@extundo.com>
20636
20637         * password.el: Add.
20638
20639 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20640
20641         * dns.el (dns-query-types): Fix typo.
20642         (dns-query-types): New function.
20643         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20644         PTR and SOA replies, see RFC 1035.
20645
20646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20647
20648         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20649
20650         * Move to Changelog.2.
20651
20652 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20653
20654         * gnus.el (gnus-version-number): Bump version.
20655
20656 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20657
20658         * gnus.el: No Gnus v0.1 is released.
20659
20660 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20661
20662         * gnus.el: No Gnus v0.0 is released.
20663
20664 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20665
20666         * gnus.el (gnus-version-number): Bump.
20667         (gnus-version): No.
20668
20669 See ChangeLog.2 for earlier changes.
20670
20671   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20672
20673   This file is part of GNU Emacs.
20674
20675   GNU Emacs is free software: you can redistribute it and/or modify
20676   it under the terms of the GNU General Public License as published by
20677   the Free Software Foundation, either version 3 of the License, or
20678   (at your option) any later version.
20679
20680   GNU Emacs is distributed in the hope that it will be useful,
20681   but WITHOUT ANY WARRANTY; without even the implied warranty of
20682   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20683   GNU General Public License for more details.
20684
20685   You should have received a copy of the GNU General Public License
20686   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20687
20688 ;; Local Variables:
20689 ;; coding: utf-8
20690 ;; fill-column: 79
20691 ;; add-log-time-zone-rule: t
20692 ;; End: