191b7264d41f03c77f425a07a6e4efec293f79af
[gnus] / lisp / ChangeLog
1 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
4         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
5         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
6         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
7         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
8         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
9         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
10
11 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-request-rename-group): Select group read-only
14         before renaming it.
15
16         * shr.el (shr-insert): Fix up the white space only regexp.
17
18         * nnimap.el (nnimap-transform-split-mail): Not all articles have
19         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
20
21         * shr.el (shr-current-column): New function.
22         (shr-find-fill-point): New function.
23
24 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
25
26         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
27         numbers.
28
29 2010-10-11  Julien Danjou  <julien@danjou.info>
30
31         * shr.el (shr-hr-line): Add.
32         (shr-tag-hr): Use shr-hr-line to specify which character to use to
33         display hr lines.
34         (shr-max-columns): Do not change state to nil if we just inserting
35         spaces.
36
37 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-topic.el (gnus-topic-read-group): If after the last group,
40         select the last group.
41
42 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
45
46 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
47
48         * dig.el (dig-mode-map): Declare and define in one step.
49
50 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
53         for Gnus.
54         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
55         (nnimap-update-qresync-info): Mark \Seen articles as read.
56
57         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
58         non-variable, too.
59
60         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
61         available.
62         (nnimap-update-info): Rely more on the current active than the param
63         active to avoid marking articles as read too much.
64
65         * auth-source.el (auth-source-create): Use (user-login-name) for the
66         user name default.
67
68         * nnimap.el (nnimap-update-info): If the server doesn't return any
69         useful info, just use the previous info.
70         (nnimap-update-info): Prefer old info over start-article.
71         (nnimap-update-qresync-info): Finish implementing QRESYNC.
72
73 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
74
75         * nnir.el (autoload): Clean up autoloads.
76         (nnir-imap-default-search-key): Renamed from
77         nnir-imap-search-field. Use key rather than value.
78         (nnir-imap-search-other): New variable.
79         (nnir-read-parm): Use it.
80         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
81         (gnus-summary-nnir-goto-thread): Modify to work with imap.
82
83 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
84
85         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
86         the process, too.
87
88 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
91         Allbery.
92
93         * shr.el: Rework the way things are indented by <li> slightly.
94
95         * gnus.el (gnus-group-set-parameter): Fix typo.
96
97         * nnimap.el: Start implementing QRESYNC support.
98
99 2010-10-09  Julien Danjou  <julien@danjou.info>
100
101         * nnir.el (nnir-engines): Fix too many arguments.
102
103 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
106         group is the "last", so that the backends like nnfolder actually save
107         their folders.
108
109         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
110         try to use that for the tls stream.
111         (nnimap-retrieve-group-data-early): Rework the marks code to heed
112         UIDVALIDITY and find out which groups are read-only and not.
113         (nnimap-get-flags): Use the same marks parsing code as the rest of
114         nnimap.
115
116 2010-10-09  Julien Danjou  <julien@danjou.info>
117
118         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
119
120         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
121         retrieving gravatars.
122
123         * shr.el (shr-table-corner): Add.
124         (shr-table-line): Add.
125         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
126
127 2010-10-08  Julien Danjou  <julien@danjou.info>
128
129         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
130
131 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
134
135         * gnus-sum.el (gnus-mark-article-as-unread)
136         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
137         (gnus-summary-set-bookmark): Use it.
138
139         * gnus-msg.el (gnus-setup-message): Use it.
140
141         * gnus-demon.el (gnus-demon-remove-handler): Use it.
142
143         * gnus.el (gnus-group-remove-parameter): Use it.
144
145         * gnus-group.el (gnus-group-make-web-group): Use it.
146
147         * gnus-demon.el (gnus-demon-remove-handler): Use it.
148
149         * nnregistry.el: Update docs to mention manual.
150
151         * gnus-registry.el: Update docs to mention nnregistry.el.
152         (gnus-registry-initialize): Don't install nnregistry refer method
153         automatically.
154         (gnus-registry-install-nnregistry): Remove it.
155
156 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * shr.el (shr-insert): Don't insert double spaces.
159
160 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-gravatar.el (gnus-treat-from-gravatar)
163         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
164         called interactively.
165
166         * gnus-art.el (gnus-mime-view-part-externally)
167         (gnus-mime-view-part-internally): Make predicate function passed to
168         gnus-mime-view-part-as-type assume argument is a mime type, not a list
169         of a mime type.
170
171         * shr.el (shr-table-widths): Don't use cl function `reduce'.
172
173 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (require): Require cl when compiling.
176         (shr-tag-hr): New function.
177
178         * nnimap.el (nnimap-update-info): Remove double setting of high.
179         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
180         makes nnimap work properly on Courier again.
181
182         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
183         the variable for backwards compatability.
184
185         * mm-decode.el (mm-save-part): If given a non-directory result, expand
186         the file name before using to avoid setting mm-default-directory to
187         nil.
188
189         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
190         bidning gnus-agent variables.
191
192         * shr.el (shr-render-td): Use a cache for the table rendering function
193         to avoid getting an exponential rendering behaviour in nested tables.
194         (shr-insert): Rework the line-breaking algorithm.
195         (shr-insert): Don't leave trailing spaces.
196         (shr-insert-table): Also insert empty TDs.
197         (shr-tag-blockquote): Ensure paragraphs after </ul>.
198
199 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
200
201         * gnus-sum.el (gnus-number): Rename from `number'.
202         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
203         (gnus-summary-limit-children): Update uses correspondingly.
204
205 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
208         (gnus-gravatar-transform-address): Don't show avatars of people of
209         which mail addresses match gnus-gravatar-too-ugly.
210
211 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-table-widths): Expand TD elements to fill available
214         space.
215
216 2010-10-07  Julien Danjou  <julien@danjou.info>
217
218         * nnimap.el (nnimap-request-rename-group): Add this method.
219
220 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
223         name from XEmacs' function-arglist.
224
225         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
226         gravatar under XEmacs.
227
228 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
229
230         * auth-source.el: Update docs with TODO items.
231
232         * gnus-sync.el: Update docs to explain state and plans.
233
234         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
235         Hooks for mark updates.
236         (gnus-request-set-mark, gnus-request-update-mark): Use them.
237
238         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
239         hooks with arguments, which is needed for mark update hooks.
240
241 2010-10-06  Julien Danjou  <julien@danjou.info>
242
243         * gnus.el (gnus-expand-group-parameter): Only return and act on what
244         was matched.
245
246         * sieve-manage.el: Update example in `Commentary'.
247
248         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
249
250         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
251         not 2000.
252         (sieve-manage-authenticate): Re-add function.
253
254 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * shr.el (shr-insert): Get 'space transition right.
257         (shr-render-td): Only delete space at the end of the TD.
258
259         * nnimap.el (nnimap-open-connection): Prepare to support
260         open-gnutls-stream.
261
262         * shr.el: Rearrange function order to be more logical.
263
264 2010-10-06  Julien Danjou  <julien@danjou.info>
265
266         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
267         (nnrss-discover-feed): Remove 404 URL in docstring.
268
269         * nnir.el: Fix Swish-E URL.
270         Fix Namazu URL.
271
272         * message.el (message-change-subject): Remove 404 URL in a comment.
273
274 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
277         called interactively.
278
279         * gnus-util.el (gnus-remove-if): Allow hash table.
280         (gnus-remove-if-not): New function.
281
282         * gnus-art.el (gnus-mime-view-part-as-type)
283         * gnus-score.el (gnus-summary-score-effect)
284         * gnus-sum.el (gnus-read-move-group-name):
285         Replace remove-if-not with gnus-remove-if-not.
286
287         * gnus-group.el (gnus-group-completing-read):
288         Regard collection as a hash table if it is not a list.
289
290 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (shr-render-td): Allow blank/missing <TD>s.
293
294         * shr.el: Document the table-rendering algorithm.
295
296 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
299         for Emacsen having no `libxml-parse-html-region' support.
300
301 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
304         invalid URLs.
305
306         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
307         line-broken.
308         (shr-tag-img): Ignore image fetching errors.
309         (shr-overlays-in-region): Compute overlay positions correctly.
310
311         * mm-decode.el (mm-shr): Require shr.
312
313         * gnus-art.el (gnus-blocked-images): Move variable here.
314
315         * shr.el (shr-insert-table): Bind free variable.
316
317         * mm-decode.el (mm-shr): Bind shr-content-function.
318
319         * shr.el (shr-content-function): New variable.
320
321         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
322         added for symmetry.
323
324         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
325
326         * gnus-group.el (gnus-group-make-group): Doc fix.
327
328         * nnimap.el (nnimap-request-newgroups): Return success.
329
330         * shr.el (shr-find-elements): New function.
331         (shr-tag-table): Put all the images after the table.
332         (shr-tag-table): Really inhibit images inside the table.
333         (shr-collect-overlays): Copy over overlays from the TD elements to the
334         main document.
335
336         * mm-decode.el (mm-shr): Bind shr-blocked-images to
337         gnus-blocked-images.
338
339 2010-10-05  Julien Danjou  <julien@danjou.info>
340
341         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
342
343         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
344         (gnus-html-maximum-image-size): Add this function.
345         (gnus-html-put-image): Use gnus-html-maximum-image-size.
346
347         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
348         server-value of the capability is nil.
349
350 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * shr.el (shr-tag-em): Add <EM> tag.
353
354 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
355
356         * sieve-manage.el (sieve-manage-default-stream): Make default stream
357         customizable.
358
359         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
360         handing broken links to browse-url.
361
362 2010-10-05  Julien Danjou  <julien@danjou.info>
363
364         * gnus-util.el (gnus-emacs-completing-read)
365         (gnus-iswitchb-completing-read): Use autoload rather than require.
366
367 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
370         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
371         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
372         iswitchb-temp-buflist for XEmacs.
373
374         * gnus-util.el (gnus-completing-read-function): Exclude
375         gnus-icompleting-read and gnus-ido-completing-read from candidates for
376         XEmacs since iswitchb.el is very old and ido.el is unavailable in
377         XEmacs.
378
379         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
380         not to use `delete-dups' that is unavailable in XEmacs 21.4.
381
382         * gnus-html.el: Don't require help-fns under XEmacs.
383         (gnus-html-schedule-image-fetching): Work for XEmacs.
384
385         * mm-decode.el (mm-shr): Decode contents by charset.
386
387 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
390         unknown.
391
392         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
393         (shr-get-image-data): Ensure against the cache file missing.
394
395         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
396         for data.
397
398         * spam-report.el (spam-report-url-ping-plain): Don't query about
399         killing the process.
400
401         * shr.el (shr-render-td): Protect against too-wide text.
402
403 2010-10-04  Julien Danjou  <julien@danjou.info>
404
405         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
406         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
407
408         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
409         retrieved.
410
411 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * shr.el (browse-url): Required.
414         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
415         lines.
416         (shr-show-alt-text, shr-browse-image): New commands.
417         (shr-browse-url, shr-copy-url): New commands.
418
419         * gnus-sum.el (gnus-widen-article-window): New variable.
420         (gnus-summary-select-article-buffer): Use it.
421
422         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
423         without @ signs.
424
425 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
426
427         * nnir.el (nnir-run-imap): Remove spurious space in search string.
428
429 2010-10-04  Julien Danjou  <julien@danjou.info>
430
431         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
432         for XEmacs.
433
434 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
437
438         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
439         (nnimap-close-server): Implement.
440
441         * dgnushack.el (iswitchb): Require to shut up the compiler.
442
443         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
444         (shr-insert): Tweak line breaking.
445         (shr-insert): Handle <pre> better.
446         (shr-tag-li): Get <li> indentation right.
447         (shr-tag-li): Get <li> indentation even righter.
448         (shr-tag-blockquote): Ensure paragraph start.
449         (shr-make-table): Tweak table generation.
450         (shr-make-table): Fix typo.
451
452         * shr.el: Implement table rendering.
453
454 2010-10-04  Julien Danjou  <julien@danjou.info>
455
456         * gnus-html.el (gnus-html-put-image): Fix resize image code.
457
458 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * shr.el (shr-insert): Use string anchors instead of line anchors.
461
462 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el: Add headings.
465         (shr-ensure-paragraph): Actually work.
466         (shr-tag-li): Make <ul> prettier.
467         (shr-insert): Get white space at the beginning/end of elements right.
468         (shr-tag-p): Collapse subsequent <p>s.
469         (shr-ensure-paragraph): Don't insert double line feeds after blank
470         lines.
471         (shr-insert): \t is also space.
472         (shr-tag-s): Fix "s" tag name function.
473         (shr-tag-s): Fix face prop name.
474
475 2010-10-03  Julien Danjou  <julien@danjou.info>
476
477         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
478
479         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
480         gnus-window-inside-pixel-edges.
481
482         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
483         gnus-ems.
484
485         * mm-view.el (mm-inline-image-emacs): Support image resizing.
486
487         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
488         function.
489
490         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
491         resize choice.
492
493 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
496         beginning of the buffer.
497
498         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
499         article buffer again.
500
501         * shr.el (shr-tag-p): Don't insert newlines at the start of the
502         buffer.
503
504         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
505         when it's at the start of the buffer.
506
507         * shr.el (shr-tag-blockquote): Convert name.
508         (shr-rescale-image): Use the right image-size variant.
509
510         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
511         buffer isn't shown, then select the current article first instead of
512         bugging out.
513         (gnus-summary-select-article-buffer): Show both the article and summary
514         buffers again.
515
516         * shr.el (shr-fontize-cont): Protect against regions with no text.
517         Rename tag functions to shr-tag-* for enhanced security.
518         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
519
520 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
521
522         * shr.el (shr-insert):
523         * pop3.el (pop3-movemail):
524         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
525         loaded.
526
527 2010-10-03  Glenn Morris  <rgm@gnu.org>
528
529         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
530
531         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
532
533         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
534
535         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
536
537         * gnus-util.el (gnus-make-local-hook): Simplify.
538
539 2010-10-02  Julien Danjou  <julien@danjou.info>
540
541         * gnus-util.el (gnus-iswitchb-completing-read): New function.
542         (gnus-ido-completing-read): New function.
543         (gnus-emacs-completing-read): New function.
544         (gnus-completing-read): Use gnus-completing-read-function.
545         Add gnus-completing-read-function.
546
547 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * shr.el (shr-insert-document): Autoload.
550         (shr-img): Be silent.
551         (shr-insert): Add a newline after every picture before text.
552         (shr-add-font): Use overlays for combining faces.
553         (shr-insert): Pass upwards the text start point.
554
555         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
556         possible.
557         (mm-shr): New function.
558
559 2010-10-02  Julien Danjou  <julien@danjou.info>
560
561         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
562         should go backward.
563
564 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
565
566         * shr.el (shr): Fix typo in provide call.
567
568 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el: New file.
571
572         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
573
574         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
575         completing read.
576
577 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
580         we're being queried about.  Suggested by Dan Jacobson.
581
582         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
583         by Jason Eisner.
584
585         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
586         table, too.  Suggested by Stefan Wiens.
587         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
588         the table unnecessary.  Suggested by Stefan Wiens.
589
590         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
591         longer needed, and probably doesn't work either, as pointed out by
592         Stefan Wiens.
593         (gnus-summary-exit): Remove call to the clearing function.
594         (gnus-summary-exit-no-update): Ditto.
595
596         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
597         instead of gnus-eval-in-buffer-window to avoid popping up frames.
598         Reported by Stefan Monnier.
599         (gnus-summary-save-in-rmail): Ditto.
600
601         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
602         article buffer, instead of both the article buffer and the summary
603         buffer.  Sort of suggested by Dan Jacobson.
604
605         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
606
607         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
608         Suggested by Dan Jacobson.
609
610         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
611         documentation clearer.
612
613         * message.el (message-shorten-references): Comment on the number "21".
614         Suggested by Stefan Monnier.
615
616         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
617         Suggested by Dan Jacobson.
618
619         * gnus.el (gnus-large-newsgroup): Mention
620         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
621
622         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
623         externalize attachments.  Bug reported by Steve Wen.
624
625         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
626         really message anything to the user.
627
628         * nnmail.el (nnmail-article-group): Allow using the fancy split method
629         directly.
630
631         * nnimap.el (nnimap-request-group): Low higher than high to signal no
632         messages in empty groups.
633
634 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
635
636         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
637         non-UIDNEXT group.
638
639 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
642         not the value from the collection.
643
644         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
645         values.  This sometimes happens on some groups that have no info.
646         (nnimap-request-newgroups): New function.
647
648 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
651         check into `gnus-registry-initialize'.
652         (gnus-registry-initialize): Ditto.
653         Fix and extend header docs.
654
655 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
658         regexp backtrace overflows.
659
660         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
661         for starttls that tls.el implements; i.e. openssl.
662
663         * tls.el (tls-starttls-switches): Give up on using starttls with
664         gnutls-cli.
665         (tls-program): Add --insecure to be consistent with the defaults from
666         openssl s_client.  Now all three commands are insecure.
667
668 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * lpath.el: Bind completion-styles-alist for XEmacs.
671
672         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
673         (gravatar-create-image): New function that's an alias to
674         gnus-xmas-create-image, gnus-create-image, or create-image.
675         (gravatar-data->image): Use it.
676
677 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
678
679         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
680         install the nnregistry refer method.
681         (gnus-registry-install-hooks): Use it.
682         (gnus-registry-unfollowed-groups): Add nnmairix to the default
683         unfollowed groups.
684
685 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
686
687         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
688         expanding threads.
689
690 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnir.el: Use the server names without suffixes (bug #7009).
693
694         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
695         unencrypted to STARTTLS, if possible.
696
697 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
698
699         * message.el (message-ignored-supersedes-headers): Strip Injection-*
700         headers before superseding.
701
702 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * nnrss.el (nnrss-use-local): Add documentation.
705
706         * nnimap.el (nnimap-extend-tls-programs): New function.
707         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
708         (nnimap-wait-for-connection): Accept the greeting from the stupid
709         output from openssl s_client -starttls, too.
710
711         * tls.el (tls-starttls-switches): New variable.
712         (tls-find-starttls-argument): Use it.
713         (open-tls-stream): Ditto.
714
715         * netrc.el (netrc-credentials): Return the value of the "default"
716         entry.
717         (netrc-machine): Ditto.
718
719         * nnimap.el (nnimap-find-article-by-message-id): Really return the
720         article number.
721         (nnimap-split-fancy): New variable.
722         (nnimap-split-incoming-mail): Use it.
723
724         * nntp.el (nntp-server-list-active-group): Document.
725
726         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
727         SELECT to get the message-id.
728
729         * mail-source.el (mail-sources): Removed webmail support.
730         (defvar): Ditto.
731         (mail-source-fetcher-alist): Ditto.
732         (mail-source-fetch-webmail): Removed.
733
734         * webmail.el: Removed -- doesn't seem relevant any more.
735
736         * gnus.el: Fix up make-obsolete-variable declarations throughout.
737
738         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
739         the \r.
740
741 2010-09-30  Julien Danjou  <julien@danjou.info>
742
743         * gnus-agent.el (gnus-agent-add-group): Fix call to
744         gnus-completing-read.
745
746 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * nndoc.el (nndoc-retrieve-groups): New function.
749
750         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
751         `default', use nnmail-split-methods.
752         (nnimap-request-article): Downcase the NILs so that they are nil.
753
754         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
755         symbol.
756
757         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
758         code, since if the user has requested network, that's what they ought
759         to get.
760         (nnimap-request-set-mark): Erase the buffer before issuing commands.
761         (nnimap-split-rule): Mark as obsolete.
762
763         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
764         variable.
765
766         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
767         correct slot, too.
768
769 2010-09-29  Julien Danjou  <julien@danjou.info>
770
771         * gnus.el (gnus-local-domain): Declare variable obsolete.
772
773         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
774         computing.
775         (gnus-ido-completing-read): Require ido.
776
777 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-registry.el: Don't prompt on load, which makes it impossible to
780         build Gnus.
781
782         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
783         when interpreting the structures.
784         (nnimap-request-accept-article): Add \r\n to the lines to make this
785         work with Cyrus.
786
787         * nndraft.el (nndraft-request-expire-articles): Use the group name
788         instead if "nndraft".  Fix found by Nils Ackermann.
789
790 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
791
792         * nnregistry.el: Added.
793
794 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
795
796         * nnmail.el (group, group-art-list, group-art):
797         Remove unneeded directives.
798
799 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
802         (mm-mime-charset)
803         * rfc2047.el (rfc2047-syntax-table)
804         * utf7.el (utf7-utf-16-coding-system): Comment fix.
805
806         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
807         rather than `insert-file-contents' and `eval-region'.
808
809         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
810         construction.
811
812         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
813
814         * time-date.el: No need to require cl for Emacs 21.
815
816 2010-09-29  Julien Danjou  <julien@danjou.info>
817
818         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
819         replacement of `gnus-gravatar-relief' to mimic
820         `gnus-faces-properties-alist'.
821         Add :version property.
822
823 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * mail-source.el (mail-source-report-new-mail)
826         * message.el (message-default-mail-headers)
827         * mm-decode.el (mm-valid-image-format-p): Comment fix.
828
829         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
830
831 2010-09-28  Julien Danjou  <julien@danjou.info>
832
833         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
834         mail-address contains the same string as real-name.
835
836         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
837         non-blank in header, otherwise it'll get stripped.
838
839         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
840         real-name, and then for mail address rather than doing : or , search.
841
842 2010-09-27  Julien Danjou  <julien@danjou.info>
843
844         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
845         (gnus-server-goto-server): Use gnus-completing-read.
846
847         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
848
849         * mm-util.el (defalias): Use gnus-completing-read.
850         (mm-codepage-setup): Use gnus-completing-read.
851
852         * smime.el (smime-sign-buffer): Use gnus-completing-read.
853         (smime-decrypt-buffer): Use gnus-completing-read.
854
855         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
856
857         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
858         (mml-minibuffer-read-disposition): Use gnus-completing-read.
859         (mml-insert-multipart): Use gnus-completing-read.
860
861         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
862
863         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
864
865         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
866
867         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
868
869         * gnus.el (gnus-read-method): Use gnus-completing-read.
870
871         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
872
873         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
874         (gnus-mime-action-on-part): Use gnus-completing-read.
875         (gnus-article-encrypt-body): Use gnus-completing-read.
876
877         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
878         (gnus-topic-move-matching): Use gnus-completing-read.
879         (gnus-topic-copy-matching): Use gnus-completing-read.
880         (gnus-topic-sort-topics): Use gnus-completing-read.
881         (gnus-topic-move): Use gnus-completing-read.
882
883         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
884         (gnus-agent-add-group): Use gnus-completing-read.
885
886         * nnmairix.el (nnmairix-create-server-and-default-group): Use
887         gnus-completing-read.
888         (nnmairix-update-groups): Use gnus-completing-read.
889         (nnmairix-get-server): Use gnus-completing-read.
890         (nnmairix-backend-to-server): Use gnus-completing-read.
891         (nnmairix-goto-original-article): Use gnus-completing-read.
892         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
893
894         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
895
896         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
897         (gnus-group-make-useful-group): Use gnus-completing-read.
898         (gnus-group-make-web-group): Use gnus-completing-read.
899         (gnus-group-add-to-virtual): Use gnus-completing-read.
900         (gnus-group-browse-foreign-server): Use gnus-completing-read.
901
902         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
903         (gnus-summary-limit-to-extra): Use gnus-completing-read.
904         (gnus-summary-execute-command): Use gnus-completing-read.
905         (gnus-summary-respool-article): Use gnus-completing-read.
906         (gnus-read-move-group-name): Use gnus-completing-read.
907
908         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
909         (gnus-summary-score-effect): Use gnus-completing-read.
910
911         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
912
913         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
914         right completing-read function.
915         (gnus-use-ido): New variable
916         (gnus-completing-read-with-default): Remove.
917
918 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
921         x-focus-frame.
922
923         * nnimap.el (auth-source-forget-user-or-password)
924         (auth-source-user-or-password): Autoload.
925
926         * message.el (message-from-style, message-interactive)
927         (message-cite-prefix-regexp, message-sendmail-envelope-from)
928         (message-yank-prefix, message-indentation-spaces, message-signature)
929         (message-signature-file): Add comment.
930
931 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
934         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
935         new articles.
936
937         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
938         parts.
939         (nnimap-request-article): Work with the t setting, too.
940
941         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
942         that you don't get flashes of other buffers.
943         (gnus-summary-show-complete-article): Intern before setting.
944
945 2010-09-27  David Engster  <dengste@eml.cc>
946
947         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
948         well as HEADERS.
949         (nnmairix-retrieve-headers): Provide new argument for the above.
950
951 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-sum.el (gnus-summary-move-article): Don't alter
954         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
955         group.
956
957         * nnimap.el (nnimap-update-info): Don't destructively alter active.
958
959         * message.el (message-cite-prefix-regexp): Revert my last edit.
960
961         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
962         variable instead of the Gnus variable.
963
964         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
965
966         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
967         again.
968
969         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
970         since some servers don't like it.
971         (nnimap-open-connection): Forget credentials if the server says the
972         password was wrong.
973         (nnimap-parse-line): Protect against invalid data.
974
975         * gnus-sum.el (gnus-summary-move-article): Add comment.
976         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
977         nothing alters it while scanning for new messages.
978
979         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
980         which may or may not help.
981         (nnimap-open-connection): If we're doing a stream connection, and then
982         discover we're on a STARTTLS-capable server, then open a STARTTLS
983         connection instead.
984
985 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnimap.el (utf7): Required.
988
989         * message.el (message-cite-prefix-regexp): Remove "}" from citation
990         prefix.
991
992 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
993
994         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
995
996 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * nnimap.el (nnimap-request-accept-article): Message the error on
999         error.
1000
1001 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1004
1005 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * nndoc.el (nndoc-request-list): Return success always.
1008
1009         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1010         `fetch-old' -- we only want to fetch the articles we've requested.  The
1011         rest are in the agent, probably.
1012         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1013         disappeared server" to something low.  It's not important.
1014
1015         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1016         arrived before the FETCH data.
1017
1018         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1019         target here, because we don't know the Gnus name of the group.
1020
1021         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1022         for the correct group.
1023
1024         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1025
1026         * gnus.el (gnus): Give a final warning after startup.
1027
1028         * gnus-util.el (gnus-action-message-log): New variable.
1029         (gnus-message): Use it.
1030         (gnus-final-warning): New function.
1031
1032         * nnimap.el (nnimap-open-connection): Record the greeting.
1033         (nnimap): Add greeting.
1034
1035 2010-09-26  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1038         arguments.
1039         (gnus-html-wash-images): Fix spec computing to include start/end.
1040
1041         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1042
1043 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1046         deletion.
1047         (nnimap-retrieve-headers): Don't select the group, because that's
1048         already done by nnimap-possibly-change-group.
1049
1050         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1051         (gnus-picon-transform-address): Use it.
1052
1053         * mail-source.el (mail-source-value): Revert previous patch.
1054
1055         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1056         on failure.
1057         (nnimap-open-connection): Look up both virtual and physical server name
1058         credentials.
1059
1060         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1061
1062 2009-02-07  Dave Love  <fx@gnu.org>
1063
1064         * tls.el (open-tls-stream): Don't query killing process.
1065
1066 2009-02-08  Dave Love  <fx@gnu.org>
1067
1068         * gnus-win.el (gnus-window-to-buffer-helper,
1069         gnus-all-windows-visible-p): Function needn't be a symbol.
1070
1071         * mail-source.el (mail-source-value): Function needn't be a symbol.
1072
1073 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * message.el (message-cite-prefix-regexp): Remove } from the cite
1076         prefix.
1077
1078         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1079         highlight again, so that the highlight is correct.
1080
1081         * gnus-picon.el (gnus-picon): Remove again.
1082         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1083
1084         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1085         doing the header highlightling, so that the background colour of the
1086         picon is correct.
1087
1088         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1089         (gnus-picon): Ditto.
1090         (gnus-picon): Reinstate.  The background colour for picons is white.
1091         (gnus-picon-insert-glyph): Make the background white.
1092
1093         * nnml.el (nnml-open-nov): Don't return dead buffers.
1094
1095         * auth-source.el (auth-source-create): Query the user for whether to
1096         store the credentials.
1097
1098         * netrc.el (netrc-store-data): New function.
1099
1100         * auth-source.el (auth-source-user-or-password): Use the existing auth
1101         sources, if any, for creation.
1102
1103         * gnus.el (gnus-group-fast-parameter): Return the last matching
1104         parameter instead of the first matching parameter.
1105
1106 2010-09-26  Julien Danjou  <julien@danjou.info>
1107
1108         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1109
1110 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * mml2015.el (mml2015-use): Remove gpg support.
1113
1114         * mml1991.el (mml1991-function-alist): Remove gpg function.
1115         (mml1991-gpg-sign): Removed.
1116
1117 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1118
1119         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1120         (gnus-browse-unsubscribe-current-group): Document it.
1121         (gnus-browse-unsubscribe-group): Use it.
1122
1123 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1126         address to the To list for easier response.
1127
1128         * gnus.el (gnus-play-startup-jingle): Removed.
1129         (gnus-splash): Don't play jingle.
1130         (gnus): Silence gnus-load message.
1131
1132         * gnus-art.el (gnus-treat-play-sounds): Removed.
1133
1134         * gnus.el (gnus-play-jingle): Remove audio support.
1135
1136         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1137
1138         * earcon.el: Removed -- no users.
1139
1140         * gnus-audio.el: Removed -- no users of this package.
1141
1142         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1143
1144         * gnus-start.el (gnus-setup-news): Remove nocem support.
1145
1146         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1147
1148         * gnus.el (gnus-use-nocem): Removed.
1149
1150         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1151         Removed.
1152
1153         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1154         uses NoCeM any more.
1155
1156         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1157         (gnus-button-ctan-handler): Ditto.
1158         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1159         (gnus-button-ctan-directory-regexp): Ditto.
1160         (gnus-button-handle-ctan): Ditto.
1161         (gnus-button-tex-level): Ditto.
1162         (gnus-button-alist): Removed CTAN stuff.
1163
1164 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1167         nnimap-streaming test.
1168
1169         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1170         servers twice.
1171
1172         * nnimap.el (nnimap-open-connection): Add more error reporting when
1173         nnimap fails early.
1174
1175         * nnheader.el (nnheader-get-report-string): New function.
1176         (nnheader-get-report): Use it.
1177
1178         * gnus-int.el (gnus-check-server): Say what the error was when opening
1179         failed.
1180
1181         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1182         using streaming.
1183
1184 2010-09-25  Julien Danjou  <julien@danjou.info>
1185
1186         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1187         gnus-window-inside-pixel-edges.
1188
1189 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1192
1193         * mm-decode.el (mm-save-part): Allow saving to other directories the
1194         normal Emacs way.
1195
1196         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1197         by Jay Berkenbilt.
1198
1199         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1200         there isn't a single byte.
1201
1202         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1203         just do it.  It doesn't really seem to matter what the user responds
1204         here, I think, so it's just a confusing question.
1205
1206         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1207         non-streaming case.
1208
1209         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1210         (gnus-article-encrypt-body): Use it.
1211
1212         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1213         keystroke.
1214
1215         * nnimap.el (nnimap-find-wanted-parts-1): Use
1216         gnus-fetch-partial-articles.
1217
1218         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1219
1220         * nnimap.el (nnimap-insert-partial-structure): New function.
1221         (nnimap-get-partial-article): New function.
1222         (nnimap-request-article): Use it.
1223         (nnimap-wait-for-response): Return whether the wait was successful.
1224         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1225         retrieval wasn't successful.
1226         (nnimap-retrieve-group-data-early): Allow throttling servers.
1227         (nnimap-streaming): New variable.
1228         (nnimap-fetch-partial-articles): Removed.
1229
1230         * mm-decode.el (mm-with-part): Protect against killed buffers.
1231
1232         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1233         for prettier summary display.
1234
1235 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1236
1237         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1238         directly.
1239
1240 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1243         apparently third-party libraries depend on it.
1244
1245         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1246         before starting negotiation.
1247
1248         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1249         privacy reasons.
1250         (gnus-treat-mail-gravatar): Ditto.
1251
1252         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1253         buffer when inserting images.  Inserting text into the headers, for
1254         instance, can make them invalid.
1255
1256 2010-09-25  Julien Danjou  <julien@danjou.info>
1257
1258         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1259         variables.
1260
1261         * nnheader.el: Remove useless variables news-reply-yank-from and
1262         news-reply-yank-message-id.
1263
1264         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1265         variables.
1266
1267         * mml1991.el: Remove useless mml1991-verbose.
1268
1269         * gnus.el: Remove useless variable gnus-use-generic-from.
1270         Remove obsolete variable gnus-topic-indentation.
1271
1272         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1273
1274         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1275
1276         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1277
1278         * gnus-group.el: Remove useless gnus-group-icon-cache.
1279         Remove useless gnus-ephemeral-group-server.
1280
1281         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1282
1283         * mml2015.el: Remove useless mml2015-verbose.
1284
1285         * mml-smime.el: Remove useless mml-smime-verbose.
1286
1287         * gnus.el: Remove useless gnus-local-domain.
1288
1289         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1290         gnus-gravatar-size.
1291
1292         * gnus-art.el: Remove useless gnus-treat-translate.
1293
1294 2010-09-24  Julien Danjou  <julien@danjou.info>
1295
1296         * gnus-sum.el: Add support for Gravatars.
1297
1298         * gnus-art.el: Add support for Gravatars.
1299
1300         * gnus-gravatar.el: Add this file.
1301
1302         * gravatar.el: Add this file.
1303
1304 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1307
1308         * gnus-group.el (gnus-group-fetch-faq): Removed.
1309
1310         * gnus.el (gnus-group-faq-directory): Removed.
1311
1312         * gnus-group.el (gnus-group-fetch-charter): Removed.
1313
1314         * gnus.el (gnus-group-charter-alist): Removed.
1315
1316         * gnus-group.el (gnus-group-archive-directory): Removed.
1317         (gnus-group-recent-archive-directory): Ditto.
1318         (gnus-group-make-archive-group): Removed.
1319
1320         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1321
1322         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1323         use the same article number for all the cached articles.
1324
1325         * nnimap.el (nnimap-command): Register the last command time so
1326         that we can use it for idling NOOPs.
1327         (nnimap-open-connection): Start the keeplive timer.
1328         (nnimap-make-process-buffer): Store all the process buffers.
1329         (nnimap-keepalive): New function.
1330
1331         * starttls.el: (starttls-open-stream): Add autoload cookie.
1332
1333 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1334
1335         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1336         handling.
1337
1338 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1341         its data structures.
1342
1343         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1344         instead of the cl.el copy-list.
1345         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1346         equalp.
1347
1348 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1351         and tool-bar-local-item-from-menu.
1352
1353         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1354         mode-line-highlight face for Emacs.
1355
1356         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1357         loading gnus-sum.elc; fix comment for canlock-verify.
1358         (gnus-article-jump-to-part): Use read-number.
1359         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1360         Emacs pre-21 compatible code for help-echo.
1361         (gnus-article-next-page-1): No need to adjust the number of lines.
1362         (gnus-article-describe-bindings): Always use help-buffer.
1363
1364         * gnus-audio.el (gnus-audio-inline-sound)
1365         * gnus-cus.el (gnus-custom-mode)
1366         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1367
1368         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1369
1370         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1371         compatible code.
1372
1373 2010-09-24  Glenn Morris  <rgm@gnu.org>
1374
1375         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1376         visiting the fcc file in rmail-mode.
1377
1378         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1379
1380 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * nnir.el: Silence the byte compiler.
1383
1384         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1385         alias to browse-url-url-encode-chars if any.
1386         (gnus-html-encode-url): Use it.
1387
1388 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-start.el (gnus-use-backend-marks): New variable.
1391         (gnus-get-unread-articles-in-group): Use it.
1392
1393         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1394         makeover.
1395
1396 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1399
1400 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1403         Removed.
1404         (gnus-setup-news-hook): Removed
1405         gnus-fixup-nnimap-unread-after-getting-new-news.
1406
1407         * gnus-int.el (gnus-request-update-info): Protect against backends not
1408         having the function.
1409
1410         * nnimap.el (nnimap-stream): Mention starttls.
1411         (nnimap-open-connection): Add starttls support.
1412
1413 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1414
1415         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1416
1417 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1420         BODYSTRUCTUREs.
1421         (nnimap-transform-headers): Unfold quoted {42} headers.
1422
1423         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1424         the info.
1425         (gnus-get-unread-articles): Only call updatep on backends that support
1426         it.
1427
1428         * nnweb.el (nnweb-request-update-info): NOOP.
1429
1430         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1431
1432         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1433         since it only deals with marks.
1434
1435         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1436         gnus-request-marks, and make a new gnus-request-update-info.
1437
1438         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1439         the active instead of the high number, which is usually too low.
1440
1441 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1444         * encrypt.el: Removed.
1445
1446 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1449         server in symbolic form.
1450
1451         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1452         0.9.
1453
1454 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1457         (nnimap-update-info): Fix up code slightly.
1458
1459         * gnus-int.el (gnus-open-server): Add tracing for performance
1460         debugging.
1461
1462         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1463         (gnus-group-insert-group-line): Pass the real group name so that it
1464         gets the right data.
1465
1466         * gnus-start.el (gnus-get-unread-articles): Don't have
1467         `gnus-get-unread-articles-in-group' update info, since that can be
1468         really slow and doesn't seem to be needed?
1469
1470 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1471
1472         * time-date.el (date-to-time): Try using parse-time-string first before
1473         using the slower timezone-make-date-arpa-standard.
1474
1475 2010-09-22  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-group.el (gnus-group-insert-group-line): Call
1478         gnus-group-highlight-line.
1479         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1480         default hook list.
1481         (gnus-group-update-eval-form): Add new function.
1482         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1483         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1484
1485 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1488         immediate, then expire all articles.
1489         (nnimap-update-info): Fix off-by-one errors.
1490         (nnimap-flags-to-marks): Would return no marks lists for group with no
1491         flags.  Instead return the other data.
1492
1493 2010-09-22  Julien Danjou  <julien@danjou.info>
1494
1495         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1496         Only return an icon.
1497         (gnus-group-insert-group-line): Compute icon to return.
1498
1499         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1500         variable.
1501         (gnus-html-image-fetched): Only cache if
1502         gnus-html-image-automatic-caching is set.
1503         (gnus-html-image-fetched): Check for errors.
1504
1505 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1508         once per method on `g'.  This ensures that backends like nnfolder don't
1509         open all their folders.
1510
1511         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1512         (nnimap-request-list): Nix out group in the correct buffer.
1513         (nnimap-parse-flags): Implement by using `read' instead of
1514         hand-parsing.
1515         (nnimap-flags-to-marks): Pass on permanent-flags.
1516         (nnimap-make-process-buffer): Record the server name.
1517         (nnimap-parse-flags): Fix typo.
1518         (nnimap-request-scan): Run split on the server in general, not just a
1519         single group.
1520
1521         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1522         parameter, and propagate this downwards.
1523
1524         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1525         since EXAMINE changes it on the server.
1526
1527         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1528         this command might take a while.
1529
1530 2010-09-22  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1533         harmful if you have 2 images side-by-side, they can't be properly
1534         update on text deletion.  Using text-property is safer here.
1535         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1536         data.
1537
1538 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * nnimap.el (nnimap-expunge-inbox): Removed.
1541         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1542         (nnimap-expunge): Flip default to t.
1543
1544         * gnus.el (gnus-method-to-server): Don't push things to the cache
1545         unless it's unique.
1546         (gnus-server-to-method): Ditto.
1547
1548 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1551
1552 2010-09-22  Julien Danjou  <julien@danjou.info>
1553
1554         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1555         get the start of data.
1556         (gnus-html-encode-url): Add this function to encode special chars in
1557         URL.
1558         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1559         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1560
1561         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1562         default.
1563         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1564
1565         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1566         images alt-text.
1567         (gnus-html-put-image): Put alt-text as help-echo.
1568
1569 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1572         * mm-util.el (mm-decompress-buffer)
1573         * nnir.el (nnir-run-find-grep)
1574         * pop3.el (pop3-list): Use 3rd arg of split-string.
1575
1576         * time-date.el (format-seconds): Comment fix.
1577
1578         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1579         and byte-optimize-form-code-walker.
1580         (dgnushack-make-auto-load): Don't advise make-autoload.
1581
1582         * lpath.el: Remove Emacs 21 stuff.
1583
1584 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1587         outside the active range.  Suggested by Dan Christensen.
1588
1589         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1590         slightly later to avoid double-getting it.
1591
1592         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1593         previous patch.
1594
1595         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1596
1597 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1598
1599         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1600
1601 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-int.el (gnus-open-server): Give a better error message in the
1604         "go offline" case.
1605
1606         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1607         marks for nnimap, which is seldom the right thing to do.
1608
1609         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1610         (gnus-same-method-different-name): New function.
1611
1612         * nnimap.el (parse-time): Require.
1613
1614         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1615         method in the presence of many similar methods.
1616
1617         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1618
1619         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1620         nnml-inhibit-expiry.
1621
1622         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1623         find out whether methods are equal.
1624
1625         * nnimap.el (nnimap-find-expired-articles): New function.
1626         (nnimap-process-expiry-targets): New function.
1627         (nnimap-request-move-article): Request the article before looking at
1628         what the Message-ID is.  Fix found by Andrew Cohen.
1629         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1630
1631         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1632         for oldness in addition to being a predicate.
1633
1634         * nnimap.el (nnimap-request-group): When we have zero articles, return
1635         the right data to Gnus.
1636         (nnimap-request-expire-articles): Only delete articles immediately if
1637         the target is 'delete.
1638
1639         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1640         method, this would bug out.
1641
1642         * gnus-group.el (gnus-group-expunge-group): Renamed from
1643         gnus-group-nnimap-expunge, and implemented as a normal interface
1644         function.
1645
1646         * gnus-int.el (gnus-request-expunge-group): New function.
1647
1648         * nnimap.el (nnimap-request-create-group): Implement.
1649         (nnimap-request-expunge-group): New function.
1650
1651 2010-09-21  Julien Danjou  <julien@danjou.info>
1652
1653         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1654         (gnus-html-cache-expired): Add new function.
1655         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1656         wethever we should display image for fetch it.
1657         Compute alt-text earlier to pass it to the fetching function too.
1658         (gnus-html-schedule-image-fetching): Change function argument to only
1659         get one image at a time, not a list.
1660         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1661         cache.
1662         (gnus-html-get-image-data): New function to retrieve image data from
1663         cache.
1664         (gnus-html-put-image): Change buffer argument to use image data rather
1665         than file, and place image above region rather than inserting a new
1666         one. Do not take alt-text as argument, since it's useless now: we place
1667         the image above alt-text.
1668         (gnus-html-prune-cache): Remove.
1669         (gnus-html-show-images): Start to fetch image when we find one, do not
1670         push into a temporary list.
1671         (gnus-html-prefetch-images): Only fetch image if they have expired.
1672         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1673         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1674
1675 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1678
1679 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1682         spec inser "*" if the group isn't active instead of 0.
1683
1684         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1685         opening the server.
1686         (nnimap-request-delete-group): Implement group deletion.
1687         (nnimap-transform-headers): Return the size of the entire message in
1688         the Bytes header, not just the size of the first part.
1689         (nnimap-request-move-article): When moving an article from nnimap,
1690         request the article first so the accepting form has an article to
1691         accept.  Reported by Dan Christensen.
1692         (nnimap-command): Make sure that the error message doesn't error out.
1693
1694 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1695
1696         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1697         we haven't requested anything.
1698
1699 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1702         "".  Fix found by Andrew Cohen.
1703
1704         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1705         instead of -encode-string.
1706
1707 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1710
1711         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1712         by mm-subst-char-in-string.
1713
1714 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1717         waiting for the connection string.
1718
1719         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1720         arriving.
1721
1722         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1723         bogus characters.  This allows selecting certain Gmail groups.
1724
1725         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1726         (nnimap-fetch-partial-articles): New variable.
1727         (nnimap-open-connection): When looking for credentials, also use the
1728         nnimap-server-port.
1729         (nnimap-request-article): Return the group/article number, so that Gnus
1730         `^' works as expected.
1731         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1732         them.
1733
1734         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1735         comments.
1736         (gnus-methods-sloppily-equal): New function.
1737         (gnus): When using the development version of Gnus, load the gnus-load
1738         file.
1739
1740         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1741         `gnus-open-server' on each method before trying to scan them etc.  This
1742         ensures that all the backend parameters are set correctly.
1743
1744         * nnimap.el (nnimap-authenticator): New variable.
1745         (nnimap-open-connection): Allow anonymous login.
1746         (nnimap-transform-headers): The chars header is called Chars not
1747         Bytes.
1748         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1749         drops.
1750
1751         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1752         patch, found by Knut Anders Hatlen.
1753
1754 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1755
1756         * gnus-agent.el (gnus-agent-batch-confirmation)
1757         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1758         to gnus-message.
1759         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1760         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1761         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1762         * gnus-int.el (gnus-open-server): Likewise.
1763         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1764         (gnus-score-check-syntax): Likewise.
1765         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1766         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1767         Likewise.
1768         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1769
1770 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1773         calling conventions so that prefetch doesn't bug out.
1774
1775 2010-09-19  Julien Danjou  <julien@danjou.info>
1776
1777         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1778         rather than `subst-char-in-region' in order to be able to replace ASCII
1779         char by UTF-8 ones.
1780
1781         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1782         than curl.
1783         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1784         the right URL and ALT text on images.
1785         (gnus-html-wash-tags): Fix tag case.
1786         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1787         (gnus-article-html): Add -o display_ins_del=2 option.
1788         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1789
1790 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1793         the extra mail headers, which sometimes seem to happen for unknown
1794         reasons.
1795
1796         * mail-parse.el (mail-header-encode-parameter): Define as
1797         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1798         (or most, perhaps?) mail readers don't understand the latter, but do
1799         understand the former.
1800
1801         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1802         to nil, so that no methods are automatically agentized.  I think this
1803         is probably what most users want.
1804
1805         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1806         from url-retrieve, for instance about invalid URLs.
1807
1808         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1809         groups that have no articles.
1810         (nnimap-request-article): Check that we really got an article when we
1811         requested one.
1812
1813         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1814         doesn't exist.
1815
1816         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1817         nntp buffer so the agent can save it.
1818         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1819         that CRLF doesn't get translated to \n.
1820         (nnimap-open-connection): Don't make 'shell commands only send \n.
1821
1822 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1823
1824         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1825         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1826         Update var name.
1827         (nnml-generate-nov-file): Use dolist.
1828         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1829         Use with-current-buffer.
1830
1831 2010-09-18  Julien Danjou  <julien@danjou.info>
1832
1833         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1834         parallel.
1835
1836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1839         the range update right.
1840         (nnimap-request-group): Don't make `M-g' bug out on group with no
1841         marks.
1842         (nnoo): Required, so that other packages can require nnimap.
1843         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1844         command we're looking for.  This helps when the server sends more
1845         responses after we've gotten everything we expected.
1846         (nnimap): Add a `newlinep' field to keep track of end-of-line
1847         conventions.
1848         Don't send CRLF to things that don't want it.
1849         (nnimap-request-accept-article): Ditto.
1850
1851 2010-09-18  Julien Danjou  <julien@danjou.info>
1852
1853         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1854         than curl to retrieve images.
1855
1856 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1859         the marks.
1860         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1861         (nnimap-wait-for-connection): New function.
1862         (nnimap-open-connection): If we have PREAUTH, don't query for login
1863         credentials.
1864         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1865         when doing a partial update.
1866
1867 2010-09-18  Julien Danjou  <julien@danjou.info>
1868
1869         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1870         tags.
1871
1872 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnimap.el (nnimap-credentials): New function.
1875         (nnimap-open-connection): Use the new function to look for credentials
1876         also on the numeric equivalents of "imap" and "imaps".
1877
1878         * gnus-start.el (gnus-activate-group): Send the info to
1879         gnus-request-group.
1880
1881         * nnimap.el (nnimap-request-group): Have the "check" version of the
1882         function parse flags and update the info, so that a `M-g' get a total
1883         resync of all flags from the group.
1884
1885         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1886         to allow backends to alter the info on group selection.  Also alter all
1887         the backend -request-group functions to take the parameter.
1888
1889         * nnimap.el (nnimap-store-info): New function.
1890         (nnimap-update-info): Store the info for later usage.
1891         (nnimap-request-group): Use the stored info for the dont-check case, so
1892         that we don't retrieve all marks when we enter a group.
1893
1894         * nnimap.el: Use deffoo instead of defun for interface functions.
1895
1896         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1897         update the group info.  This makes the nndraft groups, for instance, go
1898         back to their old behaviour.
1899
1900         * gnus-sum.el (gnus-select-newsgroup): Indent.
1901
1902         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1903         in.
1904         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1905         nothing.
1906
1907         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1908         from methods that are denied.
1909
1910         * gnus-int.el (gnus-method-denied-p): New function.
1911
1912         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1913         store the password instead of netrc.
1914         (nnimap-open-connection): Don't error out when we can't make a
1915         connections.
1916
1917         * auth-source.el (auth-source-create): In the password prompt, say what
1918         we're querying for.  Also prompt for user name if that hasn't been
1919         given.
1920
1921         * nnimap.el (nnimap-with-process-buffer): Removed.
1922
1923 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1926         method when we're reading from the agent.
1927
1928         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1929
1930         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1931         that's probably most useful for users.
1932
1933         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1934         "failed" all the time.
1935
1936         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1937         ...)) with (with-current-buffer ... ).
1938
1939         * nntp.el (nntp-open-server): Return whether the open was successful or
1940         not.
1941
1942         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1943         select an unread unseen article first.
1944
1945         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1946         /etc/services, supply some sensible port defaults.
1947
1948         * dgnushack.el: Define netrc-credentials.
1949
1950 2010-09-17  Julien Danjou  <julien@danjou.info>
1951
1952         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1953
1954 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1955
1956         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1957         doesn't have any parameters.
1958
1959 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1962         only upcased checks.
1963
1964         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1965
1966         * nnimap.el (nnimap-open-shell-stream): New function.
1967         (nnimap-open-connection): Use it.
1968         (nnimap-transform-headers): Get the number of lines in each message.
1969         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1970         number of lines.
1971         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1972         problem.
1973
1974         * utf7.el (utf7-encode): Autoload.
1975
1976         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1977         to allow the mail splitting to not return a default group.  This is
1978         useful for nnimap, which will leave unmatched mail in the inbox.
1979
1980         * nnimap.el: Rewritten.
1981
1982         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1983         nnimap usage.
1984
1985         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1986         if the move is internal, so that nnimap can do fast internal moves.
1987
1988         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1989         data.
1990         (gnus-read-active-for-groups): Support finishing the early retrieval of
1991         data.
1992
1993         * gnus-range.el (gnus-range-nconcat): New function.
1994
1995         * gnus-int.el (gnus-finish-retrieve-group-infos)
1996         (gnus-retrieve-group-data-early): New functions.
1997
1998 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2001         (nnrss-retrieve-groups):
2002         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2003         (pop3-quit): Use with-current-buffer.
2004
2005 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2008         instead of nnheader-accept-process-output.
2009
2010         * dgnushack.el (dgnushack-compile): Add comment.
2011
2012         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2013
2014         * gnus-html.el (gnus-html-schedule-image-fetching)
2015         (gnus-html-prefetch-images): Replace process-kill-without-query by
2016         gnus-set-process-query-on-exit-flag.
2017
2018 2010-09-16  Romain Francoise  <romain@orebokech.com>
2019
2020         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2021
2022 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2025         parameter to unintern is mandatory-ish in Emacs 24.
2026
2027         * gnus-html.el (gnus-html-schedule-image-fetching)
2028         (gnus-html-prefetch-images): Check for curl before using it.
2029
2030         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2031         depend on curl, which isn't essential.
2032
2033         * imap.el: Revert back to version
2034         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2035         seem problematic.
2036
2037 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2038
2039         * gnus-registry.el (gnus-registry-install-shortcuts):
2040         Explicitly pass `obarray' to `unintern' to avoid a warning.
2041
2042 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2045         change.
2046
2047         * nnrss.el (nnrss-request-list): Removed this function and related
2048         functions, including the moreover stuff.
2049
2050 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * nnrss.el (nnrss-retrieve-groups): New function.
2053
2054 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2055
2056         * .dir-locals.el: Add no-byte-compile cookie.
2057
2058 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * time-date.el (format-seconds): Comment fix.
2061
2062         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2063         for back end that doesn't support request-scan.
2064
2065 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2068         then do request scans from the backends.
2069
2070         * netrc.el (netrc-credentials): New conveniency function.
2071
2072         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2073         avoid running a hook per line, since this takes a lot of time,
2074         profiling shows.
2075         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2076         directly if gnus-visual-p is true.
2077
2078 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2081         groups; replace mapcar with dolist which is a bit faster; pass groups
2082         info to gnus-read-active-file-1.
2083         (gnus-read-active-file-1): Scan only specified groups if the new
2084         optional arg `infos' is given.
2085
2086 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2089
2090         * pop3.el (pop3-movemail): Removed.
2091         (pop3-streaming-movemail): Renamed to pop3-movemail.
2092
2093         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2094         don't restrict end-tag searches to the end of the line.
2095
2096 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2099         articles of every unchecked group to t, which means unknown since the
2100         server has never been opened.
2101
2102 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-html.el (gnus-html-show-alt-text): New command.
2105         (gnus-html-browse-image): Ditto.
2106         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2107         to browse the image directly.
2108         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2109         better.
2110
2111         * gnus-async.el (gnus-async-article-callback): Call
2112         `gnus-html-prefetch-images' unconditionally.
2113
2114         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2115         before feeding URLs to curl.
2116
2117 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2120         internal images as deletable by `W D D'.
2121
2122         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2123         (gnus-async-article-callback): Fix typo.
2124
2125 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2128         current line to work around bugs in the output from w3m.
2129
2130         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2131         for groups that want that.
2132
2133         * nntp.el (nntp-wait-for-string): Supply a timeout for
2134         accept-process-output to ensure progress.
2135
2136         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2137         level to get unread articles from, then use that for foreign groups,
2138         too.
2139
2140         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2141         confuses the rest of the function.
2142
2143         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2144         for the methods that support -retrieve-groups, too.
2145
2146         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2147
2148 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2151         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2152
2153         * pop3.el: Require cl when compiling.
2154         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2155
2156 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2159         that aren't going to be activated.
2160         (gnus-get-unread-articles): Fix up the last commit.
2161
2162         * gnus-html.el (gnus-article-html): Allow calling without specifying
2163         the handle.  In that case, dissect the buffer first.
2164
2165         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2166
2167         * nnimap.el (nnimap-open-connection): Revert the change that would look
2168         into authinfo for imaps instead of imap.
2169
2170         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2171         say that you don't want to call gnus-request-group with don-check, but
2172         do check the reponse.  This is for virtual groups only.
2173         (gnus-get-unread-articles): Count the archive groups as secondary, so
2174         that they're activated the same way as before.
2175
2176         * imap.el (imap-message-map): Removed optional buffer parameter, since
2177         no callers use it.
2178         (imap-message-get): Ditto.
2179         (imap-message-put): Ditto.
2180         (imap-mailbox-map): Ditto.
2181         (imap-mailbox-put): Ditto.
2182         (imap-mailbox-get): Ditto.
2183         (imap-mailbox-get): Revert last change for this function.
2184
2185         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2186         case-insensitively.
2187         (nnimap-debug): Removed.
2188
2189         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2190         to use `imap-fetch' instead.  According to the comments, this should be
2191         safe, since all other IMAP clients use the 1:* syntax.
2192         (imap-enable-exchange-bug-workaround): Removed.
2193         (imap-debug): Removed -- doesn't seem very useful.
2194
2195         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2196         mail from a file, and the file doesn't exist.
2197
2198         * imap.el (imap-log): New convenience function used throughout instead
2199         of repeating the same code all over the place.
2200
2201         * pop3.el (pop3-streaming-movemail): Return t for success.
2202
2203         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2204         .authinfo if we're using ssl connection.
2205
2206         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2207         already have if we're in a main Gnus `g' run.
2208
2209         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2210
2211 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2214
2215         * nnmh.el (nnmh-request-list-1): Bind `file'.
2216
2217         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2218         alias to set-process-query-on-exit-flag or process-kill-without-query.
2219         (pop3-open-server): Use it.
2220
2221 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2224         box to the Incoming file.  Fixes mistake in previous checkin.
2225
2226         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2227         request loop (for debugging purposes) removed.
2228
2229         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2230         culprit is more visible.
2231         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2232         (nnml-add-incremental-nov): New functions to do "incremental" nov
2233         updates, where we just append to the end of the existing nov files
2234         without reading/writing them in full.
2235
2236         * mail-source.el (mail-source-delete-crash-box): Really only check the
2237         incoming files once in a while.
2238
2239         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2240
2241         * mail-source.el (mail-source-delete-crash-box): Only check the
2242         incoming files for deletion once per day to save a lot of file
2243         accesses.
2244
2245         * pop3.el (pop3-logon): Fix up unbound variable typo.
2246
2247         * mail-source.el (pop3-streaming-movemail): Autoload.
2248
2249         * pop3.el (pop3-streaming-movemail): Respect
2250         pop3-leave-mail-on-server.
2251
2252         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2253         retrieval.
2254
2255         * pop3.el (pop3-process-filter): Removed unused function.
2256         (pop3-streaming-movemail, pop3-send-streaming-command)
2257         (pop3-wait-for-messages, pop3-write-to-file)
2258         (pop3-number-of-responses): New functions for streaming pop3
2259         retrieval.
2260
2261         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2262         come from no known methods.
2263         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2264         list.
2265
2266         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2267         message sizes.
2268         (pop3-movemail): Use erase-buffer instead of looping and deleting
2269         regions, which seems rather odd.
2270
2271         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2272         file once per `g' run.
2273
2274         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2275         directories.  This makes the draft queue directory work.
2276
2277         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2278         data from the backends, so that we only request the list of groups from
2279         each method once.  This should speed things up considerably.
2280
2281         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2282         detect that it's not implemented.
2283
2284         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2285         we actually do recurse down into the tree, but don't stat all leaf
2286         nodes.
2287
2288         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2289         then say so instead of bugging out.
2290
2291         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2292         files exist before trying to read them.
2293
2294         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2295         around <pre_int>.
2296
2297         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2298
2299         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2300
2301 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * mm-util.el (mm-image-load-path): Just return the image directories,
2304         not all directories in the path in addition to the image directories.
2305         (mm-image-load-path): Maintain a cache of the image directories so that
2306         the `g' command in Gnus doesn't have to stat dozens of directories each
2307         time.
2308
2309         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2310         (gnus-html-wash-tags): Add a new `i' command to insert images.
2311         (gnus-html-insert-image): New command and keystroke.
2312         (gnus-html-redisplay-with-images): New command and keystroke.
2313         (gnus-html-show-images): Renamed command.
2314         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2315         spacers.
2316         (gnus-html-wash-tags): Decode entities at the end, so that entities
2317         inside the tags don't mess up the rest of the "parsing".
2318
2319         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2320         so that nnimap methods aren't agentized by default.  There's apparently
2321         many problems related to agent/imap behaviour.
2322
2323         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2324
2325         * gnus-html.el: Doc fix.
2326
2327 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2330         specifier-spec-list for Emacs 21.
2331
2332         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2333         glyph-width and glyph-height instead of display-graphic-p and
2334         image-size; make avoidance of displaying small images work for XEmacs.
2335
2336         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2337         for XEmacs.
2338
2339         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2340         of symbol that holds plist data.
2341         (gnus-process-plist): Remove plist of process after getting it.
2342
2343 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * message.el (message-generate-hashcash): Change default to
2346         'opportunistic if hashcash is installed.
2347
2348         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2349         (gnus-html-put-image): Only call image-size once, since it's somewhat
2350         time-consuming on remote X servers.
2351
2352 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2355         type on data, not a file name.
2356
2357         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2358         window-pixel-edges for Emacs 21.
2359
2360         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2361         decoded contents.
2362         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2363
2364 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2367         group line format, since it isn't very interesting.
2368
2369         * gnus-agent.el (gnus-agent-short-article),
2370         (gnus-agent-long-article): Increase values for these two variables,
2371         since most people are likely to have more network connection and
2372         storage than before.
2373
2374         * gnus.el (gnus-refer-article-method): Change default to 'current.
2375         When referring an article, the common behaviour is to refer it from the
2376         current select method, not the native select method.  The chances of
2377         the native select method having the message in question is rather slim
2378         these days.
2379
2380         * gnus-sum.el (gnus-auto-select-subject): Change default to
2381         `unseen-or-unread'.  I think it's likely that most people want to
2382         select an unseen article over a previously seen, but unread one.
2383
2384         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2385         means that in the article buffer none of the minor mode elements will
2386         be shown, usually, and this is not desirable in most cases.
2387
2388         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2389         that commands like `d' (and the like) go to the next line in the
2390         buffer, instead of the next unread article.  I think this is the
2391         behaviour that is most natural for most users.
2392         (gnus-single-article-buffer): Change default to nil, so that people can
2393         have as many article buffers open as they have summary buffer.  I think
2394         this is the most natural way for the groups to behave.
2395
2396         * message.el (message-generate-new-buffers): Change default to
2397         `unsent', so that all new message buffers start their names with the
2398         string "*unsent", and it's easier to find the buffers if you move from
2399         them.
2400
2401 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2404         small.  They're probably tracking images.
2405         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2406         (gnus-html-rescale-image): Yet another try at getting the image sizing
2407         right.
2408
2409         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2410         nntp-marks-file-name is nil.
2411
2412 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * gnus-html.el (gnus-html-wash-tags)
2415         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2416         Better logging.
2417
2418 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2421
2422         * gnus-html.el (gnus-html-wash-tags): Check the value of
2423         gnus-blocked-images in the summary buffer.
2424
2425 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2428
2429 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2432         like "a", it seems like.
2433         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2434         since it needs to be picked from the correct buffer.
2435
2436         * nnwfm.el: Removed.
2437
2438         * nnlistserv.el: Removed.
2439
2440 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2441
2442         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2443         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2444
2445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * nnkiboze.el: Removed.
2448
2449         * nndb.el: Removed.
2450
2451         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2452         alt text.
2453         (gnus-html-rescale-image): Try to get the rescaling logic right for
2454         images that are just wide and not tall.
2455
2456         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2457         overshadow variable bindings.
2458
2459 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * gnus-html.el (gnus-html-wash-tags)
2462         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2463         extra logging.
2464
2465 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2468         (gnus-max-image-proportion): New variable.
2469         (gnus-html-rescale-image): New function.
2470         (gnus-html-put-image): Rescale images.
2471
2472 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2473
2474         Fix up some byte-compiler warnings.
2475         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2476         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2477         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2478         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2479         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2480         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2481         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2482
2483 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-html.el (gnus-article-html): Decode contents by charset.
2486
2487 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2490         (gnus-html-frame-width, gnus-blocked-images)
2491         * message.el (message-prune-recipient-rules): Add custom version.
2492         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2493
2494         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2495         functions.
2496
2497         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2498         gnus-process-get.
2499
2500 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2501
2502         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2503         instead of lsub directly.
2504
2505 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * nnwarchive.el: Removed.
2508
2509         * gnus-soup.el: Removed.
2510
2511         * nnsoup.el: Removed.
2512
2513         * nnultimate.el: Removed.
2514
2515         * gnus-html.el (gnus-blocked-images): New variable.
2516
2517         * message.el (message-prune-recipients): New function.
2518         (message-prune-recipient-rules): New variable.
2519
2520         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2521         guess whether a long line is natural text or not.
2522
2523         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2524         gnus-process-plist and friends for compatibility.
2525
2526 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2527
2528         * gnus-html.el: Require packages that define macros used in this file.
2529         (gnus-article-mouse-face): Declare to silence byte-compiler.
2530         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2531         process-get.
2532         (gnus-html-put-image): Use plist-get to avoid getf.
2533         (gnus-html-prefetch-images): Use with-current-buffer.
2534
2535 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-ems.el: Provide compatibility functions for
2538         gnus-set-process-plist.
2539
2540         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2541         header-line-format for XEmacs 21.4.
2542
2543         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2544         * gnus.el (gnus-valid-select-methods)
2545         * message.el (message-send-mail-partially-limit)
2546         * mm-decode.el (mm-text-html-renderer)
2547         * mml.el (mml-insert-mime-headers-always)
2548         * smiley.el (smiley-regexp-alist): Bump custom version.
2549
2550 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-html.el: require mm-url.
2553         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2554         with the url to `url'.
2555         (gnus-html-wash-tags): Support cid: URLs/images.
2556
2557 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2560         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2561         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2562
2563         * gnus-move.el: Removed file, since it doesn't really work.
2564
2565         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2566         UTF-8.  This seems to fix problems with some German web feeds.
2567
2568         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2569         at the top so that the proper colours are applied.
2570
2571         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2572         don't have dots in their names.
2573
2574         * gnus-art.el (gnus-article-view-part): Doc fix.
2575
2576         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2577         XEmacs-compatible.
2578         (gnus-html-put-image): Don't do images on non-graphic displays.
2579
2580         * nnslashdot.el: Removed this unused backend.
2581
2582         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2583         actions.
2584         (gnus-undo-register-1): Revert last change.
2585
2586         * gnus-group.el (gnus-group-completing-read): Protect against not
2587         having completion-styles bound.
2588
2589         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2590         make broken recipients happier.
2591
2592         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2593
2594         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2595         point parameter.
2596
2597         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2598
2599         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2600         completion-styles for group selection.
2601
2602 2009-02-04  Andreas Schwab  <schwab@suse.de>
2603
2604         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2605         headers and regexp-quote the match if necessary.
2606
2607 2009-03-24  Miles Bader  <miles@gnu.org>
2608
2609         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2610         the blinking smiley.
2611
2612 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2613
2614         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2615         blink smiley.
2616
2617 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2620         where the dribbel file lives exists.
2621
2622         * message.el (message-send-mail-partially-limit): Change the default to
2623         nil, since most people don't want this.
2624
2625         * mm-url.el (mm-url-decode-entities): Also decode entities like
2626         &#x3212.
2627
2628 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2629
2630         * gnus-sum.el (gnus-summary-idna-message):
2631         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2632         Hyperlink urls in docstrings with URL `...'.
2633
2634 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2635
2636         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2637         functions.
2638
2639 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2642         say what the mouseover text should be.
2643
2644         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2645         version of the mm-w3m-safe-url-regexp variable to only download images
2646         in the groups where we want that to happen.
2647
2648         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2649
2650         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2651         easier debugging.
2652         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2653         big pictures in the article buffer.
2654
2655         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2656         gnus-article-html.
2657         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2658         w3m.
2659
2660         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2661
2662 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2665         which doesn't exist.
2666
2667         * message.el (message-inhibit-ecomplete): New variable to allow some
2668         function to inhibit ecomplete address storage.
2669         (message-resend): Disable ecomplete message storage when resending
2670         messages.
2671
2672         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2673
2674 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2677         Save excursion while copying, moving, and deleting articles in order to
2678         prevent the cursor from jumping to unforeseen place.
2679
2680 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * lpath.el: No need to bind bookmark-current-buffer,
2683         bookmark-yank-point and bookmark-make-record-function.
2684
2685 2010-08-17  Glenn Morris  <rgm@gnu.org>
2686
2687         * gnus-sync.el: Require gnus components whose functions are used.
2688
2689         * gnus-art.el (bookmark-make-record-function):
2690         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2691         Declare for compiler.
2692
2693         * mm-url.el (mml-compute-boundary): Autoload.
2694
2695 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2698
2699 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         Typo fix "hoo4a" -> "hook".
2702
2703         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2704
2705 2010-08-14  Glenn Morris  <rgm@gnu.org>
2706
2707         * gnus-sync.el (gnus-sync): Fix defgroup version.
2708
2709 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2712
2713         * gnus-sync.el: Fix docs.
2714         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2715         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2716
2717 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         Optimizations for gnus-sync.el.
2720
2721         * gnus-sync.el: Add docs about gnus-sync-backend
2722         possibilities.
2723         (gnus-sync-save): Remove unnecessary message.
2724         (gnus-sync-read): Optimize and show what groups were skipped.
2725
2726 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2727
2728         Minor bug fixes for gnus-sync.el.
2729
2730         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2731         read the sync on get-new-news.
2732
2733         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2734         quiet.
2735
2736         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2737
2738 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2739
2740         Make saving and restoring of hidden threads work with overlays.
2741         Patch applied by Ted Zlatanov.
2742
2743         * gnus-sum.el (gnus-hidden-threads-configuration)
2744         (gnus-restore-hidden-threads-configuration): Update to deal with text
2745         properties, rather than searching for a magic character.
2746
2747 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         New gnus-sync.el library for synchronization of marks.
2750
2751         * gnus-sync.el: New library for synchronization of marks.
2752
2753         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2754         renamed from `gnus-registry-grep-in-list'.
2755
2756         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2757
2758         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2759
2760 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2763         determining charset of text fails.
2764
2765 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * nnmail.el (nnmail-get-new-mail-1): Revert.
2768
2769         * nnml.el (nnml-active-number): Make sure names of newly created groups
2770         in nnml-group-alist are encoded.
2771
2772 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2775         containing non-ASCII characters in active file for nnml back end.
2776
2777 2010-07-24  David Engster  <dengste@eml.cc>
2778
2779         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2780         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2781
2782 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2783
2784         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2785         tag (Bug#6654).
2786
2787 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2790         the article buffer, not the summary buffer.
2791
2792 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2795         Emacs 23 as well.
2796
2797 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2800         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2801
2802 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2803
2804         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2805         Patch applied by Karl Fogel.
2806
2807         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2808         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2809
2810 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2811
2812         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2813         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2814         C-w still not working correctly from Article buffers; Thierry's
2815         patch to fix that will be applied after this.
2816
2817         * gnus-art.el (bookmark-make-record-function): New local variable.
2818
2819         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2820         article buffer.
2821         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2822
2823 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2824
2825         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2826         on changes in bookmark.el.
2827
2828 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2831         `no-log' instead of message not to log prompt string.
2832
2833 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2834
2835         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2836         the *other* type of HTML form submission.
2837
2838 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2839
2840         * auth-source.el (auth-source-pick): If choice does not contain a
2841         questioned keyword, set the check to t.
2842
2843 2010-06-12  Romain Francoise  <romain@orebokech.com>
2844
2845         * gnus-util.el (gnus-date-get-time): Move up before first use.
2846
2847 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2850         (gnus-article-edit-part): Bind it to make last part that is substituted
2851         or deleted visible.
2852         (gnus-mime-display-single): Buttonize part of which id equals to
2853         gnus-mime-buttonized-part-id.
2854
2855 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2856
2857         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2858         (gnus-dd-mmm): Use gnus-date-get-time.
2859         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2860         simplify logic.
2861         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2862         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2863
2864 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2865
2866         * auth-source.el (top): Autoload `secrets-list-collections',
2867         `secrets-create-item', `secrets-delete-item'.
2868         (auth-sources): Fix tag string.
2869         (auth-get-source, auth-source-retrieve, auth-source-create)
2870         (auth-source-delete): New defuns.
2871         (auth-source-pick): Rewrite in order to avoid 2 passes.
2872         (auth-source-forget-user-or-password): New parameter USERNAME.
2873         (auth-source-user-or-password): New parameters CREATE-MISSING and
2874         DELETE-EXISTING.  Retrieve password interactively, if needed.
2875
2876 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2877
2878         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2879         deleting unused directories when gnus-expert-user is t.
2880
2881 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2884         for each temp file when gnus-article-browse-delete-temp is ask.
2885
2886 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2889         Lisp calls to delete-backward-char by calls to delete-char.
2890
2891 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2892
2893         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2894
2895 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2896
2897         * password-cache.el (password-cache-remove): Fix docstring.
2898
2899 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2902         article unless decoding article to be saved.
2903
2904 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2907         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2908         generated within the mm-with-unibyte-current-buffer macro.
2909
2910 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2913         to nil when we're in a mml-preview buffer and no group is selected.
2914
2915 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2916
2917         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2918         when catching the `C-g'.  Reported by "Leo".
2919
2920 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * message.el (message-forward-make-body-plain)
2923         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2924         multibyte-string-p.
2925
2926         * lpath.el: Revert.
2927
2928 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * message.el (message-forward-make-body-mml): Assume original message
2931         is multibyte string; error on unibyte.
2932         (message-forward-make-body-plain): Ditto; don't add excessive newline
2933         in body end.
2934
2935         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2936
2937 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2938
2939         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2940         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2941
2942 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * mm-extern.el (mm-extern-url): Don't use
2945         mm-with-unibyte-current-buffer.
2946         (mm-extern-cache-contents): Use with-current-buffer instead of
2947         save-excursion + set-buffer.
2948
2949 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * mm-util.el (mm-emacs-mule): Remove.
2952
2953 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2954
2955         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2956         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2957         change.
2958
2959 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2962         bind the default value of enable-multibyte-characters to nil.
2963
2964 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * message.el (message-forward-make-body-plain)
2967         (message-forward-make-body-mml):
2968         Don't use mm-with-unibyte-current-buffer.
2969
2970 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2971
2972         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2973
2974 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2975
2976         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2977         (Bug#5592).
2978
2979 2010-05-07  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2982         it to mm-pipe-part.
2983
2984         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2985         it is given.
2986
2987 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * binhex.el (binhex-decode-region-internal)
2990         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2991         (dns-query)
2992         * nnweb.el (nnweb-gmane-search)
2993         * pgg-parse.el (pgg-parse-armor)
2994         * pgg.el (pgg-verify-region)
2995         * sha1.el (sha1-string-external)
2996         * uudecode.el (uudecode-decode-region-internal)
2997         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2998         XEmacs.
2999
3000         * gnus-art.el (gnus-article-browse-html-parts)
3001         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3002         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3003         make-temp-file.
3004
3005         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3006         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3007         compiling.
3008
3009         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3010         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3011         XEmacs when compiling.
3012
3013         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3014         gnus-pick-mode-off-hook for XEmacs when compiling.
3015         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3016         gnus-binary-mode-off-hook for XEmacs when compiling.
3017
3018         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3019         nil if char-charset is not available.
3020
3021         * imap.el (imap-disable-multibyte)
3022         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3023         macros.
3024
3025         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3026         instead of encode-coding-string.
3027
3028         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3029         'xemacs) instead of mm-emacs-mule to switch function definitions.
3030         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3031
3032         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3033         bind temporary-file-directory for XEmacs;
3034         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3035         timer-set-function for XEmacs 21.4 and SXEmacs;
3036         bind timer-list for XEmacs 21.4 and SXEmacs;
3037         fbind char-charset and find-charset-region for non-Mule XEmacs;
3038         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3039         encode-coding-region and encode-coding-string for XEmacs having no
3040         file-coding feature.
3041
3042 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3043
3044         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3045
3046 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3049         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3050
3051 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3052
3053         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3054         alias `jka-compr-delete-temp-file' no longer exists.
3055
3056 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3057
3058         Use define-minor-mode in Gnus where applicable.
3059         * mml.el (mml-mode): Use define-minor-mode.
3060         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3061         (gnus-undo-mode): Use define-minor-mode.
3062         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3063         (gnus-dead-summary-mode): Use define-minor-mode.
3064         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3065         Initialize in declaration.
3066         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3067         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3068         (gnus-mailing-list-mode): Use define-minor-mode.
3069         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3070         (gnus-draft-mode): Use define-minor-mode.
3071         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3072         (gnus-dired-mode): Use define-minor-mode.
3073
3074 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3075
3076         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3077         handles on recursive mml-to-mime translation and check them for
3078         boundary delimiter collisions.  Reported by Greg Troxel.
3079
3080 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3083
3084 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3085
3086         * mm-util.el (mm-find-buffer-file-coding-system):
3087         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3088
3089 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3090
3091         * message.el (message-generate-headers): Record insertion of optional
3092         headers as well.  Otherwise the check to prevent repeated insertion of
3093         optional headers is a no-op.
3094
3095 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * smime.el: Don't mention CVS.
3098
3099         * nnrss.el (nnrss-fetch): Don't mention CVS.
3100
3101         * nnir.el: Don't mention CVS.
3102
3103 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3104
3105         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3106
3107 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * lpath.el: Fbind bookmark-default-handler,
3110         bookmark-get-bookmark-record, bookmark-make-record-default,
3111         bookmark-prop-get for Emacs <23 and XEmacs.
3112
3113 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3114
3115         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3116         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3117         Use with-current-buffer to silence the byte-compiler.
3118         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3119         bother to require `gnus'.
3120         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3121
3122 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3123
3124         * gnus-sum.el (gnus-summary-bookmark-make-record)
3125         (gnus-summary-bookmark-jump): New functions.
3126         (gnus-summary-mode): Setup bookmark support.
3127
3128 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3129
3130         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3131         if set.
3132
3133 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3136         gnus-article-browse-html-save-cid-image; make it work recursively for
3137         forwarded messages as well.
3138         (gnus-article-browse-html-parts): Work when prefix arg is given.
3139         (gnus-article-browse-html-article): Doc fix.
3140
3141 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3142
3143         * message.el (message-default-mail-headers):
3144         (message-default-headers): Carry the value mail-default-headers over
3145         into message-default-mail-headers, rather than message-default-headers.
3146
3147 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3148
3149         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3150         charset.
3151
3152         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3153         charset into the <meta> tag when the article is encoded to utf-8.
3154
3155 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3158         directories as well.
3159         (gnus-article-browse-html-parts): Work for images that do not specify
3160         file names; delete temp directory when quitting; insert header at the
3161         right place; use file: scheme for image files.
3162
3163 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3164
3165         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3166         (gnus-article-browse-html-parts): Use it to make temporary cid image
3167         files in addition to html file so that browser may display them.
3168
3169 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3172
3173 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3174
3175         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3176
3177 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3180         about Secret Service API sources.  Improve Customize options.
3181         (auth-source-pick): Change to accept any number of search parameters.
3182         Implement fallbacks iteratively, not recursively.  Add scoring on the
3183         second pass and sort by score.  Call Secret Service API when needed.
3184         (auth-source-user-or-password): Use it.  Call Secret Service API
3185         directly when needed to get the user name and the password.
3186
3187 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3188
3189         * message.el (message-interactive): Doc fix.
3190         (message-qmail-inject-args): Reflow.
3191         (message-kill-to-signature): Fix typo in docstring.
3192
3193         * smiley.el (smiley-buffer): Fix typo in docstring.
3194
3195 2010-03-24  Glenn Morris  <rgm@gnu.org>
3196
3197         * mail-source.el (gnus-message): Declare.
3198         (mail-source-delete-old-incoming): Require gnus-util.
3199
3200 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3203
3204         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3205
3206         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3207         password-cache's default if it is not bound.
3208         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3209         password-cache-expiry's default if it is not bound.
3210
3211         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3212         available in Emacs 21.
3213
3214         * lpath.el: Suppress compiler warnings for:
3215         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3216         XEmacs;
3217         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3218         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3219         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3220
3221 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * auth-source.el (auth-sources): Fix up definition so extra parameters
3224         are always inline.
3225
3226 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3227
3228         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3229         wasn't updated after mismatch.  Clear cached mailbox info correctly
3230         when uidvalidity changes.
3231         (nnimap-group-prefixed-name): New function to avoid some code
3232         duplication.
3233         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3234         (nnimap-request-group): Use it.
3235         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3236         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3237         with many imap folders.  This is done by caching the group status from
3238         the imap server persistently in a group parameter `imap-status'.  (This
3239         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3240         but not persistently, so every Gnus startup was still very slow.)
3241
3242 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3243
3244         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3245         delete the extra newline.  Otherwise editing of :string and :number
3246         types don't work.
3247
3248 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3249
3250         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3251         secrets.el dependency.
3252         (auth-sources): Add optional user name.  Add secrets.el configuration
3253         choice (unused right now).
3254
3255 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3258         `gnus-registry-install-shortcuts' fill in the functions.
3259
3260         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3261         warnings.
3262         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3263         (gnus-registry-install-shortcuts): Populate and use it in a
3264         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3265
3266 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3267
3268         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3269         In-place substitutions for the group name encoding/decoding.
3270         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3271         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3272         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3273         (nnimap-update-unseen, nnimap-request-list)
3274         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3275         (nnimap-request-set-mark, nnimap-split-to-groups)
3276         (nnimap-split-articles, nnimap-request-newgroups)
3277         (nnimap-request-create-group, nnimap-request-accept-article)
3278         (nnimap-request-delete-group, nnimap-request-rename-group)
3279         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3280         `encoded-mbx' for consistency.
3281         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3282         variable `imap-current-mailbox'.
3283
3284         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3285         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3286
3287 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3288
3289         * pop3.el (pop3-display-message-size-flag): Display message size byte
3290         counts during POP3 download.
3291         (pop3-movemail): Use it.
3292         (pop3-list): Implement listing of available messages.
3293
3294 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3295
3296         * nnir.el (nnir-get-article-nov-override-function): New function to
3297         override the normal NOV retrieval.
3298         (nnir-retrieve-headers): Use it.
3299
3300 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3301
3302         * auth-source.el (netrc-machine-user-or-password): Autoload.
3303
3304 2010-03-19  Glenn Morris  <rgm@gnu.org>
3305
3306         Stop message.el from loading about 40 libraries it doesn't always need.
3307         The general approach is to autoload rather than require, and to
3308         require in the specific functions rather than the file.  (Bug#5642)
3309
3310         * gmm-utils.el: Don't require wid-edit.
3311         (widget-create-child-value, widget-convert, widget-default-get):
3312         Autoload.
3313
3314         * gnus-util.el: Don't require time-date, netrc.
3315         (message-fetch-field, gnus-group-name-decode): Declare rather than
3316         autoloading.
3317         (gnus-fetch-field): Require message.
3318         (gnus-decode-newsgroups): Require gnus-group.
3319
3320         * ietf-drums.el: Don't require time-date.
3321
3322         * message.el: Don't require hashcash, canlock, ecomplete.
3323         Do require mail-utils.  Require nnheader only when compiling.
3324         (smtpmail-default-smtp-server): Remove declaration.
3325         (message-send-mail-function): Check smtpmail-default-smtp-server
3326         is bound rather than requiring smtpmail.
3327         (message-auto-save-directory, message-insert-signature): Use
3328         expand-file-name rather than nnheader-concat.
3329         (nnheader-insert-file-contents): Autoload.
3330         (hashcash-wait-async): Declare.
3331         (message-send-mail): Only call gnus-setup-posting-charset if
3332         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3333         (message-send-mail-with-sendmail): Require sendmail.
3334         (canlock-password, canlock-password-for-verify): Declare.
3335         (message-canlock-password): Require canlock.
3336         (nnheader-get-report): Autoload.
3337         (gnus-setup-posting-charset): Declare.
3338         (message-send-news): Require gnus-msg.
3339         (message-make-references, message-make-in-reply-to): Use mail-header-id
3340         rather than the alias mail-header-message-id.
3341         (ecomplete-add-item, ecomplete-save): Declare.
3342         (message-put-addresses-in-ecomplete): Require ecomplete.
3343         (ecomplete-display-matches): Autoload.
3344
3345         * mm-decode.el: Don't require mailcap, gnus-util.
3346         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3347         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3348         Autoload.
3349         (mailcap-mime-extensions): Declare.
3350
3351         * mm-encode.el: Don't require mailcap.
3352         (mailcap-extension-to-mime): Autoload.
3353
3354         * mml-sec.el: Don't require password-cache.
3355
3356         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3357         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3358         (mml-minibuffer-read-type): Require mailcap.
3359         (mml-preview): Require gnus-msg.
3360
3361         * mml1991.el: Require password-cache.
3362         (password-cache-expiry): Remove declaration.
3363
3364         * mml2015.el: Require password-cache.
3365         (password-cache-expiry): Remove declaration.
3366
3367         * nneething.el (mailcap): Require mailcap.
3368
3369         * nnheader.el (declare-function): Add compatibility stub.
3370         (message-remove-header): Declare rather than autoload.
3371         (nnheader-replace-header): Require message.
3372
3373         * nnimap.el (declare-function): Add compatibility stub.
3374         (netrc-parse, netrc-machine-user-or-password): Declare.
3375         (nnimap-open-connection): Require netrc.
3376
3377         * nntp.el (declare-function): Add compatibility stub.
3378         (netrc-parse, netrc-machine, netrc-get): Declare.
3379         (nntp-send-authinfo): Require netrc.
3380
3381         * rfc2047.el: Don't require qp.
3382         (quoted-printable-encode-region, quoted-printable-decode-string):
3383         Autoload.
3384
3385         * sieve-mode.el: Don't require easymenu.
3386         (easy-menu-add-item): Autoload it.
3387
3388         * spam-stat.el (time-to-number-of-days): Autoload it.
3389
3390 2010-03-19  Glenn Morris  <rgm@gnu.org>
3391
3392         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3393
3394 2010-03-18  Glenn Morris  <rgm@gnu.org>
3395
3396         * hashcash.el (declare-function): Remove duplicate definition.
3397
3398 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3399
3400         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3401         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3402         value if any backslash escapes).
3403
3404 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3407         if it is available.  (bug#5647)
3408
3409         * lpath.el: Suppress compiler warning for coding-system-from-name for
3410         Emacs 21 and XEmacs.
3411
3412 2010-03-14  Juri Linkov  <juri@jurta.org>
3413
3414         * hmac-def.el:
3415         * hmac-md5.el:
3416         * netrc.el: Fix keywords.
3417
3418 2010-02-26  Glenn Morris  <rgm@gnu.org>
3419
3420         * message.el (message-send-mail-function): Change the default, so that
3421         it inherits from a customized send-mail-function.  (Bug#5643)
3422
3423 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3424
3425         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3426         shell-command-to-string signals an error (bug#5299).
3427
3428 2010-02-24  Glenn Morris  <rgm@gnu.org>
3429
3430         * message.el (message-smtpmail-send-it)
3431         (message-send-mail-with-mailclient): Doc fixes.
3432
3433 2010-02-16  Glenn Morris  <rgm@gnu.org>
3434
3435         * message.el (message-default-mail-headers): Change the default value
3436         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3437
3438 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3441         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3442
3443 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3444
3445         * time-date.el (date-to-time): Doc fix (Bug#5408).
3446
3447 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3448
3449         * message.el (message-mail): Just pass yank-action on to message-setup.
3450         (message-setup): Handle (FUN . ARGS) form of yank-action.
3451         (message-with-reply-buffer, message-widen-reply)
3452         (message-yank-original): Handle non-buffer values of
3453         message-reply-buffer (Bug#4080).
3454         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3455
3456 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3457
3458         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3459         Fix typo in docstring.
3460
3461 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3462
3463         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3464         response.
3465
3466 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3469
3470         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3471
3472         * message.el (message-check-news-header-syntax): Protect against a
3473         string that `rfc822-addresses' returns when parsing fails.
3474
3475 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3478         (gnus-previous-char-property-change): New functions.
3479
3480         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3481
3482 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3483
3484         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3485         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3486
3487 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3488
3489         * message.el (message-exchange-point-and-mark): Rework last change to
3490         avoid using optional arg of exchange-point-and-mark, for backward
3491         compatibility.
3492
3493 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3494
3495         * message.el (message-exchange-point-and-mark): Call
3496         exchange-point-and-mark with an argument rather than setting
3497         mark-active by hand (Bug#5175).
3498
3499 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * nntp.el (nntp-service-to-port): Work for service expressed with
3502         numeric string; replace [:digit:] with [0-9] for XEmacs.
3503
3504 2009-12-17  Glenn Morris  <rgm@gnu.org>
3505
3506         * gnus-group.el (gnus-bug-group-download-format-alist):
3507         Change emacs entry to debbugs.gnu.org.  Bump :version.
3508
3509 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3512
3513 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * message.el (message-info): Explain why we use `Info-goto-node'.
3516
3517 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3520
3521 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3522
3523         * message.el (message-completion-in-region): New compatibility function.
3524         (message-expand-group): Use it.
3525
3526 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3529         with no unread article should be listed if the 2nd arg `predicate' is
3530         given.
3531
3532 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3535
3536 2009-11-29  Juri Linkov  <juri@jurta.org>
3537
3538         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3539         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3540         on `gnus-recenter'. (Bug#4698, Bug#4981)
3541
3542 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3543
3544         * sha1.el (sha1-string-external): default-directory "/" in case
3545         otherwise non-existent.  process-connection-type pipe for touch of
3546         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3547
3548 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3549
3550         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3551         it's comms related and sgml-mode.el has "comm" on that basis too.
3552
3553 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3556         containing tspecial characters if they have been already quoted.
3557
3558 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3559
3560         * dns-mode.el (auto-mode-alist): Purecopy string.
3561
3562 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3563
3564         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3565
3566 2009-10-24  Glenn Morris  <rgm@gnu.org>
3567
3568         * gnus-art.el (help-xref-stack-item): Define for compiler.
3569
3570 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3571
3572         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3573
3574 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3577
3578 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3581         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3582
3583 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3586         (gnus-overlays-in): New alias to overlays-in.
3587
3588         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3589         gnus-overlay-get, and gnus-delete-overlay.
3590         (gnus-summary-show-thread): Make it work as well for systems in which
3591         next-single-char-property-change is not available.
3592         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3593
3594         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3595         (gnus-overlay-get): New alias to extent-property.
3596         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3597
3598         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3599         SXEmacs.
3600
3601         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3602         SXEmacs.
3603
3604 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3607
3608 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3609
3610         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3611         and XEmacs that don't have `remove-overlays'.
3612
3613 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3614
3615         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3616         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3617         selective display.  Use overlays instead.
3618
3619 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3620
3621         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3622
3623 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3624
3625         * spam-stat.el (spam-stat-load): Fix typo in message.
3626
3627 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3628
3629         * dig.el (dig-invoke): Fix typo in docstring.
3630         (query-dig): Reflow docstring.
3631
3632 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3633
3634         * gnus-art.el (gnus-article-encrypt-body):
3635         * message.el (message-check-recipients):
3636         * mm-util.el (mm-codepage-setup):
3637         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3638         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3639
3640 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3641
3642         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3643         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3644         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3645         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3646         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3647
3648 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3649
3650         * dig.el: Add "Keywords: comm", as per net-utils.el.
3651
3652 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3653
3654         * dig.el (dig-mode): Use define-derived-mode.
3655
3656 2009-09-19  Glenn Morris  <rgm@gnu.org>
3657
3658         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3659
3660 2009-09-18  Glenn Morris  <rgm@gnu.org>
3661
3662         * gnus-diary.el (gnus-diary-check-message):
3663         * message.el (message-insert-formatted-citation-line):
3664         * nnbabyl.el (top-level):
3665         * nndiary.el (nndiary-schedule):
3666         Fix typos in condition-case handlers.
3667
3668 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3671         configuration that provides the sole article window in a frame;
3672         position point correctly after deleting a part.
3673
3674 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3675
3676         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3677         (spam-resolve-registrations-routine): Use it to unregister articles
3678         that change status.
3679
3680 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3683         with XEmacs.
3684         (parse-time-string-chars): Use it.
3685
3686 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * imap.el (imap-interactive-login): Better messages.
3689         (imap-open): Fix bug with renamed buffer on reconnect.
3690         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3691         for easier debugging and cleaner code.  On successful (guessed based on
3692         server capabilities) secondary authentication, set imap-state
3693         correctly.
3694         (imap-last-authenticator): Define imap-last-authenticator as a variable
3695         to avoid warnings.
3696
3697 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * nnrss.el (nnrss-request-article): Remove binding of
3700         default-enable-multibyte-characters that has gotten needless by
3701         the 2007-07-13 change in rfc2047-encode-message-header.
3702
3703         * mml.el (mml-insert-multipart): Error on the message header.
3704         (mml-insert-part): Error on the message header; position point at
3705         the end of a MIME tag.
3706
3707 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * time-date.el (autoload): Expand define-obsolete-function-alias into
3710         defalias and make-obsolete for old Emacsen that Gnus supports.
3711         (with-no-warnings): Define it for old Emacsen.
3712         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3713         is available.
3714         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3715         float-time is available; suppress compile warning for time-to-seconds.
3716
3717         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3718         (gnus-float-time): Alias to float-time if it exists.
3719
3720         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3721         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3722         float-time is available; suppress compile warning for time-to-seconds.
3723
3724         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3725         XEmacs.
3726
3727 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * imap.el (imap-message-map): Docstring fix.
3730
3731 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3734         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3735         Add the optional argument `encoding' that overrides the default.
3736
3737         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3738         mm-encode-buffer.
3739
3740 2009-09-04  Glenn Morris  <rgm@gnu.org>
3741
3742         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3743         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3744         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3745         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3746         * mm-util.el (mm-with-unibyte-current-buffer)
3747         (mm-find-buffer-file-coding-system):
3748         * yenc.el (yenc-decode-region): Use default-value rather than
3749         default-enable-multibyte-characters.
3750
3751 2009-09-03  Glenn Morris  <rgm@gnu.org>
3752
3753         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3754         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3755         than default-enable-multibyte-characters.
3756
3757 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3758
3759         * gnus-art.el (gnus-article-read-summary-keys):
3760         Fix gnus-buffer-configuration's value temporarily used.
3761
3762 2009-09-02  Glenn Morris  <rgm@gnu.org>
3763
3764         * gnus-util.el (gnus-float-time): New function.
3765         * gnus-delay.el (gnus-delay-article):
3766         * gnus-sum.el (gnus-thread-latest-date):
3767         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3768         * nnspool.el (nnspool-request-newgroups):
3769         Use gnus-float-time rather than time-to-seconds.
3770         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3771
3772         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3773         (gnus-header-subject-face, gnus-header-newsgroups-face)
3774         (gnus-header-name-face, gnus-header-content-face):
3775         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3776         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3777         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3778         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3779         (gnus-cite-face-11):
3780         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3781         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3782         (gnus-server-closed-face, gnus-server-denied-face)
3783         (gnus-server-offline-face):
3784         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3785         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3786         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3787         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3788         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3789         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3790         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3791         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3792         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3793         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3794         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3795         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3796         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3797         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3798         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3799         (gnus-summary-high-undownloaded-face)
3800         (gnus-summary-low-undownloaded-face)
3801         (gnus-summary-normal-undownloaded-face)
3802         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3803         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3804         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3805         (gnus-splash-face):
3806         * message.el (message-header-to-face, message-header-cc-face)
3807         (message-header-subject-face, message-header-newsgroups-face)
3808         (message-header-other-face, message-header-name-face)
3809         (message-header-xheader-face, message-separator-face)
3810         (message-cited-text-face, message-mml-face):
3811         * sieve-mode.el (sieve-control-commands-face)
3812         (sieve-action-commands-face, sieve-test-commands-face)
3813         (sieve-tagged-arguments-face):
3814         * spam.el (spam-face):
3815         Mark face aliases with "-face" in the name as obsolete.
3816
3817 2009-09-01  Glenn Morris  <rgm@gnu.org>
3818
3819         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3820         than goto-line.
3821
3822 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3825         Don't move point if the command is invoked inside the message header.
3826
3827 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3828
3829         * imap.el (imap-send-command): Simplify.
3830         (imap-wait-for-tag): point-max -> buffer-size.
3831
3832 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3835         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3836         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3837         * nnir.el (nnir-swish-e-index-file):
3838         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3839         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3840         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3841         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3842         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3843         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3844
3845 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3848         Don't save excursion.
3849
3850 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * nnheader.el (nnheader-find-file-noselect):
3853         * mm-util.el (mm-insert-file-contents):
3854         Use (default-value 'major-mode) instead of default-major-mode.
3855
3856 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3857
3858         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3859
3860 2009-08-26  Glenn Morris  <rgm@gnu.org>
3861
3862         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3863         than placing in files.el.
3864
3865 2009-08-25  Glenn Morris  <rgm@gnu.org>
3866
3867         * nnir.el (top-level): Don't require cl at run-time.
3868         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3869         Replace cl-function substitute with gnus-replace-in-string.
3870         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3871         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3872         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3873         simplified expansions.
3874
3875 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3876
3877         * dig.el (dig): Add autoload cookie.
3878
3879 2009-08-22  Glenn Morris  <rgm@gnu.org>
3880
3881         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3882         goto-line.
3883
3884 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3885
3886         * parse-time.el (parse-time-string-chars): Save match data.
3887
3888 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3889
3890         * parse-time.el (parse-time-string-chars): Compute using character
3891         classes, to handle non-ascii characters (Bug#3190).
3892
3893 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3896
3897         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3898         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3899         (gnus-mm-display-part, gnus-mime-display-single)
3900         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3901         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3902
3903         * gnus-sum.el
3904         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3905         (gnus-summary-move-article): Add expirable mark to articles copied or
3906         moved to group that has auto-expire turned on if the option is non-nil.
3907
3908 2009-07-24  Glenn Morris  <rgm@gnu.org>
3909
3910         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3911         Fix typo.  (Bug#3903)
3912
3913 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3916         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3917         that should not be used for draft articles.
3918         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3919         that has no concern in minor mode keys.
3920         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3921         Abolish.
3922
3923 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3926         article without making inquiry to a user for unknown encoding.
3927
3928         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3929         (nnmaildir--scan): Assume i-node and device number that file-attributes
3930         returns might be cons-cell.
3931
3932         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3933
3934         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3935
3936 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * auth-source.el: Remove docs now in auth.texi.  Don't use
3939         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3940         `auth-source-hide-passwords' and use them.
3941
3942 2009-07-15  Glenn Morris  <rgm@gnu.org>
3943
3944         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3945
3946 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3949         excessive whitespace from the default values of title and description.
3950
3951 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3954         mail-fetch-field to fetch Content-Description header in order to
3955         exclude newlines.
3956
3957 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3958
3959         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3960         format used by GnuPG 2.0.11.
3961
3962 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3965         to deleted part.
3966
3967 2009-05-30  David Engster  <dengste@eml.cc>
3968
3969         * nnmairix.el: Remove old documentation in the commentary block.
3970         (nnmairix-request-group): Do not update active file for nnml back ends.
3971         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3972         end so that overview files are ignored.
3973         (nnmairix-update-groups): Make updating the groups more robust by using
3974         marks.
3975         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3976         with dollar characters in message-id.
3977
3978 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3979
3980         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3981         2008-12-25 in dns.el.
3982
3983 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3984
3985         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3986         could happen if the text is only composed of spaces and/or tabs.
3987
3988 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3989
3990         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3991         when sending a queued message to avoid extra mml tags.
3992
3993 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3996
3997 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4000         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4001         rmail-toggle-header for XEmacs;
4002         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4003
4004 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-dired.el: Remove autoload for gnus-setup-message.
4007         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4008         displaying Gnus logo; always use compose-mail.
4009
4010 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4013
4014 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4017         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4018         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4019         available.
4020         (gnus-nocem-epg-verify): New function.
4021
4022 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4023
4024         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4025
4026 2009-02-15  Glenn Morris  <rgm@gnu.org>
4027
4028         * gnus-util.el (rmail-insert-rmail-file-header)
4029         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4030         autoloads.
4031         (rmail-default-rmail-file): Remove unnecessary declaration.
4032         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4033
4034 2009-02-14  Glenn Morris  <rgm@gnu.org>
4035
4036         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4037         variable (only used in gnus-util, which declares it anyway).
4038         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4039         which was only needed by gnus-art (changed to not use it any more).
4040         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4041         only used in gnus-util, which autoloads it itself.
4042         (rmail-update-summary): Fix autoload.
4043
4044         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4045         rather than rmail-output-to-rmail-file.
4046
4047 2009-02-07  Glenn Morris  <rgm@gnu.org>
4048
4049         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4050         autoload of function that no longer exists.
4051         (rmail-toggle-header): Declare.
4052         (message-forward-rmail-make-body): Handle mbox Rmail.
4053
4054 2009-01-31  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4057         2009-01-09 change.
4058
4059 2009-01-31  Dave Love  <fx@gnu.org>
4060
4061         * imap.el (imap-fetch-safe): Bind debug-on-error.
4062         (imap-debug): Add imap-fetch-safe.
4063
4064 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4067         (auth-source-forget-all-cached): New convenience function.
4068         (auth-source-user-or-password): Accept list of modes or a single mode.
4069
4070         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4071         auth-source modes.
4072
4073         * netrc.el (netrc-machine-user-or-password): Use list of
4074         auth-source modes.
4075
4076         * nnimap.el (nnimap-open-connection): Use list of
4077         auth-source modes.
4078
4079         * nntp.el (nntp-send-authinfo): Use list of
4080         auth-source modes.
4081
4082 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4085         now.
4086
4087 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4090         coding system in XEmacs; add a workaround for XEmacs.
4091
4092         * lpath.el: Fbind coding-system-aliasee.
4093
4094 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4097         of current-language-environment.
4098
4099 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4100
4101         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4102         available at runtime.
4103
4104 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4107
4108 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4109
4110         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4111         the greatest positive fixnum value doesn't work under an XEmacs with
4112         bignum support; use the most-positive-fixnum constant instead,
4113         available since Emacs 21.1 with cl and XEmacs 21.1.
4114
4115 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4118         XEmacs gets not to work.
4119
4120 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * mm-util.el (mm-coding-system-priorities): Allow the value like
4123         "Japanese (UTF-8)" of current-language-environment.
4124
4125 2009-01-09  Glenn Morris  <rgm@gnu.org>
4126
4127         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4128         with last-command-event.
4129
4130 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4131
4132         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4133         in the doc string.
4134
4135         * message.el (message-fix-before-sending): Amend comment.
4136
4137 2009-01-08  Dave Love  <fx@gnu.org>
4138
4139         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4140
4141 2009-01-07  David Engster  <dengste@eml.cc>
4142
4143         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4144         simplified server definitions by converting it via
4145         gnus-server-to-method.
4146
4147 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4150         parameter's operands.
4151
4152 2009-01-06  David Engster  <dengste@eml.cc>
4153
4154         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4155         primary select method (for gnus-group-mark-article-as-read).
4156
4157 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4158
4159         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4160         `(gnus)Face', not `(gnus)X-Face'.
4161
4162 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * mm-util.el (mm-ucs-to-char): New function.
4165
4166         * mm-url.el (mm-url-decode-entities): Use it.
4167
4168         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4169         unicode-to-char.
4170
4171 2009-01-05  Dave Love  <fx@gnu.org>
4172
4173         * time-date.el: Require cl for `declare'.
4174
4175 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4176
4177         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4178         Dave Love.
4179
4180 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4181
4182         * message.el (message-fix-before-sending): Add `eight-bit' to
4183         illegible-text check.
4184
4185 2009-01-03  Michael Olson  <mwolson@gnu.org>
4186
4187         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4188         `headers' is nil.  This can occur if the IMAP server does not have
4189         permissions to read messages from a folder, but can write new messages
4190         to the folder.
4191         (nnimap-request-article-part): Do not insert `data' if it is nil.
4192
4193         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4194         characters which will confuse `read', so skip past them.
4195
4196 2009-01-01  Dave Love  <fx@gnu.org>
4197
4198         * imap.el (imap-string-to-integer): Fix typo.
4199         (imap-fetch-safe): New function.
4200         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4201
4202         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4203
4204         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4205         (imap-parse-greeting): Fix doc strings.
4206         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4207         (imap-parse-flag-list): Make messages unique.
4208         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4209
4210         * nnimap.el: Fix author email.
4211         (nnimap-split-rule): Add FIXME comment.
4212         (nnimap-debug): Fix doc string.
4213
4214 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4217
4218 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4221         nslookup if resolv.conf isn't available.
4222         (dns-query): Rename from query-dns.
4223         (dns-query-cached): Rename from query-dns-cached.
4224
4225 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4228         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4229         to check if those variables exist (first appeared in Emacs 18.50).
4230
4231 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mm-util.el (mm-line-number-at-pos): New function.
4234
4235         * spam-report.el (spam-report-process-queue): Use it.
4236
4237 2008-12-24  David Engster  <dengste@eml.cc>
4238
4239         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4240         parameters that haven't existed as variables as buffer-local variables.
4241
4242 2008-12-23  Dave Love  <fx@gnu.org>
4243
4244         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4245         cadar.
4246
4247         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4248         imap-starttls-p.
4249         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4250
4251 2008-12-22  Dave Love  <fx@gnu.org>
4252
4253         * imap.el: Fix author email.  Doc fixes.
4254         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4255         reply.
4256
4257 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * spam-report.el (spam-report-gmane-max-requests): New constant.
4260         (spam-report-gmane-wait): New variable.
4261         (spam-report-gmane-ham, spam-report-gmane-spam)
4262         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4263         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4264         the server.
4265
4266         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4267         Add explanations.
4268
4269         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4270         nnheader-accept-process-output and nnheader-read-timeout if available.
4271         (pop3-movemail): Use it.
4272
4273         * message.el (message-check-news-body-syntax): Fix signature check if
4274         there's an attachment.
4275
4276 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * mm-util.el: Add comments to the mm- emulating functions.
4279
4280 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4283         by Stephen Berman <stephen.berman@gmx.net>.
4284
4285 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * mm-util.el (mm-substring-no-properties): New function.
4288         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4289         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4290         (mm-string-to-multibyte): Doc fix.
4291
4292         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4293
4294 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * mml.el (mml-attach-file): Strip text properties from file name.
4297         (Bug#1574)
4298
4299 2008-12-16  Glenn Morris  <rgm@gnu.org>
4300
4301         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4302
4303 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4306         knows since the charset specified might be a bogus alias that
4307         mm-charset-synonym-alist provides.
4308
4309 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4312         "ISO_8859-1".
4313
4314         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4315
4316 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * mm-util.el (mm-charset-eval-alist):
4319         Define it before mm-charset-to-coding-system.
4320         (mm-charset-to-coding-system): Add optional argument `silent';
4321         define it before mm-charset-override-alist.
4322         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4323         default value if it can be used in Emacs currently running;
4324         silence mm-charset-to-coding-system.
4325
4326 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4329         `allow-override' which says whether to use `mm-charset-override-alist'.
4330         (rfc2047-decode-encoded-words): Use it.
4331
4332         * mm-util.el (mm-charset-override-alist): Fix custom type;
4333         add `(gb2312 . gbk)' to choices.
4334
4335 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4338         fast.
4339
4340         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4341
4342         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4343
4344 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4345
4346         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4347         on links.
4348
4349         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4350
4351 2008-12-03  Lute Kamstra  <lute@gnu.org>
4352
4353         * sha1.el: Remove leading * from docstrings of defcustoms,
4354         deffaces, defconsts and defuns.
4355
4356 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4359         users' addresses that don't have domain parts.
4360         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4361         rather than message-narrow-to-head since there will be the message
4362         header separator.
4363
4364 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4367         since the result is inserted in a unibyte buffer anyway.
4368         (nnimap-demule-use-string-to-multibyte): Remove.
4369         (nnimap-demule): Alias it to mm-string-to-multibyte.
4370
4371 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4374         variable for debugging bug#464 and bug#1174.
4375         (nnimap-demule): Use it.
4376
4377 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4380         score calculation correctly.
4381
4382 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4383
4384         * message.el (message-send-mail): Just set the buffer to unibyte
4385         rather than use mm-with-unibyte-current-buffer which does a lot more.
4386         (message-send-mail-partially): Don't bother with
4387         mm-with-unibyte-current-buffer since it's already been made unibyte by
4388         message-send-mail.
4389
4390 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4391
4392         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4393
4394 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4397
4398 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4401         require itself and to remove `with-no-warnings'.
4402
4403 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * starttls.el (starttls-any-program-available): Get the name of the
4406         available TLS layer program.
4407         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4408         well as the host name in the "opening" message.
4409
4410         * auth-source.el (auth-source-cache, auth-source-do-cache)
4411         (auth-source-user-or-password): Cache passwords and logins by default,
4412         allow override with `auth-source-do-cache'.
4413         (auth-source-forget-user-or-password): Allow users to remove cache
4414         entries if needed.
4415
4416 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4417
4418         * md4.el (md4-buffer): Fix typo in docstring.
4419         (md4, md4-64): Doc fixes.
4420         (md4-pack-int32): Reflow docstring.
4421
4422 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4425         condition-case to only the forward-sexp call.
4426
4427 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4430         quotes contained.  Make it more robust regardless by an extra
4431         condition-case wrapper.
4432
4433 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4436
4437 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * nnml.el (nnml-request-expire-articles): Check if the function set to
4440         `nnmail-expiry-target' returns the symbol `delete'.
4441
4442         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4443
4444         * nnmail.el (nnmail-expiry-target): Fix custom type.
4445
4446 2008-10-02  Glenn Morris  <rgm@gnu.org>
4447
4448         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4449         Silence compiler warning.
4450
4451 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4452
4453         * tls.el (open-tls-stream): Show the actual command being
4454         executed, instead of the format string.
4455
4456 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * lpath.el: Fbind codepage-setup for Emacs 23.
4459
4460 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4461
4462         * mml.el (mml-menu): Don't assume mml2015 is bound.
4463
4464 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4467         exists.
4468
4469 2008-09-27  Glenn Morris  <rgm@gnu.org>
4470
4471         * gnus-util.el (mail-header-remove-comments): Autoload it.
4472
4473 2008-09-27  Andreas Schwab  <schwab@suse.de>
4474
4475         * gnus-util.el (gnus-split-references): Strip comments.
4476         (gnus-parent-id): Likewise.
4477
4478 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * message.el (message-confirm-send): Fix version.
4481
4482 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * message.el (message-idna-to-ascii-rhs-1): Use
4485         mail-extract-address-components rather than mail-header-parse-addresses
4486         that is an alias by default to ietf-drums-parse-addresses that does not
4487         support non-ASCII names in headers' contents.
4488
4489 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * message.el (message-confirm-send): Fixed variable documentation to
4492         avoid the "y/n" wording.
4493
4494 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4495
4496         * message.el (message-set-auto-save-file-name): Save to a different
4497         filename so multiple messages (especially drafts) can be recovered.
4498
4499 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * message.el (message-confirm-send): Add appropriate version.
4502
4503 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4506         defvar.
4507
4508 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4509
4510         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4511         (mm-pkcs7-enveloped-magic): Ditto.
4512
4513 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4514
4515         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4516         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4517
4518 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4521         default, it's better.
4522
4523 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4526         summary line gnus-number property and ignore them (with a warning
4527         message).
4528
4529 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4532         macro caddr in the interactive form since it won't be expanded.
4533
4534 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4537         `charset'; fix name of function called recursively.
4538         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4539
4540 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4543         (gnus-mime-set-charset-parameters): New function.
4544         (gnus-mime-view-part-as-charset): Use it to correctly display part
4545         specifying wrong charset.
4546
4547 2008-09-08  David Engster  <dengste@eml.cc>
4548
4549         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4550         in completing-read for back end server.
4551
4552 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * message.el (message-confirm-send): New variable to confirm sending a
4555         message.
4556         (message-send): Use it.
4557
4558 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4561
4562 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4565
4566 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4569         prevent tracking too many groups.
4570         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4571         Use it.
4572
4573 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4574
4575         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4576         moving point to the bottom of the window in order to avoid recentering.
4577
4578 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4581
4582         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4583         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4584         (gnus-article-beginning-of-window): Fix calculation.
4585
4586 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-msg.el (gnus-summary-supersede-article)
4589         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4590         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4591         message header.
4592
4593 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4594
4595         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4596         pending output coming after the status change.
4597
4598 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4599
4600         * message.el:
4601         * gnus-start.el:
4602         * gnus-registry.el: Remove VMS support.
4603
4604 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4607         macro.
4608         (rfc2104-hash): Use it.
4609
4610 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4613         (gnus-summary-sort-by-most-recent-date): New commands.
4614         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4615         and menu entries.
4616
4617 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4620         don't redisplay article for raw contents; remove plural articles stuff.
4621
4622         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4623         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4624         on gnus-summary-save-article; display results properly.
4625
4626 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * lpath.el: No need to fbind ns-focus-frame.
4629
4630 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4633
4634 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4637         gnus-save-all-headers.
4638
4639 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4640
4641         * gnus-util.el (ns-focus-frame): Remove declaration.
4642         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4643         like x.
4644
4645 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4646
4647         * rfc2104.el (rfc2104-zero): Delete defconst.
4648         (rfc2104-hex-alist): Likewise.
4649         (rfc2104-hex-to-int): Delete func.
4650         (rfc2104-hexstring-to-bitstring): Likewise.
4651         (rfc2104-nybbles): New defconst.
4652         (rfc2104-hash): Rewrite for speed.
4653
4654 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * tls.el (open-tls-stream): Make it work with the 2nd argument
4657         BUFFER that is a string but does not exist as a buffer object, as
4658         mentioned in the doc-string.
4659
4660 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4663         SXEmacs.
4664
4665 2008-07-16  Glenn Morris  <rgm@gnu.org>
4666
4667         * gnus-util.el (ns-focus-frame): Declare for compiler.
4668
4669 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4672         set as a group parameter.
4673         (gnus-summary-save-in-pipe): Work when it is called independently.
4674         (gnus-summary-pipe-to-muttprint): Don't modify
4675         gnus-summary-pipe-output-default-command.
4676
4677 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4678
4679         * message.el (message-send-mail-with-sendmail):
4680         Display the error message.
4681
4682 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-default-article-saver):
4685         Add gnus-summary-save-in-pipe to choices.
4686         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4687         gnus-summary-pipe-output-default-command as the default command.
4688         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4689         instead of gnus-last-shell-command.
4690
4691         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4692         New user option.
4693         (gnus-summary-muttprint-program): Mention the value will be changed.
4694         (gnus-summary-save-article): Force showing of all headers.
4695         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4696
4697 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4698
4699         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4700
4701 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4702
4703         * nnimap.el (nnimap-id):
4704         * sieve-manage.el (sieve-manage-open): Doc fixes.
4705
4706 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4707
4708         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4709         if available.
4710
4711 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4712
4713         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4714
4715         * nnkiboze.el (nnkiboze-generate-group):
4716         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4717
4718         * nnmairix.el: Require CL.
4719
4720 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * dgnushack.el: Autoload get-display-table and put-display-table for
4723         XEmacs 21.5.
4724
4725         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4726         21.4 and SXEmacs.
4727
4728 2008-06-15  David Engster  <dengste@eml.cc>
4729
4730         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4731
4732 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4733
4734         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4735         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4736         runtime choice under XEmacs.
4737
4738         * gnus-sum.el (gnus-summary-set-display-table):
4739         Use `gnus-put-display-table', `gnus-get-display-table',
4740         `gnus-set-display-table' for the display table, instead of `aset'.
4741
4742         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4743         Use `gnus-put-display-table', `gnus-get-display-table',
4744         `gnus-set-display-table' for the display table.
4745
4746 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * nnmairix.el: Add autoloads.
4749
4750 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * nnmairix.el (nnmairix-delete-recreate-group)
4753         (nnmairix-update-and-clear-marks): Fix error messages.
4754
4755 2008-06-14  David Engster  <dengste@eml.cc>
4756
4757         * nnmairix.el: Upgrade to version 0.6.
4758         (nnmairix-group-toggle-propmarks-this-group)
4759         (nnmairix-group-toggle-readmarks-this-group)
4760         (nnmairix-group-delete-recreate-this-group)
4761         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4762         (nnmairix-remove-tick-mark-original-article): New commands.
4763         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4764         (nnmairix-propagate-marks-to-nnmairix-groups)
4765         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4766         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4767         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4768         functions needed for marks propagation and manipulation of read marks.
4769         (nnmairix-update-groups): New function.
4770         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4771         (nnmairix-determine-original-group-from-registry)
4772         (nnmairix-determine-original-group-from-path)
4773         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4774         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4775         New helper functions.
4776         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4777         keystrokes for new commands.
4778         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4779         (nnmairix-request-group): Check allow-fast group parameter.
4780         (nnmairix-request-create-group): Set allow-fast group parameter if
4781         nnmairix-allowfast-default is set.
4782         (nnmairix-close-group): Propagate marks upon closing if needed.
4783         (nnmairix-group-toggle-threads-this-group): Use new.
4784         nnmairix-group-toggle-parameter helper function.
4785         (nnmairix-search): Better check for empty search result.
4786         (nnmairix-goto-original-article): Use new helper functions for
4787         determining original article.
4788         (nnmairix-show-original-article): Make sure message-id is in brackets.
4789         (nnmairix-call-mairix-binary): Change variable name.
4790         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4791         helper function.
4792         (nnmairix-widget-toggle-activate): Fix doc string.
4793
4794 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * nnir.el: Require edmacro when compiling with XEmacs.
4797         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4798         available in Emacs 21.
4799
4800 2008-06-11  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-util.el (x-focus-frame):
4803         * gnus.el (image-size):
4804         * mm-decode.el (image-size): Declare.
4805
4806         * gnus-picon.el (declare-function): Add compat definition.
4807         (image-size): Declare.
4808
4809         * gnus-group.el (tool-bar-map):
4810         * gnus-sum.el (tool-bar-map): Define for compiler.
4811
4812         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4813
4814         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4815
4816         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4817         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4818         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4819         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4820         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4821         * sieve-manage.el, spam-report.el, spam.el:
4822         Remove unnecessary eval-and-compile of autoloads.
4823
4824 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4825
4826         * auth-source.el: Precise Tramp doc.
4827
4828 2008-06-07  Glenn Morris  <rgm@gnu.org>
4829
4830         * nnmairix.el: Remove unnecessary eval-when-compile.
4831
4832 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * lpath.el: Fbind propertize for XEmacs 21.4.
4835
4836 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * nnir.el: Move here from ../contrib.
4839
4840 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4841
4842         * gnus-util.el (gnus-read-shell-command): New function.
4843         * mm-decode.el (mm-pipe-part):
4844         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4845
4846 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4849
4850 2008-06-03  Glenn Morris  <rgm@gnu.org>
4851
4852         * pop3.el (nnheader-accept-process-output): Autoload it.
4853
4854 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4857         are not 2-digit hexadecimal characters that follow `%'s.
4858
4859 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * message.el (message-bogus-recipient-p): Fix type in doc string.
4862         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4863         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4864         Improve custom options.
4865         (message-bogus-recipient-p): Adjust accordingly.
4866
4867 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4868
4869         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4870         long-form month and day names.
4871
4872 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * dgnushack.el: Autoload debug, eudc-expand-inline and
4875         pgg-snarf-keys-region for XEmacs.
4876
4877         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4878
4879         * nnmairix.el: Require edmacro when compiling with XEmacs.
4880
4881 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4884         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4885
4886 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * auth-source.el: Add more docs.
4889
4890         * netrc.el (netrc-machine): Always match if the port is not given.
4891
4892 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893
4894         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4895         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4896         retrieval faster in some cases, but might make CPU usage larger.  If
4897         this has any bad side effects, we might revert this change.
4898
4899         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4900         seems to make mail retrieval much, much faster.
4901         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4902         unconditionally.
4903
4904         * gnus-draft.el (gnus-group-send-queue): Bind
4905         message-send-mail-partially-limit to nil to avoid being prompted.
4906
4907 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4910
4911         * message.el (message-bogus-address-regexp): Fix and improve custom
4912         type.
4913         (message-setup-hook): Add message-check-recipients as custom option.
4914
4915 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * message.el (message-cite-function): Remove bogus autoload which crept
4918         in during merge from v5-10.
4919
4920 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4923
4924         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4925
4926         * auth-source.el: Preliminary Tramp docs.
4927         (auth-sources): Change the default auth-sources to use
4928         EPA .gpg files.
4929
4930 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4931
4932         * nntp.el: Autoload `auth-source-user-or-password'.
4933         (nntp-send-authinfo): Use it.
4934
4935         * nnimap.el: Autoload `auth-source-user-or-password'.
4936         (nnimap-open-connection): Use it.
4937
4938         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4939         for the gnus-message function.
4940         (auth-source-user-or-password): Use it.
4941
4942 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4943
4944         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4945         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4946         (rfc2104-hash): Use it.
4947
4948 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4949
4950         * gnus-art.el (gnus-article-toggle-truncate-lines):
4951         Don't use `iff' in docstring.
4952
4953 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4956
4957         * gnus-util.el (gnus-extract-address-component-name)
4958         (gnus-extract-address-component-email): Convenience functions around
4959         `gnus-extract-address-components'.
4960
4961         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4962         Use `gnus-extract-address-component-email' to fix bug of comparing full
4963         sender name to `user-mail-address'.
4964
4965 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4968         catch/throw to optimize.
4969         (gnus-registry-find-keywords): Just use member to find a keyword.
4970
4971 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4972
4973         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4974         is current before calling gnus-server-prepare.
4975         (gnus-server-setup-buffer, gnus-server-update-server)
4976         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4977
4978 2008-05-04  Juri Linkov  <juri@jurta.org>
4979
4980         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4981         (mailcap-file-default-commands): Use mailcap-replace-in-string
4982         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4983         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4984
4985 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4986
4987         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4988
4989 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4990
4991         * gnus.el: Bump version to 0.11.
4992
4993 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4994
4995         * gnus.el: No Gnus v0.10 is released.
4996
4997 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5000         hooks.
5001         (gnus-update-read-articles): Speed up non-marks-using users.
5002         (gnus-use-marks): Define gnus-use-marks.
5003         (gnus-propagate-marks): Rename variable to something more sensible.
5004
5005 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5006
5007         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5008         (gmm-image-load-path-for-library): Fix typos in docstrings.
5009         (gmm-message): Reflow docstring.
5010
5011 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * mail-source.el (mail-source-set-1, mail-source-bind):
5014         Move auth-source code out of the macro to clean it up and fix bugs.
5015
5016 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5019         by sender if it's equal to user-mail-address, it's likely to be
5020         useless.
5021
5022         * mail-source.el (mail-source-bind): Don't use user or password if they
5023         are not bound.  Unintern them if they are nil.  Don't use server unless
5024         it's bound, and default it to empty string otherwise.
5025
5026 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5027
5028         * mail-source.el: Load auth-source.el.
5029         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5030         get user name or password, if auth-sources is set up.
5031
5032         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5033         strategy of splitting with parent.
5034         (gnus-registry-split-fancy-with-parent)
5035         (gnus-registry-post-process-groups): Use it and fix prior
5036         bug (returning a list as the split result).
5037
5038         * auth-source.el (auth-sources): Remove server parameter.
5039         (auth-source-pick, auth-source-user-or-password)
5040         (auth-source-user-or-password-imap)
5041         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5042         (auth-source-user-or-password-sftp)
5043         (auth-source-user-or-password-smtp): Remove server parameter.
5044
5045 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5046
5047         * smime.el (smime-sign-region, smime-encrypt-region)
5048         (smime-decrypt-region):
5049         Remove redundant calls to `generate-new-buffer-name'.
5050
5051 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5052
5053         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5054         Don't use QP for message/rfc822.
5055         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5056
5057 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5058
5059         * sieve-manage.el (sieve-string-bytes): Remove.
5060         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5061         correct byte-length only if the process's coding-system is the same as
5062         the one used internally by Emacs to represent strings.
5063
5064 2008-04-22  Juri Linkov  <juri@jurta.org>
5065
5066         * mailcap.el (mailcap-file-default-commands): New function.
5067
5068 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * message.el (message-signature-separator, message-cite-function):
5071         Change custom version.
5072
5073 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5074
5075         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5076         commands.
5077         (tls-checktrust): Ditto.
5078
5079 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * mm-decode.el (mm-display-external): Make temp file read-only.
5082
5083 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5086         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5087         `C-c C-f d'.
5088
5089 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5090
5091         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5092
5093 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * gnus.el: Bump version to 0.9.
5096
5097 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * gnus.el: No Gnus v0.8 is released.
5100
5101 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5102
5103         * mail-source.el (mail-source-value):
5104         Prefer fboundp to functionp so it works with macros as well.
5105
5106 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5109         Fix last change in case the element is not even a symbol.
5110
5111 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5112
5113         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5114         Prefer fboundp to functionp so it works with macros as well.
5115
5116 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * auth-source.el: Added docs.
5119         (auth-sources): Modify format to support server.
5120         (auth-source-pick, auth-source-user-or-password)
5121         (auth-source-user-or-password-imap)
5122         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5123         (auth-source-user-or-password-sftp)
5124         (auth-source-user-or-password-smtp): Add server parameter.
5125
5126 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * gnus-registry.el: Initialize the registry when gnus-registry-install
5129         is t.
5130
5131 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * compface.el (uncompface): Make buffer unibyte.
5134
5135 2008-04-05  Glenn Morris  <rgm@gnu.org>
5136
5137         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5138
5139 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5140
5141         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5142         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5143
5144         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5145         multibyteness after rather than before erasing it.
5146
5147         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5148         mm-with-multibyte.
5149         (gnus-request-article-this-buffer): Make sure the proper decoding is
5150         used if gnus-original-article-buffer happens to be unibyte.
5151
5152         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5153         default-enable-multibyte-characters.
5154
5155         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5156         default-enable-multibyte-characters.
5157
5158         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5159
5160         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5161
5162 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5163
5164         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5165         (imap-message-copyuid-1): Use it.
5166         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5167         J. Williams in
5168         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5169
5170         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5171         imap-enable-exchange-bug-workaround.
5172         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5173
5174 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5175
5176         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5177         a 100 byte status-checks into a 2-3MB transfer for each group.
5178         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5179         to enable bug workaround or not.
5180         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5181
5182 2008-03-31  Glenn Morris  <rgm@gnu.org>
5183
5184         * message.el (mml2015-use): Declare for compiler.
5185         (message-info): Require mml2015 when appropriate.
5186
5187 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5190         whitespace.
5191
5192 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5193
5194         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5195         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5196         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5197         (nntp-service-to-port): New function.
5198         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5199         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5200         (nntp-open-netcat-stream): New function.
5201         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5202
5203 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5204
5205         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5206
5207 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5208
5209         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5210
5211 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5212
5213         * dns.el (dns-write): Use set-buffer-multibyte.
5214
5215 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5216
5217         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5218
5219 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * message.el (message-signature-separator): Change default.
5222         Improve custom type.
5223         (message-cite-function): Change default to
5224         message-cite-original-without-signature.
5225
5226         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5227         toggle.
5228
5229         * message.el (message-check-news-body-syntax): Fix signature check.
5230         (message-setup-1): Mark buffer as unmodified _after_ running
5231         message-setup-hook and handling message-alternative-emails.
5232         (message-shorten-references): Be more strict when building list of
5233         valid references to comply with GNKSA.
5234
5235         * gnus-group.el (gnus-read-ephemeral-bug-group)
5236         (gnus-read-ephemeral-debian-bug-group)
5237         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5238
5239         * message.el (message-info): Don't use booleanp which isn't supported
5240         in Emacs 21 and XEmacs.
5241
5242 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5245         gnus-group-gmane-group-download-format.
5246         (gnus-group-read-ephemeral-gmane-group): Rename from
5247         gnus-group-read-ephemeral-gmane-group.
5248         (gnus-read-ephemeral-gmane-group-url): Rename from
5249         gnus-group-read-ephemeral-gmane-group-url.
5250         (gnus-bug-group-download-format-alist): New variable.
5251         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5252         (gnus-read-ephemeral-emacs-bug-group): New commands.
5253
5254 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5257         (gnus-visible-headers): Improve custom type.
5258
5259 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * mml.el (mml-menu): Add workarounds for XEmacs.
5262
5263         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5264         X-Boundary header.
5265
5266         * message.el (message-simplify-recipients): Fix previous commit.
5267
5268 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5269
5270         * mm-util.el (mm-set-buffer-multibyte): New function.
5271         * mm-decode.el (mm-copy-to-buffer): Use it.
5272
5273 2008-03-19  Glenn Morris  <rgm@gnu.org>
5274
5275         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5276         Accidentally removed in the sync process with Emacs.
5277
5278 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * message.el (message-alter-recipients-discard-bogus-full-name):
5281         New function.
5282         (message-alter-recipients-function): New variable.
5283         (message-get-reply-headers): Use it.
5284         (message-replace-header): New helper function.
5285         (message-recipients-without-full-name): New variable.
5286         (message-simplify-recipients): New command.
5287
5288         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5289
5290         * message.el (message-info): Handle EasyPG manual.
5291
5292         * mml.el (mml-menu): Add entry for EasyPG.
5293
5294 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5295
5296         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5297         parameter.
5298
5299         * message.el (message-disassociate-draft): Specify drafts group name
5300         fully.
5301
5302 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5305         unnecessary duplicates from the match list.
5306
5307 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5310
5311         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5312
5313         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5314         args of `how-many' of which the XEmacs version doesn't take; declare
5315         Info-index-next as function.
5316
5317 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-score.el (gnus-score-headers): Fix handling of
5320         gnus-inhibit-slow-scoring.
5321
5322         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5323         string.
5324         (gnus-button-url-regexp): Improve handling of parenthesis.
5325         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5326         (gnus-button-handle-info-keystrokes): Handle index entries.
5327
5328 2008-03-15  Glenn Morris  <rgm@gnu.org>
5329
5330         * parse-time.el (parse-time-string): Simplify.
5331
5332 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5335         Incoming* files.
5336
5337 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5340         (auth-source-pick): Use it.
5341
5342 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5343
5344         * binhex.el (binhex-decode-region-internal):
5345         * uudecode.el (uudecode-decode-region-internal):
5346         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5347         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5348         setting default-enable-multibyte-characters.
5349
5350 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * auth-source.el (auth-source-protocols)
5353         (auth-source-protocols-customize, auth-source-choices): Added and
5354         modified variable customizations and defaults.
5355         (auth-source-pick, auth-source-user-or-password)
5356         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5357         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5358         (auth-source-user-or-password-sftp)
5359         (auth-source-user-or-password-smtp): Use new variables and provide an
5360         interface to netrc.el.
5361
5362 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5365         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5366         Make sure the nntp port to specify is a string.
5367
5368 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         * nntp.el: Use with-current-buffer.
5371         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5372         dubious mm-with-unibyte-current-buffer.
5373         (nntp-with-open-group-function): New function extracted from
5374         nntp-with-open-group macro.
5375         (nntp-with-open-group): Use the function, so it's easier to debug.
5376         Add indentation and debugging info.
5377         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5378         the use of the netcat alternatives.
5379
5380         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5381         Avoid mm-string-as-multibyte as well.
5382
5383         * nnweb.el (nnweb-insert-html):
5384         Remove use of nnheader-string-as-multibyte.
5385
5386         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5387         (nnheader-string-as-multibyte): Remove.
5388
5389         * mm-view.el: Use inhibit-read-only.
5390         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5391         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5392         or unibyte-string.
5393
5394         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5395         (mm-uu-yenc-extract): Use with-current-buffer.
5396
5397         * gnus-soup.el (gnus-soup-send-packet): Don't use
5398         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5399
5400         * nnmh.el: Use with-current-buffer.
5401         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5402         mm-string-as-multibyte on the output of mm-encode-coding-string.
5403
5404         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5405         (nnimap-request-move-article): Use with-current-buffer.
5406
5407         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5408         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5409         conversion uses string-make-unibyte rather than string-as-unibyte.
5410
5411         * gnus-msg.el: Use with-current-buffer.
5412
5413         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5414
5415 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5416
5417         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5418         string for caching if it is 'PIN.
5419
5420 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * lpath.el: Consider the case without Emacs/W3.
5423
5424 2008-03-08  Glenn Morris  <rgm@gnu.org>
5425
5426         * time-date.el (date-to-time, time-subtract, time-add)
5427         (safe-date-to-time): Doc fixes.
5428
5429 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * mail-source.el (mail-source-delete-old-incoming-confirm):
5432         Change default to nil.
5433         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5434
5435 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * lpath.el: Rearrange.
5438
5439         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5440         (gnus-article-goto-prev-page): Work for articles having ^L's.
5441
5442         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5443
5444         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5445
5446 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5447
5448         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5449         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5450         (gnus-bookmark-jump): Adjust some variable names.
5451
5452 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * auth-source.el: New package.
5455         (auth-source-choices): Add customization entry point variable.
5456
5457         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5458         bug.
5459
5460 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5463         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5464         (gnus-registry-install-shortcuts): Rename from
5465         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5466         the `gnus-registry-mark-map' keymap dynamically from
5467         `gnus-registry-marks'.  The generated functions update the summary line
5468         when a registry mark is added or deleted, and will call
5469         `gnus-registry-install-p' (see the comments in the code).
5470         (gnus-registry-user-format-function-M): Use concat intelligently.
5471
5472         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5473         the registry mark functions.
5474
5475 2008-03-05  Glenn Morris  <rgm@gnu.org>
5476
5477         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5478         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5479         gnus-art.
5480         (top-level): No need to load own source when compiling.
5481
5482 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5485         Suggested by <chris.anderton@zetnet.co.uk>.
5486
5487 2008-03-04  Glenn Morris  <rgm@gnu.org>
5488
5489         * gnus-sum.el (top-level): No need to require gnus when compiling,
5490         since unconditionally required near start of file.
5491         (gnus-summary-display-while-building): Move definition before use.
5492
5493 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5496         formatting function.
5497
5498 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5501         with plists.
5502         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5503         Use new format.
5504
5505 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5508         `where-is-internal' that returns a range of key sequences.
5509
5510 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5513
5514         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5515         (gnus-summary-jump-to-group): Consider windows on other displayed
5516         frames as well.  Similar changes might be needed elsewhere, but that's
5517         the one I've bumped into during my use.
5518
5519         * nndoc.el (nndoc-oe-dbx-type-p):
5520         * gnus-msg.el (gnus-debug):
5521         * gnus-group.el (gnus-update-group-mark-positions):
5522         Use mm-string-to-multibyte.
5523
5524 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5527         doesn't handle NotDashEscaped.
5528
5529         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5530         (mml-dnd-attach-options): Fix typo in custom choice.
5531
5532         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5533         nndoc-article-type to mbox.
5534         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5535
5536         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5537         to nil, instead of html2text.
5538
5539         * imap.el (imap-debug): Add `imap-ping-server'.
5540
5541         * gnus-bookmark.el: Add FIXMEs.
5542
5543         * message.el (message-form-letter-separator)
5544         (message-send-form-letter-delay): New variables.
5545         (message-send-form-letter): Use them.  New command to send form
5546         letters.  Requested by Uwe Siart.
5547         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5548
5549 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * Update copyright years.
5552
5553 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         Sync from EMACS_22_BASE.
5556
5557         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5558
5559 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5560
5561         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5562         empty author.
5563
5564 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * gnus-registry.el (gnus-registry-marks): Add variable for
5567         customization of marks and their appearance.
5568         (gnus-registry-read-mark): Use it.
5569         (gnus-registry-do-marks): Add utility function to loop through
5570         `gnus-registry-marks'.
5571         (gnus-registry-install-shortcuts-and-menus): Add function to install
5572         shortcuts and menus.
5573         (gnus-registry-initialize): Use it.
5574         (gnus-registry-default-mark): Clarify documentation.
5575
5576 2008-02-29  Glenn Morris  <rgm@gnu.org>
5577
5578         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5579         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5580         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5581         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5582         Change defcustom :version from 23.0 to 23.1.
5583
5584 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5585
5586         * gnus-registry.el (gnus-registry-follow-group-p)
5587         (gnus-registry-post-process-groups): Add functions to aid registry
5588         splitting and improve logging.  Clarify behavior in function
5589         documentation.
5590         (gnus-registry-split-fancy-with-parent): Use them.
5591
5592 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * gnus-art.el: Use with-current-buffer.
5595
5596 2008-02-27  David Engster  <dengste@eml.cc>
5597
5598         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5599         Express real group name in the response.
5600
5601 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5604         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5605         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5606         autoload gnus-registry-fetch-group when compiling.
5607         (nnmairix-request-group-with-article-number-correction): Remove
5608         unreferenced argument passed to nnmairix-call-backend.
5609
5610 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5613         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5614         Wilde.
5615
5616 2008-02-27  Glenn Morris  <rgm@gnu.org>
5617
5618         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5619         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5620         variables to defconsts.  Convert comments to doc-strings.
5621         (nnmairix-last-server, nnmairix-current-server): Convert from free
5622         variables to defvars.  Convert comments to doc-strings.
5623         (gnus-registry-fetch-group): Autoload.
5624         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5625         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5626         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5627         caddr.
5628         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5629         nnmairix-request-group-with-article-number-correction call.
5630         (nnmairix-fast, nnmairix-group): New, less general names, for free
5631         variables passed from nnmairix-request-group to
5632         nnmairix-request-group-with-article-number-correction.  Declare.
5633         (nnmairix-request-group-with-article-number-correction):
5634         Use nnmairix-fast, nnmairix-group rather than fast, group.
5635
5636 2008-02-26  David Engster  <dengste@eml.cc>
5637
5638         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5639         version 0.5.
5640
5641 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5644         instead of making an extra function call.  Don't add the current group
5645         to articles only when they have the group.  Use
5646         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5647         Reported by David <de_bb@arcor.de>.
5648
5649 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5652         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5653
5654 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * mail-source.el (mail-source-delete-incoming): Change default.
5657         Supplement doc string.
5658
5659         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5660
5661 2008-02-14  Glenn Morris  <rgm@gnu.org>
5662
5663         * time-date.el (format-seconds): New function.
5664
5665 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * nnmail.el (nnmail-message-id-cache-file): Derive from
5668         `gnus-home-directory'.
5669
5670 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5673         Document negative prefix.
5674
5675         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5676
5677 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * message.el (message-unsent-separator): Add the Exim bounce
5680         separator.
5681
5682 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5683
5684         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5685         list.
5686         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5687         recipient/signer list.
5688
5689 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * Makefile.in (datarootdir): Define.
5692         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5693         name that might contain whitespace.
5694
5695 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5698         fbound (Emacs 23 unicode), signal an error.
5699
5700 2008-02-08  Glenn Morris  <rgm@gnu.org>
5701
5702         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5703
5704 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5705
5706         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5707         ports to the calls to `netrc-machine-user-or-password' in addition to
5708         "imap" and "imaps".
5709
5710 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5711
5712         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5713
5714         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5715
5716 2008-02-01  Kenichi Handa  <handa@m17n.org>
5717
5718         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5719         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5720         (rfc2104-hash): Convert the result of concat to unibyte string.
5721
5722 2008-02-01  Dave Love  <fx@gnu.org>
5723
5724         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5725         coding-system-for-read.
5726         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5727
5728 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5731         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5732         <hanche@math.ntnu.no>.
5733
5734 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5737
5738         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5739
5740 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5741
5742         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5743         * message.el (message-beginning-of-line): Use featurep instead of bound
5744         tests in order to resolve conditionals at compile time.
5745
5746 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5747
5748         * mail-source.el (mail-sources): Add `group' choice.
5749
5750         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5751         parameter `in-group' to control into which group the articles go.
5752         Add treatment of `group' mail-source.
5753
5754 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5757
5758         * mm-decode.el (mm-dissect-buffer): Decode description.
5759
5760         * mml.el (mml-to-mime): Encode message header first.
5761
5762 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5765         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5766
5767         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5768         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5769
5770 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5773
5774 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5777         prefix keys.
5778         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5779         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5780         gnus-xmas.el.
5781
5782         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5783         (gnus-xmas-article-describe-bindings): New function.
5784         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5785         gnus-xmas-article-describe-bindings.
5786
5787         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5788
5789 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5792         Add new variables for article mark management.
5793         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5794         list of extra data entries which, when present, will indicate that the
5795         article ID should not be trimmed from the registry.
5796         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5797         functions.
5798         (gnus-registry-read-mark): New function to read a mark name from the
5799         user.
5800         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5801         (gnus-registry-set-article-mark-internal): New functions to add and
5802         remove marks.
5803         (gnus-registry-get-article-marks): New function to show the marks for
5804         an article, or retrieve them for further use.
5805
5806 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5809         keys when no argument is given.
5810
5811 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * imap.el (imap-ping-server): New variable.
5814         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5815         (imap-ping-server): Minor doc string fixes.
5816
5817 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5818
5819         * imap.el (imap-ping-server): New function.
5820         (imap-opened): Call imap-ping-server.
5821
5822 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * gnus-sum.el (gnus-article-sort-by-random)
5825         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5826         jidanni@jidanni.org.
5827
5828 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-art.el (gnus-article-describe-bindings): New function.
5831         (gnus-article-read-summary-keys): Use it.
5832         (gnus-article-mode-map): Bind `C-h b' to it.
5833
5834 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5837         XEmacs.
5838         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5839         against non-character events.
5840
5841         * lpath.el: Fbind map-keymap for Emacs 21.
5842
5843 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5846         command.
5847         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5848         instead of END.  Change name of the temp file.
5849         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5850         customizable.
5851
5852 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5855         bind `S W' to gnus-article-wide-reply-with-original; set default
5856         binding to gnus-article-read-summary-send-keys.
5857         (gnus-article-read-summary-keys): Fix the order of keys; display
5858         continuation keys correctly in the echo area; describe bindings
5859         correctly when keys end with `C-h'.
5860         (gnus-article-read-summary-send-keys): New function.
5861         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5862         for gnus-article-read-summary-send-keys; display continuation keys
5863         correctly in the echo area.
5864         (gnus-article-reply-with-original): Ignore prefix argument.
5865         (gnus-article-wide-reply-with-original): New function.
5866
5867         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5868         Emacs 21.
5869
5870 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5873         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5874
5875 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5878         (gnus-group-read-ephemeral-gmane-group): New command.
5879
5880 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5881
5882         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5883
5884 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * message.el (message-send-mail-function): Increase custom version.
5887
5888         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5889         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5890
5891 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5894         for the cases where imap-authenticate is called with a nil buffer
5895         parameter.
5896
5897 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5900         html parts correctly; support forwarded messages.
5901         (gnus-article-browse-html-article): Remove work buffers.
5902
5903         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5904         compiling.
5905         (netrc-bound-and-true-p): New macro.
5906         (netrc-parse): Use it instead of bound-and-true-p that is not available
5907         in XEmacs 21.4.
5908
5909 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * gnus-registry.el (gnus-registry-mark-article)
5912         (gnus-registry-article-marks): Add functionality to mark articles
5913         through the Gnus registry.
5914
5915         * encrypt.el: Clarify documentation for the new pgg method.
5916         (encrypt-file-alist): Add PGG option.
5917         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5918         functionality.  Abstract password key and messaging to external
5919         functions.
5920         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5921         (encrypt-message-method-and-cipher): Add new convenience external
5922         functions.
5923         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5924         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5925
5926         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5927         (netrc-parse): Use encrypt-file-alist to determine if
5928         encrypt-find-model or encrypt-insert-file-contents should be used.
5929
5930         * encrypt.el: Clarify documentation.  Load password-cache or
5931         password, whichever one is found first, instead of autoloading.
5932
5933 2007-12-19  Glenn Morris  <rgm@gnu.org>
5934
5935         * mml.el (message-options-set, message-narrow-to-head)
5936         (message-in-body-p, message-mail-p, message-encode-message-body):
5937         Autoload.
5938         (message-remove-header, message-narrow-to-headers-or-head)
5939         (message-subscribed-p, message-make-mail-followup-to)
5940         (message-position-on-field, message-news-p)
5941         (message-options-set-recipient, message-generate-headers)
5942         (message-sort-headers): Declare as functions.
5943
5944 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5947         convention in doc string.
5948
5949 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5952         title to html parts.
5953         (gnus-article-browse-html-article): Pass message header to it.
5954
5955         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5956
5957 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5960         or password compatible with XEmacs.
5961
5962 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5965         format document.
5966         (gnus-mime-delete-part): Don't write description line if empty.
5967         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5968
5969 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5970
5971         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5972         (gnus-summary-mark-read-and-unread-as-read)
5973         (gnus-summary-mark-current-read-and-unread-as-read)
5974         (gnus-summary-mark-unread-as-ticked): Doc fix.
5975         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5976
5977 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5980         Christoph Conrad <christoph.conrad@gmx.de>.
5981
5982 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5985         yes-or-no-p.
5986
5987 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mm-decode.el (mm-add-meta-html-tag): New function.
5990         (mm-save-part-to-file, mm-pipe-part): Use it.
5991
5992         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5993         gnus-y-or-n-p instead of y-or-n-p.
5994         (gnus-article-browse-html-parts): Work with message/external-body; use
5995         mm-add-meta-html-tag.
5996
5997 2007-12-11  Glenn Morris  <rgm@gnu.org>
5998
5999         * gnus-cache.el: Require gnus-sum not just when compiling.
6000
6001         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6002
6003         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6004         definitions before use.
6005
6006         * mm-decode.el: Require gnus-util.
6007         (mm-remove-part): Only call delete-annotation on XEmacs.
6008
6009         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6010
6011         * nnmail.el: Require gnus-int.
6012
6013         * spam.el: Move `require's before `eval-when-compile's.
6014
6015         * gnus-ems.el (gnus-alive-p):
6016         * gnus-fun.el (message-goto-eoh):
6017         * gnus-util.el (gnus-group-name-decode):
6018         * mail-source.el (gnus-compress-sequence):
6019         * message.el (Info-goto-node, format-spec):
6020         * mm-bodies.el (message-options-get):
6021         * mm-decode.el (mm-view-pkcs7):
6022         * mm-util.el (gmm-write-region):
6023         * mml-smime.el (mml-compute-boundary)
6024         (gnus-completing-read-with-default):
6025         * mml.el (widget-button-press, gnus-make-hashtable):
6026         * mml1991.el (mm-decode-content-transfer-encoding)
6027         (mm-encode-content-transfer-encoding)
6028         (message-options-get, message-options-set):
6029         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6030         * nnfolder.el (gnus-request-group):
6031         * nnheader.el (ietf-drums-unfold-fws):
6032         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6033         * smime.el (gnus-run-mode-hooks):
6034         * spam-stat.el (gnus-message): Autoload.
6035
6036         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6037         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6038         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6039         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6040         Add declare-function compatibility definition.
6041
6042         * gnus-cache.el (nnvirtual-find-group-art):
6043         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6044         (gnus-add-image, gnus-add-wash-type):
6045         * gnus-group.el (nnkiboze-score-file):
6046         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6047         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6048         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6049         (message-tokenize-header, gnus-get-buffer-create)
6050         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6051         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6052         * gnus.el (gnus-group-decoded-name):
6053         * mail-source.el (imap-capability):
6054         * mm-bodies.el (message-options-set):
6055         * mm-decode.el (gnus-configure-windows):
6056         * mm-extern.el (message-goto-body):
6057         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6058         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6059         (epg-sub-key-validity, message-options-set):
6060         * mml.el (widget-event-point, gnus-configure-windows):
6061         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6062         * mml2015.el (epg-check-configuration, epg-configuration)
6063         (message-options-set):
6064         * nndb.el (nndb-request-article):
6065         * nnfolder.el (gnus-request-create-group):
6066         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6067         * nnmaildir.el (gnus-group-mark-article-read):
6068         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6069         * rfc1843.el (message-fetch-field):
6070         * spam.el (gnus-extract-address-components):
6071         Declare as functions.
6072
6073 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6076
6077         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6078
6079         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6080         bind show-trailing-whitespace for XEmacs.
6081
6082 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6085         new no-op macro for backward compatibility.
6086
6087         * imap.el (imap-string-to-integer): New function.
6088
6089 2007-12-09  Glenn Morris  <rgm@gnu.org>
6090
6091         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6092
6093         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6094         * message.el, mm-view.el, sieve-manage.el, smime.el:
6095         Add declare-function compatibility definition.
6096
6097         * gnus-art.el (w3-region, w3m-region, Info-menu):
6098         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6099         * gnus-sum.el (gnus-get-predicate):
6100         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6101         * message.el (mail-abbrev-in-expansion-header-p):
6102         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6103         (w3m-detect-meta-charset, w3m-region):
6104         * sieve-manage.el (password-read, password-cache-add)
6105         (password-cache-remove):
6106         * smime.el (password-read-and-add): Declare as functions.
6107
6108 2007-12-08  David Kastrup  <dak@gnu.org>
6109
6110         * gnus-sum.el (gnus-summary-simplify-subject-query):
6111         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6112         `message'.
6113
6114 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6117         it to bind idna-program, installation-directory, defined-colors, and
6118         face-attribute for XEmacs of the version that compiles defcustom forms.
6119
6120 2007-12-07  Glenn Morris  <rgm@gnu.org>
6121
6122         * gnus-art.el (article-make-date-line): Revert previous change.
6123
6124 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6127
6128 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6129
6130         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6131         Call gnus-add-to-range ranges only once with a prepared article-list.
6132
6133 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6134
6135         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6136         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6137         group names with backslashes.  Reported by Tassilo Horn
6138         <tassilo@member.fsf.org>.
6139
6140 2007-12-06  Deepak Goel  <deego3@gmail.com>
6141
6142         * gnus-art.el (article-make-date-line):
6143         * gnus-start.el (gnus-load):
6144         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6145
6146 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-art.el (gnus-use-idna)
6149         * gnus-start.el (gnus-site-init-file)
6150         * message.el (message-use-idna)
6151         * mm-uu.el (mm-uu-hide-markers)
6152         * smiley.el (smiley-style): Revert changes that suppress warnings.
6153
6154 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6157         specify charset to html source.  Reported by Christoph Conrad
6158         <christoph.conrad@gmx.de>.
6159
6160 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6163         idna-program in order to suppress byte compile warning issued by XEmacs
6164         that came to byte compile the default value section of defcustom forms
6165         recently.
6166
6167         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6168         value of installation-directory.
6169
6170         * message.el (message-use-idna): Don't directly refer to the value of
6171         idna-program.
6172
6173         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6174
6175         * smiley.el (smiley-style): Don't directly call face-attribute.
6176
6177 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6180
6181         * gnus-dired.el: Reduce Gnus dependencies.
6182         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6183         require.  Use autoloads instead.
6184         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6185         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6186         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6187         (gnus-dired-mode): Adjust doc string.
6188         (gnus-dired-mail-mode): New variable.
6189         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6190         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6191         (gnus-dired-mail-buffers): New function.  Return mail or message
6192         composition buffers.
6193         (gnus-dired-attach): Use it.
6194         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6195         NO-DECODE.
6196         (gnus-dired-print): Use `gnus-print-buffer' depending on
6197         `gnus-dired-mail-mode'.
6198
6199 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * rfc2047.el (rfc2047-encoded-word-regexp)
6202         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6203         explaining what regexp patterns are for.
6204
6205 2007-12-04  Glenn Morris  <rgm@gnu.org>
6206
6207         * password.el: Move to password-cache.el.
6208
6209         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6210         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6211         * mml-smime.el (password-read, password-cache-add)
6212         (password-cache-remove):
6213         No need to autoload, since mml-sec requires password.
6214
6215         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6216         * message.el (gnus-extract-address-components):
6217         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6218
6219         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6220         password.
6221
6222 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * mailcap.el: Reduce dependencies.
6225         (mail-header-parse-content-type): Autoload.
6226         (mailcap-delete-duplicates): New alias.
6227         (mailcap-mime-info): Add optional argument NO-DECODE.
6228         (mailcap-mime-types): Use mailcap-delete-duplicates.
6229
6230         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6231
6232 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6233
6234         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6235         (imap-parse-status): Upcase status-att for servers that sends them
6236         lower-case (e.g., MS Exchange 2007).
6237
6238 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6241         function.
6242
6243         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6244         (gnus-uu-yenc-article): New function.
6245
6246         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6247
6248         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6249         buffer.
6250
6251 2007-12-02  Glenn Morris  <rgm@gnu.org>
6252
6253         * binhex.el (binhex): New custom group.
6254         (binhex-decoder-program, binhex-decoder-switches)
6255         (binhex-use-external): Move to the binhex custom group.
6256
6257         * uudecode.el (uudecode): New custom group.
6258         (uudecode-decoder-program, uudecode-decoder-switches)
6259         (uudecode-use-external): Move to the uudecode custom group.
6260
6261         * netrc.el (top-level): Don't load `encrypt' features.
6262         (netrc-parse): Don't use encrypt.
6263         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6264
6265         * encrypt.el: Remove file.
6266
6267 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6270         matches on patches.
6271
6272         * gnus-art.el (gnus-article-browse-html-article): Mention
6273         `mm-text-html-renderer' in the doc string.
6274
6275         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6276         string.  Add comments.
6277
6278         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6279         if rhs is ASCII.
6280
6281 2007-12-01  Glenn Morris  <rgm@gnu.org>
6282
6283         * mail-source.el (top-level): Require format-spec before
6284         eval-when-compile.
6285
6286 2007-11-30  Glenn Morris  <rgm@gnu.org>
6287
6288         * encrypt.el: Require password, rather than autoloading password-read.
6289
6290 2007-11-29  Glenn Morris  <rgm@gnu.org>
6291
6292         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6293         (sasl-make-client, sasl-next-step, sasl-step-data)
6294         (sasl-step-set-data): Declare as functions.
6295
6296 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6299
6300 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6301
6302         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6303         certs should be verified and what is to be done in the event of a
6304         verification failure.
6305
6306         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6307         caller can indicate whether the cache should be disregarded for this
6308         call.  This way the result of the call is reproducible at all times and
6309         can be considered a canonical server name for the supplied method.
6310         (gnus-agent-method-p): Canonicalize server names by pushing their
6311         method through `gnus-method-to-server' using the no-cache argument.
6312
6313         * gnus-srvr.el (gnus-server-insert-server-line): Call
6314         `gnus-method-to-server' with `no-cache' argument.
6315
6316         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6317         gnus-agent-possibly-synchronize-flags as this should be called when the
6318         server is actually being opened.
6319         (gnus-agent-possibly-synchronize-flags)
6320         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6321         flags file of an agentized server to the latter function.
6322
6323         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6324         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6325         after a connection has been established successfully.
6326
6327 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-art.el (article-display-face): Force to display face if called
6330         interactively; check if gnus-article-x-face-too-ugly matches author.
6331         (article-display-x-face): Display face even if From header is missing
6332         as article-display-face does.
6333
6334 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6335
6336         * hashcash.el (message-narrow-to-headers-or-head)
6337         (message-fetch-field, message-goto-eoh)
6338         (message-narrow-to-headers): Declare as functions.
6339
6340 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * mail-source.el (mail-sources): Default to fetch from file for
6343         compatibility with default of nnmail-spool-file.
6344
6345 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6348         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6349         to look for encoded word that should be encoded again.
6350         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6351         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6352         encoding pattern.
6353         (rfc2047-decode-region): Switch strict regexp and loose one according
6354         to rfc2047-allow-irregular-q-encoded-words.
6355
6356 2007-11-25  Romain Francoise  <romain@orebokech.com>
6357
6358         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6359
6360 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * tls.el (tls-program): Provide more custom choices from
6363         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6364         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6365
6366 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6369         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6370
6371         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6372         `nnmail-spool-file'.
6373
6374         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6375         `nnmail-spool-file'.
6376
6377         * gnus-move.el (gnus-change-server): Ditto.
6378
6379         * gnus-kill.el (gnus-batch-score): Ditto.
6380
6381         * gnus-cache.el (gnus-jog-cache): Ditto.
6382
6383         * gnus-msg.el (gnus-summary-reply):
6384         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6385
6386 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6389         version.  Minor improvement to doc strings.
6390         (tls-program): Add comment.
6391
6392 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6393
6394         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6395         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6396         mismatch between the hostname provided in the certificate and the name
6397         of the host connnecting to.
6398         (open-tls-stream): Use them.  Check certificates against trusted root
6399         certificates.
6400
6401 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-cache.el (gnus-cache-generate-nov-databases):
6404         Use nnml-generate-nov-databases-directory instead of
6405         nnml-generate-nov-databases-1.
6406
6407 2007-11-24  Glenn Morris  <rgm@gnu.org>
6408
6409         * message.el (message-tool-bar-retro): Update for rename
6410         mail_send.xpm->mail-send.xpm.
6411
6412 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6415         `smime-ldap-search' for Emacs 22 and up.
6416
6417 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6418
6419         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6420
6421         * message.el (message-send-mail-function): Fix error convention.
6422         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6423         (message-widen-reply, message-send-mail, message-talkative-question)
6424         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6425         (message-clone-locals, message-send-news): Use with-current-buffer.
6426         (message-insert-or-toggle-importance): Remove unused var `valid'.
6427         (message-make-references): Remove unused var `new-references'.
6428         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6429
6430 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6431
6432         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6433         (spam-split-symbolic-return-positive): Reflow docstring.
6434         (spam-backends, spam-summary-exit-behavior)
6435         (spam-mark-ham-unread-before-move-from-spam-group)
6436         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6437         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6438         (spam-clear-cache, spam-backend-check, spam-install-backend)
6439         (spam-install-statistical-backend, spam-list-of-processors)
6440         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6441         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6442         (spam-check-crm114, spam-initialize, spam-unload-hook):
6443         Fix typos in docstrings.
6444
6445 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6448         been checked if they have never been read and those group levels are
6449         higher than the one that a user specified.
6450
6451 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6454         foreign groups unless a group level is specified by a user.
6455         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6456
6457 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * message.el (message-send-mail-function): Require sendmail.
6460
6461 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * message.el (message-send-mail-function): Check for smtpmail too.
6464
6465         * utf7.el (utf7-encode, utf7-decode): Use coding system
6466         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6467
6468         * message.el (message-send-mail-function): New function.
6469         (message-send-mail-function): Set default using
6470         message-send-mail-function.  Adjust doc string.
6471         (message-send-mail-with-mailclient): New function.
6472
6473 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6474
6475         * smime.el (from):
6476         * rfc2047.el (message-posting-charset):
6477         * qp.el (mm-use-ultra-safe-encoding):
6478         * pop3.el (parse-time-months):
6479         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6480         * nnml.el (files):
6481         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6482         (jka-compr-compression-info-list, ange-ftp-path-format)
6483         (efs-path-regexp):
6484         * nndiary.el (files):
6485         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6486         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6487         (epg-digest-algorithm-alist, inhibit-redisplay)
6488         (password-cache-expiry):
6489         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6490         (pgg-output-buffer, password-cache-expiry):
6491         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6492         (efs-path-regexp):
6493         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6494         (inhibit-redisplay):
6495         * mm-uu.el (file-name, start-point, end-point, entry)
6496         (gnus-newsgroup-name, gnus-newsgroup-charset):
6497         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6498         (latin-unity-ucs-list):
6499         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6500         (mm-uu-binhex-decode-function):
6501         * message.el (gnus-message-group-art, gnus-list-identifiers)
6502         (rmail-enable-mime-composing, gnus-local-organization)
6503         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6504         (gnus-read-active-file, facemenu-add-face-function)
6505         (facemenu-remove-face-function, gnus-article-decoded-p)
6506         (tool-bar-mode):
6507         * mail-source.el (display-time-mail-function):
6508         * gnus-util.el (nnmail-pathname-coding-system)
6509         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6510         (gnus-original-article-buffer, gnus-user-agent)
6511         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6512         (xemacs-codename, sxemacs-codename, emacs-program-version):
6513         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6514         * gnus-start.el (gnus-agent-covered-methods)
6515         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6516         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6517         (gnus-newsgroup-headers, gnus-group-list-mode)
6518         (gnus-group-mark-positions, gnus-newsgroup-data)
6519         (gnus-newsgroup-unreads, nnoo-state-alist)
6520         (gnus-current-select-method, mail-sources)
6521         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6522         (nnmail-spool-file, gnus-cache-active-hashtb):
6523         * gnus-mh.el (mh-lib-progs):
6524         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6525         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6526         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6527         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6528         (gnus-group-buffer):
6529         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6530         (font-lock-set-defaults):
6531         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6532         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6533         (gnus-summary-post-menu, total-parts, type, condition, length):
6534         * gnus-agent.el (gnus-agent-read-agentview):
6535         * flow-fill.el (show-trailing-whitespace):
6536         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6537         eval-and-compile wrappers for byte compiler pacifiers.
6538
6539         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6540         (mm-display-inline-fontify): Check for featurep 'xemacs not
6541         extent-list.
6542
6543         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6544         itimer-list.
6545         (mm-create-image-xemacs): Only do something for XEmacs.
6546         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6547
6548         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6549
6550         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6551         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6552
6553 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6554
6555         * nnimap.el (nnimap-split-download-body):
6556         * gnus-demon.el (gnus-demon):
6557         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6558
6559 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6562         macros.
6563         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6564         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6565         copy data from unibyte buffer to multibyte current buffer.
6566         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6567         to copy data from unibyte current buffer to multibyte buffer.
6568         (nntp-make-process-buffer): Make process buffer unibyte.
6569
6570         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6571
6572 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6573
6574         * pop3.el (pop3-open-server): Accept and process data more robustly at
6575         connexion start to avoid spurious "POP SSL connexion failed" errors.
6576
6577 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6580         read group names.
6581
6582 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6585
6586 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6589         (nnmail-save-active): Use a unibyte buffer when saving active file,
6590         which may contain non-ASCII group names.
6591
6592         * nnml.el (nnml-request-group): Decode group names in messages.
6593
6594 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * message.el (message-citation-line-function)
6597         (message-insert-formatted-citation-line): Fix spelling of
6598         `message-insert-formated-citation-line'.
6599
6600 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6603
6604 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6607         nnmail-pathname-coding-system.
6608
6609         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6610         that a user enters; decode group names in messages.
6611
6612         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6613
6614 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6617
6618         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6619
6620         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6621         risky local variable.
6622
6623         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6624
6625 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * encrypt.el: Improve documentation to fix function name typo.
6628         Reported by Daiki Ueno <ueno@unixuser.org>.
6629
6630 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6633         even if the point is not in the last page of an article.
6634         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6635         back to the previous page.
6636
6637 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6640
6641 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6644
6645 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * message.el (message-check-news-body-syntax): Avoid
6648         mm-string-as-multibyte.
6649         (message-hide-headers): Don't assume (point-min)==1.
6650
6651 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-remove-blank-cited-lines): Fix if remove is
6654         given.
6655         (message-bogus-address-regexp): New variable.
6656         (message-bogus-recipient-p): New function.
6657         (message-check-recipients): New command.
6658         (message-syntax-checks): Add `bogus-recipient'.
6659         (message-fix-before-sending): Add `bogus-recipient'.
6660
6661         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6662         (gnus-treat-body-boundary): Don't test window-system.
6663
6664 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6665
6666         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6667
6668 2007-10-28  Miles Bader  <miles@gnu.org>
6669
6670         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6671         at compile-time too.
6672
6673 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-msg.el (gnus-message-setup-hook): Add
6676         `message-remove-blank-cited-lines' to options.
6677
6678 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * message.el (message-remove-blank-cited-lines): New function.
6681         Suggested by Karl Plästerer.
6682
6683 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6686         mapc.
6687
6688         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6689         (top-level): Use mapc to set functions to be traced for debugging.
6690
6691         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6692         called for effect with while loop.
6693
6694         * message.el (message-talkative-question): Replace mapcar called for
6695         effect with mapc.
6696
6697         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6698         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6699         called for effect with dolist.
6700
6701         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6702
6703         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6704         gnus-extra-headers and nnmail-extra-headers.
6705
6706         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6707         called for effect with dolist.
6708         (top-level): Use mapc to set functions to be traced for debugging.
6709
6710         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6711         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6712         dolist.
6713
6714         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6715         Replace mapcar called for effect with mapc.
6716         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6717         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6718         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6719         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6720
6721         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6722         remove-if that's a cl function.
6723
6724         * webmail.el (webmail-debug): Replace mapcar called for effect with
6725         dolist.
6726
6727         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6728         with mapc.
6729
6730 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6733         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6734         with while loop.
6735
6736         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6737         functions from article-* functions.
6738         (gnus-multi-decode-header): Replace mapcar called for effect with
6739         dolist.
6740
6741         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6742         (gnus-bookmark-show-details): Replace mapcar called for effect with
6743         while loop.
6744
6745         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6746         called for effect with while loop.
6747
6748         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6749         with dolist.
6750
6751         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6752         mapcar called for effect with dolist.
6753
6754         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6755
6756         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6757         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6758         Replace mapcar called for effect with dolist.
6759         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6760         mapc.
6761
6762         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6763         Replace mapcar called for effect with dolist.
6764         (gnus-topic-list): Replace mapcar called for effect with mapc.
6765
6766         * gnus.el: Use mapc instead of mapcar to add autoloads.
6767
6768 2007-10-23  Richard Stallman  <rms@gnu.org>
6769
6770         * gnus-group.el (gnus-group-highlight): Mark as risky.
6771
6772 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus.el (gnus-server-to-method): Return method found first in
6775         gnus-newsrc-alist.
6776
6777         * gnus-art.el (gnus-article-highlight-signature)
6778         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6779         button overlay without the front stickiness.
6780
6781 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6782
6783         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6784         overview buffer needed a catch to receive its throw.
6785         (gnus-agent-flush-cache): Declared as interactive to make this function
6786         easier to use.
6787
6788 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6791         `next-line'.
6792
6793 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6796         exclude address matching message-dont-reply-to-names.
6797
6798 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-util.el (gnus-string<): New function.
6801
6802         * gnus-sum.el (gnus-article-sort-by-author)
6803         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6804
6805 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6808         the frame-focus tag is set in gnus-buffer-configuration.
6809
6810 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6813         the front stickiness.
6814
6815 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6818         url pattern; remove duplicate one.
6819         (gnus-article-extend-url-button): New function.
6820         (gnus-article-add-buttons): Use it.
6821         (gnus-button-push): Use concatenated url that it makes.
6822
6823 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6824
6825         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6826
6827 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6828
6829         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6830         Don't hardcode point-min==1.
6831
6832 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6835         Fix comment about "iso8859-1".
6836
6837 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6838
6839         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6840         ones returned from the verify-function.
6841
6842         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6843         mml2015-extract-cleartext-signature if extraction failed.
6844
6845 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6846
6847         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6848         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6849         failed.
6850
6851 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6854
6855 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6858         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6859         recommends to use EasyPG instead of PGG.
6860
6861         * pgg.el: Revert to revision 6.23.2.16.
6862
6863         * pgg-def.el: Revert to revision 6.6.2.14.
6864
6865         * pgg-gpg.el: Revert to revision 6.23.2.34.
6866
6867 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6870         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6871         thread for both the null and zero (kill/expire thread) universal prefix
6872         cases.
6873         (gnus-summary-expire-thread): Add new function to expire a thread,
6874         using gnus-summary-kill-thread.
6875         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6876         shortcuts for gnus-summary-expire-thread.
6877         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6878         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6879
6880 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6883         extras value, so an extras entry can be deleted.
6884         (gnus-registry-delete-extra-entry): Use it.
6885         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6886         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6887         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6888         storage through the gnus-registry, and provide an appropriate API for
6889         it.
6890
6891 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6894         Suggested by Leo <sdl.web@gmail.com>.
6895
6896         * gnus.el: Do.
6897
6898 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6901         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6902
6903         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6904
6905         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6906         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6907
6908 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6911         newline.
6912         (nnmbox-request-accept-article): Don't change article in source buffer;
6913         narrow to header to use message-fetch-field rather than
6914         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6915         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6916         as delimiters; make sure article ends with newline.
6917         (nnmbox-delete-mail): Correct last position of article to be deleted;
6918         ignore X-Gnus-Newsgroup header in article body.
6919         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6920         positions; make sure article ends with newline.
6921
6922         * message.el (message-display-abbrev): Don't infloop when a user
6923         inserts SPC in the beginning of header.
6924
6925         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6926         coding-system-for-read and coding-system-for-write for XEmacs having no
6927         file-coding feature.
6928
6929         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6930
6931 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6934         list of groups not followed by default.  Fix type to be regexp.
6935         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6936
6937 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6938
6939         * hmac-def.el (define-hmac-function): Switch from old-style to
6940         new-style backquotes.
6941
6942         * md4.el (md4-make-step): Likewise.
6943
6944 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6947         raw-text coding system when saving .newsrc file, which may contain
6948         non-ASCII group names.
6949
6950 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-cus.el (gnus-score-extra): New widget.
6953         (gnus-score-extra-convert): New function.
6954         (gnus-score-customize): Use it for Extra.
6955
6956 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6957
6958         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6959         (mml2015-mailcrypt-clear-verify): Use it.
6960         (mml2015-gpg-clear-verify): Use it.
6961         (mml2015-pgg-clear-verify): Use it.
6962         (mml2015-epg-clear-verify): Replace the current part with the output
6963         from GnuPG; don't extract the plaintext by itself.
6964
6965         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6966         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6967         mml2015-clear-verify-function; don't touch the armor headers or
6968         dash-escaped text here.
6969
6970 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6973         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6974         parts, or application/octet-stream as a last resort.
6975         (gnus-mime-view-part-as-type): Don't toggle display.
6976         (gnus-mime-view-part-as-charset): Don't turn off display before
6977         querying charset.
6978
6979         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6980         stuff to undisplayer function in Emacs.
6981         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6982
6983         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6984         text/calendar parts.
6985
6986 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6989         decoding text/calendar parts.
6990
6991         * message.el (message-forward-make-body-mime): Always mark body as
6992         having no illegible text; remove signed-or-encrypted argument.
6993         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6994
6995         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6996         (mml-generate-mime-1): Don't encode body if it is specified to be in
6997         raw form; don't make buffer be unibyte when inserting multibyte string.
6998
6999 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7000
7001         * sha1.el: Fix up comment style.
7002         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7003         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7004
7005         * hex-util.el: Fix up comment style.
7006         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7007
7008         * gnus-salt.el: Use with-current-buffer.
7009         (gnus-pick-setup-message): Fix long-standing typo.
7010
7011 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * imap.el (imap-logout-timeout): New variable.
7014         (imap-logout, imap-logout-wait): New functions.
7015         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7016
7017         * nnimap.el (nnimap-logout-timeout): New server variable.
7018         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7019         nnimap-logout-timeout.
7020
7021         * gnus-art.el (gnus-article-summary-command-nosave)
7022         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7023
7024 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus.el (gnus-maximum-newsgroup): New variable.
7027
7028         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7029         according to gnus-maximum-newsgroup.
7030
7031         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7032         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7033         Limit the range of articles according to gnus-maximum-newsgroup.
7034
7035 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7036
7037         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7038         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7039         Don't perform gnus-configure-windows here; reuse existing sticky
7040         article buffer.
7041
7042         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7043         it doesn't exist in gnus-article-mode.
7044
7045 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7048         (gnus-agent-decoded-group-name): New function.
7049         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7050         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7051
7052 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7053
7054         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7055         Add binding for gnus-sticky-article.
7056         (gnus-summary-exit): Don't kill sticky article buffers.
7057
7058         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7059         article buffer.
7060         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7061         (gnus-kill-sticky-article-buffers): New commands.
7062
7063 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * nntp.el (nntp-xref-number-is-evil): New server variable.
7066         (nntp-find-group-and-number): If it is non-nil, don't trust article
7067         numbers in the Xref header.
7068
7069 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-agent.el (gnus-agent-read-group): New function.
7072         (gnus-agent-flush-group, gnus-agent-expire-group)
7073         (gnus-agent-regenerate-group): Use it.
7074         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7075         nnmail-pathname-coding-system.
7076
7077 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7080
7081         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7082         that are unread as unread, and also as selected so that information of
7083         marks having been changed by a user may be updated when exiting group.
7084
7085 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7088         calculated ignoring signature parts to gnus-treat-article.
7089
7090 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7093         a point here in order to keep the window start.
7094         (gnus-insert-mime-security-button): Make a button overlay without the
7095         front stickiness.
7096         (gnus-mime-display-security): Goto the end of a button.
7097
7098         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7099
7100 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7103         group-name-at-point.
7104         (gnus-group-completing-read): New function that offers decoded
7105         non-ASCII group names for completion.
7106         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7107         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7108         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7109         (gnus-group-fetch-control): Use it.
7110         (gnus-fetch-group): Use group-name-at-point for the initial value
7111         rather than the default value; use gnus-alive-p.
7112
7113         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7114         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7115         (gnus-summary-post-news): Use gnus-group-completing-read.
7116
7117         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7118         (gnus-read-move-group-name): Decode group name for completion.
7119
7120 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7123         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7124         Yamaoka slightly modified the code).
7125
7126 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7129         (nnmail-split-incoming): Bind it.
7130
7131         * nnml.el (nnml-group-name-charset): New function.
7132         (nnml-decoded-group-name): Use it; don't decode group name if
7133         nnmail-group-names-not-encoded-p is non-nil.
7134         (nnml-encoded-group-name): New function.
7135         (nnml-group-pathname): Inline nnml-decoded-group-name.
7136         (nnml-request-expire-articles): Decode group name in message.
7137         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7138         nnmail-pathname-coding-system.
7139         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7140         not decoded ones according to nnmail-group-names-not-encoded-p.
7141         (nnml-generate-active-info): Use nnml-encoded-group-name.
7142
7143 2007-08-08  Glenn Morris  <rgm@gnu.org>
7144
7145         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7146         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7147         doc-strings and comments.
7148
7149 2007-07-25  Glenn Morris  <rgm@gnu.org>
7150
7151         * Relicense all FSF files to GPLv3 or later.
7152
7153 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-sum.el (gnus-summary-move-article): Make
7156         gnus-summary-respool-article work.
7157
7158 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7161         string.
7162
7163 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7164
7165         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7166         that should be ignored when comparing distant RSS articles with local
7167         ones.
7168         (nnrss-make-hash-index): New function.  Create a hash index according
7169         to the ignored fields.
7170         (nnrss-check-group): Use it.
7171
7172 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7175
7176         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7177
7178         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7179         the new optional argument ENCODED is non-nil.
7180         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7181         coding system for encoding group name.
7182         (gnus-group-make-rss-group): Pass un-encoded group name to
7183         gnus-group-make-group.
7184         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7185         encoded.
7186
7187         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7188         Encode group name to which articles are moved or copied.
7189         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7190         coding system for encoding Newsgroup, Followup-To and Xref headers.
7191
7192         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7193         marks; use nnheader-file-coding-system to write a file.
7194         (nnagent-retrieve-headers): Bind file-name-coding-system to
7195         nnmail-pathname-coding-system.
7196
7197         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7198
7199         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7200         (nnml-request-article, nnml-request-create-group)
7201         (nnml-request-rename-group, nnml-find-id)
7202         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7203         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7204         (nnml-save-marks): Use nnml-group-pathname instead of
7205         nnmail-group-pathname.
7206
7207         (nnml-request-create-group, nnml-request-expire-articles)
7208         (nnml-request-move-article, nnml-request-delete-group)
7209         (nnml-deletable-article-p, nnml-possibly-create-directory)
7210         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7211         (nnml-open-marks): Bind file-name-coding-system to
7212         nnmail-pathname-coding-system.
7213
7214         (nnml-request-article): Pass server argument to nnml-find-group-number.
7215         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7216         server argument to nnml-possibly-create-directory.
7217         (nnml-request-accept-article): Pass server argument to
7218         nnml-active-number and nnml-save-mail.
7219         (nnml-find-group-number): Pass server argument to nnml-find-id.
7220         (nnml-request-update-info): Pass server argument to
7221         nnml-marks-changed-p.
7222
7223         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7224         (nnml-save-mail, nnml-active-number): Add server argument.
7225
7226         (nnml-request-delete-group): Warn if group is missing.
7227         (nnml-get-nov-buffer): Decode group name.
7228         (nnml-generate-active-info): Encode group name.
7229         (nnml-open-marks): Decode group name in messages.
7230
7231 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7234         if it is not specified.
7235         (gnus-article-pipe-part, gnus-article-save-part)
7236         (gnus-article-interactively-view-part, gnus-article-copy-part)
7237         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7238         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7239         (gnus-article-replace-part, gnus-article-delete-part)
7240         (gnus-article-view-part-as-type): Pass raw prefix argument to
7241         gnus-article-part-wrapper.
7242
7243 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-agent.el (gnus-agent-save-active): Bind
7246         nnheader-file-coding-system to gnus-agent-file-coding-system.
7247
7248         * gnus-cache.el (gnus-cache-save-buffers)
7249         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7250         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7251         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7252         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7253         (gnus-cache-generate-active, gnus-cache-rename-group)
7254         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7255         (gnus-cache-update-overview-total-fetched-for): Bind
7256         file-name-coding-system to nnmail-pathname-coding-system.
7257         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7258         variables.
7259         (gnus-cache-decoded-group-name): New function.
7260         (gnus-cache-file-name): Use it.
7261         (gnus-cache-generate-active): Use non-decoded group name for active.
7262
7263         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7264         right place.
7265         (gnus-write-active-file): Don't break non-ASCII group names.
7266
7267         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7268         nnmail-pathname-coding-system.
7269
7270         * lpath.el: Bind default-file-name-coding-system,
7271         file-name-coding-system and language-info-alist for XEmacs.
7272
7273         * gnus-uu.el (gnus-uu-decode-save): Typo.
7274
7275 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7278
7279 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7282         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7283         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7284         (gnus-agent-flush-group, gnus-agent-flush-cache)
7285         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7286         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7287         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7288         (gnus-agent-regenerate-group)
7289         (gnus-agent-update-files-total-fetched-for)
7290         (gnus-agent-update-view-total-fetched-for): Bind
7291         file-name-coding-system to nnmail-pathname-coding-system.
7292         (gnus-agent-group-pathname): Don't encode file names by
7293         nnmail-pathname-coding-system.
7294         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7295         coding-system-for-write instead of buffer-file-coding-system to
7296         gnus-agent-file-coding-system.
7297
7298         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7299         Decode group name.
7300
7301         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7302
7303         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7304         (gnus-read-newsrc-el-file): Make group names unibyte.
7305
7306         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7307         nnmail-pathname-coding-system.
7308
7309         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7310         (nnrss-request-delete-group): Bind file-name-coding-system to
7311         nnmail-pathname-coding-system.
7312         (nnrss-read-server-data, nnrss-read-group-data): Bind
7313         file-name-coding-system correctly.
7314         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7315
7316         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7317         (nntp-server-to-method-cache): New variable.
7318         (nntp-group-pathname): New function that decodes non-ASCII group names.
7319         (nntp-possibly-create-directory, nntp-marks-changed-p)
7320         (nntp-save-marks, nntp-open-marks): Use it.
7321         (nntp-possibly-create-directory, nntp-open-marks):
7322         Bind file-name-coding-system to nnmail-pathname-coding-system.
7323         (nntp-open-marks): Decode group names when bootstrapping marks.
7324
7325         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7326         Newsgroups and Folowup-To headers.
7327
7328 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7331         (gnus-server-closed-face, gnus-server-denied-face)
7332         (gnus-server-offline-face): Remove variable.
7333         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7334
7335         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7336         of modifying message-stack directly for XEmacs.
7337
7338         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7339         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7340         if the coding-system argument is nil for XEmacs.
7341
7342         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7343         mm-charset-override-alist.
7344
7345         * rfc2047.el: Don't require base64; require rfc2045 for the function
7346         rfc2045-encode-string.
7347         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7348         to quote the parameter value.
7349
7350 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7353         form in gnus-group-name-charset-method-alist.
7354
7355         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7356         overrides the default layout edit-form.
7357
7358         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7359
7360         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7361
7362 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7365         as unfetched articles.
7366
7367 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7370
7371 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7374         original back end that keeps marks in the local system.
7375
7376 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7379         arg of pop-to-buffer for XEmacs.
7380         (gnus-article-read-summary-keys): Ditto; don't restore window
7381         configuration if summary command ends up with neither article buffer
7382         nor summary buffer; describe bindings if summary keys end with C-h.
7383
7384 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * message.el (message-fix-before-sending): Skip raw message part to be
7387         forwarded while checking illegible text.
7388         (message-forward-make-body-mime, message-forward-make-body): Mark
7389         signed or encrypted raw message as having no illegible text.
7390
7391 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7394         (gnus-message-with-timestamp-1): New macro.
7395         (gnus-message-with-timestamp): New function.
7396         (gnus-message): Use them.
7397
7398         * nnheader.el (nnheader-message): Use them.
7399
7400 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7403         .newsrc.eld file.
7404
7405 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-agent.el (gnus-agent-fetch-headers)
7408         (gnus-agent-retrieve-headers): Bind
7409         gnus-decode-encoded-address-function to identity.
7410
7411         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7412         available also when the server returns simply a dot.
7413
7414         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7415
7416 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7419
7420 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-ems.el (gnus-x-splash): Make it work.
7423
7424         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7425         from being used.
7426
7427         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7428
7429 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7432         4th and the 5th arguments.
7433
7434         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7435         the front stickiness.
7436         (gnus-article-summary-command-nosave): Correct the order of the
7437         arguments passed to pop-to-buffer.
7438         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7439         summary command ends up with the article buffer.
7440
7441         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7442         the same faces.
7443
7444 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7445
7446         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7447
7448 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7449
7450         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7451         * gnus-sum.el (gnus-summary-highlight):
7452         * pgg.el (pgg-sign-region, pgg-sign):
7453         * mail-source.el (mail-source-delete-old-incoming-confirm):
7454         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7455
7456 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-art.el (gnus-mime-view-part-externally)
7459         (gnus-mime-view-part-internally): Fix predicate function passed to
7460         completing-read.
7461
7462         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7463
7464         * gnus.el (gnus-update-message-archive-method): Add :version.
7465
7466 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus.el (gnus-update-message-archive-method): New variable.
7469
7470         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7471         according to gnus-message-archive-method if
7472         gnus-update-message-archive-method is non-nil.
7473
7474 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7477         by Loic Dachary <loic@dachary.org>.
7478         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7479
7480 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * message.el (message-pop-to-buffer): Add switch-function argument.
7483         (message-mail): Pass switch-function argument to it.
7484
7485 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7488         Improve doc string.
7489
7490 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7493         (gnus-header-content)
7494         * gnus-cite.el (gnus-cite-10)
7495         * gnus-srvr.el (gnus-server-closed)
7496         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7497         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7498         (gnus-group-mail-3-empty, gnus-group-mail-low)
7499         (gnus-group-mail-low-empty, gnus-splash)
7500         * message.el (message-header-to, message-header-cc)
7501         (message-header-subject, message-header-other, message-header-name)
7502         (message-header-xheader, message-separator, message-cited-text)
7503         (message-mml): Lighten colors of faces used for dark background.
7504
7505 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7506
7507         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7508         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7509
7510 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * message.el (message-narrow-to-headers-or-head):
7513         Ignore mail-header-separator in the body.
7514
7515 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7518         same as window size.
7519
7520 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7521
7522         * message.el (message-font-lock-keywords): Use message-header-xheader
7523         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7524         ahead of the anything pattern, to get it recognised.
7525
7526 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7529         spam.el loads uses it in the compiled defadvice form.
7530
7531 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7532
7533         * gnus-sum.el (gnus-articles-to-read)
7534         (gnus-summary-insert-old-articles): Don't truncate group name for
7535         `read-string'.
7536
7537         * gnus-util.el (gnus-limit-string): Delete this function.
7538
7539         * gnus-sum.el (gnus-simplify-subject-fully): Use
7540         `truncate-string-to-width' instead.
7541
7542 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7543
7544         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7545         if, on summary exit, the next group has to be selected.
7546         (gnus-summary-exit): Use it.
7547
7548 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7551         non-break space.
7552
7553 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7556         Check if group is not a directory.
7557         (nnfolder-request-expire-articles): Don't delete articles if the target
7558         group is not available.
7559
7560         * nnml.el (nnml-request-create-group): Properly check if group is not a
7561         file.
7562         (nnml-request-expire-articles): Don't delete articles if the target
7563         group is not available.
7564
7565         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7566         Don't quote characters that are within parentheses.
7567
7568 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7571         (gnus-handle-ephemeral-exit): Select article according to it.
7572
7573 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * message.el (message-insert-formated-citation-line): Remove newline.
7576         (message-citation-line-format): Add final \n here so that the user can
7577         avoid a blank line.
7578
7579 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7580
7581         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7582         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7583         Update lanl/arXiv support.
7584
7585 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * gnus.el: Bump version number.
7588
7589 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus.el (gnus-version-number): Bump version.
7592
7593 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7594
7595         * gnus.el: No Gnus v0.6 is released.
7596
7597 2007-04-27  Didier Verna  <didier@xemacs.org>
7598
7599         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7600         * gmm-utils.el (gmm-regexp-concat): here.
7601         * message.el: Don't require 'gnus-util.
7602         (message-dont-reply-to-names): Handle name change above.
7603         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7604
7605 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7608         since the initial value varies according to the system.
7609
7610 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7613
7614 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7615
7616         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7617
7618 2007-04-24  Didier Verna  <didier@xemacs.org>
7619
7620         Improve the type of gnus-ignored-from-addresses.
7621         * gnus-util.el (gnus-orify-regexp): New function.
7622         * message.el (gnus-util): Require it.
7623         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7624         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7626
7627 2007-04-24  Didier Verna  <didier@xemacs.org>
7628
7629         * gnus-sum.el:
7630         * gnus-utils.el: Fix some trailing whitespaces.
7631
7632 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7635         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7636         article's Message-ID; refer parent article in summary buffer.
7637
7638         * message.el (message-bounce): Call mime-to-mml.
7639
7640         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7641         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7642         optimize and/or forms properly.
7643
7644 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7647         URL.
7648
7649 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7652
7653 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7656         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7657         displayed of multipart/alternative part if it is invoked from summary
7658         buffer.
7659
7660         * mm-view.el (mm-inline-text-html-render-with-w3m)
7661         (mm-inline-text-html-render-with-w3m-standalone)
7662         (mm-inline-render-with-function): Use mail-parse-charset by default.
7663
7664 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7665
7666         * parse-time.el (parse-time-string-chars): Check if CHAR
7667         is less than the length of parse-time-syntax.
7668
7669 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7672         from gnus-newsgroup-processable.
7673
7674 2007-04-16  Didier Verna  <didier@xemacs.org>
7675
7676         * gnus-msg.el (gnus-configure-posting-styles): Handle
7677         message-signature-directory properly with :file syntax.  Reported by
7678         "Leo".
7679
7680 2007-04-11  Didier Verna  <didier@xemacs.org>
7681
7682         New user option: message-signature-directory.
7683         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7684         * message.el (message-insert-signature): Ditto.
7685         * message.el (message-signature-file): Doc update.
7686         * message.el (message-signature-directory): New.
7687
7688 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-msg.el (gnus-inews-yank-articles): Use
7691         message-exchange-point-and-mark instead of exchange-point-and-mark.
7692
7693 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * message.el (message-yank-original): Make sure cited text ends with
7696         newline; don't exchange point and mark.
7697
7698 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7699
7700         * tls.el (open-tls-stream): Properly handle case where there
7701         is no associated buffer.
7702
7703 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7704
7705         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7706         message-yank-original, make sure (< mark TEXT point).
7707
7708 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * message.el (message-fill-column): New variable.
7711         (message-mode): Use it.  Add comment on a possible new hook.
7712
7713         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7714         (nnmail-get-new-mail): Reformat.
7715
7716         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7717
7718         * gmm-utils.el: Fix Commentary.
7719         (gmm-tool-bar-from-list): Fix typo in doc string.
7720
7721 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7722
7723         * message.el (message-yank-original): Don't switch point and mark
7724         unnecessarily to put point and mark as documented.
7725
7726 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7729         from the message heads.
7730
7731 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7732
7733         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7734         article buffer does not have a window.  This may not be the best
7735         solution but is certainly better than setting the start of the null,
7736         that is the current, window.
7737
7738 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7741         (gnus-draft-setup): Run it.
7742
7743         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7744         gnus-score-fast-scoring.  Allow regexp.
7745         (gnus-score-headers): Use it.
7746
7747         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7748         XEmacs.
7749
7750         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7751         string.
7752         (gnus-button-alist): Also catch `<f1> k ...'.
7753         (gnus-treat-display-x-face): Fix doc string.
7754
7755 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7756
7757         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7758         evaluation of gnus-extended-version to ensure correct generation of the
7759         User-Agent header when message-generate-headers-first is used.
7760
7761 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7762
7763         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7764         hashcash-path is nil.  Don't call callback with incorrect number of
7765         parameters if val is 0.
7766
7767 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7768
7769         * message.el (message-required-news-headers):
7770         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7771
7772 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7773
7774         * tls.el (open-tls-stream): In handshake-waiting loop,
7775         don't wait more if there is output available to process.
7776
7777 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7778
7779         * tls.el (tls-program): Doc fix.
7780
7781 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * message.el (message-generate-new-buffers): Change the meaning of the
7784         nil value; add `standard' to the choices; treat t as `unique'; improve
7785         doc string.
7786         (gnus-select-frame-set-input-focus): Autoload.
7787         (message-buffer-name): Search for the existing message buffer if
7788         message-generate-new-buffers is nil or `standard'; treat the value t of
7789         message-generate-new-buffers as `unique'.
7790         (message-pop-to-buffer): Raise the frame already displaying the message
7791         buffer; clear the echo area after querying.
7792         (message-setup): Pass the `continue' argument to compose-mail.
7793         (message-mail): Prefer `switch-function' if it is given; search for the
7794         existing message buffer if the `continue' argument is non-nil; pass
7795         continue and switch-function arguments to compose-mail by way of
7796         message-setup.
7797         (message-mail-other-window): Adjust argument of message-setup.
7798         (message-mail-other-frame): Ditto.
7799
7800 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7803         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7804         to turn font-lock on when turning gnus-message-citation-mode on.
7805
7806 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7807
7808         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7809         (mml-smime-function-alist): New variable; add epg as the backend.
7810         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7811         mml-smime- functions instead.
7812         * mm-view.el: Require smime.
7813
7814 2007-03-05  Didier Verna  <didier@xemacs.org>
7815
7816         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7817         instead of just inheritance for posting styles.
7818         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7819
7820 2007-02-24  Chris Moore  <dooglus@gmail.com>
7821
7822         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7823         * pgg-pgp.el (pgg-pgp-encrypt-region):
7824         * pgg-gpg.el (pgg-gpg-encrypt-region):
7825         Check pgg-encrypt-for-me if no other recipients.
7826
7827 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7828
7829         * tls.el (tls-certtool-program): Fix custom type.
7830
7831 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7834         and point-at-eol instead of line-(beginning|end)-position.
7835
7836         * assistant.el (assistant-parse-buffer): Ditto.
7837
7838         * netrc.el (netrc-parse-services): Ditto.
7839
7840 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7841
7842         * mml2015.el (mml2015-epg-find-usable-key): New function.
7843         (mml2015-epg-sign): Use it.
7844         (mml2015-epg-encrypt): Use it.
7845
7846 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * message.el (message-make-in-reply-to): Quote name containing
7849         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7850         if there are special characters.  Reported by NAKAJI Hiroyuki
7851         <nakaji@jp.freebsd.org>.
7852
7853 2007-02-27  Didier Verna  <didier@xemacs.org>
7854
7855         Include the group parameters as well as the topic ones in the
7856         inheritance filter process.
7857         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7858         argument GROUP-PARAMS-LIST.
7859         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7860
7861 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * nntp.el (nntp-never-echoes-commands)
7864         (nntp-open-connection-functions-never-echo-commands): New variables.
7865         (nntp-send-command): Use them.
7866
7867 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7868
7869         * mml2015.el (mml2015-epg-verify): Simplified.
7870
7871 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * mml.el (mml-content-disposition-alist): New user option.
7874         (mml-content-disposition): New function.
7875         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7876         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7877
7878 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7879
7880         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7881         verification.
7882
7883 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7884
7885         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7886         articles posted in the last 24 hours.
7887
7888 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7889
7890         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7891
7892 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7893
7894         * nntp.el (nntp-send-command): Don't wait for echoes when
7895         nntp-open-ssl-stream is used.
7896
7897 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7900         (gnus-message-add-citation-keywords)
7901         (gnus-message-remove-citation-keywords): Remove.
7902         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7903         directly, make the variables in font-lock-defaults buffer-local, add
7904         gnus-message-citation-keywords to them and then update the value of
7905         font-lock-keywords.
7906
7907 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * message.el (message-cite-original-1): Don't call
7910         gnus-article-highlight-citation.
7911
7912         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7913         citations; fix line count.
7914
7915 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7918         (gnus-message-add-citation-keywords)
7919         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7920         versions of font-lock-add-keywords and font-lock-remove-keywords to
7921         work with XEmacs correctly.
7922
7923 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-cite.el (gnus-cite-face-list): Set the values of
7926         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7927         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7928         (gnus-message-cite-prefix-regexp): New variable.
7929         (gnus-message-search-citation-line): Use it; protect against long
7930         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7931         the 0th match data for Emacs.
7932         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7933         (gnus-message-add-citation-keywords): Append keywords rather than
7934         prepending; emulate font-lock-add-keywords if it is not available.
7935         (gnus-message-remove-citation-keywords): Emulate
7936         font-lock-remove-keywords if it is not available.
7937
7938         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7939
7940         * message.el (message-cite-prefix-regexp): Set the value of
7941         gnus-message-cite-prefix-regexp.
7942
7943 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7944
7945         * nnweb.el (nnweb-google-parse-1): Update parser.
7946
7947 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7948
7949         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7950
7951 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7952
7953         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7954         regexp.
7955
7956 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7959         string-to-multibyte.
7960         (uudecode-decode-region-internal): Use it.
7961
7962         * lpath.el: Fbind string-as-multibyte for XEmacs.
7963
7964 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7967         custom choice.
7968
7969         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7970
7971 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7972
7973         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7974
7975         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7976         `write-region' to respect `mm-inhibit-file-name-handlers'.
7977
7978 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7981         Use gnus-home-directory instead of "~/" or "$HOME".
7982
7983 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7986         to mention filename.
7987         Add comments at beginning regarding usage.
7988         (encrypt-write-file-contents): Change interactive so a string is
7989         acceptable.  If the file has no associated model, show an error instead
7990         of a nonsense prompt.
7991
7992 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7993
7994         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7995         Thanks to Yoshihiko Yamada for kind notification of this typo.
7996
7997 2007-01-12  Kenichi Handa  <handa@m17n.org>
7998
7999         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8000         multibyte buffer.
8001
8002 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gnus-score.el (gnus-score-fast-scoring): New variable.
8005         (gnus-score-headers): Use it.
8006
8007         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8008
8009         * message.el (message-cite-original-1): Call
8010         gnus-article-highlight-citation if requested.
8011         (message-make-from): Allow name and address as optional arguments.
8012
8013         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8014
8015         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8016         bugs to doc string.
8017         (gnus-button-alist): Add mid\\|message-id.
8018         (gnus-button-fetch-group): Extend for use in
8019         `browse-url-browser-function'.
8020         (gnus-button-url-regexp): Try to catch paired parentheses like in
8021         Wikipedia URLs.
8022
8023         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8024         Suggested by Simon Krahnke <overlord@gmx.li>.
8025
8026 2007-01-13  Romain Francoise  <romain@orebokech.com>
8027
8028         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8029         Update copyright.
8030
8031 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8032
8033         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8034
8035 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-registry.el (gnus-registry-unfollowed-groups)
8038         (gnus-registry-split-fancy-with-parent): Fix documentation.
8039
8040 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8043         from nnweb groups.
8044
8045 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8048         Xref urls.  Erase buffer before requesting head.
8049
8050 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8053         customizable.
8054
8055 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8056
8057         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8058         no signing key is found.
8059         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8060         no encrypting and/or signing key is found.
8061
8062 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8065
8066 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8067
8068         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8069         headers read from disk with the ones newly found in the current search.
8070         This should no longer cause problems, because the article numbers in
8071         Gmane's `nov.php' output are ignored since the previous change.
8072
8073 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8074
8075         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8076
8077 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8080         replace-regexp-in-string; bind url-version; fbind display-images-p and
8081         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8082         find-face and set-itimer-function for Emacs; bind itimer-list for
8083         Emacs.
8084
8085         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8086
8087 2007-01-01  Romain Francoise  <romain@orebokech.com>
8088
8089         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8090
8091 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8092
8093         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8094         `define-minor-mode' macro definition expanded properly.
8095         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8096         exclude it there.
8097
8098         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8099         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8100         `fboundp' test.
8101         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8102         This is OK to autoload in (S)XEmacs now.
8103
8104 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8107         keystroke.
8108         (gnus-summary-limit-to-singletons): Fix typo.
8109
8110         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8111         else fails.
8112
8113 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8114
8115         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8116         docstring.
8117
8118         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8119         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8120         (gnus-summary-insert-dormant-articles): Fix typo in message.
8121
8122 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8125         nil for XEmacs.
8126         (gnus-message-citation-mode): Don't autoload in XEmacs.
8127
8128         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8129
8130 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8131
8132         * nnimap.el (nnimap-expunge-search-string): Mention
8133         nnimap-search-uids-not-since-is-evil in docstring.
8134
8135 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * spam.el: Revert to make-obsolete-variable because
8138         define-obsolete-variable-alias is not supported in Emacs 21.
8139
8140         * spam.el (spam-ifile-path, spam-ifile-database-path)
8141         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8142         make-obsolete-variable.
8143         (spam-bsfilter-path, spam-bsfilter-program)
8144         (spam-spamassassin-path, spam-spamassassin-program)
8145         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8146         use "path" inappropriately.
8147         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8148         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8149         variable names.
8150
8151 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8152
8153         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8154         summary buffer.
8155
8156         * password.el (password-cache-remove): Use clear-string to burn
8157         password, if available.
8158
8159 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8162
8163         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8164
8165         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8166         (gnus-message-highlight-citation): Move defcustom here from
8167         gnus-cite.el.
8168         (gnus-message-citation-mode): Autoload.
8169
8170         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8171         checks to make it compile with XEmacs.
8172         (gnus-message-citation-mode): New minor mode.
8173         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8174         (gnus-message-highlight-citation): New variables.
8175         (gnus-message-search-citation-line)
8176         (gnus-message-add-citation-keywords)
8177         (gnus-message-remove-citation-keywords)
8178         (turn-on-gnus-message-citation-mode)
8179         (turn-off-gnus-message-citation-mode): New functions.
8180
8181 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8182
8183         * gnus-cite.el: Enable highlighting of different citation levels in
8184         message-mode.
8185
8186 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * message.el (message-make-fqdn): Fix comment.
8189         (message-bogus-system-names): Add ".local".
8190
8191         * spam.el (spam-ifile-path, spam-ifile-program)
8192         (spam-ifile-database-path, spam-ifile-database)
8193         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8194         Don't use "path" inappropriately.
8195         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8196         strings.
8197         (spam-check-ifile, spam-ifile-register-with-ifile)
8198         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8199         new variable names.
8200
8201         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8202         (gnus-treat-display-smileys): Simplify using
8203         gnus-image-type-available-p.
8204
8205         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8206         available.
8207
8208         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8209         `display-images-p' if available.
8210
8211 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8214         one after turning on the buffer's multibyteness instead of decoding
8215         them directly in the unibyte buffer that causes unexpected conversion
8216         in Emacs 23 (unicode).
8217
8218 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8219
8220         * message.el (message-generate-hashcash): Fix custom type.
8221
8222 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8225
8226 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8229         disconnect icons.  Add help text.
8230
8231 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8234         negated to be consistent with the others we handle.
8235
8236 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8239         version of gnus-summary-buffer to something, so that we can use two
8240         article buffers at the same time.
8241
8242 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8245         trigger all the extra headers.
8246         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8247         sorting.
8248
8249 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8250
8251         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8252         solid groups.
8253
8254 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8255
8256         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8257
8258 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * legacy-gnus-agent.el: Add Copyright notice.
8261
8262 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8263
8264         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8265
8266 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8269
8270         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8271         to make it work reliably in CVS Emacs.
8272         (gnus-summary-limit-strange-charsets-predicate)
8273         (gnus-summary-limit-to-predicate): New functions.
8274
8275 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8276
8277         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8278         specifying array size.
8279         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8280         array if it is too small.
8281         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8282         (gnus-sort-threads-loop): New function.
8283
8284 2006-12-06  Chris Moore  <dooglus@gmail.com>
8285
8286         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8287         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8288
8289 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8290
8291         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8292         options.
8293
8294 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8297         DOS-ing the recipient.
8298
8299         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8300         the headers when creating the mapping to avoid mismappings.
8301         (nnweb-gmane-create-mapping): Always nix out old mapping.
8302
8303 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8306         and mm-verify-option to never.
8307
8308 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * message.el (message-signed-or-encrypted-p): New function.
8311         (message-forward-make-body): Use it.
8312
8313         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8314         Replace encode-coding-string with mm-encode-coding-string.
8315
8316 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * nneething.el (nneething-decode-file-name): Replace
8319         decode-coding-string with mm-decode-coding-string.
8320
8321         * gnus-int.el (gnus-open-server): Say failed server's name.
8322
8323 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8324
8325         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8326         strings to a single string.  Quote `errors-file-name'.
8327         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8328         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8329         Adjust calls.  Use `shell-quote-argument'.
8330
8331 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8332
8333         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8334         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8335
8336         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8337         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8338         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8339         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8340         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8341         (gnus-subscribe-newsgroup, gnus-1):
8342         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8343         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8344         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8345         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8346
8347 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8350         keystroke.
8351         (gnus-summary-limit-to-bodies): Implement headersp.
8352
8353 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8356
8357 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8360
8361 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * message.el (message-generate-hashcash): Expand range of values to
8364         include `opportunistic'.
8365         (message-send-mail): Use it.
8366
8367 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8368
8369         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8370         and comment it.
8371
8372         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8373
8374 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * gnus-util.el (gnus-extract-address-components): Improve comment.
8377
8378 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-util.el (gnus-extract-address-components): Work with address in
8381         which the name portion contains @.
8382
8383         * lpath.el: Fbind custom-autoload.
8384
8385 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * gnus.el (gnus-start): Move custom group up.
8388         (gnus-select-method): Don't autoload, but make it available for
8389         `customize-variable'.
8390         (gnus-getenv-nntpserver): Don't autoload.
8391
8392 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8395
8396 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * message.el (message-sendmail-extra-arguments): New variable.
8399         (message-send-mail-with-sendmail): Use it.
8400
8401 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8404         mm-with-unibyte-current-buffer to make string unibyte.
8405
8406         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8407         mm-string-as-multibyte.
8408
8409 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8410
8411         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8412         Reported by Werner Koch <wk@gnupg.org>.
8413
8414 2006-11-14  Daiki Ueno  <ueno@p360>
8415
8416         * mml2015.el: Autoload epa-select-keys when compiling.
8417
8418 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8419
8420         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8421         message-options.
8422         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8423
8424 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8425
8426         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8427         EasyPG (< 0.0.6).
8428         (mml2015-always-trust): New user option.
8429         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8430         prompt.
8431
8432 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * nntp.el (nntp-authinfo-force): New variable.
8435         (nntp-send-authinfo): Use it.
8436
8437 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8440         decode encoded words.  Improve prompt.  Add comment about forwarding.
8441         (message-replacement-char): Move up.
8442
8443 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8444
8445         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8446         instead of gnus-intersection because arguments of gnus-sorted-nunion
8447         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8448
8449 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8452         (message-simplify-subject-functions): Enable
8453         message-strip-subject-encoded-words by default.
8454
8455 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * message.el (message-strip-subject-encoded-words): New function.
8458         (message-simplify-subject-functions): New variable.
8459         (message-simplify-subject): Use it.  Fix typo in doc string.
8460         Support message-strip-subject-encoded-words.
8461
8462 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8463
8464         * gnus-diary.el (gnus-diary-delay-format-function):
8465         * nndiary.el (nndiary-reminders):
8466         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8467
8468 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * gnus-art.el (article-hide-boring-headers): Fetch date from
8471         gnus-original-article-buffer to avoid problems with localized date
8472         strings.
8473
8474 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8477
8478 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8481         New variables.
8482         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8483         (mm-charset-synonym-alist): Move some entries to
8484         mm-codepage-iso-8859-list.
8485         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8486         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8487
8488 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8491
8492 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8495         with Emacs 21 and XEmacs.
8496
8497 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8498
8499         * spam.el (spam-parse-address): New function for better parsing,
8500         catching errors, etc.
8501         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8502
8503 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * mm-view.el: Add interactive arg to html2text autoload.
8506
8507 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8510
8511 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8514         variables.
8515         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8516         (mm-charset-synonym-alist): Move some entries to
8517         mm-codepage-iso-8859-list.
8518
8519         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8520
8521 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * message.el (message-citation-line-format)
8524         (message-insert-formated-citation-line): Fix implementation of %E, %N
8525         and %n according to the doc string.
8526
8527 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8530         car-safe to avoid bad parses.
8531
8532 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8535         names.
8536
8537         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8538
8539 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8542         header.
8543
8544         * message.el (message-draft-headers): Add Date.
8545         (message-headers-to-generate): Fix typo in docstring.
8546
8547         * nndraft.el (nndraft-required-headers): New variable.
8548         (nndraft-generate-headers): Use it.
8549
8550         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8551
8552 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el (gnus-registry-wash-for-keywords)
8555         (gnus-registry-find-keywords): New functions to allow easy searching of
8556         articles that are in the registry.
8557
8558 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8561         ietf-drums-parse-address instead of gnus-extract-address-components.
8562         Reported by Damien Elmes <damien@repose.cx>.
8563
8564 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus.el (gnus-mime): Remove unused custom group.
8567
8568 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8569
8570         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8571         "blank line" when searching for end of armor headers.
8572
8573 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gmm-utils.el (gmm-write-region): Fix variable name.
8576
8577 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gmm-utils.el (gmm-write-region): New function based on compatibility
8580         code from `mm-make-temp-file'.
8581
8582         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8583
8584         * nnmaildir.el (nnmaildir--update-nov)
8585         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8586         Use `gmm-write-region'.
8587
8588 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8591         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8592
8593         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8594
8595         * message.el (message-replacement-char): New variable.
8596         (message-fix-before-sending): Use it.
8597         (message-simplify-subject): New function to remove duplicate code.
8598         (message-reply, message-followup): Use it.
8599
8600         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8601         gnus-summary-limit-to-articles.
8602
8603 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-util.el (gnus-with-local-quit): New macro.
8606
8607         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8608
8609 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8610
8611         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8612         ignore non-string data.
8613
8614 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8617         non-string data (needs to be done in the registry too).
8618
8619 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8622         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8623         (gnus-registry-split-fancy-with-parent)
8624         (gnus-registry-fetch-simplified-message-subject-fast)
8625         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8626         Remove text properties on ingress into the registry and when it's saved.
8627         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8628         registry from entries with no groups.
8629
8630 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8631
8632         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8633         function to remove string properties.
8634
8635 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gmm-utils.el (gmm): Adjust custom version.
8638
8639         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8640         custom version.
8641
8642         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8643
8644 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gnus-art.el (gnus-insert-prev-page-button)
8647         (gnus-insert-next-page-button): Simplify.  Reformat.
8648
8649 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8650
8651         * gnus-art.el (gnus-insert-prev-page-button)
8652         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8653
8654 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8655
8656         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8657
8658 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8659
8660         * gnus-art.el (gnus-insert-mime-button)
8661         (gnus-insert-mime-security-button):
8662         Apply gnus-article-button-face to MIME and security buttons.
8663
8664 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8667         readable.
8668
8669 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8672
8673 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8674
8675         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8676         `browse-url-of-file' instead of `browse-url'.
8677
8678 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8679
8680         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8681         regexp.  Articles containing quotation were cut prematurely.
8682
8683 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * message.el (message-cite-original-1): Use nobody by default for the
8686         value of From header.
8687         (message-reply): Ditto.
8688
8689 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8690
8691         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8692         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8693         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8694
8695 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8698         mails in the doc string.  Add some URLs in comment.
8699         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8700
8701 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8704         backslashes handling and the way to find boundaries of quoted strings.
8705
8706 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8707
8708         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8709         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8710         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8711         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8712
8713 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8716         doc string.
8717         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8718
8719 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * lpath.el: Fbind epg-check-configuration.
8722
8723 2006-09-06  Simon Josefsson  <jas@extundo.com>
8724
8725         * mml2015.el (mml2015-use): Doc fix, mention epg.
8726
8727 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml2015.el (mml2015-use): Default to epg, if available.
8730
8731 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8732
8733         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8734         message-sender.
8735         (mml1991-epg-encrypt): Ditto.
8736         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8737         message-sender.
8738         (mml2015-epg-encrypt): Ditto.
8739
8740 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8741
8742         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8743         several common directories.
8744
8745 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8746
8747         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8748         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8749
8750 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (article-decode-encoded-words): Make it fast.
8753
8754 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8757
8758         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8759         in quoted string into `\'.
8760
8761 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8764         Use standard-syntax-table.
8765
8766 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (gnus-decode-address-function): New variable.
8769         (article-decode-encoded-words): Use it to decode headers which are
8770         assumed to contain addresses.
8771         (gnus-mime-delete-part): Remove useless `or'.
8772
8773         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8774         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8775         (gnus-nov-parse-line): Use it to decode From header.
8776         (gnus-get-newsgroup-headers): Ditto.
8777         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8778
8779         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8780         (mail-decode-encoded-address-string): New alias.
8781
8782         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8783         New function.
8784         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8785         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8786         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8787         (rfc2047-decode-string): Ditto.
8788         (rfc2047-decode-address-region): New function.
8789         (rfc2047-decode-address-string): New function.
8790
8791 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * message.el (message-caesar-buffer-body): Allow rotating headers.
8794
8795         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8796
8797         * message.el (message-insert-formated-citation-line): Fix %f.
8798         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8799
8800 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8803         (gnus-bookmark-mouse-available-p): New macro.
8804         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8805         (gnus-bookmark-bmenu-show-infos): Use it.
8806         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8807         (gnus-bookmark-bmenu-hide-infos): Ditto.
8808         (gnus-bookmark-remove-properties): New function.
8809         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8810         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8811         (gnus-bookmark-write-file): Bind coding-system-for-write.
8812         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8813         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8814         group before selecting it.
8815         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8816         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8817         quit-window if it is not available; use gnus-mouse-2 and bind it to
8818         gnus-bookmark-bmenu-select-by-mouse.
8819         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8820         (gnus-bookmark-bmenu-select-by-mouse): New function.
8821
8822 2006-08-13  Romain Francoise  <romain@orebokech.com>
8823
8824         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8825         space.
8826
8827 2006-08-10  Romain Francoise  <romain@orebokech.com>
8828
8829         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8830         (dns-mode-soa-auto-increment-serial): New user option.
8831         (dns-mode-soa-maybe-increment-serial): New function.
8832         (dns-mode): Add the latter to `write-contents-functions'.
8833
8834 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * compface.el (uncompface): Use binary rather than raw-text-unix.
8837
8838 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * compface.el (uncompface): Make sure the eol conversion doesn't take
8841         place when communicating with the external programs.  Reported by
8842         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8843
8844 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8847
8848 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8849
8850         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8851         Make it more robust by parsing author and date independently.
8852
8853 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8856
8857 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8858
8859         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8860         first matching secret key.
8861         (mml2015-epg-encrypt): Ditto.
8862
8863         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8864         first matching secret key.
8865         (mml1991-epg-encrypt): Ditto.
8866
8867         * mml2015.el (mml2015-encrypt-to-self): New user option.
8868         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8869         mml2015-epg-encrypt-to-self is set.
8870
8871         * mml1991.el (mml1991-encrypt-to-self): New variable.
8872         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8873         mml1991-epg-encrypt-to-self is set.
8874
8875         * mml2015.el (mml2015-signers): New user option.
8876         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8877         (mml2015-epg-encrypt): Allow to select signing keys.
8878
8879         * mml1991.el (mml1991-signers): New variable.
8880         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8881         (mml1991-epg-encrypt): Allow to select signing keys.
8882
8883 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * nnheader.el (nnheader-insert-head): Make it work even if the file
8886         uses CRLF for the line-break code.
8887
8888 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8889
8890         * mml2015.el: Require mml-sec instead of password.
8891         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8892         (mml2015-cache-passphrase): Inherit the default value from
8893         mml-secure-cache-passphrase.
8894         (mml2015-passphrase-cache-expiry): Inherit the default value from
8895         mml-secure-passphrase-cache-expiry.
8896
8897         * mml1991.el: Require mml-sec instead of password.
8898         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8899         (mml1991-cache-passphrase): Inherit the default value from
8900         mml-secure-cache-passphrase.
8901         (mml1991-passphrase-cache-expiry): Inherit the default value from
8902         mml-secure-passphrase-cache-expiry.
8903
8904         * mml-sec.el: Require password.
8905         (mml-secure-verbose): New user option.
8906         (mml-secure-cache-passphrase): New user option.
8907         (mml-secure-passphrase-cache-expiry): New user option.
8908
8909 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8910
8911         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8912         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8913         andreas@altroot.de (Andreas Vögele).
8914
8915         FIXME: Use `tiny change'?
8916
8917 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8918
8919         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8920         workaround for the url package included with Emacs.
8921
8922         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8923
8924 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8927         correctly.  This fixes a bug caused by the 2006-05-12 change.
8928
8929 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8930
8931         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8932         some information about the error when saying that the `bogus' mail
8933         group will be used.
8934
8935 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8938         string.
8939
8940 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8941
8942         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8943
8944 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8945
8946         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8947
8948 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8949
8950         * mml1991.el (mml1991-function-alist): Add epg.
8951         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8952         (mml1991-epg-encrypt): New functions.
8953
8954 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8955
8956         * mml2015.el (mml2015-verbose): New variable.
8957         (mml2015-cache-passphrase): Ditto.
8958         (mml2015-passphrase-cache-expiry): Ditto.
8959         (mml2015-function-alist): Add epg.
8960         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8961         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8962         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8963         functions.
8964
8965 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8966
8967         * message.el (message-cite-original-1): Preserve region when removing
8968         quoted text due to X-No-Archive in order to avoid bogus attribution
8969         when citing multiple messages.
8970
8971 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8972
8973         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8974         Kenneth Jacker <khj@be.cs.appstate.edu>.
8975
8976 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * gnus-diary.el (gnus-user-format-function-d)
8979         (gnus-user-format-function-D): Autoload.
8980
8981         * imap.el (Commentary): Fix typo.
8982
8983         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8984         2006-04-22 contribution.
8985
8986 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8987
8988         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8989         It didn't really fix the bogosity I'm seeing with solid web groups.
8990
8991 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8994         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8995         created using server names.  If we use the feature without declaring
8996         it, Gnus does not properly manage server and group state.
8997
8998         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8999         bound.
9000
9001 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9002
9003         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9004         looking up the method using GROUP's prefix before inventing a new one.
9005         It is used on killed/unknown groups in various places where returning
9006         an all-new method isn't expected by the caller.
9007
9008         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9009         and match semantics of gnus-group-real-prefix.
9010
9011 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * nnmail.el (nnmail-broken-references-mailers): New variable.
9014         (nnmail-ignore-broken-references): New function generalizing
9015         nnmail-fix-eudora-headers.
9016         (nnmail-fix-eudora-headers): Now obsolete.
9017
9018         * gnus-art.el (gnus-button-handle-custom): Support
9019         `customize-apropos*'.
9020
9021 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9024
9025         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9026         articles.
9027
9028 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * message.el (message-cite-reply-above): New variable.
9031         (message-yank-original): Use it.
9032
9033 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9036
9037 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9040         as read.
9041
9042         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9043
9044 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9047         (gnus-bookmark-default-file): Use gnus-directory.
9048         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9049         Remove "*" in doc string.
9050         (gnus-bookmark-write-file): Simplify.
9051         (gnus-bookmark-maybe-sort-alist): Use `when'.
9052         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9053         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9054         FIXME about Emacs 21 and XEmacs compatibility.
9055         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9056         compatibility.
9057         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9058         compatibility.
9059         (gnus-bookmark-menu-heading): Fix version.
9060
9061 2006-06-19  Bastien Guerry  <bzg@altern.org>
9062
9063         * gnus-bookmark.el: New file.
9064
9065 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * message.el (message-syntax-checks): Doc fix.
9068
9069 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9070
9071         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9072         unsubscribed groups as if they were killed ones.  It causes duplicate
9073         entries in gnus-newsrc-alist.
9074
9075 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * message.el (message-syntax-checks): Doc fix.
9078         (message-send-mail): Add check for continuation headers.
9079         (message-check-news-header-syntax): Fix regexp used to check for
9080         continuation headers.
9081
9082 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9085
9086 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9089
9090 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9093         default-truncate-lines.
9094
9095 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9098         to fill the utf-8 entry.
9099
9100         * lpath.el: Fbind unicode-precedence-list.
9101
9102 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9103
9104         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9105
9106 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9107
9108         * gnus-agent.el (directory-files-and-attributes): Move all the way
9109         forward (the third and final move).
9110         (gnus-agent-read-agentview): Trap reconstruction errors due to
9111         nonexistant directory.  Handle by returning nil.
9112
9113 2006-05-30  Didier Verna  <didier@xemacs.org>
9114
9115         * message.el (message-dont-reply-to-names): Update the custom type.
9116         * message.el (message-dont-reply-to-names): New defsubst: potentially
9117         convert a list of regexps into a single one.
9118         * message.el (message-get-reply-headers): Use it.
9119         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9120
9121 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-agent.el (directory-files-and-attributes): Move forward.
9124
9125 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-ml.el (gnus-mailing-list-subscribe)
9128         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9129         (gnus-mailing-list-message): Fix doc strings.
9130
9131 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9134         of doing it manually.
9135
9136 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9139         comment.
9140
9141 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9142
9143         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9144         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9145         (gnus-agent-read-local): All symbols allocated in my-obarray.
9146         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9147         (gnus-agent-regenerate-group): Check numeric names to see if they are
9148         messages or groups.
9149         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9150         better way of do this...)
9151
9152         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9153         'dummy.group' (there should be a better way of do this...)
9154
9155 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9158         (gnus-saved-headers): Ditto.
9159         (gnus-default-article-saver): Mention functions may have properties.
9160         (gnus-article-save): Override gnus-save-all-headers and
9161         gnus-saved-headers by :headers property which saver function may have.
9162         (gnus-summary-save-in-file): Add :headers property.
9163         (gnus-summary-write-to-file): Ditto.
9164
9165         * gnus-sum.el (gnus-summary-save-article): Bind
9166         gnus-prompt-before-saving to t when saving many articles in a file;
9167         always show all headers.
9168
9169         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9170
9171 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9174         marks.
9175
9176         * message.el (message-indent-citation): Add optional arguments to allow
9177         using it outside of message buffers.
9178
9179         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9180         (gnus-article-treat-unfold-headers): Use it.
9181         (gnus-article-truncate-lines): New variable.
9182         (gnus-article-mode): Use it.
9183         (gnus-article-toggle-truncate-lines): New function.
9184
9185         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9186         gnus-article-toggle-truncate-lines.
9187
9188         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9189         coding system in XEmacs, use binary.
9190
9191 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9194         after-load-alist.
9195
9196         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9197         this function should save decoded articles.
9198         (gnus-summary-write-to-file): Use property to specify this function
9199         should save decoded articles and specify gnus-summary-save-in-file
9200         should be used to save articles other than the first one when saving
9201         many articles.
9202         (gnus-summary-save-body-in-file): Use property to specify this
9203         function should save decoded articles.
9204         (gnus-summary-write-body-to-file): Use property to specify this
9205         function should save decoded articles and specify
9206         gnus-summary-save-body-in-file should be used to save articles other
9207         than the first one when saving many articles.
9208
9209         * gnus-sum.el (gnus-summary-save-article): Simplify.
9210
9211 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-default-article-saver): Add
9214         gnus-summary-write-body-to-file.
9215         (gnus-article-save-coding-system): Don't use coding system object
9216         in XEmacs.
9217         (gnus-read-save-file-name): Add optional `dir-var' argument which
9218         specifies directory in which files are saved; work even if optional
9219         `variable' argument is not specified.
9220         (gnus-summary-write-to-file): Read file name.
9221         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9222         (gnus-summary-write-body-to-file): New function.
9223
9224         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9225         (gnus-summary-local-variables): Add it.
9226         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9227         (gnus-summary-save-article): Remove optional `decode' argument;
9228         determine whether to decode articles by the value of
9229         gnus-default-article-saver; when saving many files using
9230         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9231         it first and use gnus-summary-save-in-file or
9232         gnus-summary-save-body-in-file thereafter unless
9233         gnus-prompt-before-saving is always; move point to article which
9234         will be saved.
9235         (gnus-summary-save-article-file): Revert.
9236         (gnus-summary-write-article-file): Revert.
9237         (gnus-summary-save-article-body-file): Revert.
9238         (gnus-summary-write-article-body-file): New function.
9239
9240 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (gnus-default-article-saver): Doc fix.
9243         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9244         from gnus-summary-save-article-coding-system, and default to a
9245         certain coding system.
9246         (gnus-output-to-file): Add coding cookie and encode text according
9247         to gnus-article-save-coding-system; don't use mm-append-to-file.
9248
9249         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9250         gnus-art.el and rename to gnus-article-save-coding-system.
9251         (gnus-summary-save-article): Require gnus-art; don't show all
9252         headers if it decodes articles; don't add coding cookie here;
9253         don't bind mm-text-coding-system-for-write.
9254         (gnus-summary-save-article-file): Save decoded articles.
9255         (gnus-summary-write-article-file): When saving many files, use
9256         gnus-summary-write-to-file first and gnus-summary-save-in-file
9257         thereafter unless gnus-prompt-before-saving is always.
9258         (gnus-summary-save-article-body-file): Save decoded articles.
9259
9260         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9261
9262 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * nnrss.el (nnrss-check-group): Bind hash-index.
9265
9266 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9267
9268         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9269         its hash index.  Store this hash in `nnrss-group-data'.
9270         (nnrss-read-group-data): Update accordingly.
9271
9272 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9275         entry.
9276
9277         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9278         gnus-article-browse-html-article.
9279
9280 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9281
9282         * gnus-sum.el (gnus-summary-mime-map): Add
9283         gnus-article-browse-html-article.
9284
9285         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9286
9287 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9290         suitable coding systems in customize.
9291
9292 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * mail-source.el (mail-sources): Fix custom type.
9295
9296 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9299         (gnus-summary-expire-articles-now): Shorten prompt.
9300
9301         * gmm-utils.el (wid-edit): Require.
9302         (defun-gmm): Renamed from `gmm-defun-compat'.
9303         (gmm-image-search-load-path): Use it.
9304         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9305
9306 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9309         variable.
9310         (gnus-summary-save-article): Add optional `decode' argument.  If
9311         it is set and gnus-summary-save-article-coding-system is non-nil,
9312         save decoded article.
9313         (gnus-summary-write-article-file): Save decoded article if
9314         gnus-summary-save-article-coding-system is non-nil.
9315
9316         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9317         type.
9318
9319 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9322
9323 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9326         first to test gnus-single-article-buffer which may be buffer-local.
9327
9328         * gnus-sum.el (gnus-summary-setup-buffer): Make
9329         gnus-single-article-buffer buffer-local and nil in ephemeral
9330         group; make gnus-article-buffer, gnus-article-current, and
9331         gnus-original-article-buffer always buffer-local.
9332         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9333         group.
9334         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9335
9336 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * nnml.el (nnml-request-compact-group): Compressed files might not
9339         have .gz extension.
9340
9341 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9342
9343         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9344         (mm-copy-to-buffer): Use with-current-buffer.
9345         (mm-display-part): Simplify.
9346         (mm-inlinable-p): Add optional arg `type'.
9347
9348 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9349
9350         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9351         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9352         Try harder to show the attachment internally or externally using
9353         gnus-mime-view-part-as-type.
9354
9355 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * message.el (message-from-style, message-signature-separator)
9358         (message-user-organization-file, message-send-mail-function)
9359         (message-citation-line-function, message-yank-prefix)
9360         (message-indent-citation-function, message-signature)
9361         (message-signature-file, message-signature-insert-empty-line):
9362         Remove autoloads.
9363
9364         * gnus-art.el (gnus-buttonized-mime-types): Remove
9365         "multipart/signed".  Revert 2006-04-26 change.
9366
9367 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * gnus.el (gnus-version-number): Bump version.
9370
9371 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9372
9373         * gnus.el: No Gnus v0.5 is released.
9374
9375 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9376
9377         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9378         fetching articles by message-id.
9379
9380 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381
9382         * message.el (hashcash): Require hashcash as normal.
9383
9384         * ecomplete.el (ecomplete-highlight-match-line): Use
9385         point-at-eol.
9386         (ecomplete-highlight-match-line): Use `highlight', because that
9387         face exists in both Emacs and XEmacs.
9388
9389         * message.el (message-display-abbrev): Use point-at-bol.
9390
9391         * mail-source.el: Don't require timer/timer-funcs.
9392
9393         * gnus-async.el: Ditto.
9394
9395         * password.el: Ditto.
9396
9397         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9398
9399         * mm-url.el: Ditto.
9400
9401         * gnus-xmas.el: Don't require timer-funcs.
9402
9403         * mm-util.el: Require timer/timer-funcs.
9404
9405 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9406
9407         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9408         Close.
9409
9410 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9413         unibyte after clear-decrypt function runs.
9414
9415         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9416         returns as a unibyte string.
9417
9418 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * lpath.el: Revert.
9421
9422         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9423         (pgg-gpg-process-sentinel): Revert.
9424
9425         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9426         (pgg-pgp-lookup-key): Revert.
9427
9428         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9429         (pgg-pgp5-lookup-key): Revert.
9430
9431         * pgg.el (pgg-fetch-key): Revert.
9432
9433 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * lpath.el: Fbind string-as-multibyte for XEmacs.
9436
9437         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9438         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9439         (mml1991-pgg-encrypt): Ditto.
9440
9441         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9442         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9443         a multibyte buffer.
9444
9445         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9446         (pgg-pgp-lookup-key): Ditto.
9447
9448         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9449         (pgg-pgp5-lookup-key): Ditto.
9450
9451         * pgg.el (pgg-fetch-key): Ditto.
9452
9453 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * message.el (message-user-organization-file): Check several
9456         locations of the organization file.
9457
9458         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9459         Add gnus-article-view-part-as-type.
9460
9461         * gnus-art.el (gnus-article-view-part-as-type): New function.
9462
9463         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9464         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9465
9466         * mml.el: Simplify autoload.
9467         (mml-mode): defvar dnd-protocol-alist instead of using
9468         symbol-value.
9469         (mml-default-directory): New variable.
9470         (mml-minibuffer-read-file): Use it.
9471         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9472
9473         * message.el (message-citation-line-format): New variable.
9474         (message-insert-formated-citation-line): New function.
9475         (message-citation-line-function): Add
9476         `message-insert-formated-citation-line' to custom type.
9477
9478         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9479         to doc string.
9480
9481         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9482         depending on mm-verify-option.
9483
9484 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9487         binding pgg-* variables; reimplement the section which prevents
9488         MIME header from being signed.
9489         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9490         pgg-text-mode; remove a blank line at the top of body.
9491
9492         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9493         lines at the top of body; use gnus-newsgroup-charset if there's no
9494         Charset header.
9495
9496 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * message.el (message-self-insert-commands): Doc fix.
9499
9500         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9501         (mm-uu-pgp-encrypted-test): Ditto.
9502         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9503         between header and body; return application/pgp-encrypted handle
9504         if decryption failed; decode decrypted body by charset.
9505
9506         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9507         element match to application/pgp-*.
9508
9509 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9510
9511         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9512         HTML.
9513
9514 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * mail-source.el (mail-source-call-script): Message the error
9517         string.
9518
9519 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * gnus-util.el (gnus-byte-compile): Use it.
9522
9523 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9524
9525         * gnus-util.el (kill-empty-logs): New function.
9526
9527 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * message.el (message-mail-alias-type): Doc fix.
9530         (message-mail-alias-type-p): New function.
9531         (message-send): Use it.
9532         (message-mode): Ditto.
9533         (message-strip-forbidden-properties): Ditto.
9534
9535         * ecomplete.el (ecomplete-database-file-coding-system): New
9536         variable.
9537         (ecomplete-save): Use it.
9538         (ecomplete-setup): Use it.
9539
9540 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * message.el (message-self-insert-commands): New variable.
9543         (message-strip-forbidden-properties): Use it.
9544
9545 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9548         that doesn't make XEmacs choke.
9549
9550 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * gnus-util.el (gnus-replace-in-string):
9553         Prefer replace-regexp-in-string over of replace-in-string.
9554
9555 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-util.el (gnus-select-frame-set-input-focus):
9558         Use select-frame-set-input-focus if it is available in XEmacs; use
9559         definition defined in Emacs 22 for old Emacsen.
9560
9561         * dgnushack.el: Autoload unmorse-region for XEmacs.
9562
9563         * lpath.el: Bind cursor-in-non-selected-windows and
9564         select-frame-set-input-focus for XEmacs.
9565
9566 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9569
9570 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9571
9572         * gnus-registry.el (gnus-registry-cache-save): Remove text
9573         properties when saving via the temp buffer.
9574
9575 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * message.el (message-generate-hashcash): Honor custom type.
9578
9579 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * message.el (message-generate-hashcash): Default to non-nil when
9582         hashcash is found.
9583
9584         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9585         (gnus-refer-thread-limit): Increase default to 500.
9586
9587         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9588
9589         * flow-fill.el (fill-flowed): Allow delete-space.
9590
9591 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9594         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9595         Remove autoloads.
9596
9597 2006-04-18  Simon Josefsson  <jas@extundo.com>
9598
9599         * message.el (message-generate-hashcash): Default to.
9600
9601 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9604         concatenating segments rather than before concatenating them.
9605
9606 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9609
9610 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9613
9614         * message.el (message-forward-make-body-plain): Allow
9615         message-forward-ignored-headers to be a list.
9616         (message-remove-ignored-headers): Factor out into function.
9617         (message-forward-make-body-mml): Use it.
9618
9619         * imap.el (imap-quote-specials): New function.
9620         (imap-login-auth): Quote specials.
9621
9622         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9623         (rfc2231-parse-string): Allow concatanation of parameters that
9624         aren't contiguous.  The test case is
9625           (mail-header-parse-content-type "message/external-body;
9626             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9627             access-type=LOCAL-FILE;
9628             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9629
9630 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9631
9632         * nntp.el (nntp-accept-process-output): Return the value of
9633         `nnheader-accept-process-output'.
9634
9635 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9638         (gnus-button-alist): Recognize more diff formats.
9639         (gnus-button-patch): Strip directory.
9640
9641 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9644         Emacs 22 when setting focus.
9645
9646 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus-art.el (gnus-article-treat-types): Do treatment of
9649         text/x-verbatim parts.
9650         (gnus-button-patch): New command.
9651
9652         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9653         addresses that contain invalid characters.
9654
9655 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * message.el (message-put-addresses-in-ecomplete): Use
9658         gnus-replace-in-string.
9659         (message-is-yours-p): Use the more correct
9660         mail-header-parse-address instead of
9661         mail-extract-address-components.
9662         (message-put-addresses-in-ecomplete): Fix typo.
9663
9664         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9665         keystroke.
9666
9667         * gnus-art.el (gnus-treatment-function-alist): Change order of
9668         newsgroups/generic header folding to avoid double-folding.
9669
9670         * message.el (message-hidden-headers): Add X-Draft-From.
9671
9672         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9673         command.
9674         (gnus-summary-repeat-search-article-backward): New command.
9675
9676         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9677         groups in the parent topic.
9678
9679 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9680
9681         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9682         (spam-extra-header-to-number): Return the CRM114 number as a
9683         number instead of a string.
9684
9685 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus-art.el (gnus-face-properties-alist): Moved here from
9688         gnus-fun.
9689
9690         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9691
9692 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * message.el (message-strip-forbidden-properties): Only display on
9695         self-insert-command.
9696
9697         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9698         reindent.
9699         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9700
9701 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9702
9703         * smiley.el (smiley-style): Fix typo.
9704
9705 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * hashcash.el (hashcash-insert-payment-async-2): Use
9708         message-goto-eoh instead of doing it manually.
9709         (mail-add-payment): Use message-narrow-to-header instead of trying
9710         to do the same itself.
9711
9712         * message.el (message-hidden-headers): Add Face.
9713
9714         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9715         reparenting code.
9716         (gnus-summary-reparent-children): Refactored out code.
9717         (gnus-summary-thread-map): New keystroke.
9718         (gnus-summary-reparent-children): Make into command.
9719
9720         * smiley.el (smiley-style): Default to `medium' if using a large
9721         font.
9722
9723         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9724         does it itself.
9725
9726         * message.el (message-point-in-header-p): Simplify definition.
9727
9728 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * nnagent.el (nnagent-request-set-mark): Silence log file
9731         writing.
9732         (nnagent-request-set-mark): Use write-region instead of
9733         append-to-file.
9734
9735         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9736         strange select method.
9737
9738         * ecomplete.el (ecomplete-display-matches): Get highlightling
9739         right.
9740         (ecomplete-display-matches): Use literals.
9741         (ecomplete-display-matches): Disable message logging.
9742
9743         * message.el (message-display-abbrev): Small optimization.
9744
9745         * ecomplete.el (ecomplete-display-matches): Allow automatic
9746         display.
9747
9748         * message.el (message-strip-forbidden-properties): Display
9749         abbrevs.
9750         (message-display-abbrev): Get automatic display right.
9751
9752         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9753         keystrokes.
9754
9755 2006-04-13  Romain Francoise  <romain@orebokech.com>
9756
9757         TODO: Backport to v5-10!
9758
9759         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9760         Moved here (and renamed) from gnus-registry.el.
9761
9762         * gnus-registry.el: Require gnus-util.
9763         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9764
9765 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-group.el (gnus-group-catchup-current): Change
9768         if-then-else-if-then-else into cond.
9769         (gnus-group-catchup): Indent.
9770         (group-name-at-point): New function.
9771         (gnus-fetch-group): Provide default from thing at point.
9772
9773 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * message.el (message-display-abbrev): Fix regexp.
9776
9777         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9778         choosing.
9779         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9780         dead variables.
9781
9782         * message.el (message-newline-and-indent): Remove debugging.
9783         (message-display-abbrev): Use new implementation.
9784
9785 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-art.el (gnus-article-mode): Set
9788         cursor-in-non-selected-windows to nil.
9789
9790         * smiley.el: Revert previous change.
9791         (smiley-data-directory): defvar it before using it in the
9792         defcustom of `smiley-style'.
9793
9794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * message.el (message-newline-and-indent): New function.
9797
9798         * ecomplete.el: Implement more bits.
9799
9800         * message.el (message-put-addresses-in-ecomplete): Clean up the
9801         string.
9802
9803         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9804
9805         * gnus-sum.el (gnus-summary-save-parts): Bind
9806         gnus-summary-save-parts-counter and use it to make unique file
9807         names.
9808
9809         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9810
9811         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9812         parameter to say whether to actually parse the individual
9813         addresses.
9814
9815         * message.el (message-put-addresses-in-ecomplete): New function.
9816         (ecomplete): Require.
9817         (message-mail-alias-type): Add ecomplete as an option.
9818
9819 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9820
9821         * flow-fill.el (fill-flowed): Remove trailing space from blank
9822         quoted lines.
9823
9824 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * smiley.el (smiley-style): Move definition later to avoid a
9827         compilation warning.
9828
9829 2006-04-12  Kenichi Handa  <handa@m17n.org>
9830
9831         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9832         buffer and then decode the buffer text if necessary.
9833         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9834         first, and after mm-encode-body, change the buffer to unibyte.
9835         Use mm-disable-multibyte instead of set-buffer-multibyte.
9836
9837 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9840         Content-Type header instead of Content-Disposition header.
9841         (gnus-mime-inline-part): Ditto.
9842         (gnus-mime-view-part-as-charset): Ignore charset that the part
9843         specifies.
9844
9845         * mm-decode.el (mm-display-part): Work with external parts and
9846         usual parts similarly.
9847
9848         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9849         instead of gnus-display-mime.
9850
9851         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9852         instead of with-temp-buffer.
9853
9854         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9855         tag to summarized topics part in order to encode non-ASCII text.
9856
9857 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * smiley.el (smiley-style): New variable.
9860         (smiley-directory): New function.
9861         (smiley-data-directory): Derive from `smiley-style' using
9862         `smiley-directory'.
9863         (smiley-regexp-alist): Add new entries.
9864
9865         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9866         (gnus-article-browse-delete-temp): Add :version.
9867
9868 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9869
9870         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9871         the sieve region.
9872
9873 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus.el (gnus-version-number): Bump version.
9876
9877 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus.el: No Gnus v0.4 is released.
9880
9881 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9884         layout.
9885
9886         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9887         unknown charset.
9888
9889         * message.el (message-header-synonyms): Add Original-To to the
9890         default.
9891
9892         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9893         optional parameter.
9894
9895 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * gnus-fun.el (gnus): Require it for gnus-directory.
9898
9899 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9902
9903 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9904
9905         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9906
9907 2006-04-05  Simon Josefsson  <jas@extundo.com>
9908
9909         * password.el (password-reset): New function.
9910
9911 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9912
9913         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9914         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9915
9916 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917
9918         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9919         Some whitespace was matched into the url, which broke browsing hits
9920         > 100 when mm-url-use-external was nil.
9921
9922 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9925         gnus-extra-headers for 'Newsgroups.
9926
9927         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9928         bound.
9929
9930 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9931
9932         * pgg-gpg.el: Clean up process buffers every time gpg processes
9933         complete.
9934
9935 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9938         doc string.
9939
9940 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9941
9942         * pgg-gpg.el (pgg-gpg-process-filter)
9943         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9944
9945         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9946         lines, temporary fix.
9947
9948 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9951
9952 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9953
9954         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9955         default-enable-multibyte-characters.  This reverts the change from
9956         revision 6.17 which is no longer necessary because the passphrase
9957         is sent separately now.  GnuPG messages are unreadable under
9958         multibyte locales with default-enable-multibyte-characters set to
9959         nil.
9960
9961 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * message.el (message-tool-bar-gnome): Move "spell".
9964
9965 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9968         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9969         instead.
9970
9971 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9972
9973         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9974         newsgroups handling for NNTP overviews which don't include
9975         Newsgroups.
9976
9977 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9978
9979         * message.el (message-resend): Bind message-generate-hashcash to nil.
9980
9981 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9982
9983         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9984         when searching for already-paid recipients.
9985
9986 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9987
9988         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9989         passphrases when it is not needed.
9990         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9991         passphrase stuff from gpg, should only be necessary when you use
9992         gpg with a smartcard.
9993
9994 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * mml.el (mml-insert-mime): Ignore cached contents of
9997         message/external-body part.
9998
9999         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10000         (mm-insert-part): Ditto.
10001
10002 2006-03-23  Simon Josefsson  <jas@extundo.com>
10003
10004         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10005         Reiner.
10006         (pgg-gpg-use-agent-p): Use it again.
10007
10008 2006-03-23  Simon Josefsson  <jas@extundo.com>
10009
10010         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10011         older emacsen.
10012         (pgg-gpg-use-agent-p): Don't use it.
10013
10014 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10017         if we can.
10018
10019 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10020
10021         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10022         (pgg-gpg-update-agent): New function.
10023         (pgg-gpg-use-agent-p): New function.
10024         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10025         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10026         (pgg-gpg-sign-region): Use it.
10027
10028 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10031         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10032
10033 2006-03-21  Simon Josefsson  <jas@extundo.com>
10034
10035         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10036         <wilde@sha-bang.de>.
10037         (pgg-gpg-use-agent): New variable.
10038         (pgg-gpg-process-region): Use it.
10039         (pgg-gpg-encrypt-region): Likewise.
10040         (pgg-gpg-encrypt-symmetric-region): Likewise.
10041         (pgg-gpg-decrypt-region): Likewise.
10042         (pgg-gpg-sign-region): Likewise.
10043         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10044
10045 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10048
10049         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10050         Add comment on version.
10051
10052 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * smiley.el: Add missing test smiley.
10055
10056 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * mm-decode.el (mm-with-part): New macro.
10059         (mm-get-part): Use it; work with message/external-body as well.
10060         (mm-save-part): Treat name and filename equally.
10061
10062         * mm-extern.el (mm-extern-cache-contents): New function.
10063         (mm-inline-external-body): Use it; force the part to be displayed;
10064         move undisplayer added to the cached handle to the parent.
10065
10066         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10067         (gnus-mime-view-part-as-type): Work with message/external-body.
10068
10069         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10070
10071 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10074         images in image-load-path.  [Sync with image.el, revision 1.60, in
10075         Emacs.]
10076
10077 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10080         path rather than symbol.  Always return list of directories.
10081         Guarantee that image directory comes first.  [Sync with image.el,
10082         revision 1.59, in Emacs.]
10083
10084         * message.el (message-make-tool-bar): Adjust to new API of
10085         `gmm-image-load-path-for-library'.
10086
10087         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10088
10089         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10090
10091 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10092
10093         * gnus-art.el (gnus-article-only-boring-p):
10094         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10095         intangible text.
10096         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10097
10098 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10101         `defun' instead of `gmm-defun-compat'.
10102
10103 2006-03-14  Simon Josefsson  <jas@extundo.com>
10104
10105         * message.el (message-unique-id): Don't use message-number-base36
10106         if (user-uid) is a float.
10107         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10108
10109 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10112
10113         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10114         empty line between a part and a message part.
10115
10116 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * smiley.el: Add more test smileys.
10119         (smiley-data-directory, smiley-regexp-alist)
10120         (gnus-smiley-file-types): Fix doc strings.
10121         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10122         adding new elements.
10123         (smiley-mouse-map): Unused code.  Make it a comment.
10124
10125 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10128         scan latest NoCeM messages instead of old ones.
10129         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10130         delimiters that are recently used.
10131         (gnus-nocem-load-cache): Add autoload cookie.
10132
10133         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10134
10135         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10136         level which is larger than gnus-use-nocem is specified.
10137
10138         * gnus-group.el (gnus-group-get-new-news): Ditto.
10139
10140 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-util.el (gnus-tool-bar-update): New function.
10143
10144         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10145         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10146
10147         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10148
10149         * gnus-group.el (gnus-group-redraw-when-idle)
10150         (gnus-group-redraw-check): Remove.
10151         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10152
10153 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10156         if optional last element is specified in splits (FIELD VALUE...).
10157
10158 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10161         to gmm-image-load-path-for-library.  Call with no-error argument.
10162         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10163
10164         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10165
10166         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10167
10168         * gmm-utils.el (gmm-image-load-path): Remove alias.
10169
10170 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gmm-utils.el (gmm-image-load-path): Add alias.
10173
10174         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10175         nnml-generate-nov-databases-1.
10176         (nnml-generate-nov-databases): Use it.
10177         (nnml-generate-nov-databases-directory): Document no-active
10178         argument.
10179
10180         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10181         directory if path is t.  Add no-error.
10182
10183         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10184         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10185
10186         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10187         resetting gnus-article-browse-html-temp-list.
10188
10189         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10190         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10191         Add example to docstring.  Rename local variables.  Move error
10192         checks to default case in cond and simplify.
10193
10194 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10197         handle is multipart when calling it recursively.
10198         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10199
10200 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10201
10202         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10203         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10204
10205 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10208         is loaded.
10209
10210         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10211         loaded.
10212
10213 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10216         to "Emacs 23 (unicode)" in doc string.
10217
10218         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10219         "Emacs 23 (unicode)" in comment.
10220
10221 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10224
10225         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10226         characters 160 through 255 in Emacs 23.
10227
10228 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10231         gnus-article-browse-html-temp.
10232         (gnus-article-browse-delete-temp): Make it customizable.  Add
10233         `file'.  Adjust doc string.
10234         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10235         query for each file.  Adjust doc string.
10236         (gnus-article-browse-html-parts): Add
10237         `gnus-article-browse-delete-temp-files' to
10238         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10239
10240 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10241
10242         * gnus-art.el (gnus-article-browse-html-temp)
10243         (gnus-article-browse-delete-temp): New variables.
10244         (gnus-article-browse-delete-temp-files): New function.
10245         (gnus-article-browse-html-parts): Use it.
10246
10247 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10250
10251         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10252         string.
10253
10254         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10255         gnus-summary-insert-new-articles when unplugged.  Remove
10256         gnus-summary-search-article-forward.
10257
10258         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10259         display-visual-class instead of display-color-cells.
10260
10261 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * dgnushack.el: Autoload customize-group for XEmacs.
10264
10265         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10266         message/* containing non-ASCII text properly.
10267
10268 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * message.el: Require gmm-utils, remove autoloads.
10271         (message-tool-bar): Set default based on
10272         gmm-tool-bar-style.
10273         (message-tool-bar-gnome): Add gmm-customize-mode.
10274
10275         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10276         gmm-tool-bar-style.
10277         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10278
10279         * gnus-group.el (gnus-group-tool-bar): Set default based on
10280         gmm-tool-bar-style.
10281         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10282
10283         * gmm-utils.el (gmm-image-directory): Rename variable from
10284         gmm-image-load-path.
10285         (gmm-image-load-path): Use gmm-image-directory.
10286         (gmm-customize-mode): New function.
10287         (gmm-tool-bar-style): New variable.
10288
10289         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10290         gnus-group-redraw-line-number.
10291         (gnus-group-redraw-check): Simplify.
10292         (gnus-group-tool-bar-update): Remove redraw check.
10293         (gnus-group-make-tool-bar): Add redraw check.
10294
10295 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10296
10297         * gnus-art.el (gnus-button): Add missing parentheses.
10298
10299 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * lpath.el: Fbind line-number-at-pos.
10302
10303 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10306
10307 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-art.el (gnus-button): New face.
10310         (gnus-article-button-face): Use it.
10311
10312         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10313         gnus-summary-next-page.  Re-order.
10314
10315         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10316         next-node are now included.
10317         (gnus-group-redraw-line-number): New internal variable.
10318         (gnus-group-redraw-check): Helper function for updating the tool
10319         bar.
10320         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10321
10322         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10323
10324         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10325         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10326         Use it to match format of Spamassassin 3.0 and later.  Reported by
10327         IRIE Tetsuya <irie@t.email.ne.jp>.
10328         (spam-check-bogofilter)
10329         (spam-bogofilter-register-with-bogofilter): Fix args of
10330         `gnus-error' calls.
10331
10332 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10335         unnecessary interaction when sending queued mails.  Reported by
10336         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10337
10338 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10341         first or last are nil.
10342
10343 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10344
10345         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10346
10347 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10350
10351 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * dns.el (query-dns): Protect more against buggy tcp output.
10354
10355 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10358         nov.php.
10359
10360 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10361
10362         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10363         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10364         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10365         output on the server side.
10366         (nnweb-google-create-mapping): Update regexps and add some
10367         progress indication.
10368
10369 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10372         gnus-agent-toggle-plugged.  Re-order icons.
10373         (gnus-group-tool-bar-gnome): Add
10374         gnus-group-{prev,next}-unread-group.
10375         (gnus-group-tool-bar-gnome): Re-order icons.
10376
10377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10378         gnus-summary-insert-new-articles.
10379
10380         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10381         comments.
10382
10383         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10384         also available in Emacs 21.3.
10385
10386         * message.el (message-fix-before-sending): Change "Emacs 22" to
10387         "Emacs 23 (unicode)" in comment.
10388
10389         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10390         "Emacs 23 (unicode)" in comment.
10391
10392         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10393         comment.
10394         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10395
10396         * mm-view.el (mm-fill-flowed): Add :version.
10397
10398 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10401         and load-path.
10402
10403 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * message.el: Autoload gmm-image-load-path.
10406         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10407         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10408         consitency.
10409
10410         * gmm-utils.el (gmm-image-load-path): Also search in
10411         "../etc/images".  Don't set gmm-image-load-path if we don't find
10412         the image.
10413
10414 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gmm-utils.el (gmm-image-load-path): Don't make
10417         `gmm-image-load-path' include subdirectories which the second arg
10418         `image' might specify.
10419
10420         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10421         subdirectory to icon file names.
10422
10423         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10424
10425 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10428         gmm-image-load-path calls.
10429
10430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10431
10432         * message.el (message-make-tool-bar): Ditto.
10433
10434         * mml.el (mml-preview): Added comment concerning tool bar icons.
10435
10436         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10437         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10438
10439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10440         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10441
10442         * message.el (message-tool-bar-gnome): Use new icon names.
10443         (message-make-tool-bar): Use `gmm-image-load-path'.
10444
10445         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10446         functions from MH-E.
10447         (gmm-image-load-path): New variable from MH-E.
10448         (gmm-image-load-path): New function from MH-E.  Added arguments
10449         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10450         *-image-load-path-called-flag.
10451
10452 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10453
10454         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10455
10456 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10457
10458         * nnimap.el (nnimap-request-move-article): Change folder back to
10459         source group before deleting.
10460
10461 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10464
10465         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10466         mm-url.
10467
10468         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10469
10470 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10473         coding system which mm-charset-to-coding-system returns for a
10474         given charset is valid.
10475
10476 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10477
10478         * html2text.el (html2text-remove-tag-list):
10479         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10480
10481 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10482
10483         * gnus-cus.el: Revert 2005-10-17 change.
10484
10485 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (article-strip-banner): Call
10488         article-really-strip-banner only when the regexp match is made.
10489
10490 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-art.el (article-strip-banner): Use
10493         gnus-extract-address-components instead of
10494         mail-header-parse-addresses to make it work with non-ASCII text;
10495         remove mail-encode-encoded-word-string.
10496
10497         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10498         values which are surrounded with \"...\"; make it never cause a
10499         Lisp error; give up parsing of parameters if it failed in
10500         extracting type.
10501
10502 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10503
10504         * smime.el (smime-cert-by-ldap-1): Fix bug where
10505         `smime-ldap-search' returns results without userCertificates.
10506
10507 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10510
10511 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * spam.el (spam-check-spamassassin-headers): Adapt format for
10514         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10515         <ari@mbf.ocn.ne.jp>.
10516         (spam-list-of-processors): Add spam-use-gmane.
10517
10518 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10521         make-temp-file; make it work with XEmacs as well.
10522
10523         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10524         mm-make-temp-file.
10525
10526         * mm-decode.el (mm-display-external): Use the 3rd arg of
10527         mm-make-temp-file.
10528         (mm-create-image-xemacs): Ditto.
10529
10530 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10533         with message-narrow-to-headers.
10534         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10535         (gnus-draft-check-draft-articles): New function.
10536         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10537
10538 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * gnus-art.el (gnus-article-browse-html-parts):
10541         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10542         Don't use suffix argument for mm-make-temp-file for Emacs 21
10543         compatibility.  Remove useless `format'.
10544
10545 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10546
10547         * nnweb.el (nnweb-google-wash-article): Update regexps.
10548         (nnweb-group-alist): Use defvoo instead of defvar.
10549
10550 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10553         re-loading nn* modules.
10554
10555 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10558         for `tool-bar-mode' and don't check it's default-value.
10559
10560         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10561
10562         * message.el (message-make-tool-bar): Ditto.
10563
10564         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10565         `substring'.  Shorten tmp-file name.
10566
10567         * gnus.el: Remove bogus comment.
10568
10569 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10570
10571         * gnus-art.el (gnus-article-browse-html-parts): New function.
10572         (gnus-article-browse-html-article): New function for viewing html
10573         articles with a browser.
10574
10575 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10576
10577         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10578         in elisp.
10579         (pgg-gpg-encrypt-symmetric-region): Ditto.
10580         (pgg-gpg-sign-region): Ditto.
10581
10582         * pgg-def.el (pgg-text-mode): New variable.
10583
10584         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10585         (mml2015-pgg-encrypt): Ditto.
10586
10587         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10588         (mml1991-pgg-encrypt): Ditto.
10589
10590 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10593         message-make-date instead of current-time-string.
10594
10595         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10596         to gnus-decoded which mm-uu might set.
10597
10598 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10601         don't decode quoted parameters; remove misimported Emacs code.
10602         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10603         (rfc2231-decode-encoded-string): Don't use split-string which
10604         behaves differently according to Emacs version; use
10605         mm-decode-coding-region to convert charset to coding-system.
10606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10607         (rfc2231-encode-string): Remove misimported Emacs code.
10608
10609 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10612         when calling mail-header-parse-content-type.
10613         (article-de-quoted-unreadable): Ditto.
10614         (article-de-base64-unreadable): Ditto.
10615         (article-wash-html): Ditto.
10616
10617         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10618         calling mail-header-parse-content-type and
10619         mail-header-parse-content-disposition.
10620         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10621         mail-header-parse-content-type.
10622
10623         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10624         insert charset and format parameters; encode description after
10625         inserting it to buffer.
10626         (mml-insert-parameter): Fold lines properly even if a parameter is
10627         segmented into two or more lines; change the max column to 76.
10628
10629         * rfc1843.el (rfc1843-decode-article-body): Don't use
10630         ignore-errors when calling mail-header-parse-content-type.
10631
10632         * rfc2231.el (rfc2231-parse-string): Return at least type if
10633         possible; don't cause an error even if it fails in parsing of
10634         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10635         (rfc2231-encode-string): Don't break lines at the beginning, leave
10636         it to mml-insert-parameter.
10637
10638         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10639         calling mail-header-parse-content-type.
10640
10641 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * spam-report.el (spam-report-gmane-use-article-number):
10644         Improve doc string.
10645         (spam-report-gmane-internal): Check if a suitable header was found
10646         in the article.
10647
10648 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10651         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10652
10653 2006-02-05  Romain Francoise  <romain@orebokech.com>
10654
10655         Update copyright notices of all files in the gnus directory.
10656
10657 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10658
10659         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10660
10661 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10664         segmented lines of parameter value to cope with Thunderbird 1.5
10665         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10667         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10668
10669 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10670
10671         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10672         parts.
10673
10674 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10675
10676         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10677         there's only one active file for all servers.
10678         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10679         solid groups.  Gnus might have used a FAST request to select the group.
10680         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10681         and nnweb-search redundantly in the active file.
10682         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10683         (nnweb-request-create-group): Don't use ARGS.
10684         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10685         initialisations.  Let nnoo do the work.
10686
10687 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10690         Say the part has been decoded.
10691
10692         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10693
10694 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10695
10696         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10697         mailcap-viewer-test-cache when there's no 'test clause, since that
10698         will invert the meaning of a "nil" test previously determined by
10699         mailcap-mailcap-entry-passes-test.
10700
10701 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10704         compiling.
10705
10706         * gnus-sum.el: Ditto.
10707
10708         * message.el: Don't bind tool-bar-map when compiling.
10709
10710 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10713
10714 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10715
10716         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10717         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10718         current Google Groups.
10719
10720 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10723         and tool-bar-mode.
10724
10725         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10726         and tool-bar-mode.
10727
10728         * message.el (message-tool-bar-update): Simplify.
10729         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10730
10731         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10732         gnus-summary-buffer.
10733         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10734         gnus-summary-reply.
10735
10736         * gmm-utils.el (gmm): Add :version.
10737
10738 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * Makefile.in (clean): New rule.
10741         (distclean): Use it.
10742
10743 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10744
10745         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10746         autoload.
10747
10748 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gmm-utils.el (gmm-verbose): Add :group.
10751
10752 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * message.el: Change some comments WRT tool-bars.
10755
10756         * gnus-sum.el (gnus-summary-tool-bar)
10757         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10758         (gnus-summary-tool-bar-zap-list): New variables.
10759         (gnus-summary-make-tool-bar): Complete rewrite using
10760         `gmm-tool-bar-from-list'.
10761
10762         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10763         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10764         variables.
10765         (gnus-group-make-tool-bar): Complete rewrite using
10766         `gmm-tool-bar-from-list'.
10767         (gnus-group-tool-bar-update): New function.
10768
10769         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10770
10771 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10774         is dissected into a single part of which the type is the same as
10775         the given one; decode charset.
10776
10777 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10778
10779         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10780         into alists as symbol not string, since that's what
10781         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10782         look for.
10783
10784 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10787         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10788
10789         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10790
10791 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10794         (gnus-xmas-mime-security-button-menu): New function.
10795
10796         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10797         (gnus-mime-security-button-menu): New definition.
10798         (gnus-mime-security-button-map): Use them.
10799         (gnus-mime-security-button-menu): New function.
10800         (gnus-insert-mime-security-button): Addition to help echo.
10801         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10802         (gnus-mime-security-pipe-part): New functions.
10803
10804         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10805         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10806
10807         * mm-decode.el (mm-handle-set-disposition): Remove.
10808         (mm-handle-set-description): Remove.
10809
10810 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10813         (mm-w3m-standalone-supports-m17n-p): New function.
10814         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10815         w3m usage.
10816
10817         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10818         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10819
10820 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * message.el (message-tool-bar-zap-list): Use
10823         gmm-tool-bar-zap-list as custom type.
10824         (message-tool-bar-update): New function.
10825         (message-tool-bar, message-tool-bar-gnome)
10826         (message-tool-bar-retro): Add message-tool-bar-update.
10827         (message-tool-bar-gnome): Add flyspell-buffer.
10828
10829         * gnus-util.el (gnus-error): Describe `args'.
10830
10831         * gmm-utils.el (gmm-error): Describe `args'.
10832         (gmm-tool-bar-zap-list): New widget.
10833         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10834
10835 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10838         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10839         the number of recursive calls.
10840
10841         * mm-decode.el (mm-handle-set-disposition): New macro.
10842         (mm-handle-set-description): New macro.
10843
10844 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10847         encoding.
10848
10849 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * message.el (message-tool-bar-zap-list, message-tool-bar)
10852         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10853         (message-tool-bar-local-item-from-menu): Remove.
10854         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10855         (message-make-tool-bar): New function.
10856         (message-mode): Use `message-make-tool-bar'.
10857
10858         * gmm-utils.el: New file.
10859         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10860         (gmm-lazy): New widget copied from `nnmail.el'.
10861         (gmm-tool-bar-from-list): New function for creating customizable
10862         tool bars.
10863         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10864         output.
10865         (gmm): Add :prefix to defgroup.
10866
10867 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10868
10869         * gmm-utils.el (gmm-widget-p): New function.
10870
10871 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * mml.el (mml-attach-file): Describe `description' in doc string.
10874         (mml-menu): Add Emacs MIME manual and PGG manual.
10875
10876 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10877
10878         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10879
10880 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10881
10882         * nntp.el (nntp-end-of-line): Doc fix.
10883
10884 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10885
10886         * imap.el (imap-open): Handle case where buffer is a buffer
10887         object.
10888
10889 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10890
10891         * gnus-delay.el (gnus-delay): Don't autoload.
10892         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10893         to be re-loaded when customizing the `gnus-delay' group.
10894
10895 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10896
10897         * message.el (message-insert-citation-line): Use newlines.
10898
10899 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10900
10901         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10902         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10903         these routines, so the passphrase can be managed externally and
10904         passed in to the system.
10905         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10906         pgg-add-passphrase-to-cache function.
10907
10908         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10909         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10910         these routines, so the passphrase can be managed externally and
10911         passed in to the system.
10912         (pgg-pgp5-sign-region): Use new name of
10913         pgg-add-passphrase-to-cache function.
10914
10915 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10916
10917         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10918         part of the decoded armor to find the key-identifier.
10919         (pgg-gpg-lookup-key-owner): New function to return the
10920         human-readable identifier of a key owner.
10921         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10922         itself.
10923         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10924         the key value) if we have a key and can match it against a secret
10925         key.  Also, added a note pointing out fact that the prompt only
10926         indicates the first matching key.
10927
10928         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10929         pgg-decrypt-region.
10930         (pgg-add-passphrase-to-cache): Rename from
10931         `pgg-add-passphrase-cache' to reduce confusion (all callers
10932         changed).
10933         (pgg-remove-passphrase-from-cache): Rename from
10934         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10935         changed).
10936         (pgg-read-passphrase, pgg-add-passphrase-cache)
10937         (pgg-remove-passphrase-cache): Add informative docstrings.
10938         (pgg-decrypt): Convey provided passphrase in subordinate call to
10939         pgg-decrypt-region.
10940
10941 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10942
10943         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10944         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10945         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10946         'passphrase' argument, so the passphrase can be managed externally
10947         and then passed in to the system.
10948
10949         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10950         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10951         so the passphrase cache can be used reliably with identifiers
10952         besides a pgp packet's key id.
10953
10954         * pgg-gpg.el (pgg-gpg-encrypt-region)
10955         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10956         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10957         these routines, so the passphrase can be managed externally and
10958         passed in to the system.
10959
10960         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10961         'notruncate' argument, so the passphrase cache can be used
10962         reliably with identifiers besides a pgp packet's key id.
10963
10964 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10965
10966         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10967         symmetric encryption.
10968         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10969         encrypted session key.
10970         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10971         message ask for the passphrase in a proper way.
10972
10973         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10974         New user commands for symmetric encryption.
10975
10976 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10979
10980         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10981
10982 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10983
10984         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10985
10986 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * mm-decode.el (mm-inlined-types): Add application/pgp.
10989         (mm-automatic-display): Ditto.
10990
10991         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10992         part as text.
10993
10994 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * nnrss.el: Update copyright.
10997         (nnrss-opml-import): Query whether to subscribe to each entry.
10998
10999         * gnus-art.el:
11000         * gnus-sum.el:
11001         * gnus-xmas.el:
11002         * messagexmas.el:
11003         * mm-uu.el:
11004         * mm-view.el: Update copyright.
11005
11006 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * message.el (message-info): New function.
11009         (message-mode-menu): Add it.
11010         Update copyright.
11011
11012         * ChangeLog: Fix and update copyright.
11013
11014 2006-01-13  Romain Francoise  <romain@orebokech.com>
11015
11016         * message.el (message-forward-subject-name-subject): Prefer the
11017         address to 'nowhere' if the sender has no name.
11018         Fix typo.  Update copyright year.
11019
11020 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-art.el (article-wash-html): Use
11023         gnus-summary-show-article-charset-alist if a numeric arg is given.
11024         (gnus-article-wash-html-with-w3m-standalone): New function.
11025
11026         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11027         mm-inline-text-html-render-with-w3m-standalone.
11028         (mm-text-html-washer-alist): Map w3m-standalone to
11029         gnus-article-wash-html-with-w3m-standalone.
11030         (mm-inline-text-html-render-with-w3m-standalone): New function.
11031
11032 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11035         Improve LaTeX.
11036
11037 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11040         (nnrss-request-article): Render text/plain parts as HTML.
11041
11042         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11043         the buffer.
11044
11045 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11048         custom definition of `gnus-posting-styles'.
11049
11050         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11051         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11052
11053 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11056         Use nntp for bug archive.
11057
11058 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11061         parts.
11062         (nnrss-normalize-date): New function converts ISO 8601 date into
11063         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11064         (nnrss-check-group): Use it.
11065
11066 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11069
11070         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11071         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11072         (nnrss-insert-w3): Ditto.
11073
11074 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11077         the articles to be forwarded including the case where neither a
11078         number of articles nor a region is specified.
11079
11080 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * nnrss.el (nnrss-request-article): Fix last change; fill
11083         text/plain parts.
11084
11085 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11088         in text/plain part.
11089         (nnrss-check-group): Don't add excessive newline to dc:subject.
11090
11091 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11092
11093         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11094         article.
11095
11096 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11099         (nnml-use-compressed-files, nnml-save-mail): Support other
11100         comression programs such as bzip2.
11101
11102 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * dns.el (query-dns): Make sure we check the buffer size before
11105         removing tcp headers.
11106
11107 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11110         remove MIME buttons associated with multipart/alternative parts.
11111         (gnus-mime-display-alternative): Tag buttons using `article-type'
11112         text property.
11113
11114         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11115         associated with multipart/alternative parts.
11116
11117         * gnus-art.el (gnus-signature-separator): Fix custom type.
11118
11119         * mm-decode.el (mm-inlined-types): Fix custom type.
11120         (mm-keep-viewer-alive-types): Ditto.
11121         (mm-automatic-display): Ditto.
11122         (mm-attachment-override-types): Ditto.
11123         (mm-inline-override-types): Ditto.
11124         (mm-automatic-external-display): Ditto.
11125
11126 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * spam-report.el (spam-report-user-mail-address)
11129         (spam-report-user-agent): New variables.
11130         (spam-report-url-ping-plain): Use spam-report-user-agent.
11131
11132 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11133
11134         * gnus-art.el (gnus-button-handle-custom): Do not just use
11135         `customize-apropos' for any "M-x customize-*" button but the
11136         function called for.  Accept both the function name and its
11137         argument in order to achieve this.
11138         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11139         function name to `gnus-button-handle-custom' in case of "M-x
11140         customize-*" buttons.
11141
11142 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11145         multipart/alternative and add xref to mm-discouraged-alternatives
11146         in doc string.
11147
11148         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11149         gnus-buttonized-mime-types in doc string.
11150
11151 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11152
11153         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11154         Suggest image/.* in the doc string.
11155
11156 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11159         message-marks (Debian bug #342521).
11160
11161 2005-12-12  Simon Josefsson  <jas@extundo.com>
11162
11163         * password.el (password-read-from-cache): Add.
11164         (password-read): Use it.
11165
11166 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11169         us-ascii as a MIME charset.
11170
11171         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11172         against the case where the 2nd arg TYPE is nil.
11173
11174 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * pop3.el (pop3-stream-type): Fix custom version.
11177
11178         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11179
11180 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11181
11182         * mm-decode.el (mm-display-external): Add missing cdr.
11183
11184 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11187         RFC1524) if it is in mailcap or add a suffix according to
11188         mailcap-mime-extensions when generating a temp filename; postpone
11189         deleting a temp file for 2 seconds for some wrappers, shell
11190         scripts, and so on, which might exit right after having started a
11191         viewer command as a background job.
11192
11193 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * nntp.el (nntp-marks-directory): Fix custom group.
11196
11197         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11198         steps when < 10.
11199
11200         * gnus-start.el (gnus-no-server-1): Mention
11201         `gnus-level-default-subscribed' in doc string.
11202
11203 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11204
11205         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11206         parens.
11207
11208 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-xmas.el (gnus-use-toolbar): Revert.
11211         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11212         gnus-use-toolbar is default.
11213
11214         * messagexmas.el (message-use-toolbar): Revert.
11215         (message-setup-toolbar): Use global default-toolbar if
11216         message-use-toolbar is default.
11217
11218 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11221         according to default-toolbar-visible-p.
11222
11223         * messagexmas.el (message-use-toolbar): Ditto.
11224
11225 2005-11-26  Dave Love  <fx@gnu.org>
11226
11227         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11228         (tls-program, tls-success): Provide openssl alternative.
11229
11230         * starttls.el: Doc fixes.
11231         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11232         SERVICE to PORT.
11233
11234         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11235         port null or service name.
11236         (starttls-negotiate): Autoload.
11237
11238 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * message.el (message-kill-to-signature): Fix interactive spec.
11241
11242 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * pop3.el (pop3-open-server): Recognize a string as a service name.
11245
11246 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11247
11248         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11249
11250 2005-11-23  Dave Love  <fx@gnu.org>
11251
11252         Add pop3s, pop3/starttls.
11253
11254         * pop3.el (pop3-authentication-scheme): Clarify doc.
11255         (open-tls-stream, starttls-open-stream): Autoload.
11256         (pop3-stream-type): New.
11257         (pop3-open-server): Use it.
11258
11259         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11260         for POP.
11261         (mail-source-keyword-map): Add :stream for POP.
11262         (mail-source-fetch-pop): Use pop3-stream-type.
11263
11264 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11267         of current-time-string.
11268
11269 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11270
11271         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11272         date header.
11273
11274 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11275
11276         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11277         it can seriously impact performance as it bypasses the agent's
11278         local caches.
11279
11280 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11281
11282         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11283         must be explicitly online rather than "not explicitly offline" for
11284         its flags to be synchronized.
11285
11286         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11287         that gnus-uu-unmark-thread will function correctly.
11288
11289         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11290         1024K is instead displayed as 1M.
11291
11292 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11295
11296 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11297
11298         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11299
11300 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11301
11302         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11303         error message to display actual error condition.
11304         (gnus-agent-save-local): Avoid saving symbols that are bound to
11305         nil as they simply result in a warning message in
11306         gnus-agent-read-local.
11307
11308 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11311         rather than make-variable-buffer-local for file-precious-flag.
11312
11313 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11314
11315         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11316         for duplicates which are removed.  The invalid sort check then
11317         triggers a rescan after the sort as sorting may have moved
11318         duplicate entries such that they can be cheaply detected.
11319
11320 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11323
11324 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11325
11326         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11327         internal variable to a custom variable.  Changed default value
11328         from compressed(2) to uncompressed(1).
11329         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11330         support for uncompressed agentview files.  Taken together, reading
11331         the agentview file should now be 6-7 times faster.
11332
11333 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11334
11335         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11336         as a buffer-local variable.  This avoids creating truncated
11337         dribble files as a result of a hang up, eg.
11338
11339 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11340
11341         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11342         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11343         XEmacs.
11344
11345 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-start.el (gnus-start-draft-setup): Enforce
11348         `gnus-draft-mode' for nndraft:drafts at startup.
11349
11350         * gnus.el (gnus-splash): Change custom group.
11351         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11352         allow-list argument.
11353
11354         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11355         string.
11356
11357 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-art.el (gnus-default-article-saver): Add user-defined
11360         `function' to custom type.
11361
11362 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11363
11364         * imap.el (imap-open): Handle case where buffer is a buffer
11365         object.
11366
11367 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11370         long lines.
11371         (gnus-cache-delete-group): Wrap doc strings.
11372
11373         * gnus-agent.el (gnus-agent-rename-group)
11374         (gnus-agent-delete-group): Wrap doc strings.
11375
11376 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * messagexmas.el (message-use-toolbar): Change the valid values
11379         into default, top, bottom, left, and right.
11380         (message-toolbar-thickness): New variable.
11381         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11382         well.
11383         (message-setup-toolbar): Make it work.
11384
11385         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11386         (gnus-use-toolbar): Change the valid values into default, top,