Have shr switch buffer truncation on if there are big tables.
[gnus] / lisp / ChangeLog
1 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4         on every setup buffer call to allow this to change from article to
5         article.
6
7         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8         buffers where we have a wide table.
9
10 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
13         uses *-request-thread.
14
15 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-open-connection): Remove %s from openssl
18         incantation, which is no longer valid.
19
20 2010-10-14  Julien Danjou  <julien@danjou.info>
21
22         * shr.el: Fix defcustom type (char -> character).
23
24 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * nnimap.el (nnimap-open-connection): tls-program should be a list of
27         programs.
28
29 2010-10-14  Julien Danjou  <julien@danjou.info>
30
31         * shr.el (shr-tag-a): Use url-link as widget type.
32
33         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
34         `gnus-group-get-icon'.
35
36 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
39         This should make server editing work better.
40
41         * shr.el (shr-find-fill-point): Don't inloop on indented text.
42
43         * tls.el (tls-program): Remove spurious %s from openssl.
44
45         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
46         (nnimap-parse-flags): Fix regexp.
47
48         * shr.el (shr-find-fill-point): Use a filling algorithm that should
49         probably work for CJVK text, too.
50
51         * nnimap.el (nnimap-extend-tls-programs): Removed.
52         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
53
54         * tls.el (tls-starttls-switches): Remove starttls hack.
55         (open-tls-stream): Ditto.
56         (tls-find-starttls-argument): Ditto.
57
58 2010-10-13  Julien Danjou  <julien@danjou.info>
59
60         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
61         responses.
62
63 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
66
67         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
68         anything in Emacs.
69
70         * shr.el (shr-current-column): Remove buggy and unnecessary function.
71
72 2010-10-13  Julien Danjou  <julien@danjou.info>
73
74         * shr.el (shr-width): Make shr-width a defcustom with default to
75         fill-column.
76         (shr-tag-img): Use shr-width rather than fill-column.
77
78 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * dgnushack.el (byte-optimize-apply)
81         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
82
83         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
84         position when (X-)Faces exist.
85         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
86         avatars when called interactively.
87
88 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
91         gnus-article-x-face-too-ugly is bound.
92
93 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
96
97         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
98         mailbox that doesn't exist.
99
100 2010-10-12  Julien Danjou  <julien@danjou.info>
101
102         * shr.el (shr-tag-img): Encode URL properly when retrieving.
103         (shr-get-image-data): Encode URL properly when fetching from cache.
104         (shr-tag-img): Use aligned-to spaces to align correctly images.
105
106         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
107         before inserting the Gravatar.
108
109         * shr.el (shr-tag-img): Add align attribute support for <img>.
110
111 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-gravatar.el (gnus-art): Required.
114
115         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
116         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
117         Remove long obsoleted functions.
118
119 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
122
123         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
124
125         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
126         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
127         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
128         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
129         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
130         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
131         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
132
133 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-request-rename-group): Select group read-only
136         before renaming it.
137
138         * shr.el (shr-insert): Fix up the white space only regexp.
139
140         * nnimap.el (nnimap-transform-split-mail): Not all articles have
141         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
142
143         * shr.el (shr-current-column): New function.
144         (shr-find-fill-point): New function.
145
146 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
147
148         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
149         numbers.
150
151 2010-10-11  Julien Danjou  <julien@danjou.info>
152
153         * shr.el (shr-hr-line): Add.
154         (shr-tag-hr): Use shr-hr-line to specify which character to use to
155         display hr lines.
156         (shr-max-columns): Do not change state to nil if we just inserting
157         spaces.
158
159 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus-topic.el (gnus-topic-read-group): If after the last group,
162         select the last group.
163
164 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
165
166         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
167
168 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
169
170         * dig.el (dig-mode-map): Declare and define in one step.
171
172 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
175         for Gnus.
176         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
177         (nnimap-update-qresync-info): Mark \Seen articles as read.
178
179         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
180         non-variable, too.
181
182         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
183         available.
184         (nnimap-update-info): Rely more on the current active than the param
185         active to avoid marking articles as read too much.
186
187         * auth-source.el (auth-source-create): Use (user-login-name) for the
188         user name default.
189
190         * nnimap.el (nnimap-update-info): If the server doesn't return any
191         useful info, just use the previous info.
192         (nnimap-update-info): Prefer old info over start-article.
193         (nnimap-update-qresync-info): Finish implementing QRESYNC.
194
195 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
196
197         * nnir.el (autoload): Clean up autoloads.
198         (nnir-imap-default-search-key): Renamed from
199         nnir-imap-search-field. Use key rather than value.
200         (nnir-imap-search-other): New variable.
201         (nnir-read-parm): Use it.
202         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
203         (gnus-summary-nnir-goto-thread): Modify to work with imap.
204
205 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
208         the process, too.
209
210 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
213         Allbery.
214
215         * shr.el: Rework the way things are indented by <li> slightly.
216
217         * gnus.el (gnus-group-set-parameter): Fix typo.
218
219         * nnimap.el: Start implementing QRESYNC support.
220
221 2010-10-09  Julien Danjou  <julien@danjou.info>
222
223         * nnir.el (nnir-engines): Fix too many arguments.
224
225 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
228         group is the "last", so that the backends like nnfolder actually save
229         their folders.
230
231         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
232         try to use that for the tls stream.
233         (nnimap-retrieve-group-data-early): Rework the marks code to heed
234         UIDVALIDITY and find out which groups are read-only and not.
235         (nnimap-get-flags): Use the same marks parsing code as the rest of
236         nnimap.
237
238 2010-10-09  Julien Danjou  <julien@danjou.info>
239
240         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
241
242         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
243         retrieving gravatars.
244
245         * shr.el (shr-table-corner): Add.
246         (shr-table-line): Add.
247         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
248
249 2010-10-08  Julien Danjou  <julien@danjou.info>
250
251         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
252
253 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
256
257         * gnus-sum.el (gnus-mark-article-as-unread)
258         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
259         (gnus-summary-set-bookmark): Use it.
260
261         * gnus-msg.el (gnus-setup-message): Use it.
262
263         * gnus-demon.el (gnus-demon-remove-handler): Use it.
264
265         * gnus.el (gnus-group-remove-parameter): Use it.
266
267         * gnus-group.el (gnus-group-make-web-group): Use it.
268
269         * gnus-demon.el (gnus-demon-remove-handler): Use it.
270
271         * nnregistry.el: Update docs to mention manual.
272
273         * gnus-registry.el: Update docs to mention nnregistry.el.
274         (gnus-registry-initialize): Don't install nnregistry refer method
275         automatically.
276         (gnus-registry-install-nnregistry): Remove it.
277
278 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * shr.el (shr-insert): Don't insert double spaces.
281
282 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-gravatar.el (gnus-treat-from-gravatar)
285         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
286         called interactively.
287
288         * gnus-art.el (gnus-mime-view-part-externally)
289         (gnus-mime-view-part-internally): Make predicate function passed to
290         gnus-mime-view-part-as-type assume argument is a mime type, not a list
291         of a mime type.
292
293         * shr.el (shr-table-widths): Don't use cl function `reduce'.
294
295 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * shr.el (require): Require cl when compiling.
298         (shr-tag-hr): New function.
299
300         * nnimap.el (nnimap-update-info): Remove double setting of high.
301         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
302         makes nnimap work properly on Courier again.
303
304         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
305         the variable for backwards compatability.
306
307         * mm-decode.el (mm-save-part): If given a non-directory result, expand
308         the file name before using to avoid setting mm-default-directory to
309         nil.
310
311         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
312         bidning gnus-agent variables.
313
314         * shr.el (shr-render-td): Use a cache for the table rendering function
315         to avoid getting an exponential rendering behaviour in nested tables.
316         (shr-insert): Rework the line-breaking algorithm.
317         (shr-insert): Don't leave trailing spaces.
318         (shr-insert-table): Also insert empty TDs.
319         (shr-tag-blockquote): Ensure paragraphs after </ul>.
320
321 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
322
323         * gnus-sum.el (gnus-number): Rename from `number'.
324         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
325         (gnus-summary-limit-children): Update uses correspondingly.
326
327 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
330         (gnus-gravatar-transform-address): Don't show avatars of people of
331         which mail addresses match gnus-gravatar-too-ugly.
332
333 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * shr.el (shr-table-widths): Expand TD elements to fill available
336         space.
337
338 2010-10-07  Julien Danjou  <julien@danjou.info>
339
340         * nnimap.el (nnimap-request-rename-group): Add this method.
341
342 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
345         name from XEmacs' function-arglist.
346
347         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
348         gravatar under XEmacs.
349
350 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
351
352         * auth-source.el: Update docs with TODO items.
353
354         * gnus-sync.el: Update docs to explain state and plans.
355
356         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
357         Hooks for mark updates.
358         (gnus-request-set-mark, gnus-request-update-mark): Use them.
359
360         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
361         hooks with arguments, which is needed for mark update hooks.
362
363 2010-10-06  Julien Danjou  <julien@danjou.info>
364
365         * gnus.el (gnus-expand-group-parameter): Only return and act on what
366         was matched.
367
368         * sieve-manage.el: Update example in `Commentary'.
369
370         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
371
372         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
373         not 2000.
374         (sieve-manage-authenticate): Re-add function.
375
376 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-insert): Get 'space transition right.
379         (shr-render-td): Only delete space at the end of the TD.
380
381         * nnimap.el (nnimap-open-connection): Prepare to support
382         open-gnutls-stream.
383
384         * shr.el: Rearrange function order to be more logical.
385
386 2010-10-06  Julien Danjou  <julien@danjou.info>
387
388         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
389         (nnrss-discover-feed): Remove 404 URL in docstring.
390
391         * nnir.el: Fix Swish-E URL.
392         Fix Namazu URL.
393
394         * message.el (message-change-subject): Remove 404 URL in a comment.
395
396 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
399         called interactively.
400
401         * gnus-util.el (gnus-remove-if): Allow hash table.
402         (gnus-remove-if-not): New function.
403
404         * gnus-art.el (gnus-mime-view-part-as-type)
405         * gnus-score.el (gnus-summary-score-effect)
406         * gnus-sum.el (gnus-read-move-group-name):
407         Replace remove-if-not with gnus-remove-if-not.
408
409         * gnus-group.el (gnus-group-completing-read):
410         Regard collection as a hash table if it is not a list.
411
412 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-render-td): Allow blank/missing <TD>s.
415
416         * shr.el: Document the table-rendering algorithm.
417
418 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
421         for Emacsen having no `libxml-parse-html-region' support.
422
423 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
426         invalid URLs.
427
428         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
429         line-broken.
430         (shr-tag-img): Ignore image fetching errors.
431         (shr-overlays-in-region): Compute overlay positions correctly.
432
433         * mm-decode.el (mm-shr): Require shr.
434
435         * gnus-art.el (gnus-blocked-images): Move variable here.
436
437         * shr.el (shr-insert-table): Bind free variable.
438
439         * mm-decode.el (mm-shr): Bind shr-content-function.
440
441         * shr.el (shr-content-function): New variable.
442
443         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
444         added for symmetry.
445
446         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
447
448         * gnus-group.el (gnus-group-make-group): Doc fix.
449
450         * nnimap.el (nnimap-request-newgroups): Return success.
451
452         * shr.el (shr-find-elements): New function.
453         (shr-tag-table): Put all the images after the table.
454         (shr-tag-table): Really inhibit images inside the table.
455         (shr-collect-overlays): Copy over overlays from the TD elements to the
456         main document.
457
458         * mm-decode.el (mm-shr): Bind shr-blocked-images to
459         gnus-blocked-images.
460
461 2010-10-05  Julien Danjou  <julien@danjou.info>
462
463         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
464
465         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
466         (gnus-html-maximum-image-size): Add this function.
467         (gnus-html-put-image): Use gnus-html-maximum-image-size.
468
469         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
470         server-value of the capability is nil.
471
472 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * shr.el (shr-tag-em): Add <EM> tag.
475
476 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
477
478         * sieve-manage.el (sieve-manage-default-stream): Make default stream
479         customizable.
480
481         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
482         handing broken links to browse-url.
483
484 2010-10-05  Julien Danjou  <julien@danjou.info>
485
486         * gnus-util.el (gnus-emacs-completing-read)
487         (gnus-iswitchb-completing-read): Use autoload rather than require.
488
489 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
492         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
493         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
494         iswitchb-temp-buflist for XEmacs.
495
496         * gnus-util.el (gnus-completing-read-function): Exclude
497         gnus-icompleting-read and gnus-ido-completing-read from candidates for
498         XEmacs since iswitchb.el is very old and ido.el is unavailable in
499         XEmacs.
500
501         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
502         not to use `delete-dups' that is unavailable in XEmacs 21.4.
503
504         * gnus-html.el: Don't require help-fns under XEmacs.
505         (gnus-html-schedule-image-fetching): Work for XEmacs.
506
507         * mm-decode.el (mm-shr): Decode contents by charset.
508
509 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
512         unknown.
513
514         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
515         (shr-get-image-data): Ensure against the cache file missing.
516
517         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
518         for data.
519
520         * spam-report.el (spam-report-url-ping-plain): Don't query about
521         killing the process.
522
523         * shr.el (shr-render-td): Protect against too-wide text.
524
525 2010-10-04  Julien Danjou  <julien@danjou.info>
526
527         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
528         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
529
530         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
531         retrieved.
532
533 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * shr.el (browse-url): Required.
536         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
537         lines.
538         (shr-show-alt-text, shr-browse-image): New commands.
539         (shr-browse-url, shr-copy-url): New commands.
540
541         * gnus-sum.el (gnus-widen-article-window): New variable.
542         (gnus-summary-select-article-buffer): Use it.
543
544         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
545         without @ signs.
546
547 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
548
549         * nnir.el (nnir-run-imap): Remove spurious space in search string.
550
551 2010-10-04  Julien Danjou  <julien@danjou.info>
552
553         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
554         for XEmacs.
555
556 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
559
560         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
561         (nnimap-close-server): Implement.
562
563         * dgnushack.el (iswitchb): Require to shut up the compiler.
564
565         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
566         (shr-insert): Tweak line breaking.
567         (shr-insert): Handle <pre> better.
568         (shr-tag-li): Get <li> indentation right.
569         (shr-tag-li): Get <li> indentation even righter.
570         (shr-tag-blockquote): Ensure paragraph start.
571         (shr-make-table): Tweak table generation.
572         (shr-make-table): Fix typo.
573
574         * shr.el: Implement table rendering.
575
576 2010-10-04  Julien Danjou  <julien@danjou.info>
577
578         * gnus-html.el (gnus-html-put-image): Fix resize image code.
579
580 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * shr.el (shr-insert): Use string anchors instead of line anchors.
583
584 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * shr.el: Add headings.
587         (shr-ensure-paragraph): Actually work.
588         (shr-tag-li): Make <ul> prettier.
589         (shr-insert): Get white space at the beginning/end of elements right.
590         (shr-tag-p): Collapse subsequent <p>s.
591         (shr-ensure-paragraph): Don't insert double line feeds after blank
592         lines.
593         (shr-insert): \t is also space.
594         (shr-tag-s): Fix "s" tag name function.
595         (shr-tag-s): Fix face prop name.
596
597 2010-10-03  Julien Danjou  <julien@danjou.info>
598
599         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
600
601         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
602         gnus-window-inside-pixel-edges.
603
604         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
605         gnus-ems.
606
607         * mm-view.el (mm-inline-image-emacs): Support image resizing.
608
609         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
610         function.
611
612         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
613         resize choice.
614
615 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
618         beginning of the buffer.
619
620         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
621         article buffer again.
622
623         * shr.el (shr-tag-p): Don't insert newlines at the start of the
624         buffer.
625
626         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
627         when it's at the start of the buffer.
628
629         * shr.el (shr-tag-blockquote): Convert name.
630         (shr-rescale-image): Use the right image-size variant.
631
632         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
633         buffer isn't shown, then select the current article first instead of
634         bugging out.
635         (gnus-summary-select-article-buffer): Show both the article and summary
636         buffers again.
637
638         * shr.el (shr-fontize-cont): Protect against regions with no text.
639         Rename tag functions to shr-tag-* for enhanced security.
640         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
641
642 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
643
644         * shr.el (shr-insert):
645         * pop3.el (pop3-movemail):
646         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
647         loaded.
648
649 2010-10-03  Glenn Morris  <rgm@gnu.org>
650
651         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
652
653         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
654
655         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
656
657         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
658
659         * gnus-util.el (gnus-make-local-hook): Simplify.
660
661 2010-10-02  Julien Danjou  <julien@danjou.info>
662
663         * gnus-util.el (gnus-iswitchb-completing-read): New function.
664         (gnus-ido-completing-read): New function.
665         (gnus-emacs-completing-read): New function.
666         (gnus-completing-read): Use gnus-completing-read-function.
667         Add gnus-completing-read-function.
668
669 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (shr-insert-document): Autoload.
672         (shr-img): Be silent.
673         (shr-insert): Add a newline after every picture before text.
674         (shr-add-font): Use overlays for combining faces.
675         (shr-insert): Pass upwards the text start point.
676
677         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
678         possible.
679         (mm-shr): New function.
680
681 2010-10-02  Julien Danjou  <julien@danjou.info>
682
683         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
684         should go backward.
685
686 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
687
688         * shr.el (shr): Fix typo in provide call.
689
690 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * shr.el: New file.
693
694         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
695
696         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
697         completing read.
698
699 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
702         we're being queried about.  Suggested by Dan Jacobson.
703
704         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
705         by Jason Eisner.
706
707         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
708         table, too.  Suggested by Stefan Wiens.
709         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
710         the table unnecessary.  Suggested by Stefan Wiens.
711
712         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
713         longer needed, and probably doesn't work either, as pointed out by
714         Stefan Wiens.
715         (gnus-summary-exit): Remove call to the clearing function.
716         (gnus-summary-exit-no-update): Ditto.
717
718         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
719         instead of gnus-eval-in-buffer-window to avoid popping up frames.
720         Reported by Stefan Monnier.
721         (gnus-summary-save-in-rmail): Ditto.
722
723         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
724         article buffer, instead of both the article buffer and the summary
725         buffer.  Sort of suggested by Dan Jacobson.
726
727         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
728
729         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
730         Suggested by Dan Jacobson.
731
732         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
733         documentation clearer.
734
735         * message.el (message-shorten-references): Comment on the number "21".
736         Suggested by Stefan Monnier.
737
738         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
739         Suggested by Dan Jacobson.
740
741         * gnus.el (gnus-large-newsgroup): Mention
742         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
743
744         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
745         externalize attachments.  Bug reported by Steve Wen.
746
747         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
748         really message anything to the user.
749
750         * nnmail.el (nnmail-article-group): Allow using the fancy split method
751         directly.
752
753         * nnimap.el (nnimap-request-group): Low higher than high to signal no
754         messages in empty groups.
755
756 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
757
758         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
759         non-UIDNEXT group.
760
761 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
764         not the value from the collection.
765
766         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
767         values.  This sometimes happens on some groups that have no info.
768         (nnimap-request-newgroups): New function.
769
770 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
771
772         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
773         check into `gnus-registry-initialize'.
774         (gnus-registry-initialize): Ditto.
775         Fix and extend header docs.
776
777 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
780         regexp backtrace overflows.
781
782         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
783         for starttls that tls.el implements; i.e. openssl.
784
785         * tls.el (tls-starttls-switches): Give up on using starttls with
786         gnutls-cli.
787         (tls-program): Add --insecure to be consistent with the defaults from
788         openssl s_client.  Now all three commands are insecure.
789
790 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * lpath.el: Bind completion-styles-alist for XEmacs.
793
794         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
795         (gravatar-create-image): New function that's an alias to
796         gnus-xmas-create-image, gnus-create-image, or create-image.
797         (gravatar-data->image): Use it.
798
799 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
800
801         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
802         install the nnregistry refer method.
803         (gnus-registry-install-hooks): Use it.
804         (gnus-registry-unfollowed-groups): Add nnmairix to the default
805         unfollowed groups.
806
807 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
808
809         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
810         expanding threads.
811
812 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnir.el: Use the server names without suffixes (bug #7009).
815
816         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
817         unencrypted to STARTTLS, if possible.
818
819 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
820
821         * message.el (message-ignored-supersedes-headers): Strip Injection-*
822         headers before superseding.
823
824 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnrss.el (nnrss-use-local): Add documentation.
827
828         * nnimap.el (nnimap-extend-tls-programs): New function.
829         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
830         (nnimap-wait-for-connection): Accept the greeting from the stupid
831         output from openssl s_client -starttls, too.
832
833         * tls.el (tls-starttls-switches): New variable.
834         (tls-find-starttls-argument): Use it.
835         (open-tls-stream): Ditto.
836
837         * netrc.el (netrc-credentials): Return the value of the "default"
838         entry.
839         (netrc-machine): Ditto.
840
841         * nnimap.el (nnimap-find-article-by-message-id): Really return the
842         article number.
843         (nnimap-split-fancy): New variable.
844         (nnimap-split-incoming-mail): Use it.
845
846         * nntp.el (nntp-server-list-active-group): Document.
847
848         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
849         SELECT to get the message-id.
850
851         * mail-source.el (mail-sources): Removed webmail support.
852         (defvar): Ditto.
853         (mail-source-fetcher-alist): Ditto.
854         (mail-source-fetch-webmail): Removed.
855
856         * webmail.el: Removed -- doesn't seem relevant any more.
857
858         * gnus.el: Fix up make-obsolete-variable declarations throughout.
859
860         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
861         the \r.
862
863 2010-09-30  Julien Danjou  <julien@danjou.info>
864
865         * gnus-agent.el (gnus-agent-add-group): Fix call to
866         gnus-completing-read.
867
868 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nndoc.el (nndoc-retrieve-groups): New function.
871
872         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
873         `default', use nnmail-split-methods.
874         (nnimap-request-article): Downcase the NILs so that they are nil.
875
876         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
877         symbol.
878
879         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
880         code, since if the user has requested network, that's what they ought
881         to get.
882         (nnimap-request-set-mark): Erase the buffer before issuing commands.
883         (nnimap-split-rule): Mark as obsolete.
884
885         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
886         variable.
887
888         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
889         correct slot, too.
890
891 2010-09-29  Julien Danjou  <julien@danjou.info>
892
893         * gnus.el (gnus-local-domain): Declare variable obsolete.
894
895         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
896         computing.
897         (gnus-ido-completing-read): Require ido.
898
899 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-registry.el: Don't prompt on load, which makes it impossible to
902         build Gnus.
903
904         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
905         when interpreting the structures.
906         (nnimap-request-accept-article): Add \r\n to the lines to make this
907         work with Cyrus.
908
909         * nndraft.el (nndraft-request-expire-articles): Use the group name
910         instead if "nndraft".  Fix found by Nils Ackermann.
911
912 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
913
914         * nnregistry.el: Added.
915
916 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
917
918         * nnmail.el (group, group-art-list, group-art):
919         Remove unneeded directives.
920
921 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
924         (mm-mime-charset)
925         * rfc2047.el (rfc2047-syntax-table)
926         * utf7.el (utf7-utf-16-coding-system): Comment fix.
927
928         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
929         rather than `insert-file-contents' and `eval-region'.
930
931         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
932         construction.
933
934         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
935
936         * time-date.el: No need to require cl for Emacs 21.
937
938 2010-09-29  Julien Danjou  <julien@danjou.info>
939
940         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
941         replacement of `gnus-gravatar-relief' to mimic
942         `gnus-faces-properties-alist'.
943         Add :version property.
944
945 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * mail-source.el (mail-source-report-new-mail)
948         * message.el (message-default-mail-headers)
949         * mm-decode.el (mm-valid-image-format-p): Comment fix.
950
951         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
952
953 2010-09-28  Julien Danjou  <julien@danjou.info>
954
955         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
956         mail-address contains the same string as real-name.
957
958         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
959         non-blank in header, otherwise it'll get stripped.
960
961         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
962         real-name, and then for mail address rather than doing : or , search.
963
964 2010-09-27  Julien Danjou  <julien@danjou.info>
965
966         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
967         (gnus-server-goto-server): Use gnus-completing-read.
968
969         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
970
971         * mm-util.el (defalias): Use gnus-completing-read.
972         (mm-codepage-setup): Use gnus-completing-read.
973
974         * smime.el (smime-sign-buffer): Use gnus-completing-read.
975         (smime-decrypt-buffer): Use gnus-completing-read.
976
977         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
978
979         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
980         (mml-minibuffer-read-disposition): Use gnus-completing-read.
981         (mml-insert-multipart): Use gnus-completing-read.
982
983         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
984
985         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
986
987         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
988
989         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
990
991         * gnus.el (gnus-read-method): Use gnus-completing-read.
992
993         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
994
995         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
996         (gnus-mime-action-on-part): Use gnus-completing-read.
997         (gnus-article-encrypt-body): Use gnus-completing-read.
998
999         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1000         (gnus-topic-move-matching): Use gnus-completing-read.
1001         (gnus-topic-copy-matching): Use gnus-completing-read.
1002         (gnus-topic-sort-topics): Use gnus-completing-read.
1003         (gnus-topic-move): Use gnus-completing-read.
1004
1005         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1006         (gnus-agent-add-group): Use gnus-completing-read.
1007
1008         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1009         gnus-completing-read.
1010         (nnmairix-update-groups): Use gnus-completing-read.
1011         (nnmairix-get-server): Use gnus-completing-read.
1012         (nnmairix-backend-to-server): Use gnus-completing-read.
1013         (nnmairix-goto-original-article): Use gnus-completing-read.
1014         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1015
1016         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1017
1018         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1019         (gnus-group-make-useful-group): Use gnus-completing-read.
1020         (gnus-group-make-web-group): Use gnus-completing-read.
1021         (gnus-group-add-to-virtual): Use gnus-completing-read.
1022         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1023
1024         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1025         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1026         (gnus-summary-execute-command): Use gnus-completing-read.
1027         (gnus-summary-respool-article): Use gnus-completing-read.
1028         (gnus-read-move-group-name): Use gnus-completing-read.
1029
1030         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1031         (gnus-summary-score-effect): Use gnus-completing-read.
1032
1033         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1034
1035         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1036         right completing-read function.
1037         (gnus-use-ido): New variable
1038         (gnus-completing-read-with-default): Remove.
1039
1040 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1043         x-focus-frame.
1044
1045         * nnimap.el (auth-source-forget-user-or-password)
1046         (auth-source-user-or-password): Autoload.
1047
1048         * message.el (message-from-style, message-interactive)
1049         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1050         (message-yank-prefix, message-indentation-spaces, message-signature)
1051         (message-signature-file): Add comment.
1052
1053 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1056         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1057         new articles.
1058
1059         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1060         parts.
1061         (nnimap-request-article): Work with the t setting, too.
1062
1063         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1064         that you don't get flashes of other buffers.
1065         (gnus-summary-show-complete-article): Intern before setting.
1066
1067 2010-09-27  David Engster  <dengste@eml.cc>
1068
1069         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1070         well as HEADERS.
1071         (nnmairix-retrieve-headers): Provide new argument for the above.
1072
1073 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-sum.el (gnus-summary-move-article): Don't alter
1076         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1077         group.
1078
1079         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1080
1081         * message.el (message-cite-prefix-regexp): Revert my last edit.
1082
1083         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1084         variable instead of the Gnus variable.
1085
1086         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1087
1088         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1089         again.
1090
1091         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1092         since some servers don't like it.
1093         (nnimap-open-connection): Forget credentials if the server says the
1094         password was wrong.
1095         (nnimap-parse-line): Protect against invalid data.
1096
1097         * gnus-sum.el (gnus-summary-move-article): Add comment.
1098         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1099         nothing alters it while scanning for new messages.
1100
1101         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1102         which may or may not help.
1103         (nnimap-open-connection): If we're doing a stream connection, and then
1104         discover we're on a STARTTLS-capable server, then open a STARTTLS
1105         connection instead.
1106
1107 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nnimap.el (utf7): Required.
1110
1111         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1112         prefix.
1113
1114 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1115
1116         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1117
1118 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nnimap.el (nnimap-request-accept-article): Message the error on
1121         error.
1122
1123 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1126
1127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * nndoc.el (nndoc-request-list): Return success always.
1130
1131         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1132         `fetch-old' -- we only want to fetch the articles we've requested.  The
1133         rest are in the agent, probably.
1134         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1135         disappeared server" to something low.  It's not important.
1136
1137         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1138         arrived before the FETCH data.
1139
1140         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1141         target here, because we don't know the Gnus name of the group.
1142
1143         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1144         for the correct group.
1145
1146         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1147
1148         * gnus.el (gnus): Give a final warning after startup.
1149
1150         * gnus-util.el (gnus-action-message-log): New variable.
1151         (gnus-message): Use it.
1152         (gnus-final-warning): New function.
1153
1154         * nnimap.el (nnimap-open-connection): Record the greeting.
1155         (nnimap): Add greeting.
1156
1157 2010-09-26  Julien Danjou  <julien@danjou.info>
1158
1159         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1160         arguments.
1161         (gnus-html-wash-images): Fix spec computing to include start/end.
1162
1163         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1164
1165 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1168         deletion.
1169         (nnimap-retrieve-headers): Don't select the group, because that's
1170         already done by nnimap-possibly-change-group.
1171
1172         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1173         (gnus-picon-transform-address): Use it.
1174
1175         * mail-source.el (mail-source-value): Revert previous patch.
1176
1177         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1178         on failure.
1179         (nnimap-open-connection): Look up both virtual and physical server name
1180         credentials.
1181
1182         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1183
1184 2009-02-07  Dave Love  <fx@gnu.org>
1185
1186         * tls.el (open-tls-stream): Don't query killing process.
1187
1188 2009-02-08  Dave Love  <fx@gnu.org>
1189
1190         * gnus-win.el (gnus-window-to-buffer-helper,
1191         gnus-all-windows-visible-p): Function needn't be a symbol.
1192
1193         * mail-source.el (mail-source-value): Function needn't be a symbol.
1194
1195 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * message.el (message-cite-prefix-regexp): Remove } from the cite
1198         prefix.
1199
1200         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1201         highlight again, so that the highlight is correct.
1202
1203         * gnus-picon.el (gnus-picon): Remove again.
1204         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1205
1206         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1207         doing the header highlightling, so that the background colour of the
1208         picon is correct.
1209
1210         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1211         (gnus-picon): Ditto.
1212         (gnus-picon): Reinstate.  The background colour for picons is white.
1213         (gnus-picon-insert-glyph): Make the background white.
1214
1215         * nnml.el (nnml-open-nov): Don't return dead buffers.
1216
1217         * auth-source.el (auth-source-create): Query the user for whether to
1218         store the credentials.
1219
1220         * netrc.el (netrc-store-data): New function.
1221
1222         * auth-source.el (auth-source-user-or-password): Use the existing auth
1223         sources, if any, for creation.
1224
1225         * gnus.el (gnus-group-fast-parameter): Return the last matching
1226         parameter instead of the first matching parameter.
1227
1228 2010-09-26  Julien Danjou  <julien@danjou.info>
1229
1230         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1231
1232 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * mml2015.el (mml2015-use): Remove gpg support.
1235
1236         * mml1991.el (mml1991-function-alist): Remove gpg function.
1237         (mml1991-gpg-sign): Removed.
1238
1239 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1240
1241         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1242         (gnus-browse-unsubscribe-current-group): Document it.
1243         (gnus-browse-unsubscribe-group): Use it.
1244
1245 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1248         address to the To list for easier response.
1249
1250         * gnus.el (gnus-play-startup-jingle): Removed.
1251         (gnus-splash): Don't play jingle.
1252         (gnus): Silence gnus-load message.
1253
1254         * gnus-art.el (gnus-treat-play-sounds): Removed.
1255
1256         * gnus.el (gnus-play-jingle): Remove audio support.
1257
1258         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1259
1260         * earcon.el: Removed -- no users.
1261
1262         * gnus-audio.el: Removed -- no users of this package.
1263
1264         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1265
1266         * gnus-start.el (gnus-setup-news): Remove nocem support.
1267
1268         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1269
1270         * gnus.el (gnus-use-nocem): Removed.
1271
1272         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1273         Removed.
1274
1275         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1276         uses NoCeM any more.
1277
1278         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1279         (gnus-button-ctan-handler): Ditto.
1280         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1281         (gnus-button-ctan-directory-regexp): Ditto.
1282         (gnus-button-handle-ctan): Ditto.
1283         (gnus-button-tex-level): Ditto.
1284         (gnus-button-alist): Removed CTAN stuff.
1285
1286 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1289         nnimap-streaming test.
1290
1291         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1292         servers twice.
1293
1294         * nnimap.el (nnimap-open-connection): Add more error reporting when
1295         nnimap fails early.
1296
1297         * nnheader.el (nnheader-get-report-string): New function.
1298         (nnheader-get-report): Use it.
1299
1300         * gnus-int.el (gnus-check-server): Say what the error was when opening
1301         failed.
1302
1303         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1304         using streaming.
1305
1306 2010-09-25  Julien Danjou  <julien@danjou.info>
1307
1308         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1309         gnus-window-inside-pixel-edges.
1310
1311 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1314
1315         * mm-decode.el (mm-save-part): Allow saving to other directories the
1316         normal Emacs way.
1317
1318         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1319         by Jay Berkenbilt.
1320
1321         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1322         there isn't a single byte.
1323
1324         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1325         just do it.  It doesn't really seem to matter what the user responds
1326         here, I think, so it's just a confusing question.
1327
1328         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1329         non-streaming case.
1330
1331         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1332         (gnus-article-encrypt-body): Use it.
1333
1334         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1335         keystroke.
1336
1337         * nnimap.el (nnimap-find-wanted-parts-1): Use
1338         gnus-fetch-partial-articles.
1339
1340         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1341
1342         * nnimap.el (nnimap-insert-partial-structure): New function.
1343         (nnimap-get-partial-article): New function.
1344         (nnimap-request-article): Use it.
1345         (nnimap-wait-for-response): Return whether the wait was successful.
1346         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1347         retrieval wasn't successful.
1348         (nnimap-retrieve-group-data-early): Allow throttling servers.
1349         (nnimap-streaming): New variable.
1350         (nnimap-fetch-partial-articles): Removed.
1351
1352         * mm-decode.el (mm-with-part): Protect against killed buffers.
1353
1354         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1355         for prettier summary display.
1356
1357 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1358
1359         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1360         directly.
1361
1362 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1365         apparently third-party libraries depend on it.
1366
1367         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1368         before starting negotiation.
1369
1370         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1371         privacy reasons.
1372         (gnus-treat-mail-gravatar): Ditto.
1373
1374         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1375         buffer when inserting images.  Inserting text into the headers, for
1376         instance, can make them invalid.
1377
1378 2010-09-25  Julien Danjou  <julien@danjou.info>
1379
1380         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1381         variables.
1382
1383         * nnheader.el: Remove useless variables news-reply-yank-from and
1384         news-reply-yank-message-id.
1385
1386         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1387         variables.
1388
1389         * mml1991.el: Remove useless mml1991-verbose.
1390
1391         * gnus.el: Remove useless variable gnus-use-generic-from.
1392         Remove obsolete variable gnus-topic-indentation.
1393
1394         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1395
1396         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1397
1398         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1399
1400         * gnus-group.el: Remove useless gnus-group-icon-cache.
1401         Remove useless gnus-ephemeral-group-server.
1402
1403         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1404
1405         * mml2015.el: Remove useless mml2015-verbose.
1406
1407         * mml-smime.el: Remove useless mml-smime-verbose.
1408
1409         * gnus.el: Remove useless gnus-local-domain.
1410
1411         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1412         gnus-gravatar-size.
1413
1414         * gnus-art.el: Remove useless gnus-treat-translate.
1415
1416 2010-09-24  Julien Danjou  <julien@danjou.info>
1417
1418         * gnus-sum.el: Add support for Gravatars.
1419
1420         * gnus-art.el: Add support for Gravatars.
1421
1422         * gnus-gravatar.el: Add this file.
1423
1424         * gravatar.el: Add this file.
1425
1426 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1429
1430         * gnus-group.el (gnus-group-fetch-faq): Removed.
1431
1432         * gnus.el (gnus-group-faq-directory): Removed.
1433
1434         * gnus-group.el (gnus-group-fetch-charter): Removed.
1435
1436         * gnus.el (gnus-group-charter-alist): Removed.
1437
1438         * gnus-group.el (gnus-group-archive-directory): Removed.
1439         (gnus-group-recent-archive-directory): Ditto.
1440         (gnus-group-make-archive-group): Removed.
1441
1442         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1443
1444         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1445         use the same article number for all the cached articles.
1446
1447         * nnimap.el (nnimap-command): Register the last command time so
1448         that we can use it for idling NOOPs.
1449         (nnimap-open-connection): Start the keeplive timer.
1450         (nnimap-make-process-buffer): Store all the process buffers.
1451         (nnimap-keepalive): New function.
1452
1453         * starttls.el: (starttls-open-stream): Add autoload cookie.
1454
1455 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1456
1457         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1458         handling.
1459
1460 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1463         its data structures.
1464
1465         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1466         instead of the cl.el copy-list.
1467         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1468         equalp.
1469
1470 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1473         and tool-bar-local-item-from-menu.
1474
1475         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1476         mode-line-highlight face for Emacs.
1477
1478         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1479         loading gnus-sum.elc; fix comment for canlock-verify.
1480         (gnus-article-jump-to-part): Use read-number.
1481         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1482         Emacs pre-21 compatible code for help-echo.
1483         (gnus-article-next-page-1): No need to adjust the number of lines.
1484         (gnus-article-describe-bindings): Always use help-buffer.
1485
1486         * gnus-audio.el (gnus-audio-inline-sound)
1487         * gnus-cus.el (gnus-custom-mode)
1488         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1489
1490         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1491
1492         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1493         compatible code.
1494
1495 2010-09-24  Glenn Morris  <rgm@gnu.org>
1496
1497         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1498         visiting the fcc file in rmail-mode.
1499
1500         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1501
1502 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * nnir.el: Silence the byte compiler.
1505
1506         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1507         alias to browse-url-url-encode-chars if any.
1508         (gnus-html-encode-url): Use it.
1509
1510 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-start.el (gnus-use-backend-marks): New variable.
1513         (gnus-get-unread-articles-in-group): Use it.
1514
1515         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1516         makeover.
1517
1518 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1519
1520         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1521
1522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1525         Removed.
1526         (gnus-setup-news-hook): Removed
1527         gnus-fixup-nnimap-unread-after-getting-new-news.
1528
1529         * gnus-int.el (gnus-request-update-info): Protect against backends not
1530         having the function.
1531
1532         * nnimap.el (nnimap-stream): Mention starttls.
1533         (nnimap-open-connection): Add starttls support.
1534
1535 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1536
1537         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1538
1539 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1542         BODYSTRUCTUREs.
1543         (nnimap-transform-headers): Unfold quoted {42} headers.
1544
1545         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1546         the info.
1547         (gnus-get-unread-articles): Only call updatep on backends that support
1548         it.
1549
1550         * nnweb.el (nnweb-request-update-info): NOOP.
1551
1552         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1553
1554         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1555         since it only deals with marks.
1556
1557         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1558         gnus-request-marks, and make a new gnus-request-update-info.
1559
1560         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1561         the active instead of the high number, which is usually too low.
1562
1563 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1566         * encrypt.el: Removed.
1567
1568 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1571         server in symbolic form.
1572
1573         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1574         0.9.
1575
1576 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1579         (nnimap-update-info): Fix up code slightly.
1580
1581         * gnus-int.el (gnus-open-server): Add tracing for performance
1582         debugging.
1583
1584         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1585         (gnus-group-insert-group-line): Pass the real group name so that it
1586         gets the right data.
1587
1588         * gnus-start.el (gnus-get-unread-articles): Don't have
1589         `gnus-get-unread-articles-in-group' update info, since that can be
1590         really slow and doesn't seem to be needed?
1591
1592 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1593
1594         * time-date.el (date-to-time): Try using parse-time-string first before
1595         using the slower timezone-make-date-arpa-standard.
1596
1597 2010-09-22  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-group.el (gnus-group-insert-group-line): Call
1600         gnus-group-highlight-line.
1601         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1602         default hook list.
1603         (gnus-group-update-eval-form): Add new function.
1604         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1605         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1606
1607 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1610         immediate, then expire all articles.
1611         (nnimap-update-info): Fix off-by-one errors.
1612         (nnimap-flags-to-marks): Would return no marks lists for group with no
1613         flags.  Instead return the other data.
1614
1615 2010-09-22  Julien Danjou  <julien@danjou.info>
1616
1617         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1618         Only return an icon.
1619         (gnus-group-insert-group-line): Compute icon to return.
1620
1621         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1622         variable.
1623         (gnus-html-image-fetched): Only cache if
1624         gnus-html-image-automatic-caching is set.
1625         (gnus-html-image-fetched): Check for errors.
1626
1627 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1630         once per method on `g'.  This ensures that backends like nnfolder don't
1631         open all their folders.
1632
1633         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1634         (nnimap-request-list): Nix out group in the correct buffer.
1635         (nnimap-parse-flags): Implement by using `read' instead of
1636         hand-parsing.
1637         (nnimap-flags-to-marks): Pass on permanent-flags.
1638         (nnimap-make-process-buffer): Record the server name.
1639         (nnimap-parse-flags): Fix typo.
1640         (nnimap-request-scan): Run split on the server in general, not just a
1641         single group.
1642
1643         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1644         parameter, and propagate this downwards.
1645
1646         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1647         since EXAMINE changes it on the server.
1648
1649         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1650         this command might take a while.
1651
1652 2010-09-22  Julien Danjou  <julien@danjou.info>
1653
1654         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1655         harmful if you have 2 images side-by-side, they can't be properly
1656         update on text deletion.  Using text-property is safer here.
1657         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1658         data.
1659
1660 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * nnimap.el (nnimap-expunge-inbox): Removed.
1663         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1664         (nnimap-expunge): Flip default to t.
1665
1666         * gnus.el (gnus-method-to-server): Don't push things to the cache
1667         unless it's unique.
1668         (gnus-server-to-method): Ditto.
1669
1670 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1671
1672         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1673
1674 2010-09-22  Julien Danjou  <julien@danjou.info>
1675
1676         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1677         get the start of data.
1678         (gnus-html-encode-url): Add this function to encode special chars in
1679         URL.
1680         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1681         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1682
1683         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1684         default.
1685         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1686
1687         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1688         images alt-text.
1689         (gnus-html-put-image): Put alt-text as help-echo.
1690
1691 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1694         * mm-util.el (mm-decompress-buffer)
1695         * nnir.el (nnir-run-find-grep)
1696         * pop3.el (pop3-list): Use 3rd arg of split-string.
1697
1698         * time-date.el (format-seconds): Comment fix.
1699
1700         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1701         and byte-optimize-form-code-walker.
1702         (dgnushack-make-auto-load): Don't advise make-autoload.
1703
1704         * lpath.el: Remove Emacs 21 stuff.
1705
1706 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1709         outside the active range.  Suggested by Dan Christensen.
1710
1711         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1712         slightly later to avoid double-getting it.
1713
1714         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1715         previous patch.
1716
1717         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1718
1719 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1720
1721         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1722
1723 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-int.el (gnus-open-server): Give a better error message in the
1726         "go offline" case.
1727
1728         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1729         marks for nnimap, which is seldom the right thing to do.
1730
1731         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1732         (gnus-same-method-different-name): New function.
1733
1734         * nnimap.el (parse-time): Require.
1735
1736         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1737         method in the presence of many similar methods.
1738
1739         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1740
1741         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1742         nnml-inhibit-expiry.
1743
1744         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1745         find out whether methods are equal.
1746
1747         * nnimap.el (nnimap-find-expired-articles): New function.
1748         (nnimap-process-expiry-targets): New function.
1749         (nnimap-request-move-article): Request the article before looking at
1750         what the Message-ID is.  Fix found by Andrew Cohen.
1751         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1752
1753         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1754         for oldness in addition to being a predicate.
1755
1756         * nnimap.el (nnimap-request-group): When we have zero articles, return
1757         the right data to Gnus.
1758         (nnimap-request-expire-articles): Only delete articles immediately if
1759         the target is 'delete.
1760
1761         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1762         method, this would bug out.
1763
1764         * gnus-group.el (gnus-group-expunge-group): Renamed from
1765         gnus-group-nnimap-expunge, and implemented as a normal interface
1766         function.
1767
1768         * gnus-int.el (gnus-request-expunge-group): New function.
1769
1770         * nnimap.el (nnimap-request-create-group): Implement.
1771         (nnimap-request-expunge-group): New function.
1772
1773 2010-09-21  Julien Danjou  <julien@danjou.info>
1774
1775         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1776         (gnus-html-cache-expired): Add new function.
1777         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1778         wethever we should display image for fetch it.
1779         Compute alt-text earlier to pass it to the fetching function too.
1780         (gnus-html-schedule-image-fetching): Change function argument to only
1781         get one image at a time, not a list.
1782         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1783         cache.
1784         (gnus-html-get-image-data): New function to retrieve image data from
1785         cache.
1786         (gnus-html-put-image): Change buffer argument to use image data rather
1787         than file, and place image above region rather than inserting a new
1788         one. Do not take alt-text as argument, since it's useless now: we place
1789         the image above alt-text.
1790         (gnus-html-prune-cache): Remove.
1791         (gnus-html-show-images): Start to fetch image when we find one, do not
1792         push into a temporary list.
1793         (gnus-html-prefetch-images): Only fetch image if they have expired.
1794         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1795         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1796
1797 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1800
1801 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1804         spec inser "*" if the group isn't active instead of 0.
1805
1806         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1807         opening the server.
1808         (nnimap-request-delete-group): Implement group deletion.
1809         (nnimap-transform-headers): Return the size of the entire message in
1810         the Bytes header, not just the size of the first part.
1811         (nnimap-request-move-article): When moving an article from nnimap,
1812         request the article first so the accepting form has an article to
1813         accept.  Reported by Dan Christensen.
1814         (nnimap-command): Make sure that the error message doesn't error out.
1815
1816 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1817
1818         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1819         we haven't requested anything.
1820
1821 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1824         "".  Fix found by Andrew Cohen.
1825
1826         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1827         instead of -encode-string.
1828
1829 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1832
1833         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1834         by mm-subst-char-in-string.
1835
1836 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1839         waiting for the connection string.
1840
1841         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1842         arriving.
1843
1844         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1845         bogus characters.  This allows selecting certain Gmail groups.
1846
1847         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1848         (nnimap-fetch-partial-articles): New variable.
1849         (nnimap-open-connection): When looking for credentials, also use the
1850         nnimap-server-port.
1851         (nnimap-request-article): Return the group/article number, so that Gnus
1852         `^' works as expected.
1853         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1854         them.
1855
1856         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1857         comments.
1858         (gnus-methods-sloppily-equal): New function.
1859         (gnus): When using the development version of Gnus, load the gnus-load
1860         file.
1861
1862         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1863         `gnus-open-server' on each method before trying to scan them etc.  This
1864         ensures that all the backend parameters are set correctly.
1865
1866         * nnimap.el (nnimap-authenticator): New variable.
1867         (nnimap-open-connection): Allow anonymous login.
1868         (nnimap-transform-headers): The chars header is called Chars not
1869         Bytes.
1870         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1871         drops.
1872
1873         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1874         patch, found by Knut Anders Hatlen.
1875
1876 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1877
1878         * gnus-agent.el (gnus-agent-batch-confirmation)
1879         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1880         to gnus-message.
1881         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1882         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1883         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1884         * gnus-int.el (gnus-open-server): Likewise.
1885         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1886         (gnus-score-check-syntax): Likewise.
1887         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1888         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1889         Likewise.
1890         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1891
1892 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1895         calling conventions so that prefetch doesn't bug out.
1896
1897 2010-09-19  Julien Danjou  <julien@danjou.info>
1898
1899         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1900         rather than `subst-char-in-region' in order to be able to replace ASCII
1901         char by UTF-8 ones.
1902
1903         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1904         than curl.
1905         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1906         the right URL and ALT text on images.
1907         (gnus-html-wash-tags): Fix tag case.
1908         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1909         (gnus-article-html): Add -o display_ins_del=2 option.
1910         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1911
1912 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1915         the extra mail headers, which sometimes seem to happen for unknown
1916         reasons.
1917
1918         * mail-parse.el (mail-header-encode-parameter): Define as
1919         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1920         (or most, perhaps?) mail readers don't understand the latter, but do
1921         understand the former.
1922
1923         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1924         to nil, so that no methods are automatically agentized.  I think this
1925         is probably what most users want.
1926
1927         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1928         from url-retrieve, for instance about invalid URLs.
1929
1930         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1931         groups that have no articles.
1932         (nnimap-request-article): Check that we really got an article when we
1933         requested one.
1934
1935         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1936         doesn't exist.
1937
1938         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1939         nntp buffer so the agent can save it.
1940         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1941         that CRLF doesn't get translated to \n.
1942         (nnimap-open-connection): Don't make 'shell commands only send \n.
1943
1944 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1945
1946         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1947         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1948         Update var name.
1949         (nnml-generate-nov-file): Use dolist.
1950         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1951         Use with-current-buffer.
1952
1953 2010-09-18  Julien Danjou  <julien@danjou.info>
1954
1955         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1956         parallel.
1957
1958 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1961         the range update right.
1962         (nnimap-request-group): Don't make `M-g' bug out on group with no
1963         marks.
1964         (nnoo): Required, so that other packages can require nnimap.
1965         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1966         command we're looking for.  This helps when the server sends more
1967         responses after we've gotten everything we expected.
1968         (nnimap): Add a `newlinep' field to keep track of end-of-line
1969         conventions.
1970         Don't send CRLF to things that don't want it.
1971         (nnimap-request-accept-article): Ditto.
1972
1973 2010-09-18  Julien Danjou  <julien@danjou.info>
1974
1975         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1976         than curl to retrieve images.
1977
1978 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1981         the marks.
1982         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1983         (nnimap-wait-for-connection): New function.
1984         (nnimap-open-connection): If we have PREAUTH, don't query for login
1985         credentials.
1986         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1987         when doing a partial update.
1988
1989 2010-09-18  Julien Danjou  <julien@danjou.info>
1990
1991         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1992         tags.
1993
1994 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * nnimap.el (nnimap-credentials): New function.
1997         (nnimap-open-connection): Use the new function to look for credentials
1998         also on the numeric equivalents of "imap" and "imaps".
1999
2000         * gnus-start.el (gnus-activate-group): Send the info to
2001         gnus-request-group.
2002
2003         * nnimap.el (nnimap-request-group): Have the "check" version of the
2004         function parse flags and update the info, so that a `M-g' get a total
2005         resync of all flags from the group.
2006
2007         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2008         to allow backends to alter the info on group selection.  Also alter all
2009         the backend -request-group functions to take the parameter.
2010
2011         * nnimap.el (nnimap-store-info): New function.
2012         (nnimap-update-info): Store the info for later usage.
2013         (nnimap-request-group): Use the stored info for the dont-check case, so
2014         that we don't retrieve all marks when we enter a group.
2015
2016         * nnimap.el: Use deffoo instead of defun for interface functions.
2017
2018         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2019         update the group info.  This makes the nndraft groups, for instance, go
2020         back to their old behaviour.
2021
2022         * gnus-sum.el (gnus-select-newsgroup): Indent.
2023
2024         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2025         in.
2026         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2027         nothing.
2028
2029         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2030         from methods that are denied.
2031
2032         * gnus-int.el (gnus-method-denied-p): New function.
2033
2034         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2035         store the password instead of netrc.
2036         (nnimap-open-connection): Don't error out when we can't make a
2037         connections.
2038
2039         * auth-source.el (auth-source-create): In the password prompt, say what
2040         we're querying for.  Also prompt for user name if that hasn't been
2041         given.
2042
2043         * nnimap.el (nnimap-with-process-buffer): Removed.
2044
2045 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2048         method when we're reading from the agent.
2049
2050         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2051
2052         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2053         that's probably most useful for users.
2054
2055         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2056         "failed" all the time.
2057
2058         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2059         ...)) with (with-current-buffer ... ).
2060
2061         * nntp.el (nntp-open-server): Return whether the open was successful or
2062         not.
2063
2064         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2065         select an unread unseen article first.
2066
2067         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2068         /etc/services, supply some sensible port defaults.
2069
2070         * dgnushack.el: Define netrc-credentials.
2071
2072 2010-09-17  Julien Danjou  <julien@danjou.info>
2073
2074         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2075
2076 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2077
2078         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2079         doesn't have any parameters.
2080
2081 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2084         only upcased checks.
2085
2086         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2087
2088         * nnimap.el (nnimap-open-shell-stream): New function.
2089         (nnimap-open-connection): Use it.
2090         (nnimap-transform-headers): Get the number of lines in each message.
2091         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2092         number of lines.
2093         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2094         problem.
2095
2096         * utf7.el (utf7-encode): Autoload.
2097
2098         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2099         to allow the mail splitting to not return a default group.  This is
2100         useful for nnimap, which will leave unmatched mail in the inbox.
2101
2102         * nnimap.el: Rewritten.
2103
2104         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2105         nnimap usage.
2106
2107         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2108         if the move is internal, so that nnimap can do fast internal moves.
2109
2110         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2111         data.
2112         (gnus-read-active-for-groups): Support finishing the early retrieval of
2113         data.
2114
2115         * gnus-range.el (gnus-range-nconcat): New function.
2116
2117         * gnus-int.el (gnus-finish-retrieve-group-infos)
2118         (gnus-retrieve-group-data-early): New functions.
2119
2120 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2121
2122         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2123         (nnrss-retrieve-groups):
2124         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2125         (pop3-quit): Use with-current-buffer.
2126
2127 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2130         instead of nnheader-accept-process-output.
2131
2132         * dgnushack.el (dgnushack-compile): Add comment.
2133
2134         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2135
2136         * gnus-html.el (gnus-html-schedule-image-fetching)
2137         (gnus-html-prefetch-images): Replace process-kill-without-query by
2138         gnus-set-process-query-on-exit-flag.
2139
2140 2010-09-16  Romain Francoise  <romain@orebokech.com>
2141
2142         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2143
2144 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2147         parameter to unintern is mandatory-ish in Emacs 24.
2148
2149         * gnus-html.el (gnus-html-schedule-image-fetching)
2150         (gnus-html-prefetch-images): Check for curl before using it.
2151
2152         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2153         depend on curl, which isn't essential.
2154
2155         * imap.el: Revert back to version
2156         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2157         seem problematic.
2158
2159 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2160
2161         * gnus-registry.el (gnus-registry-install-shortcuts):
2162         Explicitly pass `obarray' to `unintern' to avoid a warning.
2163
2164 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2167         change.
2168
2169         * nnrss.el (nnrss-request-list): Removed this function and related
2170         functions, including the moreover stuff.
2171
2172 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnrss.el (nnrss-retrieve-groups): New function.
2175
2176 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2177
2178         * .dir-locals.el: Add no-byte-compile cookie.
2179
2180 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * time-date.el (format-seconds): Comment fix.
2183
2184         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2185         for back end that doesn't support request-scan.
2186
2187 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2190         then do request scans from the backends.
2191
2192         * netrc.el (netrc-credentials): New conveniency function.
2193
2194         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2195         avoid running a hook per line, since this takes a lot of time,
2196         profiling shows.
2197         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2198         directly if gnus-visual-p is true.
2199
2200 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2203         groups; replace mapcar with dolist which is a bit faster; pass groups
2204         info to gnus-read-active-file-1.
2205         (gnus-read-active-file-1): Scan only specified groups if the new
2206         optional arg `infos' is given.
2207
2208 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2211
2212         * pop3.el (pop3-movemail): Removed.
2213         (pop3-streaming-movemail): Renamed to pop3-movemail.
2214
2215         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2216         don't restrict end-tag searches to the end of the line.
2217
2218 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2221         articles of every unchecked group to t, which means unknown since the
2222         server has never been opened.
2223
2224 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-html.el (gnus-html-show-alt-text): New command.
2227         (gnus-html-browse-image): Ditto.
2228         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2229         to browse the image directly.
2230         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2231         better.
2232
2233         * gnus-async.el (gnus-async-article-callback): Call
2234         `gnus-html-prefetch-images' unconditionally.
2235
2236         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2237         before feeding URLs to curl.
2238
2239 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2242         internal images as deletable by `W D D'.
2243
2244         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2245         (gnus-async-article-callback): Fix typo.
2246
2247 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2250         current line to work around bugs in the output from w3m.
2251
2252         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2253         for groups that want that.
2254
2255         * nntp.el (nntp-wait-for-string): Supply a timeout for
2256         accept-process-output to ensure progress.
2257
2258         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2259         level to get unread articles from, then use that for foreign groups,
2260         too.
2261
2262         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2263         confuses the rest of the function.
2264
2265         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2266         for the methods that support -retrieve-groups, too.
2267
2268         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2269
2270 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2273         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2274
2275         * pop3.el: Require cl when compiling.
2276         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2277
2278 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2281         that aren't going to be activated.
2282         (gnus-get-unread-articles): Fix up the last commit.
2283
2284         * gnus-html.el (gnus-article-html): Allow calling without specifying
2285         the handle.  In that case, dissect the buffer first.
2286
2287         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2288
2289         * nnimap.el (nnimap-open-connection): Revert the change that would look
2290         into authinfo for imaps instead of imap.
2291
2292         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2293         say that you don't want to call gnus-request-group with don-check, but
2294         do check the reponse.  This is for virtual groups only.
2295         (gnus-get-unread-articles): Count the archive groups as secondary, so
2296         that they're activated the same way as before.
2297
2298         * imap.el (imap-message-map): Removed optional buffer parameter, since
2299         no callers use it.
2300         (imap-message-get): Ditto.
2301         (imap-message-put): Ditto.
2302         (imap-mailbox-map): Ditto.
2303         (imap-mailbox-put): Ditto.
2304         (imap-mailbox-get): Ditto.
2305         (imap-mailbox-get): Revert last change for this function.
2306
2307         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2308         case-insensitively.
2309         (nnimap-debug): Removed.
2310
2311         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2312         to use `imap-fetch' instead.  According to the comments, this should be
2313         safe, since all other IMAP clients use the 1:* syntax.
2314         (imap-enable-exchange-bug-workaround): Removed.
2315         (imap-debug): Removed -- doesn't seem very useful.
2316
2317         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2318         mail from a file, and the file doesn't exist.
2319
2320         * imap.el (imap-log): New convenience function used throughout instead
2321         of repeating the same code all over the place.
2322
2323         * pop3.el (pop3-streaming-movemail): Return t for success.
2324
2325         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2326         .authinfo if we're using ssl connection.
2327
2328         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2329         already have if we're in a main Gnus `g' run.
2330
2331         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2332
2333 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2336
2337         * nnmh.el (nnmh-request-list-1): Bind `file'.
2338
2339         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2340         alias to set-process-query-on-exit-flag or process-kill-without-query.
2341         (pop3-open-server): Use it.
2342
2343 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2346         box to the Incoming file.  Fixes mistake in previous checkin.
2347
2348         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2349         request loop (for debugging purposes) removed.
2350
2351         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2352         culprit is more visible.
2353         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2354         (nnml-add-incremental-nov): New functions to do "incremental" nov
2355         updates, where we just append to the end of the existing nov files
2356         without reading/writing them in full.
2357
2358         * mail-source.el (mail-source-delete-crash-box): Really only check the
2359         incoming files once in a while.
2360
2361         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2362
2363         * mail-source.el (mail-source-delete-crash-box): Only check the
2364         incoming files for deletion once per day to save a lot of file
2365         accesses.
2366
2367         * pop3.el (pop3-logon): Fix up unbound variable typo.
2368
2369         * mail-source.el (pop3-streaming-movemail): Autoload.
2370
2371         * pop3.el (pop3-streaming-movemail): Respect
2372         pop3-leave-mail-on-server.
2373
2374         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2375         retrieval.
2376
2377         * pop3.el (pop3-process-filter): Removed unused function.
2378         (pop3-streaming-movemail, pop3-send-streaming-command)
2379         (pop3-wait-for-messages, pop3-write-to-file)
2380         (pop3-number-of-responses): New functions for streaming pop3
2381         retrieval.
2382
2383         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2384         come from no known methods.
2385         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2386         list.
2387
2388         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2389         message sizes.
2390         (pop3-movemail): Use erase-buffer instead of looping and deleting
2391         regions, which seems rather odd.
2392
2393         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2394         file once per `g' run.
2395
2396         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2397         directories.  This makes the draft queue directory work.
2398
2399         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2400         data from the backends, so that we only request the list of groups from
2401         each method once.  This should speed things up considerably.
2402
2403         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2404         detect that it's not implemented.
2405
2406         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2407         we actually do recurse down into the tree, but don't stat all leaf
2408         nodes.
2409
2410         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2411         then say so instead of bugging out.
2412
2413         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2414         files exist before trying to read them.
2415
2416         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2417         around <pre_int>.
2418
2419         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2420
2421         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2422
2423 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * mm-util.el (mm-image-load-path): Just return the image directories,
2426         not all directories in the path in addition to the image directories.
2427         (mm-image-load-path): Maintain a cache of the image directories so that
2428         the `g' command in Gnus doesn't have to stat dozens of directories each
2429         time.
2430
2431         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2432         (gnus-html-wash-tags): Add a new `i' command to insert images.
2433         (gnus-html-insert-image): New command and keystroke.
2434         (gnus-html-redisplay-with-images): New command and keystroke.
2435         (gnus-html-show-images): Renamed command.
2436         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2437         spacers.
2438         (gnus-html-wash-tags): Decode entities at the end, so that entities
2439         inside the tags don't mess up the rest of the "parsing".
2440
2441         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2442         so that nnimap methods aren't agentized by default.  There's apparently
2443         many problems related to agent/imap behaviour.
2444
2445         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2446
2447         * gnus-html.el: Doc fix.
2448
2449 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2452         specifier-spec-list for Emacs 21.
2453
2454         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2455         glyph-width and glyph-height instead of display-graphic-p and
2456         image-size; make avoidance of displaying small images work for XEmacs.
2457
2458         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2459         for XEmacs.
2460
2461         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2462         of symbol that holds plist data.
2463         (gnus-process-plist): Remove plist of process after getting it.
2464
2465 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * message.el (message-generate-hashcash): Change default to
2468         'opportunistic if hashcash is installed.
2469
2470         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2471         (gnus-html-put-image): Only call image-size once, since it's somewhat
2472         time-consuming on remote X servers.
2473
2474 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2477         type on data, not a file name.
2478
2479         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2480         window-pixel-edges for Emacs 21.
2481
2482         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2483         decoded contents.
2484         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2485
2486 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2489         group line format, since it isn't very interesting.
2490
2491         * gnus-agent.el (gnus-agent-short-article),
2492         (gnus-agent-long-article): Increase values for these two variables,
2493         since most people are likely to have more network connection and
2494         storage than before.
2495
2496         * gnus.el (gnus-refer-article-method): Change default to 'current.
2497         When referring an article, the common behaviour is to refer it from the
2498         current select method, not the native select method.  The chances of
2499         the native select method having the message in question is rather slim
2500         these days.
2501
2502         * gnus-sum.el (gnus-auto-select-subject): Change default to
2503         `unseen-or-unread'.  I think it's likely that most people want to
2504         select an unseen article over a previously seen, but unread one.
2505
2506         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2507         means that in the article buffer none of the minor mode elements will
2508         be shown, usually, and this is not desirable in most cases.
2509
2510         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2511         that commands like `d' (and the like) go to the next line in the
2512         buffer, instead of the next unread article.  I think this is the
2513         behaviour that is most natural for most users.
2514         (gnus-single-article-buffer): Change default to nil, so that people can
2515         have as many article buffers open as they have summary buffer.  I think
2516         this is the most natural way for the groups to behave.
2517
2518         * message.el (message-generate-new-buffers): Change default to
2519         `unsent', so that all new message buffers start their names with the
2520         string "*unsent", and it's easier to find the buffers if you move from
2521         them.
2522
2523 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2526         small.  They're probably tracking images.
2527         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2528         (gnus-html-rescale-image): Yet another try at getting the image sizing
2529         right.
2530
2531         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2532         nntp-marks-file-name is nil.
2533
2534 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         * gnus-html.el (gnus-html-wash-tags)
2537         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2538         Better logging.
2539
2540 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2543
2544         * gnus-html.el (gnus-html-wash-tags): Check the value of
2545         gnus-blocked-images in the summary buffer.
2546
2547 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2548
2549         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2550
2551 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2554         like "a", it seems like.
2555         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2556         since it needs to be picked from the correct buffer.
2557
2558         * nnwfm.el: Removed.
2559
2560         * nnlistserv.el: Removed.
2561
2562 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2565         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2566
2567 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnkiboze.el: Removed.
2570
2571         * nndb.el: Removed.
2572
2573         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2574         alt text.
2575         (gnus-html-rescale-image): Try to get the rescaling logic right for
2576         images that are just wide and not tall.
2577
2578         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2579         overshadow variable bindings.
2580
2581 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * gnus-html.el (gnus-html-wash-tags)
2584         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2585         extra logging.
2586
2587 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2590         (gnus-max-image-proportion): New variable.
2591         (gnus-html-rescale-image): New function.
2592         (gnus-html-put-image): Rescale images.
2593
2594 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2595
2596         Fix up some byte-compiler warnings.
2597         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2598         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2599         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2600         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2601         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2602         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2603         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2604
2605 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-html.el (gnus-article-html): Decode contents by charset.
2608
2609 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2612         (gnus-html-frame-width, gnus-blocked-images)
2613         * message.el (message-prune-recipient-rules): Add custom version.
2614         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2615
2616         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2617         functions.
2618
2619         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2620         gnus-process-get.
2621
2622 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2623
2624         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2625         instead of lsub directly.
2626
2627 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * nnwarchive.el: Removed.
2630
2631         * gnus-soup.el: Removed.
2632
2633         * nnsoup.el: Removed.
2634
2635         * nnultimate.el: Removed.
2636
2637         * gnus-html.el (gnus-blocked-images): New variable.
2638
2639         * message.el (message-prune-recipients): New function.
2640         (message-prune-recipient-rules): New variable.
2641
2642         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2643         guess whether a long line is natural text or not.
2644
2645         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2646         gnus-process-plist and friends for compatibility.
2647
2648 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2649
2650         * gnus-html.el: Require packages that define macros used in this file.
2651         (gnus-article-mouse-face): Declare to silence byte-compiler.
2652         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2653         process-get.
2654         (gnus-html-put-image): Use plist-get to avoid getf.
2655         (gnus-html-prefetch-images): Use with-current-buffer.
2656
2657 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-ems.el: Provide compatibility functions for
2660         gnus-set-process-plist.
2661
2662         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2663         header-line-format for XEmacs 21.4.
2664
2665         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2666         * gnus.el (gnus-valid-select-methods)
2667         * message.el (message-send-mail-partially-limit)
2668         * mm-decode.el (mm-text-html-renderer)
2669         * mml.el (mml-insert-mime-headers-always)
2670         * smiley.el (smiley-regexp-alist): Bump custom version.
2671
2672 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-html.el: require mm-url.
2675         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2676         with the url to `url'.
2677         (gnus-html-wash-tags): Support cid: URLs/images.
2678
2679 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2682         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2683         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2684
2685         * gnus-move.el: Removed file, since it doesn't really work.
2686
2687         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2688         UTF-8.  This seems to fix problems with some German web feeds.
2689
2690         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2691         at the top so that the proper colours are applied.
2692
2693         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2694         don't have dots in their names.
2695
2696         * gnus-art.el (gnus-article-view-part): Doc fix.
2697
2698         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2699         XEmacs-compatible.
2700         (gnus-html-put-image): Don't do images on non-graphic displays.
2701
2702         * nnslashdot.el: Removed this unused backend.
2703
2704         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2705         actions.
2706         (gnus-undo-register-1): Revert last change.
2707
2708         * gnus-group.el (gnus-group-completing-read): Protect against not
2709         having completion-styles bound.
2710
2711         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2712         make broken recipients happier.
2713
2714         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2715
2716         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2717         point parameter.
2718
2719         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2720
2721         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2722         completion-styles for group selection.
2723
2724 2009-02-04  Andreas Schwab  <schwab@suse.de>
2725
2726         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2727         headers and regexp-quote the match if necessary.
2728
2729 2009-03-24  Miles Bader  <miles@gnu.org>
2730
2731         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2732         the blinking smiley.
2733
2734 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2735
2736         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2737         blink smiley.
2738
2739 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2742         where the dribbel file lives exists.
2743
2744         * message.el (message-send-mail-partially-limit): Change the default to
2745         nil, since most people don't want this.
2746
2747         * mm-url.el (mm-url-decode-entities): Also decode entities like
2748         &#x3212.
2749
2750 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2751
2752         * gnus-sum.el (gnus-summary-idna-message):
2753         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2754         Hyperlink urls in docstrings with URL `...'.
2755
2756 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2757
2758         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2759         functions.
2760
2761 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2764         say what the mouseover text should be.
2765
2766         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2767         version of the mm-w3m-safe-url-regexp variable to only download images
2768         in the groups where we want that to happen.
2769
2770         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2771
2772         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2773         easier debugging.
2774         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2775         big pictures in the article buffer.
2776
2777         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2778         gnus-article-html.
2779         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2780         w3m.
2781
2782         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2783
2784 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2787         which doesn't exist.
2788
2789         * message.el (message-inhibit-ecomplete): New variable to allow some
2790         function to inhibit ecomplete address storage.
2791         (message-resend): Disable ecomplete message storage when resending
2792         messages.
2793
2794         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2795
2796 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2799         Save excursion while copying, moving, and deleting articles in order to
2800         prevent the cursor from jumping to unforeseen place.
2801
2802 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * lpath.el: No need to bind bookmark-current-buffer,
2805         bookmark-yank-point and bookmark-make-record-function.
2806
2807 2010-08-17  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus-sync.el: Require gnus components whose functions are used.
2810
2811         * gnus-art.el (bookmark-make-record-function):
2812         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2813         Declare for compiler.
2814
2815         * mm-url.el (mml-compute-boundary): Autoload.
2816
2817 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2820
2821 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         Typo fix "hoo4a" -> "hook".
2824
2825         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2826
2827 2010-08-14  Glenn Morris  <rgm@gnu.org>
2828
2829         * gnus-sync.el (gnus-sync): Fix defgroup version.
2830
2831 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2832
2833         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2834
2835         * gnus-sync.el: Fix docs.
2836         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2837         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2838
2839 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         Optimizations for gnus-sync.el.
2842
2843         * gnus-sync.el: Add docs about gnus-sync-backend
2844         possibilities.
2845         (gnus-sync-save): Remove unnecessary message.
2846         (gnus-sync-read): Optimize and show what groups were skipped.
2847
2848 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2849
2850         Minor bug fixes for gnus-sync.el.
2851
2852         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2853         read the sync on get-new-news.
2854
2855         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2856         quiet.
2857
2858         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2859
2860 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2861
2862         Make saving and restoring of hidden threads work with overlays.
2863         Patch applied by Ted Zlatanov.
2864
2865         * gnus-sum.el (gnus-hidden-threads-configuration)
2866         (gnus-restore-hidden-threads-configuration): Update to deal with text
2867         properties, rather than searching for a magic character.
2868
2869 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2870
2871         New gnus-sync.el library for synchronization of marks.
2872
2873         * gnus-sync.el: New library for synchronization of marks.
2874
2875         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2876         renamed from `gnus-registry-grep-in-list'.
2877
2878         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2879
2880         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2881
2882 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2885         determining charset of text fails.
2886
2887 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * nnmail.el (nnmail-get-new-mail-1): Revert.
2890
2891         * nnml.el (nnml-active-number): Make sure names of newly created groups
2892         in nnml-group-alist are encoded.
2893
2894 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2897         containing non-ASCII characters in active file for nnml back end.
2898
2899 2010-07-24  David Engster  <dengste@eml.cc>
2900
2901         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2902         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2903
2904 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2905
2906         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2907         tag (Bug#6654).
2908
2909 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2912         the article buffer, not the summary buffer.
2913
2914 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2917         Emacs 23 as well.
2918
2919 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2922         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2923
2924 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2925
2926         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2927         Patch applied by Karl Fogel.
2928
2929         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2930         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2931
2932 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2933
2934         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2935         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2936         C-w still not working correctly from Article buffers; Thierry's
2937         patch to fix that will be applied after this.
2938
2939         * gnus-art.el (bookmark-make-record-function): New local variable.
2940
2941         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2942         article buffer.
2943         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2944
2945 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2946
2947         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2948         on changes in bookmark.el.
2949
2950 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2953         `no-log' instead of message not to log prompt string.
2954
2955 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2956
2957         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2958         the *other* type of HTML form submission.
2959
2960 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2961
2962         * auth-source.el (auth-source-pick): If choice does not contain a
2963         questioned keyword, set the check to t.
2964
2965 2010-06-12  Romain Francoise  <romain@orebokech.com>
2966
2967         * gnus-util.el (gnus-date-get-time): Move up before first use.
2968
2969 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2972         (gnus-article-edit-part): Bind it to make last part that is substituted
2973         or deleted visible.
2974         (gnus-mime-display-single): Buttonize part of which id equals to
2975         gnus-mime-buttonized-part-id.
2976
2977 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2978
2979         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2980         (gnus-dd-mmm): Use gnus-date-get-time.
2981         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2982         simplify logic.
2983         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2984         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2985
2986 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2987
2988         * auth-source.el (top): Autoload `secrets-list-collections',
2989         `secrets-create-item', `secrets-delete-item'.
2990         (auth-sources): Fix tag string.
2991         (auth-get-source, auth-source-retrieve, auth-source-create)
2992         (auth-source-delete): New defuns.
2993         (auth-source-pick): Rewrite in order to avoid 2 passes.
2994         (auth-source-forget-user-or-password): New parameter USERNAME.
2995         (auth-source-user-or-password): New parameters CREATE-MISSING and
2996         DELETE-EXISTING.  Retrieve password interactively, if needed.
2997
2998 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2999
3000         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3001         deleting unused directories when gnus-expert-user is t.
3002
3003 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3006         for each temp file when gnus-article-browse-delete-temp is ask.
3007
3008 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3009
3010         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3011         Lisp calls to delete-backward-char by calls to delete-char.
3012
3013 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3014
3015         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3016
3017 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3018
3019         * password-cache.el (password-cache-remove): Fix docstring.
3020
3021 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3024         article unless decoding article to be saved.
3025
3026 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3029         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3030         generated within the mm-with-unibyte-current-buffer macro.
3031
3032 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3035         to nil when we're in a mml-preview buffer and no group is selected.
3036
3037 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3038
3039         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3040         when catching the `C-g'.  Reported by "Leo".
3041
3042 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * message.el (message-forward-make-body-plain)
3045         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3046         multibyte-string-p.
3047
3048         * lpath.el: Revert.
3049
3050 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * message.el (message-forward-make-body-mml): Assume original message
3053         is multibyte string; error on unibyte.
3054         (message-forward-make-body-plain): Ditto; don't add excessive newline
3055         in body end.
3056
3057         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3058
3059 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3060
3061         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3062         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3063
3064 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * mm-extern.el (mm-extern-url): Don't use
3067         mm-with-unibyte-current-buffer.
3068         (mm-extern-cache-contents): Use with-current-buffer instead of
3069         save-excursion + set-buffer.
3070
3071 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mm-util.el (mm-emacs-mule): Remove.
3074
3075 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3076
3077         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3078         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3079         change.
3080
3081 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3084         bind the default value of enable-multibyte-characters to nil.
3085
3086 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * message.el (message-forward-make-body-plain)
3089         (message-forward-make-body-mml):
3090         Don't use mm-with-unibyte-current-buffer.
3091
3092 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3093
3094         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3095
3096 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3097
3098         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3099         (Bug#5592).
3100
3101 2010-05-07  Julien Danjou  <julien@danjou.info>
3102
3103         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3104         it to mm-pipe-part.
3105
3106         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3107         it is given.
3108
3109 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * binhex.el (binhex-decode-region-internal)
3112         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3113         (dns-query)
3114         * nnweb.el (nnweb-gmane-search)
3115         * pgg-parse.el (pgg-parse-armor)
3116         * pgg.el (pgg-verify-region)
3117         * sha1.el (sha1-string-external)
3118         * uudecode.el (uudecode-decode-region-internal)
3119         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3120         XEmacs.
3121
3122         * gnus-art.el (gnus-article-browse-html-parts)
3123         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3124         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3125         make-temp-file.
3126
3127         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3128         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3129         compiling.
3130
3131         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3132         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3133         XEmacs when compiling.
3134
3135         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3136         gnus-pick-mode-off-hook for XEmacs when compiling.
3137         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3138         gnus-binary-mode-off-hook for XEmacs when compiling.
3139
3140         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3141         nil if char-charset is not available.
3142
3143         * imap.el (imap-disable-multibyte)
3144         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3145         macros.
3146
3147         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3148         instead of encode-coding-string.
3149
3150         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3151         'xemacs) instead of mm-emacs-mule to switch function definitions.
3152         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3153
3154         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3155         bind temporary-file-directory for XEmacs;
3156         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3157         timer-set-function for XEmacs 21.4 and SXEmacs;
3158         bind timer-list for XEmacs 21.4 and SXEmacs;
3159         fbind char-charset and find-charset-region for non-Mule XEmacs;
3160         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3161         encode-coding-region and encode-coding-string for XEmacs having no
3162         file-coding feature.
3163
3164 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3165
3166         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3167
3168 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3171         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3172
3173 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3174
3175         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3176         alias `jka-compr-delete-temp-file' no longer exists.
3177
3178 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3179
3180         Use define-minor-mode in Gnus where applicable.
3181         * mml.el (mml-mode): Use define-minor-mode.
3182         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3183         (gnus-undo-mode): Use define-minor-mode.
3184         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3185         (gnus-dead-summary-mode): Use define-minor-mode.
3186         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3187         Initialize in declaration.
3188         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3189         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3190         (gnus-mailing-list-mode): Use define-minor-mode.
3191         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3192         (gnus-draft-mode): Use define-minor-mode.
3193         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3194         (gnus-dired-mode): Use define-minor-mode.
3195
3196 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3197
3198         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3199         handles on recursive mml-to-mime translation and check them for
3200         boundary delimiter collisions.  Reported by Greg Troxel.
3201
3202 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3205
3206 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3207
3208         * mm-util.el (mm-find-buffer-file-coding-system):
3209         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3210
3211 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3212
3213         * message.el (message-generate-headers): Record insertion of optional
3214         headers as well.  Otherwise the check to prevent repeated insertion of
3215         optional headers is a no-op.
3216
3217 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * smime.el: Don't mention CVS.
3220
3221         * nnrss.el (nnrss-fetch): Don't mention CVS.
3222
3223         * nnir.el: Don't mention CVS.
3224
3225 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3228
3229 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * lpath.el: Fbind bookmark-default-handler,
3232         bookmark-get-bookmark-record, bookmark-make-record-default,
3233         bookmark-prop-get for Emacs <23 and XEmacs.
3234
3235 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3238         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3239         Use with-current-buffer to silence the byte-compiler.
3240         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3241         bother to require `gnus'.
3242         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3243
3244 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3245
3246         * gnus-sum.el (gnus-summary-bookmark-make-record)
3247         (gnus-summary-bookmark-jump): New functions.
3248         (gnus-summary-mode): Setup bookmark support.
3249
3250 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3251
3252         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3253         if set.
3254
3255 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3258         gnus-article-browse-html-save-cid-image; make it work recursively for
3259         forwarded messages as well.
3260         (gnus-article-browse-html-parts): Work when prefix arg is given.
3261         (gnus-article-browse-html-article): Doc fix.
3262
3263 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3264
3265         * message.el (message-default-mail-headers):
3266         (message-default-headers): Carry the value mail-default-headers over
3267         into message-default-mail-headers, rather than message-default-headers.
3268
3269 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3270
3271         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3272         charset.
3273
3274         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3275         charset into the <meta> tag when the article is encoded to utf-8.
3276
3277 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3280         directories as well.
3281         (gnus-article-browse-html-parts): Work for images that do not specify
3282         file names; delete temp directory when quitting; insert header at the
3283         right place; use file: scheme for image files.
3284
3285 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3286
3287         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3288         (gnus-article-browse-html-parts): Use it to make temporary cid image
3289         files in addition to html file so that browser may display them.
3290
3291 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3294
3295 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3298
3299 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3300
3301         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3302         about Secret Service API sources.  Improve Customize options.
3303         (auth-source-pick): Change to accept any number of search parameters.
3304         Implement fallbacks iteratively, not recursively.  Add scoring on the
3305         second pass and sort by score.  Call Secret Service API when needed.
3306         (auth-source-user-or-password): Use it.  Call Secret Service API
3307         directly when needed to get the user name and the password.
3308
3309 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * message.el (message-interactive): Doc fix.
3312         (message-qmail-inject-args): Reflow.
3313         (message-kill-to-signature): Fix typo in docstring.
3314
3315         * smiley.el (smiley-buffer): Fix typo in docstring.
3316
3317 2010-03-24  Glenn Morris  <rgm@gnu.org>
3318
3319         * mail-source.el (gnus-message): Declare.
3320         (mail-source-delete-old-incoming): Require gnus-util.
3321
3322 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3325
3326         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3327
3328         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3329         password-cache's default if it is not bound.
3330         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3331         password-cache-expiry's default if it is not bound.
3332
3333         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3334         available in Emacs 21.
3335
3336         * lpath.el: Suppress compiler warnings for:
3337         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3338         XEmacs;
3339         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3340         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3341         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3342
3343 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * auth-source.el (auth-sources): Fix up definition so extra parameters
3346         are always inline.
3347
3348 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3349
3350         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3351         wasn't updated after mismatch.  Clear cached mailbox info correctly
3352         when uidvalidity changes.
3353         (nnimap-group-prefixed-name): New function to avoid some code
3354         duplication.
3355         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3356         (nnimap-request-group): Use it.
3357         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3358         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3359         with many imap folders.  This is done by caching the group status from
3360         the imap server persistently in a group parameter `imap-status'.  (This
3361         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3362         but not persistently, so every Gnus startup was still very slow.)
3363
3364 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3365
3366         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3367         delete the extra newline.  Otherwise editing of :string and :number
3368         types don't work.
3369
3370 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3373         secrets.el dependency.
3374         (auth-sources): Add optional user name.  Add secrets.el configuration
3375         choice (unused right now).
3376
3377 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3380         `gnus-registry-install-shortcuts' fill in the functions.
3381
3382         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3383         warnings.
3384         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3385         (gnus-registry-install-shortcuts): Populate and use it in a
3386         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3387
3388 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3389
3390         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3391         In-place substitutions for the group name encoding/decoding.
3392         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3393         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3394         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3395         (nnimap-update-unseen, nnimap-request-list)
3396         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3397         (nnimap-request-set-mark, nnimap-split-to-groups)
3398         (nnimap-split-articles, nnimap-request-newgroups)
3399         (nnimap-request-create-group, nnimap-request-accept-article)
3400         (nnimap-request-delete-group, nnimap-request-rename-group)
3401         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3402         `encoded-mbx' for consistency.
3403         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3404         variable `imap-current-mailbox'.
3405
3406         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3407         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3408
3409 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3410
3411         * pop3.el (pop3-display-message-size-flag): Display message size byte
3412         counts during POP3 download.
3413         (pop3-movemail): Use it.
3414         (pop3-list): Implement listing of available messages.
3415
3416 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3417
3418         * nnir.el (nnir-get-article-nov-override-function): New function to
3419         override the normal NOV retrieval.
3420         (nnir-retrieve-headers): Use it.
3421
3422 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3423
3424         * auth-source.el (netrc-machine-user-or-password): Autoload.
3425
3426 2010-03-19  Glenn Morris  <rgm@gnu.org>
3427
3428         Stop message.el from loading about 40 libraries it doesn't always need.
3429         The general approach is to autoload rather than require, and to
3430         require in the specific functions rather than the file.  (Bug#5642)
3431
3432         * gmm-utils.el: Don't require wid-edit.
3433         (widget-create-child-value, widget-convert, widget-default-get):
3434         Autoload.
3435
3436         * gnus-util.el: Don't require time-date, netrc.
3437         (message-fetch-field, gnus-group-name-decode): Declare rather than
3438         autoloading.
3439         (gnus-fetch-field): Require message.
3440         (gnus-decode-newsgroups): Require gnus-group.
3441
3442         * ietf-drums.el: Don't require time-date.
3443
3444         * message.el: Don't require hashcash, canlock, ecomplete.
3445         Do require mail-utils.  Require nnheader only when compiling.
3446         (smtpmail-default-smtp-server): Remove declaration.
3447         (message-send-mail-function): Check smtpmail-default-smtp-server
3448         is bound rather than requiring smtpmail.
3449         (message-auto-save-directory, message-insert-signature): Use
3450         expand-file-name rather than nnheader-concat.
3451         (nnheader-insert-file-contents): Autoload.
3452         (hashcash-wait-async): Declare.
3453         (message-send-mail): Only call gnus-setup-posting-charset if
3454         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3455         (message-send-mail-with-sendmail): Require sendmail.
3456         (canlock-password, canlock-password-for-verify): Declare.
3457         (message-canlock-password): Require canlock.
3458         (nnheader-get-report): Autoload.
3459         (gnus-setup-posting-charset): Declare.
3460         (message-send-news): Require gnus-msg.
3461         (message-make-references, message-make-in-reply-to): Use mail-header-id
3462         rather than the alias mail-header-message-id.
3463         (ecomplete-add-item, ecomplete-save): Declare.
3464         (message-put-addresses-in-ecomplete): Require ecomplete.
3465         (ecomplete-display-matches): Autoload.
3466
3467         * mm-decode.el: Don't require mailcap, gnus-util.
3468         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3469         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3470         Autoload.
3471         (mailcap-mime-extensions): Declare.
3472
3473         * mm-encode.el: Don't require mailcap.
3474         (mailcap-extension-to-mime): Autoload.
3475
3476         * mml-sec.el: Don't require password-cache.
3477
3478         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3479         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3480         (mml-minibuffer-read-type): Require mailcap.
3481         (mml-preview): Require gnus-msg.
3482
3483         * mml1991.el: Require password-cache.
3484         (password-cache-expiry): Remove declaration.
3485
3486         * mml2015.el: Require password-cache.
3487         (password-cache-expiry): Remove declaration.
3488
3489         * nneething.el (mailcap): Require mailcap.
3490
3491         * nnheader.el (declare-function): Add compatibility stub.
3492         (message-remove-header): Declare rather than autoload.
3493         (nnheader-replace-header): Require message.
3494
3495         * nnimap.el (declare-function): Add compatibility stub.
3496         (netrc-parse, netrc-machine-user-or-password): Declare.
3497         (nnimap-open-connection): Require netrc.
3498
3499         * nntp.el (declare-function): Add compatibility stub.
3500         (netrc-parse, netrc-machine, netrc-get): Declare.
3501         (nntp-send-authinfo): Require netrc.
3502
3503         * rfc2047.el: Don't require qp.
3504         (quoted-printable-encode-region, quoted-printable-decode-string):
3505         Autoload.
3506
3507         * sieve-mode.el: Don't require easymenu.
3508         (easy-menu-add-item): Autoload it.
3509
3510         * spam-stat.el (time-to-number-of-days): Autoload it.
3511
3512 2010-03-19  Glenn Morris  <rgm@gnu.org>
3513
3514         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3515
3516 2010-03-18  Glenn Morris  <rgm@gnu.org>
3517
3518         * hashcash.el (declare-function): Remove duplicate definition.
3519
3520 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3521
3522         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3523         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3524         value if any backslash escapes).
3525
3526 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3529         if it is available.  (bug#5647)
3530
3531         * lpath.el: Suppress compiler warning for coding-system-from-name for
3532         Emacs 21 and XEmacs.
3533
3534 2010-03-14  Juri Linkov  <juri@jurta.org>
3535
3536         * hmac-def.el:
3537         * hmac-md5.el:
3538         * netrc.el: Fix keywords.
3539
3540 2010-02-26  Glenn Morris  <rgm@gnu.org>
3541
3542         * message.el (message-send-mail-function): Change the default, so that
3543         it inherits from a customized send-mail-function.  (Bug#5643)
3544
3545 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3546
3547         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3548         shell-command-to-string signals an error (bug#5299).
3549
3550 2010-02-24  Glenn Morris  <rgm@gnu.org>
3551
3552         * message.el (message-smtpmail-send-it)
3553         (message-send-mail-with-mailclient): Doc fixes.
3554
3555 2010-02-16  Glenn Morris  <rgm@gnu.org>
3556
3557         * message.el (message-default-mail-headers): Change the default value
3558         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3559
3560 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3563         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3564
3565 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3566
3567         * time-date.el (date-to-time): Doc fix (Bug#5408).
3568
3569 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3570
3571         * message.el (message-mail): Just pass yank-action on to message-setup.
3572         (message-setup): Handle (FUN . ARGS) form of yank-action.
3573         (message-with-reply-buffer, message-widen-reply)
3574         (message-yank-original): Handle non-buffer values of
3575         message-reply-buffer (Bug#4080).
3576         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3577
3578 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3579
3580         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3581         Fix typo in docstring.
3582
3583 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3584
3585         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3586         response.
3587
3588 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3591
3592         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3593
3594         * message.el (message-check-news-header-syntax): Protect against a
3595         string that `rfc822-addresses' returns when parsing fails.
3596
3597 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3600         (gnus-previous-char-property-change): New functions.
3601
3602         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3603
3604 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3605
3606         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3607         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3608
3609 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3610
3611         * message.el (message-exchange-point-and-mark): Rework last change to
3612         avoid using optional arg of exchange-point-and-mark, for backward
3613         compatibility.
3614
3615 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3616
3617         * message.el (message-exchange-point-and-mark): Call
3618         exchange-point-and-mark with an argument rather than setting
3619         mark-active by hand (Bug#5175).
3620
3621 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * nntp.el (nntp-service-to-port): Work for service expressed with
3624         numeric string; replace [:digit:] with [0-9] for XEmacs.
3625
3626 2009-12-17  Glenn Morris  <rgm@gnu.org>
3627
3628         * gnus-group.el (gnus-bug-group-download-format-alist):
3629         Change emacs entry to debbugs.gnu.org.  Bump :version.
3630
3631 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3634
3635 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3636
3637         * message.el (message-info): Explain why we use `Info-goto-node'.
3638
3639 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3642
3643 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * message.el (message-completion-in-region): New compatibility function.
3646         (message-expand-group): Use it.
3647
3648 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3651         with no unread article should be listed if the 2nd arg `predicate' is
3652         given.
3653
3654 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3657
3658 2009-11-29  Juri Linkov  <juri@jurta.org>
3659
3660         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3661         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3662         on `gnus-recenter'. (Bug#4698, Bug#4981)
3663
3664 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3665
3666         * sha1.el (sha1-string-external): default-directory "/" in case
3667         otherwise non-existent.  process-connection-type pipe for touch of
3668         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3669
3670 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3671
3672         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3673         it's comms related and sgml-mode.el has "comm" on that basis too.
3674
3675 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3678         containing tspecial characters if they have been already quoted.
3679
3680 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3681
3682         * dns-mode.el (auto-mode-alist): Purecopy string.
3683
3684 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3685
3686         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3687
3688 2009-10-24  Glenn Morris  <rgm@gnu.org>
3689
3690         * gnus-art.el (help-xref-stack-item): Define for compiler.
3691
3692 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3693
3694         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3695
3696 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3699
3700 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3703         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3704
3705 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3708         (gnus-overlays-in): New alias to overlays-in.
3709
3710         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3711         gnus-overlay-get, and gnus-delete-overlay.
3712         (gnus-summary-show-thread): Make it work as well for systems in which
3713         next-single-char-property-change is not available.
3714         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3715
3716         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3717         (gnus-overlay-get): New alias to extent-property.
3718         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3719
3720         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3721         SXEmacs.
3722
3723         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3724         SXEmacs.
3725
3726 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3729
3730 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3731
3732         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3733         and XEmacs that don't have `remove-overlays'.
3734
3735 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3736
3737         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3738         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3739         selective display.  Use overlays instead.
3740
3741 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3742
3743         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3744
3745 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3746
3747         * spam-stat.el (spam-stat-load): Fix typo in message.
3748
3749 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3750
3751         * dig.el (dig-invoke): Fix typo in docstring.
3752         (query-dig): Reflow docstring.
3753
3754 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3755
3756         * gnus-art.el (gnus-article-encrypt-body):
3757         * message.el (message-check-recipients):
3758         * mm-util.el (mm-codepage-setup):
3759         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3760         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3761
3762 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3763
3764         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3765         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3766         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3767         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3768         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3769
3770 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3771
3772         * dig.el: Add "Keywords: comm", as per net-utils.el.
3773
3774 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3775
3776         * dig.el (dig-mode): Use define-derived-mode.
3777
3778 2009-09-19  Glenn Morris  <rgm@gnu.org>
3779
3780         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3781
3782 2009-09-18  Glenn Morris  <rgm@gnu.org>
3783
3784         * gnus-diary.el (gnus-diary-check-message):
3785         * message.el (message-insert-formatted-citation-line):
3786         * nnbabyl.el (top-level):
3787         * nndiary.el (nndiary-schedule):
3788         Fix typos in condition-case handlers.
3789
3790 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3793         configuration that provides the sole article window in a frame;
3794         position point correctly after deleting a part.
3795
3796 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3797
3798         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3799         (spam-resolve-registrations-routine): Use it to unregister articles
3800         that change status.
3801
3802 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3805         with XEmacs.
3806         (parse-time-string-chars): Use it.
3807
3808 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3809
3810         * imap.el (imap-interactive-login): Better messages.
3811         (imap-open): Fix bug with renamed buffer on reconnect.
3812         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3813         for easier debugging and cleaner code.  On successful (guessed based on
3814         server capabilities) secondary authentication, set imap-state
3815         correctly.
3816         (imap-last-authenticator): Define imap-last-authenticator as a variable
3817         to avoid warnings.
3818
3819 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * nnrss.el (nnrss-request-article): Remove binding of
3822         default-enable-multibyte-characters that has gotten needless by
3823         the 2007-07-13 change in rfc2047-encode-message-header.
3824
3825         * mml.el (mml-insert-multipart): Error on the message header.
3826         (mml-insert-part): Error on the message header; position point at
3827         the end of a MIME tag.
3828
3829 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * time-date.el (autoload): Expand define-obsolete-function-alias into
3832         defalias and make-obsolete for old Emacsen that Gnus supports.
3833         (with-no-warnings): Define it for old Emacsen.
3834         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3835         is available.
3836         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3837         float-time is available; suppress compile warning for time-to-seconds.
3838
3839         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3840         (gnus-float-time): Alias to float-time if it exists.
3841
3842         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3843         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3844         float-time is available; suppress compile warning for time-to-seconds.
3845
3846         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3847         XEmacs.
3848
3849 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         * imap.el (imap-message-map): Docstring fix.
3852
3853 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3856         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3857         Add the optional argument `encoding' that overrides the default.
3858
3859         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3860         mm-encode-buffer.
3861
3862 2009-09-04  Glenn Morris  <rgm@gnu.org>
3863
3864         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3865         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3866         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3867         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3868         * mm-util.el (mm-with-unibyte-current-buffer)
3869         (mm-find-buffer-file-coding-system):
3870         * yenc.el (yenc-decode-region): Use default-value rather than
3871         default-enable-multibyte-characters.
3872
3873 2009-09-03  Glenn Morris  <rgm@gnu.org>
3874
3875         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3876         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3877         than default-enable-multibyte-characters.
3878
3879 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3880
3881         * gnus-art.el (gnus-article-read-summary-keys):
3882         Fix gnus-buffer-configuration's value temporarily used.
3883
3884 2009-09-02  Glenn Morris  <rgm@gnu.org>
3885
3886         * gnus-util.el (gnus-float-time): New function.
3887         * gnus-delay.el (gnus-delay-article):
3888         * gnus-sum.el (gnus-thread-latest-date):
3889         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3890         * nnspool.el (nnspool-request-newgroups):
3891         Use gnus-float-time rather than time-to-seconds.
3892         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3893
3894         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3895         (gnus-header-subject-face, gnus-header-newsgroups-face)
3896         (gnus-header-name-face, gnus-header-content-face):
3897         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3898         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3899         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3900         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3901         (gnus-cite-face-11):
3902         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3903         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3904         (gnus-server-closed-face, gnus-server-denied-face)
3905         (gnus-server-offline-face):
3906         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3907         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3908         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3909         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3910         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3911         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3912         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3913         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3914         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3915         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3916         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3917         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3918         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3919         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3920         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3921         (gnus-summary-high-undownloaded-face)
3922         (gnus-summary-low-undownloaded-face)
3923         (gnus-summary-normal-undownloaded-face)
3924         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3925         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3926         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3927         (gnus-splash-face):
3928         * message.el (message-header-to-face, message-header-cc-face)
3929         (message-header-subject-face, message-header-newsgroups-face)
3930         (message-header-other-face, message-header-name-face)
3931         (message-header-xheader-face, message-separator-face)
3932         (message-cited-text-face, message-mml-face):
3933         * sieve-mode.el (sieve-control-commands-face)
3934         (sieve-action-commands-face, sieve-test-commands-face)
3935         (sieve-tagged-arguments-face):
3936         * spam.el (spam-face):
3937         Mark face aliases with "-face" in the name as obsolete.
3938
3939 2009-09-01  Glenn Morris  <rgm@gnu.org>
3940
3941         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3942         than goto-line.
3943
3944 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3947         Don't move point if the command is invoked inside the message header.
3948
3949 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * imap.el (imap-send-command): Simplify.
3952         (imap-wait-for-tag): point-max -> buffer-size.
3953
3954 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3957         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3958         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3959         * nnir.el (nnir-swish-e-index-file):
3960         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3961         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3962         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3963         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3964         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3965         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3966
3967 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3970         Don't save excursion.
3971
3972 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * nnheader.el (nnheader-find-file-noselect):
3975         * mm-util.el (mm-insert-file-contents):
3976         Use (default-value 'major-mode) instead of default-major-mode.
3977
3978 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3979
3980         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3981
3982 2009-08-26  Glenn Morris  <rgm@gnu.org>
3983
3984         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3985         than placing in files.el.
3986
3987 2009-08-25  Glenn Morris  <rgm@gnu.org>
3988
3989         * nnir.el (top-level): Don't require cl at run-time.
3990         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3991         Replace cl-function substitute with gnus-replace-in-string.
3992         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3993         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3994         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3995         simplified expansions.
3996
3997 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3998
3999         * dig.el (dig): Add autoload cookie.
4000
4001 2009-08-22  Glenn Morris  <rgm@gnu.org>
4002
4003         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4004         goto-line.
4005
4006 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4007
4008         * parse-time.el (parse-time-string-chars): Save match data.
4009
4010 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4011
4012         * parse-time.el (parse-time-string-chars): Compute using character
4013         classes, to handle non-ascii characters (Bug#3190).
4014
4015 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4018
4019         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4020         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4021         (gnus-mm-display-part, gnus-mime-display-single)
4022         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4023         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4024
4025         * gnus-sum.el
4026         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4027         (gnus-summary-move-article): Add expirable mark to articles copied or
4028         moved to group that has auto-expire turned on if the option is non-nil.
4029
4030 2009-07-24  Glenn Morris  <rgm@gnu.org>
4031
4032         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4033         Fix typo.  (Bug#3903)
4034
4035 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4038         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4039         that should not be used for draft articles.
4040         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4041         that has no concern in minor mode keys.
4042         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4043         Abolish.
4044
4045 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4048         article without making inquiry to a user for unknown encoding.
4049
4050         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4051         (nnmaildir--scan): Assume i-node and device number that file-attributes
4052         returns might be cons-cell.
4053
4054         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4055
4056         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4057
4058 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * auth-source.el: Remove docs now in auth.texi.  Don't use
4061         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4062         `auth-source-hide-passwords' and use them.
4063
4064 2009-07-15  Glenn Morris  <rgm@gnu.org>
4065
4066         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4067
4068 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4071         excessive whitespace from the default values of title and description.
4072
4073 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4076         mail-fetch-field to fetch Content-Description header in order to
4077         exclude newlines.
4078
4079 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4080
4081         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4082         format used by GnuPG 2.0.11.
4083
4084 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4087         to deleted part.
4088
4089 2009-05-30  David Engster  <dengste@eml.cc>
4090
4091         * nnmairix.el: Remove old documentation in the commentary block.
4092         (nnmairix-request-group): Do not update active file for nnml back ends.
4093         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4094         end so that overview files are ignored.
4095         (nnmairix-update-groups): Make updating the groups more robust by using
4096         marks.
4097         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4098         with dollar characters in message-id.
4099
4100 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4103         2008-12-25 in dns.el.
4104
4105 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4108         could happen if the text is only composed of spaces and/or tabs.
4109
4110 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4111
4112         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4113         when sending a queued message to avoid extra mml tags.
4114
4115 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4118
4119 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4122         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4123         rmail-toggle-header for XEmacs;
4124         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4125
4126 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-dired.el: Remove autoload for gnus-setup-message.
4129         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4130         displaying Gnus logo; always use compose-mail.
4131
4132 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4135
4136 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4139         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4140         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4141         available.
4142         (gnus-nocem-epg-verify): New function.
4143
4144 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4147
4148 2009-02-15  Glenn Morris  <rgm@gnu.org>
4149
4150         * gnus-util.el (rmail-insert-rmail-file-header)
4151         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4152         autoloads.
4153         (rmail-default-rmail-file): Remove unnecessary declaration.
4154         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4155
4156 2009-02-14  Glenn Morris  <rgm@gnu.org>
4157
4158         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4159         variable (only used in gnus-util, which declares it anyway).
4160         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4161         which was only needed by gnus-art (changed to not use it any more).
4162         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4163         only used in gnus-util, which autoloads it itself.
4164         (rmail-update-summary): Fix autoload.
4165
4166         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4167         rather than rmail-output-to-rmail-file.
4168
4169 2009-02-07  Glenn Morris  <rgm@gnu.org>
4170
4171         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4172         autoload of function that no longer exists.
4173         (rmail-toggle-header): Declare.
4174         (message-forward-rmail-make-body): Handle mbox Rmail.
4175
4176 2009-01-31  Glenn Morris  <rgm@gnu.org>
4177
4178         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4179         2009-01-09 change.
4180
4181 2009-01-31  Dave Love  <fx@gnu.org>
4182
4183         * imap.el (imap-fetch-safe): Bind debug-on-error.
4184         (imap-debug): Add imap-fetch-safe.
4185
4186 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4187
4188         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4189         (auth-source-forget-all-cached): New convenience function.
4190         (auth-source-user-or-password): Accept list of modes or a single mode.
4191
4192         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4193         auth-source modes.
4194
4195         * netrc.el (netrc-machine-user-or-password): Use list of
4196         auth-source modes.
4197
4198         * nnimap.el (nnimap-open-connection): Use list of
4199         auth-source modes.
4200
4201         * nntp.el (nntp-send-authinfo): Use list of
4202         auth-source modes.
4203
4204 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4207         now.
4208
4209 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4212         coding system in XEmacs; add a workaround for XEmacs.
4213
4214         * lpath.el: Fbind coding-system-aliasee.
4215
4216 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4219         of current-language-environment.
4220
4221 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4224         available at runtime.
4225
4226 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4229
4230 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4231
4232         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4233         the greatest positive fixnum value doesn't work under an XEmacs with
4234         bignum support; use the most-positive-fixnum constant instead,
4235         available since Emacs 21.1 with cl and XEmacs 21.1.
4236
4237 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4240         XEmacs gets not to work.
4241
4242 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * mm-util.el (mm-coding-system-priorities): Allow the value like
4245         "Japanese (UTF-8)" of current-language-environment.
4246
4247 2009-01-09  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4250         with last-command-event.
4251
4252 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4255         in the doc string.
4256
4257         * message.el (message-fix-before-sending): Amend comment.
4258
4259 2009-01-08  Dave Love  <fx@gnu.org>
4260
4261         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4262
4263 2009-01-07  David Engster  <dengste@eml.cc>
4264
4265         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4266         simplified server definitions by converting it via
4267         gnus-server-to-method.
4268
4269 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4272         parameter's operands.
4273
4274 2009-01-06  David Engster  <dengste@eml.cc>
4275
4276         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4277         primary select method (for gnus-group-mark-article-as-read).
4278
4279 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4280
4281         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4282         `(gnus)Face', not `(gnus)X-Face'.
4283
4284 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * mm-util.el (mm-ucs-to-char): New function.
4287
4288         * mm-url.el (mm-url-decode-entities): Use it.
4289
4290         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4291         unicode-to-char.
4292
4293 2009-01-05  Dave Love  <fx@gnu.org>
4294
4295         * time-date.el: Require cl for `declare'.
4296
4297 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4300         Dave Love.
4301
4302 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * message.el (message-fix-before-sending): Add `eight-bit' to
4305         illegible-text check.
4306
4307 2009-01-03  Michael Olson  <mwolson@gnu.org>
4308
4309         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4310         `headers' is nil.  This can occur if the IMAP server does not have
4311         permissions to read messages from a folder, but can write new messages
4312         to the folder.
4313         (nnimap-request-article-part): Do not insert `data' if it is nil.
4314
4315         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4316         characters which will confuse `read', so skip past them.
4317
4318 2009-01-01  Dave Love  <fx@gnu.org>
4319
4320         * imap.el (imap-string-to-integer): Fix typo.
4321         (imap-fetch-safe): New function.
4322         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4323
4324         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4325
4326         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4327         (imap-parse-greeting): Fix doc strings.
4328         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4329         (imap-parse-flag-list): Make messages unique.
4330         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4331
4332         * nnimap.el: Fix author email.
4333         (nnimap-split-rule): Add FIXME comment.
4334         (nnimap-debug): Fix doc string.
4335
4336 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4339
4340 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4343         nslookup if resolv.conf isn't available.
4344         (dns-query): Rename from query-dns.
4345         (dns-query-cached): Rename from query-dns-cached.
4346
4347 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4350         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4351         to check if those variables exist (first appeared in Emacs 18.50).
4352
4353 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * mm-util.el (mm-line-number-at-pos): New function.
4356
4357         * spam-report.el (spam-report-process-queue): Use it.
4358
4359 2008-12-24  David Engster  <dengste@eml.cc>
4360
4361         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4362         parameters that haven't existed as variables as buffer-local variables.
4363
4364 2008-12-23  Dave Love  <fx@gnu.org>
4365
4366         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4367         cadar.
4368
4369         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4370         imap-starttls-p.
4371         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4372
4373 2008-12-22  Dave Love  <fx@gnu.org>
4374
4375         * imap.el: Fix author email.  Doc fixes.
4376         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4377         reply.
4378
4379 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * spam-report.el (spam-report-gmane-max-requests): New constant.
4382         (spam-report-gmane-wait): New variable.
4383         (spam-report-gmane-ham, spam-report-gmane-spam)
4384         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4385         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4386         the server.
4387
4388         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4389         Add explanations.
4390
4391         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4392         nnheader-accept-process-output and nnheader-read-timeout if available.
4393         (pop3-movemail): Use it.
4394
4395         * message.el (message-check-news-body-syntax): Fix signature check if
4396         there's an attachment.
4397
4398 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * mm-util.el: Add comments to the mm- emulating functions.
4401
4402 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4405         by Stephen Berman <stephen.berman@gmx.net>.
4406
4407 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * mm-util.el (mm-substring-no-properties): New function.
4410         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4411         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4412         (mm-string-to-multibyte): Doc fix.
4413
4414         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4415
4416 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4417
4418         * mml.el (mml-attach-file): Strip text properties from file name.
4419         (Bug#1574)
4420
4421 2008-12-16  Glenn Morris  <rgm@gnu.org>
4422
4423         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4424
4425 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4428         knows since the charset specified might be a bogus alias that
4429         mm-charset-synonym-alist provides.
4430
4431 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4434         "ISO_8859-1".
4435
4436         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4437
4438 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * mm-util.el (mm-charset-eval-alist):
4441         Define it before mm-charset-to-coding-system.
4442         (mm-charset-to-coding-system): Add optional argument `silent';
4443         define it before mm-charset-override-alist.
4444         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4445         default value if it can be used in Emacs currently running;
4446         silence mm-charset-to-coding-system.
4447
4448 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4451         `allow-override' which says whether to use `mm-charset-override-alist'.
4452         (rfc2047-decode-encoded-words): Use it.
4453
4454         * mm-util.el (mm-charset-override-alist): Fix custom type;
4455         add `(gb2312 . gbk)' to choices.
4456
4457 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4460         fast.
4461
4462         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4463
4464         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4465
4466 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4467
4468         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4469         on links.
4470
4471         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4472
4473 2008-12-03  Lute Kamstra  <lute@gnu.org>
4474
4475         * sha1.el: Remove leading * from docstrings of defcustoms,
4476         deffaces, defconsts and defuns.
4477
4478 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4481         users' addresses that don't have domain parts.
4482         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4483         rather than message-narrow-to-head since there will be the message
4484         header separator.
4485
4486 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4489         since the result is inserted in a unibyte buffer anyway.
4490         (nnimap-demule-use-string-to-multibyte): Remove.
4491         (nnimap-demule): Alias it to mm-string-to-multibyte.
4492
4493 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4496         variable for debugging bug#464 and bug#1174.
4497         (nnimap-demule): Use it.
4498
4499 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4502         score calculation correctly.
4503
4504 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4505
4506         * message.el (message-send-mail): Just set the buffer to unibyte
4507         rather than use mm-with-unibyte-current-buffer which does a lot more.
4508         (message-send-mail-partially): Don't bother with
4509         mm-with-unibyte-current-buffer since it's already been made unibyte by
4510         message-send-mail.
4511
4512 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4515
4516 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4519
4520 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4523         require itself and to remove `with-no-warnings'.
4524
4525 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * starttls.el (starttls-any-program-available): Get the name of the
4528         available TLS layer program.
4529         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4530         well as the host name in the "opening" message.
4531
4532         * auth-source.el (auth-source-cache, auth-source-do-cache)
4533         (auth-source-user-or-password): Cache passwords and logins by default,
4534         allow override with `auth-source-do-cache'.
4535         (auth-source-forget-user-or-password): Allow users to remove cache
4536         entries if needed.
4537
4538 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4539
4540         * md4.el (md4-buffer): Fix typo in docstring.
4541         (md4, md4-64): Doc fixes.
4542         (md4-pack-int32): Reflow docstring.
4543
4544 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4547         condition-case to only the forward-sexp call.
4548
4549 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4552         quotes contained.  Make it more robust regardless by an extra
4553         condition-case wrapper.
4554
4555 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4558
4559 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * nnml.el (nnml-request-expire-articles): Check if the function set to
4562         `nnmail-expiry-target' returns the symbol `delete'.
4563
4564         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4565
4566         * nnmail.el (nnmail-expiry-target): Fix custom type.
4567
4568 2008-10-02  Glenn Morris  <rgm@gnu.org>
4569
4570         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4571         Silence compiler warning.
4572
4573 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4574
4575         * tls.el (open-tls-stream): Show the actual command being
4576         executed, instead of the format string.
4577
4578 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Fbind codepage-setup for Emacs 23.
4581
4582 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4583
4584         * mml.el (mml-menu): Don't assume mml2015 is bound.
4585
4586 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4589         exists.
4590
4591 2008-09-27  Glenn Morris  <rgm@gnu.org>
4592
4593         * gnus-util.el (mail-header-remove-comments): Autoload it.
4594
4595 2008-09-27  Andreas Schwab  <schwab@suse.de>
4596
4597         * gnus-util.el (gnus-split-references): Strip comments.
4598         (gnus-parent-id): Likewise.
4599
4600 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * message.el (message-confirm-send): Fix version.
4603
4604 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * message.el (message-idna-to-ascii-rhs-1): Use
4607         mail-extract-address-components rather than mail-header-parse-addresses
4608         that is an alias by default to ietf-drums-parse-addresses that does not
4609         support non-ASCII names in headers' contents.
4610
4611 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * message.el (message-confirm-send): Fixed variable documentation to
4614         avoid the "y/n" wording.
4615
4616 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4617
4618         * message.el (message-set-auto-save-file-name): Save to a different
4619         filename so multiple messages (especially drafts) can be recovered.
4620
4621 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * message.el (message-confirm-send): Add appropriate version.
4624
4625 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4628         defvar.
4629
4630 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4631
4632         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4633         (mm-pkcs7-enveloped-magic): Ditto.
4634
4635 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4636
4637         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4638         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4639
4640 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4643         default, it's better.
4644
4645 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4648         summary line gnus-number property and ignore them (with a warning
4649         message).
4650
4651 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4654         macro caddr in the interactive form since it won't be expanded.
4655
4656 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4659         `charset'; fix name of function called recursively.
4660         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4661
4662 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4665         (gnus-mime-set-charset-parameters): New function.
4666         (gnus-mime-view-part-as-charset): Use it to correctly display part
4667         specifying wrong charset.
4668
4669 2008-09-08  David Engster  <dengste@eml.cc>
4670
4671         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4672         in completing-read for back end server.
4673
4674 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * message.el (message-confirm-send): New variable to confirm sending a
4677         message.
4678         (message-send): Use it.
4679
4680 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4683
4684 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4687
4688 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4691         prevent tracking too many groups.
4692         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4693         Use it.
4694
4695 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4696
4697         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4698         moving point to the bottom of the window in order to avoid recentering.
4699
4700 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4703
4704         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4705         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4706         (gnus-article-beginning-of-window): Fix calculation.
4707
4708 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-msg.el (gnus-summary-supersede-article)
4711         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4712         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4713         message header.
4714
4715 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4716
4717         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4718         pending output coming after the status change.
4719
4720 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4721
4722         * message.el:
4723         * gnus-start.el:
4724         * gnus-registry.el: Remove VMS support.
4725
4726 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4729         macro.
4730         (rfc2104-hash): Use it.
4731
4732 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4735         (gnus-summary-sort-by-most-recent-date): New commands.
4736         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4737         and menu entries.
4738
4739 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4742         don't redisplay article for raw contents; remove plural articles stuff.
4743
4744         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4745         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4746         on gnus-summary-save-article; display results properly.
4747
4748 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * lpath.el: No need to fbind ns-focus-frame.
4751
4752 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4755
4756 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4759         gnus-save-all-headers.
4760
4761 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4762
4763         * gnus-util.el (ns-focus-frame): Remove declaration.
4764         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4765         like x.
4766
4767 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4768
4769         * rfc2104.el (rfc2104-zero): Delete defconst.
4770         (rfc2104-hex-alist): Likewise.
4771         (rfc2104-hex-to-int): Delete func.
4772         (rfc2104-hexstring-to-bitstring): Likewise.
4773         (rfc2104-nybbles): New defconst.
4774         (rfc2104-hash): Rewrite for speed.
4775
4776 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * tls.el (open-tls-stream): Make it work with the 2nd argument
4779         BUFFER that is a string but does not exist as a buffer object, as
4780         mentioned in the doc-string.
4781
4782 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4785         SXEmacs.
4786
4787 2008-07-16  Glenn Morris  <rgm@gnu.org>
4788
4789         * gnus-util.el (ns-focus-frame): Declare for compiler.
4790
4791 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4794         set as a group parameter.
4795         (gnus-summary-save-in-pipe): Work when it is called independently.
4796         (gnus-summary-pipe-to-muttprint): Don't modify
4797         gnus-summary-pipe-output-default-command.
4798
4799 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4800
4801         * message.el (message-send-mail-with-sendmail):
4802         Display the error message.
4803
4804 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-art.el (gnus-default-article-saver):
4807         Add gnus-summary-save-in-pipe to choices.
4808         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4809         gnus-summary-pipe-output-default-command as the default command.
4810         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4811         instead of gnus-last-shell-command.
4812
4813         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4814         New user option.
4815         (gnus-summary-muttprint-program): Mention the value will be changed.
4816         (gnus-summary-save-article): Force showing of all headers.
4817         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4818
4819 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4820
4821         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4822
4823 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4824
4825         * nnimap.el (nnimap-id):
4826         * sieve-manage.el (sieve-manage-open): Doc fixes.
4827
4828 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4829
4830         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4831         if available.
4832
4833 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4834
4835         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4836
4837         * nnkiboze.el (nnkiboze-generate-group):
4838         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4839
4840         * nnmairix.el: Require CL.
4841
4842 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * dgnushack.el: Autoload get-display-table and put-display-table for
4845         XEmacs 21.5.
4846
4847         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4848         21.4 and SXEmacs.
4849
4850 2008-06-15  David Engster  <dengste@eml.cc>
4851
4852         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4853
4854 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4855
4856         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4857         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4858         runtime choice under XEmacs.
4859
4860         * gnus-sum.el (gnus-summary-set-display-table):
4861         Use `gnus-put-display-table', `gnus-get-display-table',
4862         `gnus-set-display-table' for the display table, instead of `aset'.
4863
4864         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4865         Use `gnus-put-display-table', `gnus-get-display-table',
4866         `gnus-set-display-table' for the display table.
4867
4868 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * nnmairix.el: Add autoloads.
4871
4872 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * nnmairix.el (nnmairix-delete-recreate-group)
4875         (nnmairix-update-and-clear-marks): Fix error messages.
4876
4877 2008-06-14  David Engster  <dengste@eml.cc>
4878
4879         * nnmairix.el: Upgrade to version 0.6.
4880         (nnmairix-group-toggle-propmarks-this-group)
4881         (nnmairix-group-toggle-readmarks-this-group)
4882         (nnmairix-group-delete-recreate-this-group)
4883         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4884         (nnmairix-remove-tick-mark-original-article): New commands.
4885         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4886         (nnmairix-propagate-marks-to-nnmairix-groups)
4887         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4888         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4889         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4890         functions needed for marks propagation and manipulation of read marks.
4891         (nnmairix-update-groups): New function.
4892         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4893         (nnmairix-determine-original-group-from-registry)
4894         (nnmairix-determine-original-group-from-path)
4895         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4896         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4897         New helper functions.
4898         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4899         keystrokes for new commands.
4900         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4901         (nnmairix-request-group): Check allow-fast group parameter.
4902         (nnmairix-request-create-group): Set allow-fast group parameter if
4903         nnmairix-allowfast-default is set.
4904         (nnmairix-close-group): Propagate marks upon closing if needed.
4905         (nnmairix-group-toggle-threads-this-group): Use new.
4906         nnmairix-group-toggle-parameter helper function.
4907         (nnmairix-search): Better check for empty search result.
4908         (nnmairix-goto-original-article): Use new helper functions for
4909         determining original article.
4910         (nnmairix-show-original-article): Make sure message-id is in brackets.
4911         (nnmairix-call-mairix-binary): Change variable name.
4912         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4913         helper function.
4914         (nnmairix-widget-toggle-activate): Fix doc string.
4915
4916 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * nnir.el: Require edmacro when compiling with XEmacs.
4919         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4920         available in Emacs 21.
4921
4922 2008-06-11  Glenn Morris  <rgm@gnu.org>
4923
4924         * gnus-util.el (x-focus-frame):
4925         * gnus.el (image-size):
4926         * mm-decode.el (image-size): Declare.
4927
4928         * gnus-picon.el (declare-function): Add compat definition.
4929         (image-size): Declare.
4930
4931         * gnus-group.el (tool-bar-map):
4932         * gnus-sum.el (tool-bar-map): Define for compiler.
4933
4934         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4935
4936         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4937
4938         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4939         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4940         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4941         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4942         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4943         * sieve-manage.el, spam-report.el, spam.el:
4944         Remove unnecessary eval-and-compile of autoloads.
4945
4946 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4947
4948         * auth-source.el: Precise Tramp doc.
4949
4950 2008-06-07  Glenn Morris  <rgm@gnu.org>
4951
4952         * nnmairix.el: Remove unnecessary eval-when-compile.
4953
4954 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * lpath.el: Fbind propertize for XEmacs 21.4.
4957
4958 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4959
4960         * nnir.el: Move here from ../contrib.
4961
4962 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         * gnus-util.el (gnus-read-shell-command): New function.
4965         * mm-decode.el (mm-pipe-part):
4966         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4967
4968 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4971
4972 2008-06-03  Glenn Morris  <rgm@gnu.org>
4973
4974         * pop3.el (nnheader-accept-process-output): Autoload it.
4975
4976 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4979         are not 2-digit hexadecimal characters that follow `%'s.
4980
4981 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * message.el (message-bogus-recipient-p): Fix type in doc string.
4984         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4985         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4986         Improve custom options.
4987         (message-bogus-recipient-p): Adjust accordingly.
4988
4989 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4990
4991         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4992         long-form month and day names.
4993
4994 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * dgnushack.el: Autoload debug, eudc-expand-inline and
4997         pgg-snarf-keys-region for XEmacs.
4998
4999         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5000
5001         * nnmairix.el: Require edmacro when compiling with XEmacs.
5002
5003 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5006         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5007
5008 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * auth-source.el: Add more docs.
5011
5012         * netrc.el (netrc-machine): Always match if the port is not given.
5013
5014 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5017         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5018         retrieval faster in some cases, but might make CPU usage larger.  If
5019         this has any bad side effects, we might revert this change.
5020
5021         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5022         seems to make mail retrieval much, much faster.
5023         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5024         unconditionally.
5025
5026         * gnus-draft.el (gnus-group-send-queue): Bind
5027         message-send-mail-partially-limit to nil to avoid being prompted.
5028
5029 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5032
5033         * message.el (message-bogus-address-regexp): Fix and improve custom
5034         type.
5035         (message-setup-hook): Add message-check-recipients as custom option.
5036
5037 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * message.el (message-cite-function): Remove bogus autoload which crept
5040         in during merge from v5-10.
5041
5042 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5045
5046         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5047
5048         * auth-source.el: Preliminary Tramp docs.
5049         (auth-sources): Change the default auth-sources to use
5050         EPA .gpg files.
5051
5052 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * nntp.el: Autoload `auth-source-user-or-password'.
5055         (nntp-send-authinfo): Use it.
5056
5057         * nnimap.el: Autoload `auth-source-user-or-password'.
5058         (nnimap-open-connection): Use it.
5059
5060         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5061         for the gnus-message function.
5062         (auth-source-user-or-password): Use it.
5063
5064 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5067         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5068         (rfc2104-hash): Use it.
5069
5070 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5071
5072         * gnus-art.el (gnus-article-toggle-truncate-lines):
5073         Don't use `iff' in docstring.
5074
5075 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5078
5079         * gnus-util.el (gnus-extract-address-component-name)
5080         (gnus-extract-address-component-email): Convenience functions around
5081         `gnus-extract-address-components'.
5082
5083         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5084         Use `gnus-extract-address-component-email' to fix bug of comparing full
5085         sender name to `user-mail-address'.
5086
5087 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5090         catch/throw to optimize.
5091         (gnus-registry-find-keywords): Just use member to find a keyword.
5092
5093 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5094
5095         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5096         is current before calling gnus-server-prepare.
5097         (gnus-server-setup-buffer, gnus-server-update-server)
5098         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5099
5100 2008-05-04  Juri Linkov  <juri@jurta.org>
5101
5102         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5103         (mailcap-file-default-commands): Use mailcap-replace-in-string
5104         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5105         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5106
5107 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5108
5109         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5110
5111 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5112
5113         * gnus.el: Bump version to 0.11.
5114
5115 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5116
5117         * gnus.el: No Gnus v0.10 is released.
5118
5119 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5122         hooks.
5123         (gnus-update-read-articles): Speed up non-marks-using users.
5124         (gnus-use-marks): Define gnus-use-marks.
5125         (gnus-propagate-marks): Rename variable to something more sensible.
5126
5127 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5128
5129         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5130         (gmm-image-load-path-for-library): Fix typos in docstrings.
5131         (gmm-message): Reflow docstring.
5132
5133 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         * mail-source.el (mail-source-set-1, mail-source-bind):
5136         Move auth-source code out of the macro to clean it up and fix bugs.
5137
5138 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5141         by sender if it's equal to user-mail-address, it's likely to be
5142         useless.
5143
5144         * mail-source.el (mail-source-bind): Don't use user or password if they
5145         are not bound.  Unintern them if they are nil.  Don't use server unless
5146         it's bound, and default it to empty string otherwise.
5147
5148 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * mail-source.el: Load auth-source.el.
5151         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5152         get user name or password, if auth-sources is set up.
5153
5154         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5155         strategy of splitting with parent.
5156         (gnus-registry-split-fancy-with-parent)
5157         (gnus-registry-post-process-groups): Use it and fix prior
5158         bug (returning a list as the split result).
5159
5160         * auth-source.el (auth-sources): Remove server parameter.
5161         (auth-source-pick, auth-source-user-or-password)
5162         (auth-source-user-or-password-imap)
5163         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5164         (auth-source-user-or-password-sftp)
5165         (auth-source-user-or-password-smtp): Remove server parameter.
5166
5167 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5168
5169         * smime.el (smime-sign-region, smime-encrypt-region)
5170         (smime-decrypt-region):
5171         Remove redundant calls to `generate-new-buffer-name'.
5172
5173 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5174
5175         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5176         Don't use QP for message/rfc822.
5177         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5178
5179 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5180
5181         * sieve-manage.el (sieve-string-bytes): Remove.
5182         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5183         correct byte-length only if the process's coding-system is the same as
5184         the one used internally by Emacs to represent strings.
5185
5186 2008-04-22  Juri Linkov  <juri@jurta.org>
5187
5188         * mailcap.el (mailcap-file-default-commands): New function.
5189
5190 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * message.el (message-signature-separator, message-cite-function):
5193         Change custom version.
5194
5195 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5196
5197         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5198         commands.
5199         (tls-checktrust): Ditto.
5200
5201 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * mm-decode.el (mm-display-external): Make temp file read-only.
5204
5205 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5208         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5209         `C-c C-f d'.
5210
5211 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5212
5213         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5214
5215 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus.el: Bump version to 0.9.
5218
5219 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * gnus.el: No Gnus v0.8 is released.
5222
5223 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * mail-source.el (mail-source-value):
5226         Prefer fboundp to functionp so it works with macros as well.
5227
5228 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5229
5230         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5231         Fix last change in case the element is not even a symbol.
5232
5233 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5234
5235         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5236         Prefer fboundp to functionp so it works with macros as well.
5237
5238 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         * auth-source.el: Added docs.
5241         (auth-sources): Modify format to support server.
5242         (auth-source-pick, auth-source-user-or-password)
5243         (auth-source-user-or-password-imap)
5244         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5245         (auth-source-user-or-password-sftp)
5246         (auth-source-user-or-password-smtp): Add server parameter.
5247
5248 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5249
5250         * gnus-registry.el: Initialize the registry when gnus-registry-install
5251         is t.
5252
5253 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * compface.el (uncompface): Make buffer unibyte.
5256
5257 2008-04-05  Glenn Morris  <rgm@gnu.org>
5258
5259         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5260
5261 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5262
5263         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5264         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5265
5266         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5267         multibyteness after rather than before erasing it.
5268
5269         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5270         mm-with-multibyte.
5271         (gnus-request-article-this-buffer): Make sure the proper decoding is
5272         used if gnus-original-article-buffer happens to be unibyte.
5273
5274         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5275         default-enable-multibyte-characters.
5276
5277         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5278         default-enable-multibyte-characters.
5279
5280         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5281
5282         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5283
5284 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5285
5286         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5287         (imap-message-copyuid-1): Use it.
5288         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5289         J. Williams in
5290         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5291
5292         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5293         imap-enable-exchange-bug-workaround.
5294         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5295
5296 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5297
5298         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5299         a 100 byte status-checks into a 2-3MB transfer for each group.
5300         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5301         to enable bug workaround or not.
5302         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5303
5304 2008-03-31  Glenn Morris  <rgm@gnu.org>
5305
5306         * message.el (mml2015-use): Declare for compiler.
5307         (message-info): Require mml2015 when appropriate.
5308
5309 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5312         whitespace.
5313
5314 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5317         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5318         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5319         (nntp-service-to-port): New function.
5320         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5321         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5322         (nntp-open-netcat-stream): New function.
5323         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5324
5325 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5326
5327         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5328
5329 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5332
5333 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5334
5335         * dns.el (dns-write): Use set-buffer-multibyte.
5336
5337 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5338
5339         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5340
5341 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * message.el (message-signature-separator): Change default.
5344         Improve custom type.
5345         (message-cite-function): Change default to
5346         message-cite-original-without-signature.
5347
5348         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5349         toggle.
5350
5351         * message.el (message-check-news-body-syntax): Fix signature check.
5352         (message-setup-1): Mark buffer as unmodified _after_ running
5353         message-setup-hook and handling message-alternative-emails.
5354         (message-shorten-references): Be more strict when building list of
5355         valid references to comply with GNKSA.
5356
5357         * gnus-group.el (gnus-read-ephemeral-bug-group)
5358         (gnus-read-ephemeral-debian-bug-group)
5359         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5360
5361         * message.el (message-info): Don't use booleanp which isn't supported
5362         in Emacs 21 and XEmacs.
5363
5364 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5367         gnus-group-gmane-group-download-format.
5368         (gnus-group-read-ephemeral-gmane-group): Rename from
5369         gnus-group-read-ephemeral-gmane-group.
5370         (gnus-read-ephemeral-gmane-group-url): Rename from
5371         gnus-group-read-ephemeral-gmane-group-url.
5372         (gnus-bug-group-download-format-alist): New variable.
5373         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5374         (gnus-read-ephemeral-emacs-bug-group): New commands.
5375
5376 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5379         (gnus-visible-headers): Improve custom type.
5380
5381 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * mml.el (mml-menu): Add workarounds for XEmacs.
5384
5385         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5386         X-Boundary header.
5387
5388         * message.el (message-simplify-recipients): Fix previous commit.
5389
5390 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5391
5392         * mm-util.el (mm-set-buffer-multibyte): New function.
5393         * mm-decode.el (mm-copy-to-buffer): Use it.
5394
5395 2008-03-19  Glenn Morris  <rgm@gnu.org>
5396
5397         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5398         Accidentally removed in the sync process with Emacs.
5399
5400 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * message.el (message-alter-recipients-discard-bogus-full-name):
5403         New function.
5404         (message-alter-recipients-function): New variable.
5405         (message-get-reply-headers): Use it.
5406         (message-replace-header): New helper function.
5407         (message-recipients-without-full-name): New variable.
5408         (message-simplify-recipients): New command.
5409
5410         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5411
5412         * message.el (message-info): Handle EasyPG manual.
5413
5414         * mml.el (mml-menu): Add entry for EasyPG.
5415
5416 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5417
5418         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5419         parameter.
5420
5421         * message.el (message-disassociate-draft): Specify drafts group name
5422         fully.
5423
5424 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5427         unnecessary duplicates from the match list.
5428
5429 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5432
5433         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5434
5435         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5436         args of `how-many' of which the XEmacs version doesn't take; declare
5437         Info-index-next as function.
5438
5439 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * gnus-score.el (gnus-score-headers): Fix handling of
5442         gnus-inhibit-slow-scoring.
5443
5444         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5445         string.
5446         (gnus-button-url-regexp): Improve handling of parenthesis.
5447         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5448         (gnus-button-handle-info-keystrokes): Handle index entries.
5449
5450 2008-03-15  Glenn Morris  <rgm@gnu.org>
5451
5452         * parse-time.el (parse-time-string): Simplify.
5453
5454 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5457         Incoming* files.
5458
5459 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5460
5461         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5462         (auth-source-pick): Use it.
5463
5464 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5465
5466         * binhex.el (binhex-decode-region-internal):
5467         * uudecode.el (uudecode-decode-region-internal):
5468         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5469         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5470         setting default-enable-multibyte-characters.
5471
5472 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5473
5474         * auth-source.el (auth-source-protocols)
5475         (auth-source-protocols-customize, auth-source-choices): Added and
5476         modified variable customizations and defaults.
5477         (auth-source-pick, auth-source-user-or-password)
5478         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5479         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5480         (auth-source-user-or-password-sftp)
5481         (auth-source-user-or-password-smtp): Use new variables and provide an
5482         interface to netrc.el.
5483
5484 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5487         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5488         Make sure the nntp port to specify is a string.
5489
5490 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * nntp.el: Use with-current-buffer.
5493         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5494         dubious mm-with-unibyte-current-buffer.
5495         (nntp-with-open-group-function): New function extracted from
5496         nntp-with-open-group macro.
5497         (nntp-with-open-group): Use the function, so it's easier to debug.
5498         Add indentation and debugging info.
5499         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5500         the use of the netcat alternatives.
5501
5502         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5503         Avoid mm-string-as-multibyte as well.
5504
5505         * nnweb.el (nnweb-insert-html):
5506         Remove use of nnheader-string-as-multibyte.
5507
5508         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5509         (nnheader-string-as-multibyte): Remove.
5510
5511         * mm-view.el: Use inhibit-read-only.
5512         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5513         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5514         or unibyte-string.
5515
5516         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5517         (mm-uu-yenc-extract): Use with-current-buffer.
5518
5519         * gnus-soup.el (gnus-soup-send-packet): Don't use
5520         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5521
5522         * nnmh.el: Use with-current-buffer.
5523         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5524         mm-string-as-multibyte on the output of mm-encode-coding-string.
5525
5526         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5527         (nnimap-request-move-article): Use with-current-buffer.
5528
5529         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5530         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5531         conversion uses string-make-unibyte rather than string-as-unibyte.
5532
5533         * gnus-msg.el: Use with-current-buffer.
5534
5535         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5536
5537 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5538
5539         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5540         string for caching if it is 'PIN.
5541
5542 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * lpath.el: Consider the case without Emacs/W3.
5545
5546 2008-03-08  Glenn Morris  <rgm@gnu.org>
5547
5548         * time-date.el (date-to-time, time-subtract, time-add)
5549         (safe-date-to-time): Doc fixes.
5550
5551 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * mail-source.el (mail-source-delete-old-incoming-confirm):
5554         Change default to nil.
5555         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5556
5557 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * lpath.el: Rearrange.
5560
5561         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5562         (gnus-article-goto-prev-page): Work for articles having ^L's.
5563
5564         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5565
5566         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5567
5568 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5569
5570         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5571         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5572         (gnus-bookmark-jump): Adjust some variable names.
5573
5574 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * auth-source.el: New package.
5577         (auth-source-choices): Add customization entry point variable.
5578
5579         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5580         bug.
5581
5582 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5585         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5586         (gnus-registry-install-shortcuts): Rename from
5587         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5588         the `gnus-registry-mark-map' keymap dynamically from
5589         `gnus-registry-marks'.  The generated functions update the summary line
5590         when a registry mark is added or deleted, and will call
5591         `gnus-registry-install-p' (see the comments in the code).
5592         (gnus-registry-user-format-function-M): Use concat intelligently.
5593
5594         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5595         the registry mark functions.
5596
5597 2008-03-05  Glenn Morris  <rgm@gnu.org>
5598
5599         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5600         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5601         gnus-art.
5602         (top-level): No need to load own source when compiling.
5603
5604 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5607         Suggested by <chris.anderton@zetnet.co.uk>.
5608
5609 2008-03-04  Glenn Morris  <rgm@gnu.org>
5610
5611         * gnus-sum.el (top-level): No need to require gnus when compiling,
5612         since unconditionally required near start of file.
5613         (gnus-summary-display-while-building): Move definition before use.
5614
5615 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5618         formatting function.
5619
5620 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5623         with plists.
5624         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5625         Use new format.
5626
5627 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5630         `where-is-internal' that returns a range of key sequences.
5631
5632 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5633
5634         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5635
5636         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5637         (gnus-summary-jump-to-group): Consider windows on other displayed
5638         frames as well.  Similar changes might be needed elsewhere, but that's
5639         the one I've bumped into during my use.
5640
5641         * nndoc.el (nndoc-oe-dbx-type-p):
5642         * gnus-msg.el (gnus-debug):
5643         * gnus-group.el (gnus-update-group-mark-positions):
5644         Use mm-string-to-multibyte.
5645
5646 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5649         doesn't handle NotDashEscaped.
5650
5651         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5652         (mml-dnd-attach-options): Fix typo in custom choice.
5653
5654         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5655         nndoc-article-type to mbox.
5656         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5657
5658         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5659         to nil, instead of html2text.
5660
5661         * imap.el (imap-debug): Add `imap-ping-server'.
5662
5663         * gnus-bookmark.el: Add FIXMEs.
5664
5665         * message.el (message-form-letter-separator)
5666         (message-send-form-letter-delay): New variables.
5667         (message-send-form-letter): Use them.  New command to send form
5668         letters.  Requested by Uwe Siart.
5669         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5670
5671 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * Update copyright years.
5674
5675 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         Sync from EMACS_22_BASE.
5678
5679         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5680
5681 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5682
5683         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5684         empty author.
5685
5686 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-registry.el (gnus-registry-marks): Add variable for
5689         customization of marks and their appearance.
5690         (gnus-registry-read-mark): Use it.
5691         (gnus-registry-do-marks): Add utility function to loop through
5692         `gnus-registry-marks'.
5693         (gnus-registry-install-shortcuts-and-menus): Add function to install
5694         shortcuts and menus.
5695         (gnus-registry-initialize): Use it.
5696         (gnus-registry-default-mark): Clarify documentation.
5697
5698 2008-02-29  Glenn Morris  <rgm@gnu.org>
5699
5700         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5701         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5702         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5703         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5704         Change defcustom :version from 23.0 to 23.1.
5705
5706 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * gnus-registry.el (gnus-registry-follow-group-p)
5709         (gnus-registry-post-process-groups): Add functions to aid registry
5710         splitting and improve logging.  Clarify behavior in function
5711         documentation.
5712         (gnus-registry-split-fancy-with-parent): Use them.
5713
5714 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * gnus-art.el: Use with-current-buffer.
5717
5718 2008-02-27  David Engster  <dengste@eml.cc>
5719
5720         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5721         Express real group name in the response.
5722
5723 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5726         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5727         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5728         autoload gnus-registry-fetch-group when compiling.
5729         (nnmairix-request-group-with-article-number-correction): Remove
5730         unreferenced argument passed to nnmairix-call-backend.
5731
5732 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5735         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5736         Wilde.
5737
5738 2008-02-27  Glenn Morris  <rgm@gnu.org>
5739
5740         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5741         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5742         variables to defconsts.  Convert comments to doc-strings.
5743         (nnmairix-last-server, nnmairix-current-server): Convert from free
5744         variables to defvars.  Convert comments to doc-strings.
5745         (gnus-registry-fetch-group): Autoload.
5746         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5747         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5748         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5749         caddr.
5750         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5751         nnmairix-request-group-with-article-number-correction call.
5752         (nnmairix-fast, nnmairix-group): New, less general names, for free
5753         variables passed from nnmairix-request-group to
5754         nnmairix-request-group-with-article-number-correction.  Declare.
5755         (nnmairix-request-group-with-article-number-correction):
5756         Use nnmairix-fast, nnmairix-group rather than fast, group.
5757
5758 2008-02-26  David Engster  <dengste@eml.cc>
5759
5760         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5761         version 0.5.
5762
5763 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5764
5765         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5766         instead of making an extra function call.  Don't add the current group
5767         to articles only when they have the group.  Use
5768         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5769         Reported by David <de_bb@arcor.de>.
5770
5771 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5774         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5775
5776 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * mail-source.el (mail-source-delete-incoming): Change default.
5779         Supplement doc string.
5780
5781         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5782
5783 2008-02-14  Glenn Morris  <rgm@gnu.org>
5784
5785         * time-date.el (format-seconds): New function.
5786
5787 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * nnmail.el (nnmail-message-id-cache-file): Derive from
5790         `gnus-home-directory'.
5791
5792 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5795         Document negative prefix.
5796
5797         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5798
5799 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * message.el (message-unsent-separator): Add the Exim bounce
5802         separator.
5803
5804 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5805
5806         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5807         list.
5808         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5809         recipient/signer list.
5810
5811 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * Makefile.in (datarootdir): Define.
5814         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5815         name that might contain whitespace.
5816
5817 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5820         fbound (Emacs 23 unicode), signal an error.
5821
5822 2008-02-08  Glenn Morris  <rgm@gnu.org>
5823
5824         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5825
5826 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5827
5828         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5829         ports to the calls to `netrc-machine-user-or-password' in addition to
5830         "imap" and "imaps".
5831
5832 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5833
5834         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5835
5836         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5837
5838 2008-02-01  Kenichi Handa  <handa@m17n.org>
5839
5840         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5841         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5842         (rfc2104-hash): Convert the result of concat to unibyte string.
5843
5844 2008-02-01  Dave Love  <fx@gnu.org>
5845
5846         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5847         coding-system-for-read.
5848         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5849
5850 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5853         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5854         <hanche@math.ntnu.no>.
5855
5856 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5859
5860         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5861
5862 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5863
5864         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5865         * message.el (message-beginning-of-line): Use featurep instead of bound
5866         tests in order to resolve conditionals at compile time.
5867
5868 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5869
5870         * mail-source.el (mail-sources): Add `group' choice.
5871
5872         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5873         parameter `in-group' to control into which group the articles go.
5874         Add treatment of `group' mail-source.
5875
5876 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5879
5880         * mm-decode.el (mm-dissect-buffer): Decode description.
5881
5882         * mml.el (mml-to-mime): Encode message header first.
5883
5884 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5887         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5888
5889         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5890         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5891
5892 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5895
5896 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5899         prefix keys.
5900         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5901         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5902         gnus-xmas.el.
5903
5904         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5905         (gnus-xmas-article-describe-bindings): New function.
5906         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5907         gnus-xmas-article-describe-bindings.
5908
5909         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5910
5911 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5914         Add new variables for article mark management.
5915         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5916         list of extra data entries which, when present, will indicate that the
5917         article ID should not be trimmed from the registry.
5918         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5919         functions.
5920         (gnus-registry-read-mark): New function to read a mark name from the
5921         user.
5922         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5923         (gnus-registry-set-article-mark-internal): New functions to add and
5924         remove marks.
5925         (gnus-registry-get-article-marks): New function to show the marks for
5926         an article, or retrieve them for further use.
5927
5928 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5931         keys when no argument is given.
5932
5933 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * imap.el (imap-ping-server): New variable.
5936         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5937         (imap-ping-server): Minor doc string fixes.
5938
5939 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5940
5941         * imap.el (imap-ping-server): New function.
5942         (imap-opened): Call imap-ping-server.
5943
5944 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-sum.el (gnus-article-sort-by-random)
5947         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5948         jidanni@jidanni.org.
5949
5950 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (gnus-article-describe-bindings): New function.
5953         (gnus-article-read-summary-keys): Use it.
5954         (gnus-article-mode-map): Bind `C-h b' to it.
5955
5956 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5959         XEmacs.
5960         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5961         against non-character events.
5962
5963         * lpath.el: Fbind map-keymap for Emacs 21.
5964
5965 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5968         command.
5969         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5970         instead of END.  Change name of the temp file.
5971         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5972         customizable.
5973
5974 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5977         bind `S W' to gnus-article-wide-reply-with-original; set default
5978         binding to gnus-article-read-summary-send-keys.
5979         (gnus-article-read-summary-keys): Fix the order of keys; display
5980         continuation keys correctly in the echo area; describe bindings
5981         correctly when keys end with `C-h'.
5982         (gnus-article-read-summary-send-keys): New function.
5983         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5984         for gnus-article-read-summary-send-keys; display continuation keys
5985         correctly in the echo area.
5986         (gnus-article-reply-with-original): Ignore prefix argument.
5987         (gnus-article-wide-reply-with-original): New function.
5988
5989         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5990         Emacs 21.
5991
5992 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5995         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5996
5997 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6000         (gnus-group-read-ephemeral-gmane-group): New command.
6001
6002 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6003
6004         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6005
6006 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-send-mail-function): Increase custom version.
6009
6010         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6011         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6012
6013 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6016         for the cases where imap-authenticate is called with a nil buffer
6017         parameter.
6018
6019 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6022         html parts correctly; support forwarded messages.
6023         (gnus-article-browse-html-article): Remove work buffers.
6024
6025         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6026         compiling.
6027         (netrc-bound-and-true-p): New macro.
6028         (netrc-parse): Use it instead of bound-and-true-p that is not available
6029         in XEmacs 21.4.
6030
6031 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * gnus-registry.el (gnus-registry-mark-article)
6034         (gnus-registry-article-marks): Add functionality to mark articles
6035         through the Gnus registry.
6036
6037         * encrypt.el: Clarify documentation for the new pgg method.
6038         (encrypt-file-alist): Add PGG option.
6039         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6040         functionality.  Abstract password key and messaging to external
6041         functions.
6042         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6043         (encrypt-message-method-and-cipher): Add new convenience external
6044         functions.
6045         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6046         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6047
6048         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6049         (netrc-parse): Use encrypt-file-alist to determine if
6050         encrypt-find-model or encrypt-insert-file-contents should be used.
6051
6052         * encrypt.el: Clarify documentation.  Load password-cache or
6053         password, whichever one is found first, instead of autoloading.
6054
6055 2007-12-19  Glenn Morris  <rgm@gnu.org>
6056
6057         * mml.el (message-options-set, message-narrow-to-head)
6058         (message-in-body-p, message-mail-p, message-encode-message-body):
6059         Autoload.
6060         (message-remove-header, message-narrow-to-headers-or-head)
6061         (message-subscribed-p, message-make-mail-followup-to)
6062         (message-position-on-field, message-news-p)
6063         (message-options-set-recipient, message-generate-headers)
6064         (message-sort-headers): Declare as functions.
6065
6066 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6069         convention in doc string.
6070
6071 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6074         title to html parts.
6075         (gnus-article-browse-html-article): Pass message header to it.
6076
6077         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6078
6079 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6082         or password compatible with XEmacs.
6083
6084 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6087         format document.
6088         (gnus-mime-delete-part): Don't write description line if empty.
6089         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6090
6091 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6092
6093         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6094         (gnus-summary-mark-read-and-unread-as-read)
6095         (gnus-summary-mark-current-read-and-unread-as-read)
6096         (gnus-summary-mark-unread-as-ticked): Doc fix.
6097         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6098
6099 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6102         Christoph Conrad <christoph.conrad@gmx.de>.
6103
6104 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6107         yes-or-no-p.
6108
6109 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * mm-decode.el (mm-add-meta-html-tag): New function.
6112         (mm-save-part-to-file, mm-pipe-part): Use it.
6113
6114         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6115         gnus-y-or-n-p instead of y-or-n-p.
6116         (gnus-article-browse-html-parts): Work with message/external-body; use
6117         mm-add-meta-html-tag.
6118
6119 2007-12-11  Glenn Morris  <rgm@gnu.org>
6120
6121         * gnus-cache.el: Require gnus-sum not just when compiling.
6122
6123         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6124
6125         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6126         definitions before use.
6127
6128         * mm-decode.el: Require gnus-util.
6129         (mm-remove-part): Only call delete-annotation on XEmacs.
6130
6131         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6132
6133         * nnmail.el: Require gnus-int.
6134
6135         * spam.el: Move `require's before `eval-when-compile's.
6136
6137         * gnus-ems.el (gnus-alive-p):
6138         * gnus-fun.el (message-goto-eoh):
6139         * gnus-util.el (gnus-group-name-decode):
6140         * mail-source.el (gnus-compress-sequence):
6141         * message.el (Info-goto-node, format-spec):
6142         * mm-bodies.el (message-options-get):
6143         * mm-decode.el (mm-view-pkcs7):
6144         * mm-util.el (gmm-write-region):
6145         * mml-smime.el (mml-compute-boundary)
6146         (gnus-completing-read-with-default):
6147         * mml.el (widget-button-press, gnus-make-hashtable):
6148         * mml1991.el (mm-decode-content-transfer-encoding)
6149         (mm-encode-content-transfer-encoding)
6150         (message-options-get, message-options-set):
6151         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6152         * nnfolder.el (gnus-request-group):
6153         * nnheader.el (ietf-drums-unfold-fws):
6154         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6155         * smime.el (gnus-run-mode-hooks):
6156         * spam-stat.el (gnus-message): Autoload.
6157
6158         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6159         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6160         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6161         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6162         Add declare-function compatibility definition.
6163
6164         * gnus-cache.el (nnvirtual-find-group-art):
6165         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6166         (gnus-add-image, gnus-add-wash-type):
6167         * gnus-group.el (nnkiboze-score-file):
6168         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6169         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6170         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6171         (message-tokenize-header, gnus-get-buffer-create)
6172         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6173         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6174         * gnus.el (gnus-group-decoded-name):
6175         * mail-source.el (imap-capability):
6176         * mm-bodies.el (message-options-set):
6177         * mm-decode.el (gnus-configure-windows):
6178         * mm-extern.el (message-goto-body):
6179         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6180         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6181         (epg-sub-key-validity, message-options-set):
6182         * mml.el (widget-event-point, gnus-configure-windows):
6183         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6184         * mml2015.el (epg-check-configuration, epg-configuration)
6185         (message-options-set):
6186         * nndb.el (nndb-request-article):
6187         * nnfolder.el (gnus-request-create-group):
6188         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6189         * nnmaildir.el (gnus-group-mark-article-read):
6190         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6191         * rfc1843.el (message-fetch-field):
6192         * spam.el (gnus-extract-address-components):
6193         Declare as functions.
6194
6195 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6198
6199         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6200
6201         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6202         bind show-trailing-whitespace for XEmacs.
6203
6204 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6207         new no-op macro for backward compatibility.
6208
6209         * imap.el (imap-string-to-integer): New function.
6210
6211 2007-12-09  Glenn Morris  <rgm@gnu.org>
6212
6213         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6214
6215         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6216         * message.el, mm-view.el, sieve-manage.el, smime.el:
6217         Add declare-function compatibility definition.
6218
6219         * gnus-art.el (w3-region, w3m-region, Info-menu):
6220         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6221         * gnus-sum.el (gnus-get-predicate):
6222         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6223         * message.el (mail-abbrev-in-expansion-header-p):
6224         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6225         (w3m-detect-meta-charset, w3m-region):
6226         * sieve-manage.el (password-read, password-cache-add)
6227         (password-cache-remove):
6228         * smime.el (password-read-and-add): Declare as functions.
6229
6230 2007-12-08  David Kastrup  <dak@gnu.org>
6231
6232         * gnus-sum.el (gnus-summary-simplify-subject-query):
6233         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6234         `message'.
6235
6236 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6239         it to bind idna-program, installation-directory, defined-colors, and
6240         face-attribute for XEmacs of the version that compiles defcustom forms.
6241
6242 2007-12-07  Glenn Morris  <rgm@gnu.org>
6243
6244         * gnus-art.el (article-make-date-line): Revert previous change.
6245
6246 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6249
6250 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6251
6252         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6253         Call gnus-add-to-range ranges only once with a prepared article-list.
6254
6255 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6256
6257         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6258         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6259         group names with backslashes.  Reported by Tassilo Horn
6260         <tassilo@member.fsf.org>.
6261
6262 2007-12-06  Deepak Goel  <deego3@gmail.com>
6263
6264         * gnus-art.el (article-make-date-line):
6265         * gnus-start.el (gnus-load):
6266         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6267
6268 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-art.el (gnus-use-idna)
6271         * gnus-start.el (gnus-site-init-file)
6272         * message.el (message-use-idna)
6273         * mm-uu.el (mm-uu-hide-markers)
6274         * smiley.el (smiley-style): Revert changes that suppress warnings.
6275
6276 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6279         specify charset to html source.  Reported by Christoph Conrad
6280         <christoph.conrad@gmx.de>.
6281
6282 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6285         idna-program in order to suppress byte compile warning issued by XEmacs
6286         that came to byte compile the default value section of defcustom forms
6287         recently.
6288
6289         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6290         value of installation-directory.
6291
6292         * message.el (message-use-idna): Don't directly refer to the value of
6293         idna-program.
6294
6295         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6296
6297         * smiley.el (smiley-style): Don't directly call face-attribute.
6298
6299 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6302
6303         * gnus-dired.el: Reduce Gnus dependencies.
6304         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6305         require.  Use autoloads instead.
6306         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6307         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6308         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6309         (gnus-dired-mode): Adjust doc string.
6310         (gnus-dired-mail-mode): New variable.
6311         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6312         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6313         (gnus-dired-mail-buffers): New function.  Return mail or message
6314         composition buffers.
6315         (gnus-dired-attach): Use it.
6316         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6317         NO-DECODE.
6318         (gnus-dired-print): Use `gnus-print-buffer' depending on
6319         `gnus-dired-mail-mode'.
6320
6321 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * rfc2047.el (rfc2047-encoded-word-regexp)
6324         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6325         explaining what regexp patterns are for.
6326
6327 2007-12-04  Glenn Morris  <rgm@gnu.org>
6328
6329         * password.el: Move to password-cache.el.
6330
6331         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6332         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6333         * mml-smime.el (password-read, password-cache-add)
6334         (password-cache-remove):
6335         No need to autoload, since mml-sec requires password.
6336
6337         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6338         * message.el (gnus-extract-address-components):
6339         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6340
6341         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6342         password.
6343
6344 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * mailcap.el: Reduce dependencies.
6347         (mail-header-parse-content-type): Autoload.
6348         (mailcap-delete-duplicates): New alias.
6349         (mailcap-mime-info): Add optional argument NO-DECODE.
6350         (mailcap-mime-types): Use mailcap-delete-duplicates.
6351
6352         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6353
6354 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6355
6356         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6357         (imap-parse-status): Upcase status-att for servers that sends them
6358         lower-case (e.g., MS Exchange 2007).
6359
6360 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361
6362         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6363         function.
6364
6365         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6366         (gnus-uu-yenc-article): New function.
6367
6368         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6369
6370         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6371         buffer.
6372
6373 2007-12-02  Glenn Morris  <rgm@gnu.org>
6374
6375         * binhex.el (binhex): New custom group.
6376         (binhex-decoder-program, binhex-decoder-switches)
6377         (binhex-use-external): Move to the binhex custom group.
6378
6379         * uudecode.el (uudecode): New custom group.
6380         (uudecode-decoder-program, uudecode-decoder-switches)
6381         (uudecode-use-external): Move to the uudecode custom group.
6382
6383         * netrc.el (top-level): Don't load `encrypt' features.
6384         (netrc-parse): Don't use encrypt.
6385         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6386
6387         * encrypt.el: Remove file.
6388
6389 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6392         matches on patches.
6393
6394         * gnus-art.el (gnus-article-browse-html-article): Mention
6395         `mm-text-html-renderer' in the doc string.
6396
6397         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6398         string.  Add comments.
6399
6400         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6401         if rhs is ASCII.
6402
6403 2007-12-01  Glenn Morris  <rgm@gnu.org>
6404
6405         * mail-source.el (top-level): Require format-spec before
6406         eval-when-compile.
6407
6408 2007-11-30  Glenn Morris  <rgm@gnu.org>
6409
6410         * encrypt.el: Require password, rather than autoloading password-read.
6411
6412 2007-11-29  Glenn Morris  <rgm@gnu.org>
6413
6414         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6415         (sasl-make-client, sasl-next-step, sasl-step-data)
6416         (sasl-step-set-data): Declare as functions.
6417
6418 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6421
6422 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6423
6424         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6425         certs should be verified and what is to be done in the event of a
6426         verification failure.
6427
6428         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6429         caller can indicate whether the cache should be disregarded for this
6430         call.  This way the result of the call is reproducible at all times and
6431         can be considered a canonical server name for the supplied method.
6432         (gnus-agent-method-p): Canonicalize server names by pushing their
6433         method through `gnus-method-to-server' using the no-cache argument.
6434
6435         * gnus-srvr.el (gnus-server-insert-server-line): Call
6436         `gnus-method-to-server' with `no-cache' argument.
6437
6438         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6439         gnus-agent-possibly-synchronize-flags as this should be called when the
6440         server is actually being opened.
6441         (gnus-agent-possibly-synchronize-flags)
6442         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6443         flags file of an agentized server to the latter function.
6444
6445         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6446         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6447         after a connection has been established successfully.
6448
6449 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-art.el (article-display-face): Force to display face if called
6452         interactively; check if gnus-article-x-face-too-ugly matches author.
6453         (article-display-x-face): Display face even if From header is missing
6454         as article-display-face does.
6455
6456 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6457
6458         * hashcash.el (message-narrow-to-headers-or-head)
6459         (message-fetch-field, message-goto-eoh)
6460         (message-narrow-to-headers): Declare as functions.
6461
6462 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * mail-source.el (mail-sources): Default to fetch from file for
6465         compatibility with default of nnmail-spool-file.
6466
6467 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6470         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6471         to look for encoded word that should be encoded again.
6472         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6473         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6474         encoding pattern.
6475         (rfc2047-decode-region): Switch strict regexp and loose one according
6476         to rfc2047-allow-irregular-q-encoded-words.
6477
6478 2007-11-25  Romain Francoise  <romain@orebokech.com>
6479
6480         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6481
6482 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * tls.el (tls-program): Provide more custom choices from
6485         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6486         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6487
6488 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6491         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6492
6493         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6494         `nnmail-spool-file'.
6495
6496         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6497         `nnmail-spool-file'.
6498
6499         * gnus-move.el (gnus-change-server): Ditto.
6500
6501         * gnus-kill.el (gnus-batch-score): Ditto.
6502
6503         * gnus-cache.el (gnus-jog-cache): Ditto.
6504
6505         * gnus-msg.el (gnus-summary-reply):
6506         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6507
6508 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6511         version.  Minor improvement to doc strings.
6512         (tls-program): Add comment.
6513
6514 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6515
6516         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6517         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6518         mismatch between the hostname provided in the certificate and the name
6519         of the host connnecting to.
6520         (open-tls-stream): Use them.  Check certificates against trusted root
6521         certificates.
6522
6523 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * gnus-cache.el (gnus-cache-generate-nov-databases):
6526         Use nnml-generate-nov-databases-directory instead of
6527         nnml-generate-nov-databases-1.
6528
6529 2007-11-24  Glenn Morris  <rgm@gnu.org>
6530
6531         * message.el (message-tool-bar-retro): Update for rename
6532         mail_send.xpm->mail-send.xpm.
6533
6534 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6537         `smime-ldap-search' for Emacs 22 and up.
6538
6539 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6542
6543         * message.el (message-send-mail-function): Fix error convention.
6544         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6545         (message-widen-reply, message-send-mail, message-talkative-question)
6546         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6547         (message-clone-locals, message-send-news): Use with-current-buffer.
6548         (message-insert-or-toggle-importance): Remove unused var `valid'.
6549         (message-make-references): Remove unused var `new-references'.
6550         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6551
6552 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6553
6554         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6555         (spam-split-symbolic-return-positive): Reflow docstring.
6556         (spam-backends, spam-summary-exit-behavior)
6557         (spam-mark-ham-unread-before-move-from-spam-group)
6558         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6559         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6560         (spam-clear-cache, spam-backend-check, spam-install-backend)
6561         (spam-install-statistical-backend, spam-list-of-processors)
6562         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6563         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6564         (spam-check-crm114, spam-initialize, spam-unload-hook):
6565         Fix typos in docstrings.
6566
6567 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6570         been checked if they have never been read and those group levels are
6571         higher than the one that a user specified.
6572
6573 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6576         foreign groups unless a group level is specified by a user.
6577         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6578
6579 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * message.el (message-send-mail-function): Require sendmail.
6582
6583 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * message.el (message-send-mail-function): Check for smtpmail too.
6586
6587         * utf7.el (utf7-encode, utf7-decode): Use coding system
6588         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6589
6590         * message.el (message-send-mail-function): New function.
6591         (message-send-mail-function): Set default using
6592         message-send-mail-function.  Adjust doc string.
6593         (message-send-mail-with-mailclient): New function.
6594
6595 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6596
6597         * smime.el (from):
6598         * rfc2047.el (message-posting-charset):
6599         * qp.el (mm-use-ultra-safe-encoding):
6600         * pop3.el (parse-time-months):
6601         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6602         * nnml.el (files):
6603         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6604         (jka-compr-compression-info-list, ange-ftp-path-format)
6605         (efs-path-regexp):
6606         * nndiary.el (files):
6607         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6608         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6609         (epg-digest-algorithm-alist, inhibit-redisplay)
6610         (password-cache-expiry):
6611         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6612         (pgg-output-buffer, password-cache-expiry):
6613         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6614         (efs-path-regexp):
6615         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6616         (inhibit-redisplay):
6617         * mm-uu.el (file-name, start-point, end-point, entry)
6618         (gnus-newsgroup-name, gnus-newsgroup-charset):
6619         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6620         (latin-unity-ucs-list):
6621         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6622         (mm-uu-binhex-decode-function):
6623         * message.el (gnus-message-group-art, gnus-list-identifiers)
6624         (rmail-enable-mime-composing, gnus-local-organization)
6625         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6626         (gnus-read-active-file, facemenu-add-face-function)
6627         (facemenu-remove-face-function, gnus-article-decoded-p)
6628         (tool-bar-mode):
6629         * mail-source.el (display-time-mail-function):
6630         * gnus-util.el (nnmail-pathname-coding-system)
6631         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6632         (gnus-original-article-buffer, gnus-user-agent)
6633         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6634         (xemacs-codename, sxemacs-codename, emacs-program-version):
6635         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6636         * gnus-start.el (gnus-agent-covered-methods)
6637         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6638         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6639         (gnus-newsgroup-headers, gnus-group-list-mode)
6640         (gnus-group-mark-positions, gnus-newsgroup-data)
6641         (gnus-newsgroup-unreads, nnoo-state-alist)
6642         (gnus-current-select-method, mail-sources)
6643         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6644         (nnmail-spool-file, gnus-cache-active-hashtb):
6645         * gnus-mh.el (mh-lib-progs):
6646         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6647         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6648         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6649         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6650         (gnus-group-buffer):
6651         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6652         (font-lock-set-defaults):
6653         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6654         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6655         (gnus-summary-post-menu, total-parts, type, condition, length):
6656         * gnus-agent.el (gnus-agent-read-agentview):
6657         * flow-fill.el (show-trailing-whitespace):
6658         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6659         eval-and-compile wrappers for byte compiler pacifiers.
6660
6661         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6662         (mm-display-inline-fontify): Check for featurep 'xemacs not
6663         extent-list.
6664
6665         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6666         itimer-list.
6667         (mm-create-image-xemacs): Only do something for XEmacs.
6668         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6669
6670         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6671
6672         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6673         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6674
6675 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6676
6677         * nnimap.el (nnimap-split-download-body):
6678         * gnus-demon.el (gnus-demon):
6679         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6680
6681 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6684         macros.
6685         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6686         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6687         copy data from unibyte buffer to multibyte current buffer.
6688         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6689         to copy data from unibyte current buffer to multibyte buffer.
6690         (nntp-make-process-buffer): Make process buffer unibyte.
6691
6692         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6693
6694 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6695
6696         * pop3.el (pop3-open-server): Accept and process data more robustly at
6697         connexion start to avoid spurious "POP SSL connexion failed" errors.
6698
6699 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6702         read group names.
6703
6704 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6707
6708 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6711         (nnmail-save-active): Use a unibyte buffer when saving active file,
6712         which may contain non-ASCII group names.
6713
6714         * nnml.el (nnml-request-group): Decode group names in messages.
6715
6716 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * message.el (message-citation-line-function)
6719         (message-insert-formatted-citation-line): Fix spelling of
6720         `message-insert-formated-citation-line'.
6721
6722 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6725
6726 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6729         nnmail-pathname-coding-system.
6730
6731         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6732         that a user enters; decode group names in messages.
6733
6734         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6735
6736 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6739
6740         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6741
6742         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6743         risky local variable.
6744
6745         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6746
6747 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * encrypt.el: Improve documentation to fix function name typo.
6750         Reported by Daiki Ueno <ueno@unixuser.org>.
6751
6752 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6755         even if the point is not in the last page of an article.
6756         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6757         back to the previous page.
6758
6759 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6762
6763 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6766
6767 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6768
6769         * message.el (message-check-news-body-syntax): Avoid
6770         mm-string-as-multibyte.
6771         (message-hide-headers): Don't assume (point-min)==1.
6772
6773 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * message.el (message-remove-blank-cited-lines): Fix if remove is
6776         given.
6777         (message-bogus-address-regexp): New variable.
6778         (message-bogus-recipient-p): New function.
6779         (message-check-recipients): New command.
6780         (message-syntax-checks): Add `bogus-recipient'.
6781         (message-fix-before-sending): Add `bogus-recipient'.
6782
6783         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6784         (gnus-treat-body-boundary): Don't test window-system.
6785
6786 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6787
6788         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6789
6790 2007-10-28  Miles Bader  <miles@gnu.org>
6791
6792         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6793         at compile-time too.
6794
6795 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-msg.el (gnus-message-setup-hook): Add
6798         `message-remove-blank-cited-lines' to options.
6799
6800 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * message.el (message-remove-blank-cited-lines): New function.
6803         Suggested by Karl Plästerer.
6804
6805 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6808         mapc.
6809
6810         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6811         (top-level): Use mapc to set functions to be traced for debugging.
6812
6813         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6814         called for effect with while loop.
6815
6816         * message.el (message-talkative-question): Replace mapcar called for
6817         effect with mapc.
6818
6819         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6820         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6821         called for effect with dolist.
6822
6823         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6824
6825         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6826         gnus-extra-headers and nnmail-extra-headers.
6827
6828         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6829         called for effect with dolist.
6830         (top-level): Use mapc to set functions to be traced for debugging.
6831
6832         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6833         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6834         dolist.
6835
6836         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6837         Replace mapcar called for effect with mapc.
6838         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6839         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6840         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6841         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6842
6843         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6844         remove-if that's a cl function.
6845
6846         * webmail.el (webmail-debug): Replace mapcar called for effect with
6847         dolist.
6848
6849         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6850         with mapc.
6851
6852 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6855         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6856         with while loop.
6857
6858         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6859         functions from article-* functions.
6860         (gnus-multi-decode-header): Replace mapcar called for effect with
6861         dolist.
6862
6863         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6864         (gnus-bookmark-show-details): Replace mapcar called for effect with
6865         while loop.
6866
6867         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6868         called for effect with while loop.
6869
6870         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6871         with dolist.
6872
6873         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6874         mapcar called for effect with dolist.
6875
6876         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6877
6878         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6879         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6880         Replace mapcar called for effect with dolist.
6881         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6882         mapc.
6883
6884         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6885         Replace mapcar called for effect with dolist.
6886         (gnus-topic-list): Replace mapcar called for effect with mapc.
6887
6888         * gnus.el: Use mapc instead of mapcar to add autoloads.
6889
6890 2007-10-23  Richard Stallman  <rms@gnu.org>
6891
6892         * gnus-group.el (gnus-group-highlight): Mark as risky.
6893
6894 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus.el (gnus-server-to-method): Return method found first in
6897         gnus-newsrc-alist.
6898
6899         * gnus-art.el (gnus-article-highlight-signature)
6900         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6901         button overlay without the front stickiness.
6902
6903 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6904
6905         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6906         overview buffer needed a catch to receive its throw.
6907         (gnus-agent-flush-cache): Declared as interactive to make this function
6908         easier to use.
6909
6910 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6913         `next-line'.
6914
6915 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6918         exclude address matching message-dont-reply-to-names.
6919
6920 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-util.el (gnus-string<): New function.
6923
6924         * gnus-sum.el (gnus-article-sort-by-author)
6925         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6926
6927 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6930         the frame-focus tag is set in gnus-buffer-configuration.
6931
6932 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6935         the front stickiness.
6936
6937 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6940         url pattern; remove duplicate one.
6941         (gnus-article-extend-url-button): New function.
6942         (gnus-article-add-buttons): Use it.
6943         (gnus-button-push): Use concatenated url that it makes.
6944
6945 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6946
6947         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6948
6949 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6950
6951         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6952         Don't hardcode point-min==1.
6953
6954 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6957         Fix comment about "iso8859-1".
6958
6959 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6960
6961         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6962         ones returned from the verify-function.
6963
6964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6965         mml2015-extract-cleartext-signature if extraction failed.
6966
6967 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6968
6969         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6970         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6971         failed.
6972
6973 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6976
6977 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6980         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6981         recommends to use EasyPG instead of PGG.
6982
6983         * pgg.el: Revert to revision 6.23.2.16.
6984
6985         * pgg-def.el: Revert to revision 6.6.2.14.
6986
6987         * pgg-gpg.el: Revert to revision 6.23.2.34.
6988
6989 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6992         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6993         thread for both the null and zero (kill/expire thread) universal prefix
6994         cases.
6995         (gnus-summary-expire-thread): Add new function to expire a thread,
6996         using gnus-summary-kill-thread.
6997         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6998         shortcuts for gnus-summary-expire-thread.
6999         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7000         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7001
7002 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7003
7004         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7005         extras value, so an extras entry can be deleted.
7006         (gnus-registry-delete-extra-entry): Use it.
7007         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7008         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7009         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7010         storage through the gnus-registry, and provide an appropriate API for
7011         it.
7012
7013 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7016         Suggested by Leo <sdl.web@gmail.com>.
7017
7018         * gnus.el: Do.
7019
7020 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7023         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7024
7025         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7026
7027         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7028         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7029
7030 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7033         newline.
7034         (nnmbox-request-accept-article): Don't change article in source buffer;
7035         narrow to header to use message-fetch-field rather than
7036         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7037         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7038         as delimiters; make sure article ends with newline.
7039         (nnmbox-delete-mail): Correct last position of article to be deleted;
7040         ignore X-Gnus-Newsgroup header in article body.
7041         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7042         positions; make sure article ends with newline.
7043
7044         * message.el (message-display-abbrev): Don't infloop when a user
7045         inserts SPC in the beginning of header.
7046
7047         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7048         coding-system-for-read and coding-system-for-write for XEmacs having no
7049         file-coding feature.
7050
7051         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7052
7053 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7056         list of groups not followed by default.  Fix type to be regexp.
7057         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7058
7059 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7060
7061         * hmac-def.el (define-hmac-function): Switch from old-style to
7062         new-style backquotes.
7063
7064         * md4.el (md4-make-step): Likewise.
7065
7066 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7069         raw-text coding system when saving .newsrc file, which may contain
7070         non-ASCII group names.
7071
7072 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-cus.el (gnus-score-extra): New widget.
7075         (gnus-score-extra-convert): New function.
7076         (gnus-score-customize): Use it for Extra.
7077
7078 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7079
7080         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7081         (mml2015-mailcrypt-clear-verify): Use it.
7082         (mml2015-gpg-clear-verify): Use it.
7083         (mml2015-pgg-clear-verify): Use it.
7084         (mml2015-epg-clear-verify): Replace the current part with the output
7085         from GnuPG; don't extract the plaintext by itself.
7086
7087         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7088         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7089         mml2015-clear-verify-function; don't touch the armor headers or
7090         dash-escaped text here.
7091
7092 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7095         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7096         parts, or application/octet-stream as a last resort.
7097         (gnus-mime-view-part-as-type): Don't toggle display.
7098         (gnus-mime-view-part-as-charset): Don't turn off display before
7099         querying charset.
7100
7101         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7102         stuff to undisplayer function in Emacs.
7103         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7104
7105         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7106         text/calendar parts.
7107
7108 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7111         decoding text/calendar parts.
7112
7113         * message.el (message-forward-make-body-mime): Always mark body as
7114         having no illegible text; remove signed-or-encrypted argument.
7115         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7116
7117         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7118         (mml-generate-mime-1): Don't encode body if it is specified to be in
7119         raw form; don't make buffer be unibyte when inserting multibyte string.
7120
7121 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7122
7123         * sha1.el: Fix up comment style.
7124         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7125         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7126
7127         * hex-util.el: Fix up comment style.
7128         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7129
7130         * gnus-salt.el: Use with-current-buffer.
7131         (gnus-pick-setup-message): Fix long-standing typo.
7132
7133 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * imap.el (imap-logout-timeout): New variable.
7136         (imap-logout, imap-logout-wait): New functions.
7137         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7138
7139         * nnimap.el (nnimap-logout-timeout): New server variable.
7140         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7141         nnimap-logout-timeout.
7142
7143         * gnus-art.el (gnus-article-summary-command-nosave)
7144         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7145
7146 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus.el (gnus-maximum-newsgroup): New variable.
7149
7150         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7151         according to gnus-maximum-newsgroup.
7152
7153         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7154         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7155         Limit the range of articles according to gnus-maximum-newsgroup.
7156
7157 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7158
7159         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7160         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7161         Don't perform gnus-configure-windows here; reuse existing sticky
7162         article buffer.
7163
7164         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7165         it doesn't exist in gnus-article-mode.
7166
7167 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7170         (gnus-agent-decoded-group-name): New function.
7171         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7172         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7173
7174 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7175
7176         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7177         Add binding for gnus-sticky-article.
7178         (gnus-summary-exit): Don't kill sticky article buffers.
7179
7180         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7181         article buffer.
7182         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7183         (gnus-kill-sticky-article-buffers): New commands.
7184
7185 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * nntp.el (nntp-xref-number-is-evil): New server variable.
7188         (nntp-find-group-and-number): If it is non-nil, don't trust article
7189         numbers in the Xref header.
7190
7191 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-agent.el (gnus-agent-read-group): New function.
7194         (gnus-agent-flush-group, gnus-agent-expire-group)
7195         (gnus-agent-regenerate-group): Use it.
7196         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7197         nnmail-pathname-coding-system.
7198
7199 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7202
7203         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7204         that are unread as unread, and also as selected so that information of
7205         marks having been changed by a user may be updated when exiting group.
7206
7207 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7210         calculated ignoring signature parts to gnus-treat-article.
7211
7212 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7215         a point here in order to keep the window start.
7216         (gnus-insert-mime-security-button): Make a button overlay without the
7217         front stickiness.
7218         (gnus-mime-display-security): Goto the end of a button.
7219
7220         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7221
7222 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7225         group-name-at-point.
7226         (gnus-group-completing-read): New function that offers decoded
7227         non-ASCII group names for completion.
7228         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7229         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7230         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7231         (gnus-group-fetch-control): Use it.
7232         (gnus-fetch-group): Use group-name-at-point for the initial value
7233         rather than the default value; use gnus-alive-p.
7234
7235         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7236         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7237         (gnus-summary-post-news): Use gnus-group-completing-read.
7238
7239         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7240         (gnus-read-move-group-name): Decode group name for completion.
7241
7242 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7245         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7246         Yamaoka slightly modified the code).
7247
7248 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7251         (nnmail-split-incoming): Bind it.
7252
7253         * nnml.el (nnml-group-name-charset): New function.
7254         (nnml-decoded-group-name): Use it; don't decode group name if
7255         nnmail-group-names-not-encoded-p is non-nil.
7256         (nnml-encoded-group-name): New function.
7257         (nnml-group-pathname): Inline nnml-decoded-group-name.
7258         (nnml-request-expire-articles): Decode group name in message.
7259         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7260         nnmail-pathname-coding-system.
7261         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7262         not decoded ones according to nnmail-group-names-not-encoded-p.
7263         (nnml-generate-active-info): Use nnml-encoded-group-name.
7264
7265 2007-08-08  Glenn Morris  <rgm@gnu.org>
7266
7267         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7268         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7269         doc-strings and comments.
7270
7271 2007-07-25  Glenn Morris  <rgm@gnu.org>
7272
7273         * Relicense all FSF files to GPLv3 or later.
7274
7275 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-sum.el (gnus-summary-move-article): Make
7278         gnus-summary-respool-article work.
7279
7280 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7283         string.
7284
7285 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7286
7287         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7288         that should be ignored when comparing distant RSS articles with local
7289         ones.
7290         (nnrss-make-hash-index): New function.  Create a hash index according
7291         to the ignored fields.
7292         (nnrss-check-group): Use it.
7293
7294 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7297
7298         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7299
7300         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7301         the new optional argument ENCODED is non-nil.
7302         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7303         coding system for encoding group name.
7304         (gnus-group-make-rss-group): Pass un-encoded group name to
7305         gnus-group-make-group.
7306         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7307         encoded.
7308
7309         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7310         Encode group name to which articles are moved or copied.
7311         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7312         coding system for encoding Newsgroup, Followup-To and Xref headers.
7313
7314         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7315         marks; use nnheader-file-coding-system to write a file.
7316         (nnagent-retrieve-headers): Bind file-name-coding-system to
7317         nnmail-pathname-coding-system.
7318
7319         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7320
7321         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7322         (nnml-request-article, nnml-request-create-group)
7323         (nnml-request-rename-group, nnml-find-id)
7324         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7325         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7326         (nnml-save-marks): Use nnml-group-pathname instead of
7327         nnmail-group-pathname.
7328
7329         (nnml-request-create-group, nnml-request-expire-articles)
7330         (nnml-request-move-article, nnml-request-delete-group)
7331         (nnml-deletable-article-p, nnml-possibly-create-directory)
7332         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7333         (nnml-open-marks): Bind file-name-coding-system to
7334         nnmail-pathname-coding-system.
7335
7336         (nnml-request-article): Pass server argument to nnml-find-group-number.
7337         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7338         server argument to nnml-possibly-create-directory.
7339         (nnml-request-accept-article): Pass server argument to
7340         nnml-active-number and nnml-save-mail.
7341         (nnml-find-group-number): Pass server argument to nnml-find-id.
7342         (nnml-request-update-info): Pass server argument to
7343         nnml-marks-changed-p.
7344
7345         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7346         (nnml-save-mail, nnml-active-number): Add server argument.
7347
7348         (nnml-request-delete-group): Warn if group is missing.
7349         (nnml-get-nov-buffer): Decode group name.
7350         (nnml-generate-active-info): Encode group name.
7351         (nnml-open-marks): Decode group name in messages.
7352
7353 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7356         if it is not specified.
7357         (gnus-article-pipe-part, gnus-article-save-part)
7358         (gnus-article-interactively-view-part, gnus-article-copy-part)
7359         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7360         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7361         (gnus-article-replace-part, gnus-article-delete-part)
7362         (gnus-article-view-part-as-type): Pass raw prefix argument to
7363         gnus-article-part-wrapper.
7364
7365 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-agent.el (gnus-agent-save-active): Bind
7368         nnheader-file-coding-system to gnus-agent-file-coding-system.
7369
7370         * gnus-cache.el (gnus-cache-save-buffers)
7371         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7372         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7373         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7374         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7375         (gnus-cache-generate-active, gnus-cache-rename-group)
7376         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7377         (gnus-cache-update-overview-total-fetched-for): Bind
7378         file-name-coding-system to nnmail-pathname-coding-system.
7379         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7380         variables.
7381         (gnus-cache-decoded-group-name): New function.
7382         (gnus-cache-file-name): Use it.
7383         (gnus-cache-generate-active): Use non-decoded group name for active.
7384
7385         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7386         right place.
7387         (gnus-write-active-file): Don't break non-ASCII group names.
7388
7389         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7390         nnmail-pathname-coding-system.
7391
7392         * lpath.el: Bind default-file-name-coding-system,
7393         file-name-coding-system and language-info-alist for XEmacs.
7394
7395         * gnus-uu.el (gnus-uu-decode-save): Typo.
7396
7397 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7400
7401 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7404         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7405         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7406         (gnus-agent-flush-group, gnus-agent-flush-cache)
7407         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7408         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7409         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7410         (gnus-agent-regenerate-group)
7411         (gnus-agent-update-files-total-fetched-for)
7412         (gnus-agent-update-view-total-fetched-for): Bind
7413         file-name-coding-system to nnmail-pathname-coding-system.
7414         (gnus-agent-group-pathname): Don't encode file names by
7415         nnmail-pathname-coding-system.
7416         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7417         coding-system-for-write instead of buffer-file-coding-system to
7418         gnus-agent-file-coding-system.
7419
7420         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7421         Decode group name.
7422
7423         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7424
7425         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7426         (gnus-read-newsrc-el-file): Make group names unibyte.
7427
7428         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7429         nnmail-pathname-coding-system.
7430
7431         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7432         (nnrss-request-delete-group): Bind file-name-coding-system to
7433         nnmail-pathname-coding-system.
7434         (nnrss-read-server-data, nnrss-read-group-data): Bind
7435         file-name-coding-system correctly.
7436         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7437
7438         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7439         (nntp-server-to-method-cache): New variable.
7440         (nntp-group-pathname): New function that decodes non-ASCII group names.
7441         (nntp-possibly-create-directory, nntp-marks-changed-p)
7442         (nntp-save-marks, nntp-open-marks): Use it.
7443         (nntp-possibly-create-directory, nntp-open-marks):
7444         Bind file-name-coding-system to nnmail-pathname-coding-system.
7445         (nntp-open-marks): Decode group names when bootstrapping marks.
7446
7447         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7448         Newsgroups and Folowup-To headers.
7449
7450 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7453         (gnus-server-closed-face, gnus-server-denied-face)
7454         (gnus-server-offline-face): Remove variable.
7455         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7456
7457         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7458         of modifying message-stack directly for XEmacs.
7459
7460         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7461         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7462         if the coding-system argument is nil for XEmacs.
7463
7464         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7465         mm-charset-override-alist.
7466
7467         * rfc2047.el: Don't require base64; require rfc2045 for the function
7468         rfc2045-encode-string.
7469         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7470         to quote the parameter value.
7471
7472 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7475         form in gnus-group-name-charset-method-alist.
7476
7477         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7478         overrides the default layout edit-form.
7479
7480         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7481
7482         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7483
7484 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7487         as unfetched articles.
7488
7489 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7492
7493 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7496         original back end that keeps marks in the local system.
7497
7498 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7501         arg of pop-to-buffer for XEmacs.
7502         (gnus-article-read-summary-keys): Ditto; don't restore window
7503         configuration if summary command ends up with neither article buffer
7504         nor summary buffer; describe bindings if summary keys end with C-h.
7505
7506 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * message.el (message-fix-before-sending): Skip raw message part to be
7509         forwarded while checking illegible text.
7510         (message-forward-make-body-mime, message-forward-make-body): Mark
7511         signed or encrypted raw message as having no illegible text.
7512
7513 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7516         (gnus-message-with-timestamp-1): New macro.
7517         (gnus-message-with-timestamp): New function.
7518         (gnus-message): Use them.
7519
7520         * nnheader.el (nnheader-message): Use them.
7521
7522 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7525         .newsrc.eld file.
7526
7527 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-agent.el (gnus-agent-fetch-headers)
7530         (gnus-agent-retrieve-headers): Bind
7531         gnus-decode-encoded-address-function to identity.
7532
7533         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7534         available also when the server returns simply a dot.
7535
7536         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7537
7538 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7541
7542 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-ems.el (gnus-x-splash): Make it work.
7545
7546         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7547         from being used.
7548
7549         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7550
7551 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7554         4th and the 5th arguments.
7555
7556         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7557         the front stickiness.
7558         (gnus-article-summary-command-nosave): Correct the order of the
7559         arguments passed to pop-to-buffer.
7560         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7561         summary command ends up with the article buffer.
7562
7563         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7564         the same faces.
7565
7566 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7567
7568         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7569
7570 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7571
7572         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7573         * gnus-sum.el (gnus-summary-highlight):
7574         * pgg.el (pgg-sign-region, pgg-sign):
7575         * mail-source.el (mail-source-delete-old-incoming-confirm):
7576         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7577
7578 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-art.el (gnus-mime-view-part-externally)
7581         (gnus-mime-view-part-internally): Fix predicate function passed to
7582         completing-read.
7583
7584         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7585
7586         * gnus.el (gnus-update-message-archive-method): Add :version.
7587
7588 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus.el (gnus-update-message-archive-method): New variable.
7591
7592         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7593         according to gnus-message-archive-method if
7594         gnus-update-message-archive-method is non-nil.
7595
7596 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7599         by Loic Dachary <loic@dachary.org>.
7600         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7601
7602 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * message.el (message-pop-to-buffer): Add switch-function argument.
7605         (message-mail): Pass switch-function argument to it.
7606
7607 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7610         Improve doc string.
7611
7612 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7615         (gnus-header-content)
7616         * gnus-cite.el (gnus-cite-10)
7617         * gnus-srvr.el (gnus-server-closed)
7618         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7619         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7620         (gnus-group-mail-3-empty, gnus-group-mail-low)
7621         (gnus-group-mail-low-empty, gnus-splash)
7622         * message.el (message-header-to, message-header-cc)
7623         (message-header-subject, message-header-other, message-header-name)
7624         (message-header-xheader, message-separator, message-cited-text)
7625         (message-mml): Lighten colors of faces used for dark background.
7626
7627 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7628
7629         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7630         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7631
7632 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * message.el (message-narrow-to-headers-or-head):
7635         Ignore mail-header-separator in the body.
7636
7637 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7640         same as window size.
7641
7642 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7643
7644         * message.el (message-font-lock-keywords): Use message-header-xheader
7645         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7646         ahead of the anything pattern, to get it recognised.
7647
7648 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7651         spam.el loads uses it in the compiled defadvice form.
7652
7653 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7654
7655         * gnus-sum.el (gnus-articles-to-read)
7656         (gnus-summary-insert-old-articles): Don't truncate group name for
7657         `read-string'.
7658
7659         * gnus-util.el (gnus-limit-string): Delete this function.
7660
7661         * gnus-sum.el (gnus-simplify-subject-fully): Use
7662         `truncate-string-to-width' instead.
7663
7664 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7665
7666         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7667         if, on summary exit, the next group has to be selected.
7668         (gnus-summary-exit): Use it.
7669
7670 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7673         non-break space.
7674
7675 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7678         Check if group is not a directory.
7679         (nnfolder-request-expire-articles): Don't delete articles if the target
7680         group is not available.
7681
7682         * nnml.el (nnml-request-create-group): Properly check if group is not a
7683         file.
7684         (nnml-request-expire-articles): Don't delete articles if the target
7685         group is not available.
7686
7687         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7688         Don't quote characters that are within parentheses.
7689
7690 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7693         (gnus-handle-ephemeral-exit): Select article according to it.
7694
7695 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * message.el (message-insert-formated-citation-line): Remove newline.
7698         (message-citation-line-format): Add final \n here so that the user can
7699         avoid a blank line.
7700
7701 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7702
7703         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7704         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7705         Update lanl/arXiv support.
7706
7707 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus.el: Bump version number.
7710
7711 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus.el (gnus-version-number): Bump version.
7714
7715 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7716
7717         * gnus.el: No Gnus v0.6 is released.
7718
7719 2007-04-27  Didier Verna  <didier@xemacs.org>
7720
7721         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7722         * gmm-utils.el (gmm-regexp-concat): here.
7723         * message.el: Don't require 'gnus-util.
7724         (message-dont-reply-to-names): Handle name change above.
7725         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7726
7727 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7730         since the initial value varies according to the system.
7731
7732 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7735
7736 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7737
7738         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7739
7740 2007-04-24  Didier Verna  <didier@xemacs.org>
7741
7742         Improve the type of gnus-ignored-from-addresses.
7743         * gnus-util.el (gnus-orify-regexp): New function.
7744         * message.el (gnus-util): Require it.
7745         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7746         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7747         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7748
7749 2007-04-24  Didier Verna  <didier@xemacs.org>
7750
7751         * gnus-sum.el:
7752         * gnus-utils.el: Fix some trailing whitespaces.
7753
7754 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7757         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7758         article's Message-ID; refer parent article in summary buffer.
7759
7760         * message.el (message-bounce): Call mime-to-mml.
7761
7762         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7763         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7764         optimize and/or forms properly.
7765
7766 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7769         URL.
7770
7771 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7774
7775 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7778         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7779         displayed of multipart/alternative part if it is invoked from summary
7780         buffer.
7781
7782         * mm-view.el (mm-inline-text-html-render-with-w3m)
7783         (mm-inline-text-html-render-with-w3m-standalone)
7784         (mm-inline-render-with-function): Use mail-parse-charset by default.
7785
7786 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7787
7788         * parse-time.el (parse-time-string-chars): Check if CHAR
7789         is less than the length of parse-time-syntax.
7790
7791 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7794         from gnus-newsgroup-processable.
7795
7796 2007-04-16  Didier Verna  <didier@xemacs.org>
7797
7798         * gnus-msg.el (gnus-configure-posting-styles): Handle
7799         message-signature-directory properly with :file syntax.  Reported by
7800         "Leo".
7801
7802 2007-04-11  Didier Verna  <didier@xemacs.org>
7803
7804         New user option: message-signature-directory.
7805         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7806         * message.el (message-insert-signature): Ditto.
7807         * message.el (message-signature-file): Doc update.
7808         * message.el (message-signature-directory): New.
7809
7810 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-msg.el (gnus-inews-yank-articles): Use
7813         message-exchange-point-and-mark instead of exchange-point-and-mark.
7814
7815 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * message.el (message-yank-original): Make sure cited text ends with
7818         newline; don't exchange point and mark.
7819
7820 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7821
7822         * tls.el (open-tls-stream): Properly handle case where there
7823         is no associated buffer.
7824
7825 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7826
7827         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7828         message-yank-original, make sure (< mark TEXT point).
7829
7830 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * message.el (message-fill-column): New variable.
7833         (message-mode): Use it.  Add comment on a possible new hook.
7834
7835         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7836         (nnmail-get-new-mail): Reformat.
7837
7838         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7839
7840         * gmm-utils.el: Fix Commentary.
7841         (gmm-tool-bar-from-list): Fix typo in doc string.
7842
7843 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7844
7845         * message.el (message-yank-original): Don't switch point and mark
7846         unnecessarily to put point and mark as documented.
7847
7848 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7851         from the message heads.
7852
7853 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7854
7855         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7856         article buffer does not have a window.  This may not be the best
7857         solution but is certainly better than setting the start of the null,
7858         that is the current, window.
7859
7860 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7863         (gnus-draft-setup): Run it.
7864
7865         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7866         gnus-score-fast-scoring.  Allow regexp.
7867         (gnus-score-headers): Use it.
7868
7869         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7870         XEmacs.
7871
7872         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7873         string.
7874         (gnus-button-alist): Also catch `<f1> k ...'.
7875         (gnus-treat-display-x-face): Fix doc string.
7876
7877 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7878
7879         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7880         evaluation of gnus-extended-version to ensure correct generation of the
7881         User-Agent header when message-generate-headers-first is used.
7882
7883 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7884
7885         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7886         hashcash-path is nil.  Don't call callback with incorrect number of
7887         parameters if val is 0.
7888
7889 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7890
7891         * message.el (message-required-news-headers):
7892         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7893
7894 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7895
7896         * tls.el (open-tls-stream): In handshake-waiting loop,
7897         don't wait more if there is output available to process.
7898
7899 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7900
7901         * tls.el (tls-program): Doc fix.
7902
7903 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * message.el (message-generate-new-buffers): Change the meaning of the
7906         nil value; add `standard' to the choices; treat t as `unique'; improve
7907         doc string.
7908         (gnus-select-frame-set-input-focus): Autoload.
7909         (message-buffer-name): Search for the existing message buffer if
7910         message-generate-new-buffers is nil or `standard'; treat the value t of
7911         message-generate-new-buffers as `unique'.
7912         (message-pop-to-buffer): Raise the frame already displaying the message
7913         buffer; clear the echo area after querying.
7914         (message-setup): Pass the `continue' argument to compose-mail.
7915         (message-mail): Prefer `switch-function' if it is given; search for the
7916         existing message buffer if the `continue' argument is non-nil; pass
7917         continue and switch-function arguments to compose-mail by way of
7918         message-setup.
7919         (message-mail-other-window): Adjust argument of message-setup.
7920         (message-mail-other-frame): Ditto.
7921
7922 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7925         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7926         to turn font-lock on when turning gnus-message-citation-mode on.
7927
7928 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7929
7930         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7931         (mml-smime-function-alist): New variable; add epg as the backend.
7932         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7933         mml-smime- functions instead.
7934         * mm-view.el: Require smime.
7935
7936 2007-03-05  Didier Verna  <didier@xemacs.org>
7937
7938         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7939         instead of just inheritance for posting styles.
7940         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7941
7942 2007-02-24  Chris Moore  <dooglus@gmail.com>
7943
7944         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7945         * pgg-pgp.el (pgg-pgp-encrypt-region):
7946         * pgg-gpg.el (pgg-gpg-encrypt-region):
7947         Check pgg-encrypt-for-me if no other recipients.
7948
7949 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7950
7951         * tls.el (tls-certtool-program): Fix custom type.
7952
7953 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7956         and point-at-eol instead of line-(beginning|end)-position.
7957
7958         * assistant.el (assistant-parse-buffer): Ditto.
7959
7960         * netrc.el (netrc-parse-services): Ditto.
7961
7962 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7963
7964         * mml2015.el (mml2015-epg-find-usable-key): New function.
7965         (mml2015-epg-sign): Use it.
7966         (mml2015-epg-encrypt): Use it.
7967
7968 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * message.el (message-make-in-reply-to): Quote name containing
7971         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7972         if there are special characters.  Reported by NAKAJI Hiroyuki
7973         <nakaji@jp.freebsd.org>.
7974
7975 2007-02-27  Didier Verna  <didier@xemacs.org>
7976
7977         Include the group parameters as well as the topic ones in the
7978         inheritance filter process.
7979         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7980         argument GROUP-PARAMS-LIST.
7981         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7982
7983 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * nntp.el (nntp-never-echoes-commands)
7986         (nntp-open-connection-functions-never-echo-commands): New variables.
7987         (nntp-send-command): Use them.
7988
7989 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7990
7991         * mml2015.el (mml2015-epg-verify): Simplified.
7992
7993 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * mml.el (mml-content-disposition-alist): New user option.
7996         (mml-content-disposition): New function.
7997         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7998         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7999
8000 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8001
8002         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8003         verification.
8004
8005 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8006
8007         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8008         articles posted in the last 24 hours.
8009
8010 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8011
8012         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8013
8014 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8015
8016         * nntp.el (nntp-send-command): Don't wait for echoes when
8017         nntp-open-ssl-stream is used.
8018
8019 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8022         (gnus-message-add-citation-keywords)
8023         (gnus-message-remove-citation-keywords): Remove.
8024         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8025         directly, make the variables in font-lock-defaults buffer-local, add
8026         gnus-message-citation-keywords to them and then update the value of
8027         font-lock-keywords.
8028
8029 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * message.el (message-cite-original-1): Don't call
8032         gnus-article-highlight-citation.
8033
8034         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8035         citations; fix line count.
8036
8037 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8040         (gnus-message-add-citation-keywords)
8041         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8042         versions of font-lock-add-keywords and font-lock-remove-keywords to
8043         work with XEmacs correctly.
8044
8045 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-cite.el (gnus-cite-face-list): Set the values of
8048         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8049         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8050         (gnus-message-cite-prefix-regexp): New variable.
8051         (gnus-message-search-citation-line): Use it; protect against long
8052         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8053         the 0th match data for Emacs.
8054         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8055         (gnus-message-add-citation-keywords): Append keywords rather than
8056         prepending; emulate font-lock-add-keywords if it is not available.
8057         (gnus-message-remove-citation-keywords): Emulate
8058         font-lock-remove-keywords if it is not available.
8059
8060         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8061
8062         * message.el (message-cite-prefix-regexp): Set the value of
8063         gnus-message-cite-prefix-regexp.
8064
8065 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8066
8067         * nnweb.el (nnweb-google-parse-1): Update parser.
8068
8069 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8070
8071         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8072
8073 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8074
8075         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8076         regexp.
8077
8078 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8081         string-to-multibyte.
8082         (uudecode-decode-region-internal): Use it.
8083
8084         * lpath.el: Fbind string-as-multibyte for XEmacs.
8085
8086 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8089         custom choice.
8090
8091         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8092
8093 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8094
8095         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8096
8097         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8098         `write-region' to respect `mm-inhibit-file-name-handlers'.
8099
8100 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8103         Use gnus-home-directory instead of "~/" or "$HOME".
8104
8105 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8108         to mention filename.
8109         Add comments at beginning regarding usage.
8110         (encrypt-write-file-contents): Change interactive so a string is
8111         acceptable.  If the file has no associated model, show an error instead
8112         of a nonsense prompt.
8113
8114 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8115
8116         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8117         Thanks to Yoshihiko Yamada for kind notification of this typo.
8118
8119 2007-01-12  Kenichi Handa  <handa@m17n.org>
8120
8121         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8122         multibyte buffer.
8123
8124 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-score.el (gnus-score-fast-scoring): New variable.
8127         (gnus-score-headers): Use it.
8128
8129         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8130
8131         * message.el (message-cite-original-1): Call
8132         gnus-article-highlight-citation if requested.
8133         (message-make-from): Allow name and address as optional arguments.
8134
8135         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8136
8137         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8138         bugs to doc string.
8139         (gnus-button-alist): Add mid\\|message-id.
8140         (gnus-button-fetch-group): Extend for use in
8141         `browse-url-browser-function'.
8142         (gnus-button-url-regexp): Try to catch paired parentheses like in
8143         Wikipedia URLs.
8144
8145         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8146         Suggested by Simon Krahnke <overlord@gmx.li>.
8147
8148 2007-01-13  Romain Francoise  <romain@orebokech.com>
8149
8150         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8151         Update copyright.
8152
8153 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8154
8155         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8156
8157 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8158
8159         * gnus-registry.el (gnus-registry-unfollowed-groups)
8160         (gnus-registry-split-fancy-with-parent): Fix documentation.
8161
8162 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8165         from nnweb groups.
8166
8167 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8170         Xref urls.  Erase buffer before requesting head.
8171
8172 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8175         customizable.
8176
8177 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8178
8179         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8180         no signing key is found.
8181         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8182         no encrypting and/or signing key is found.
8183
8184 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8187
8188 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8189
8190         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8191         headers read from disk with the ones newly found in the current search.
8192         This should no longer cause problems, because the article numbers in
8193         Gmane's `nov.php' output are ignored since the previous change.
8194
8195 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8196
8197         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8198
8199 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8202         replace-regexp-in-string; bind url-version; fbind display-images-p and
8203         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8204         find-face and set-itimer-function for Emacs; bind itimer-list for
8205         Emacs.
8206
8207         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8208
8209 2007-01-01  Romain Francoise  <romain@orebokech.com>
8210
8211         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8212
8213 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8214
8215         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8216         `define-minor-mode' macro definition expanded properly.
8217         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8218         exclude it there.
8219
8220         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8221         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8222         `fboundp' test.
8223         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8224         This is OK to autoload in (S)XEmacs now.
8225
8226 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8229         keystroke.
8230         (gnus-summary-limit-to-singletons): Fix typo.
8231
8232         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8233         else fails.
8234
8235 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8236
8237         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8238         docstring.
8239
8240         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8241         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8242         (gnus-summary-insert-dormant-articles): Fix typo in message.
8243
8244 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8247         nil for XEmacs.
8248         (gnus-message-citation-mode): Don't autoload in XEmacs.
8249
8250         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8251
8252 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8253
8254         * nnimap.el (nnimap-expunge-search-string): Mention
8255         nnimap-search-uids-not-since-is-evil in docstring.
8256
8257 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * spam.el: Revert to make-obsolete-variable because
8260         define-obsolete-variable-alias is not supported in Emacs 21.
8261
8262         * spam.el (spam-ifile-path, spam-ifile-database-path)
8263         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8264         make-obsolete-variable.
8265         (spam-bsfilter-path, spam-bsfilter-program)
8266         (spam-spamassassin-path, spam-spamassassin-program)
8267         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8268         use "path" inappropriately.
8269         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8270         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8271         variable names.
8272
8273 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8274
8275         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8276         summary buffer.
8277
8278         * password.el (password-cache-remove): Use clear-string to burn
8279         password, if available.
8280
8281 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8284
8285         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8286
8287         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8288         (gnus-message-highlight-citation): Move defcustom here from
8289         gnus-cite.el.
8290         (gnus-message-citation-mode): Autoload.
8291
8292         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8293         checks to make it compile with XEmacs.
8294         (gnus-message-citation-mode): New minor mode.
8295         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8296         (gnus-message-highlight-citation): New variables.
8297         (gnus-message-search-citation-line)
8298         (gnus-message-add-citation-keywords)
8299         (gnus-message-remove-citation-keywords)
8300         (turn-on-gnus-message-citation-mode)
8301         (turn-off-gnus-message-citation-mode): New functions.
8302
8303 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8304
8305         * gnus-cite.el: Enable highlighting of different citation levels in
8306         message-mode.
8307
8308 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * message.el (message-make-fqdn): Fix comment.
8311         (message-bogus-system-names): Add ".local".
8312
8313         * spam.el (spam-ifile-path, spam-ifile-program)
8314         (spam-ifile-database-path, spam-ifile-database)
8315         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8316         Don't use "path" inappropriately.
8317         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8318         strings.
8319         (spam-check-ifile, spam-ifile-register-with-ifile)
8320         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8321         new variable names.
8322
8323         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8324         (gnus-treat-display-smileys): Simplify using
8325         gnus-image-type-available-p.
8326
8327         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8328         available.
8329
8330         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8331         `display-images-p' if available.
8332
8333 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8336         one after turning on the buffer's multibyteness instead of decoding
8337         them directly in the unibyte buffer that causes unexpected conversion
8338         in Emacs 23 (unicode).
8339
8340 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341
8342         * message.el (message-generate-hashcash): Fix custom type.
8343
8344 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8347
8348 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8351         disconnect icons.  Add help text.
8352
8353 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8356         negated to be consistent with the others we handle.
8357
8358 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8361         version of gnus-summary-buffer to something, so that we can use two
8362         article buffers at the same time.
8363
8364 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8367         trigger all the extra headers.
8368         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8369         sorting.
8370
8371 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8372
8373         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8374         solid groups.
8375
8376 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8377
8378         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8379
8380 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * legacy-gnus-agent.el: Add Copyright notice.
8383
8384 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8385
8386         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8387
8388 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8391
8392         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8393         to make it work reliably in CVS Emacs.
8394         (gnus-summary-limit-strange-charsets-predicate)
8395         (gnus-summary-limit-to-predicate): New functions.
8396
8397 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8398
8399         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8400         specifying array size.
8401         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8402         array if it is too small.
8403         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8404         (gnus-sort-threads-loop): New function.
8405
8406 2006-12-06  Chris Moore  <dooglus@gmail.com>
8407
8408         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8409         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8410
8411 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8412
8413         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8414         options.
8415
8416 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8419         DOS-ing the recipient.
8420
8421         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8422         the headers when creating the mapping to avoid mismappings.
8423         (nnweb-gmane-create-mapping): Always nix out old mapping.
8424
8425 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8428         and mm-verify-option to never.
8429
8430 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * message.el (message-signed-or-encrypted-p): New function.
8433         (message-forward-make-body): Use it.
8434
8435         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8436         Replace encode-coding-string with mm-encode-coding-string.
8437
8438 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * nneething.el (nneething-decode-file-name): Replace
8441         decode-coding-string with mm-decode-coding-string.
8442
8443         * gnus-int.el (gnus-open-server): Say failed server's name.
8444
8445 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8446
8447         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8448         strings to a single string.  Quote `errors-file-name'.
8449         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8450         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8451         Adjust calls.  Use `shell-quote-argument'.
8452
8453 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8454
8455         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8456         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8457
8458         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8459         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8460         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8461         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8462         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8463         (gnus-subscribe-newsgroup, gnus-1):
8464         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8465         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8466         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8467         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8468
8469 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8472         keystroke.
8473         (gnus-summary-limit-to-bodies): Implement headersp.
8474
8475 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8478
8479 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8482
8483 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * message.el (message-generate-hashcash): Expand range of values to
8486         include `opportunistic'.
8487         (message-send-mail): Use it.
8488
8489 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8490
8491         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8492         and comment it.
8493
8494         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8495
8496 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-util.el (gnus-extract-address-components): Improve comment.
8499
8500 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-util.el (gnus-extract-address-components): Work with address in
8503         which the name portion contains @.
8504
8505         * lpath.el: Fbind custom-autoload.
8506
8507 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus.el (gnus-start): Move custom group up.
8510         (gnus-select-method): Don't autoload, but make it available for
8511         `customize-variable'.
8512         (gnus-getenv-nntpserver): Don't autoload.
8513
8514 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8517
8518 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * message.el (message-sendmail-extra-arguments): New variable.
8521         (message-send-mail-with-sendmail): Use it.
8522
8523 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8526         mm-with-unibyte-current-buffer to make string unibyte.
8527
8528         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8529         mm-string-as-multibyte.
8530
8531 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8532
8533         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8534         Reported by Werner Koch <wk@gnupg.org>.
8535
8536 2006-11-14  Daiki Ueno  <ueno@p360>
8537
8538         * mml2015.el: Autoload epa-select-keys when compiling.
8539
8540 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8541
8542         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8543         message-options.
8544         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8545
8546 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8547
8548         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8549         EasyPG (< 0.0.6).
8550         (mml2015-always-trust): New user option.
8551         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8552         prompt.
8553
8554 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * nntp.el (nntp-authinfo-force): New variable.
8557         (nntp-send-authinfo): Use it.
8558
8559 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8562         decode encoded words.  Improve prompt.  Add comment about forwarding.
8563         (message-replacement-char): Move up.
8564
8565 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8566
8567         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8568         instead of gnus-intersection because arguments of gnus-sorted-nunion
8569         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8570
8571 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8574         (message-simplify-subject-functions): Enable
8575         message-strip-subject-encoded-words by default.
8576
8577 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * message.el (message-strip-subject-encoded-words): New function.
8580         (message-simplify-subject-functions): New variable.
8581         (message-simplify-subject): Use it.  Fix typo in doc string.
8582         Support message-strip-subject-encoded-words.
8583
8584 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8585
8586         * gnus-diary.el (gnus-diary-delay-format-function):
8587         * nndiary.el (nndiary-reminders):
8588         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8589
8590 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-art.el (article-hide-boring-headers): Fetch date from
8593         gnus-original-article-buffer to avoid problems with localized date
8594         strings.
8595
8596 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8599
8600 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8603         New variables.
8604         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8605         (mm-charset-synonym-alist): Move some entries to
8606         mm-codepage-iso-8859-list.
8607         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8608         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8609
8610 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8613
8614 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8617         with Emacs 21 and XEmacs.
8618
8619 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * spam.el (spam-parse-address): New function for better parsing,
8622         catching errors, etc.
8623         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8624
8625 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * mm-view.el: Add interactive arg to html2text autoload.
8628
8629 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8632
8633 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8636         variables.
8637         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8638         (mm-charset-synonym-alist): Move some entries to
8639         mm-codepage-iso-8859-list.
8640
8641         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8642
8643 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * message.el (message-citation-line-format)
8646         (message-insert-formated-citation-line): Fix implementation of %E, %N
8647         and %n according to the doc string.
8648
8649 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8650
8651         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8652         car-safe to avoid bad parses.
8653
8654 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8657         names.
8658
8659         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8660
8661 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8664         header.
8665
8666         * message.el (message-draft-headers): Add Date.
8667         (message-headers-to-generate): Fix typo in docstring.
8668
8669         * nndraft.el (nndraft-required-headers): New variable.
8670         (nndraft-generate-headers): Use it.
8671
8672         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8673
8674 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * gnus-registry.el (gnus-registry-wash-for-keywords)
8677         (gnus-registry-find-keywords): New functions to allow easy searching of
8678         articles that are in the registry.
8679
8680 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8681
8682         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8683         ietf-drums-parse-address instead of gnus-extract-address-components.
8684         Reported by Damien Elmes <damien@repose.cx>.
8685
8686 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus.el (gnus-mime): Remove unused custom group.
8689
8690 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8691
8692         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8693         "blank line" when searching for end of armor headers.
8694
8695 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gmm-utils.el (gmm-write-region): Fix variable name.
8698
8699 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gmm-utils.el (gmm-write-region): New function based on compatibility
8702         code from `mm-make-temp-file'.
8703
8704         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8705
8706         * nnmaildir.el (nnmaildir--update-nov)
8707         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8708         Use `gmm-write-region'.
8709
8710 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8713         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8714
8715         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8716
8717         * message.el (message-replacement-char): New variable.
8718         (message-fix-before-sending): Use it.
8719         (message-simplify-subject): New function to remove duplicate code.
8720         (message-reply, message-followup): Use it.
8721
8722         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8723         gnus-summary-limit-to-articles.
8724
8725 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-util.el (gnus-with-local-quit): New macro.
8728
8729         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8730
8731 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8732
8733         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8734         ignore non-string data.
8735
8736 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8739         non-string data (needs to be done in the registry too).
8740
8741 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8744         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8745         (gnus-registry-split-fancy-with-parent)
8746         (gnus-registry-fetch-simplified-message-subject-fast)
8747         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8748         Remove text properties on ingress into the registry and when it's saved.
8749         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8750         registry from entries with no groups.
8751
8752 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8753
8754         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8755         function to remove string properties.
8756
8757 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gmm-utils.el (gmm): Adjust custom version.
8760
8761         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8762         custom version.
8763
8764         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8765
8766 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * gnus-art.el (gnus-insert-prev-page-button)
8769         (gnus-insert-next-page-button): Simplify.  Reformat.
8770
8771 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8772
8773         * gnus-art.el (gnus-insert-prev-page-button)
8774         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8775
8776 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8777
8778         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8779
8780 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8781
8782         * gnus-art.el (gnus-insert-mime-button)
8783         (gnus-insert-mime-security-button):
8784         Apply gnus-article-button-face to MIME and security buttons.
8785
8786 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8789         readable.
8790
8791 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8794
8795 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8796
8797         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8798         `browse-url-of-file' instead of `browse-url'.
8799
8800 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8801
8802         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8803         regexp.  Articles containing quotation were cut prematurely.
8804
8805 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * message.el (message-cite-original-1): Use nobody by default for the
8808         value of From header.
8809         (message-reply): Ditto.
8810
8811 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8814         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8815         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8816
8817 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8820         mails in the doc string.  Add some URLs in comment.
8821         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8822
8823 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8826         backslashes handling and the way to find boundaries of quoted strings.
8827
8828 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8831         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8832         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8833         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8834
8835 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8838         doc string.
8839         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8840
8841 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * lpath.el: Fbind epg-check-configuration.
8844
8845 2006-09-06  Simon Josefsson  <jas@extundo.com>
8846
8847         * mml2015.el (mml2015-use): Doc fix, mention epg.
8848
8849 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8850
8851         * mml2015.el (mml2015-use): Default to epg, if available.
8852
8853 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8854
8855         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8856         message-sender.
8857         (mml1991-epg-encrypt): Ditto.
8858         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8859         message-sender.
8860         (mml2015-epg-encrypt): Ditto.
8861
8862 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8863
8864         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8865         several common directories.
8866
8867 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8868
8869         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8870         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8871
8872 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-art.el (article-decode-encoded-words): Make it fast.
8875
8876 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8879
8880         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8881         in quoted string into `\'.
8882
8883 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8886         Use standard-syntax-table.
8887
8888 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (gnus-decode-address-function): New variable.
8891         (article-decode-encoded-words): Use it to decode headers which are
8892         assumed to contain addresses.
8893         (gnus-mime-delete-part): Remove useless `or'.
8894
8895         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8896         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8897         (gnus-nov-parse-line): Use it to decode From header.
8898         (gnus-get-newsgroup-headers): Ditto.
8899         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8900
8901         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8902         (mail-decode-encoded-address-string): New alias.
8903
8904         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8905         New function.
8906         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8907         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8908         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8909         (rfc2047-decode-string): Ditto.
8910         (rfc2047-decode-address-region): New function.
8911         (rfc2047-decode-address-string): New function.
8912
8913 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * message.el (message-caesar-buffer-body): Allow rotating headers.
8916
8917         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8918
8919         * message.el (message-insert-formated-citation-line): Fix %f.
8920         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8921
8922 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8925         (gnus-bookmark-mouse-available-p): New macro.
8926         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8927         (gnus-bookmark-bmenu-show-infos): Use it.
8928         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8929         (gnus-bookmark-bmenu-hide-infos): Ditto.
8930         (gnus-bookmark-remove-properties): New function.
8931         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8932         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8933         (gnus-bookmark-write-file): Bind coding-system-for-write.
8934         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8935         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8936         group before selecting it.
8937         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8938         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8939         quit-window if it is not available; use gnus-mouse-2 and bind it to
8940         gnus-bookmark-bmenu-select-by-mouse.
8941         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8942         (gnus-bookmark-bmenu-select-by-mouse): New function.
8943
8944 2006-08-13  Romain Francoise  <romain@orebokech.com>
8945
8946         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8947         space.
8948
8949 2006-08-10  Romain Francoise  <romain@orebokech.com>
8950
8951         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8952         (dns-mode-soa-auto-increment-serial): New user option.
8953         (dns-mode-soa-maybe-increment-serial): New function.
8954         (dns-mode): Add the latter to `write-contents-functions'.
8955
8956 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * compface.el (uncompface): Use binary rather than raw-text-unix.
8959
8960 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * compface.el (uncompface): Make sure the eol conversion doesn't take
8963         place when communicating with the external programs.  Reported by
8964         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8965
8966 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8969
8970 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8973         Make it more robust by parsing author and date independently.
8974
8975 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8978
8979 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8980
8981         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8982         first matching secret key.
8983         (mml2015-epg-encrypt): Ditto.
8984
8985         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8986         first matching secret key.
8987         (mml1991-epg-encrypt): Ditto.
8988
8989         * mml2015.el (mml2015-encrypt-to-self): New user option.
8990         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8991         mml2015-epg-encrypt-to-self is set.
8992
8993         * mml1991.el (mml1991-encrypt-to-self): New variable.
8994         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8995         mml1991-epg-encrypt-to-self is set.
8996
8997         * mml2015.el (mml2015-signers): New user option.
8998         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8999         (mml2015-epg-encrypt): Allow to select signing keys.
9000
9001         * mml1991.el (mml1991-signers): New variable.
9002         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9003         (mml1991-epg-encrypt): Allow to select signing keys.
9004
9005 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * nnheader.el (nnheader-insert-head): Make it work even if the file
9008         uses CRLF for the line-break code.
9009
9010 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9011
9012         * mml2015.el: Require mml-sec instead of password.
9013         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9014         (mml2015-cache-passphrase): Inherit the default value from
9015         mml-secure-cache-passphrase.
9016         (mml2015-passphrase-cache-expiry): Inherit the default value from
9017         mml-secure-passphrase-cache-expiry.
9018
9019         * mml1991.el: Require mml-sec instead of password.
9020         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9021         (mml1991-cache-passphrase): Inherit the default value from
9022         mml-secure-cache-passphrase.
9023         (mml1991-passphrase-cache-expiry): Inherit the default value from
9024         mml-secure-passphrase-cache-expiry.
9025
9026         * mml-sec.el: Require password.
9027         (mml-secure-verbose): New user option.
9028         (mml-secure-cache-passphrase): New user option.
9029         (mml-secure-passphrase-cache-expiry): New user option.
9030
9031 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9032
9033         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9034         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9035         andreas@altroot.de (Andreas Vögele).
9036
9037         FIXME: Use `tiny change'?
9038
9039 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9040
9041         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9042         workaround for the url package included with Emacs.
9043
9044         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9045
9046 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9049         correctly.  This fixes a bug caused by the 2006-05-12 change.
9050
9051 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9052
9053         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9054         some information about the error when saying that the `bogus' mail
9055         group will be used.
9056
9057 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9060         string.
9061
9062 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9063
9064         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9065
9066 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067
9068         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9069
9070 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9071
9072         * mml1991.el (mml1991-function-alist): Add epg.
9073         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9074         (mml1991-epg-encrypt): New functions.
9075
9076 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9077
9078         * mml2015.el (mml2015-verbose): New variable.
9079         (mml2015-cache-passphrase): Ditto.
9080         (mml2015-passphrase-cache-expiry): Ditto.
9081         (mml2015-function-alist): Add epg.
9082         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9083         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9084         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9085         functions.
9086
9087 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9088
9089         * message.el (message-cite-original-1): Preserve region when removing
9090         quoted text due to X-No-Archive in order to avoid bogus attribution
9091         when citing multiple messages.
9092
9093 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9094
9095         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9096         Kenneth Jacker <khj@be.cs.appstate.edu>.
9097
9098 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-diary.el (gnus-user-format-function-d)
9101         (gnus-user-format-function-D): Autoload.
9102
9103         * imap.el (Commentary): Fix typo.
9104
9105         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9106         2006-04-22 contribution.
9107
9108 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9109
9110         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9111         It didn't really fix the bogosity I'm seeing with solid web groups.
9112
9113 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9114
9115         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9116         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9117         created using server names.  If we use the feature without declaring
9118         it, Gnus does not properly manage server and group state.
9119
9120         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9121         bound.
9122
9123 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9124
9125         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9126         looking up the method using GROUP's prefix before inventing a new one.
9127         It is used on killed/unknown groups in various places where returning
9128         an all-new method isn't expected by the caller.
9129
9130         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9131         and match semantics of gnus-group-real-prefix.
9132
9133 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * nnmail.el (nnmail-broken-references-mailers): New variable.
9136         (nnmail-ignore-broken-references): New function generalizing
9137         nnmail-fix-eudora-headers.
9138         (nnmail-fix-eudora-headers): Now obsolete.
9139
9140         * gnus-art.el (gnus-button-handle-custom): Support
9141         `customize-apropos*'.
9142
9143 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9146
9147         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9148         articles.
9149
9150 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * message.el (message-cite-reply-above): New variable.
9153         (message-yank-original): Use it.
9154
9155 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9158
9159 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9162         as read.
9163
9164         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9165
9166 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9169         (gnus-bookmark-default-file): Use gnus-directory.
9170         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9171         Remove "*" in doc string.
9172         (gnus-bookmark-write-file): Simplify.
9173         (gnus-bookmark-maybe-sort-alist): Use `when'.
9174         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9175         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9176         FIXME about Emacs 21 and XEmacs compatibility.
9177         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9178         compatibility.
9179         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9180         compatibility.
9181         (gnus-bookmark-menu-heading): Fix version.
9182
9183 2006-06-19  Bastien Guerry  <bzg@altern.org>
9184
9185         * gnus-bookmark.el: New file.
9186
9187 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * message.el (message-syntax-checks): Doc fix.
9190
9191 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9192
9193         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9194         unsubscribed groups as if they were killed ones.  It causes duplicate
9195         entries in gnus-newsrc-alist.
9196
9197 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * message.el (message-syntax-checks): Doc fix.
9200         (message-send-mail): Add check for continuation headers.
9201         (message-check-news-header-syntax): Fix regexp used to check for
9202         continuation headers.
9203
9204 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9207
9208 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9211
9212 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9215         default-truncate-lines.
9216
9217 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9220         to fill the utf-8 entry.
9221
9222         * lpath.el: Fbind unicode-precedence-list.
9223
9224 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9225
9226         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9227
9228 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9229
9230         * gnus-agent.el (directory-files-and-attributes): Move all the way
9231         forward (the third and final move).
9232         (gnus-agent-read-agentview): Trap reconstruction errors due to
9233         nonexistant directory.  Handle by returning nil.
9234
9235 2006-05-30  Didier Verna  <didier@xemacs.org>
9236
9237         * message.el (message-dont-reply-to-names): Update the custom type.
9238         * message.el (message-dont-reply-to-names): New defsubst: potentially
9239         convert a list of regexps into a single one.
9240         * message.el (message-get-reply-headers): Use it.
9241         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9242
9243 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-agent.el (directory-files-and-attributes): Move forward.
9246
9247 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-ml.el (gnus-mailing-list-subscribe)
9250         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9251         (gnus-mailing-list-message): Fix doc strings.
9252
9253 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9254
9255         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9256         of doing it manually.
9257
9258 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9261         comment.
9262
9263 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9264
9265         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9266         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9267         (gnus-agent-read-local): All symbols allocated in my-obarray.
9268         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9269         (gnus-agent-regenerate-group): Check numeric names to see if they are
9270         messages or groups.
9271         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9272         better way of do this...)
9273
9274         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9275         'dummy.group' (there should be a better way of do this...)
9276
9277 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9280         (gnus-saved-headers): Ditto.
9281         (gnus-default-article-saver): Mention functions may have properties.
9282         (gnus-article-save): Override gnus-save-all-headers and
9283         gnus-saved-headers by :headers property which saver function may have.
9284         (gnus-summary-save-in-file): Add :headers property.
9285         (gnus-summary-write-to-file): Ditto.
9286
9287         * gnus-sum.el (gnus-summary-save-article): Bind
9288         gnus-prompt-before-saving to t when saving many articles in a file;
9289         always show all headers.
9290
9291         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9292
9293 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9296         marks.
9297
9298         * message.el (message-indent-citation): Add optional arguments to allow
9299         using it outside of message buffers.
9300
9301         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9302         (gnus-article-treat-unfold-headers): Use it.
9303         (gnus-article-truncate-lines): New variable.
9304         (gnus-article-mode): Use it.
9305         (gnus-article-toggle-truncate-lines): New function.
9306
9307         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9308         gnus-article-toggle-truncate-lines.
9309
9310         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9311         coding system in XEmacs, use binary.
9312
9313 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9316         after-load-alist.
9317
9318         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9319         this function should save decoded articles.
9320         (gnus-summary-write-to-file): Use property to specify this function
9321         should save decoded articles and specify gnus-summary-save-in-file
9322         should be used to save articles other than the first one when saving
9323         many articles.
9324         (gnus-summary-save-body-in-file): Use property to specify this
9325         function should save decoded articles.
9326         (gnus-summary-write-body-to-file): Use property to specify this
9327         function should save decoded articles and specify
9328         gnus-summary-save-body-in-file should be used to save articles other
9329         than the first one when saving many articles.
9330
9331         * gnus-sum.el (gnus-summary-save-article): Simplify.
9332
9333 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-art.el (gnus-default-article-saver): Add
9336         gnus-summary-write-body-to-file.
9337         (gnus-article-save-coding-system): Don't use coding system object
9338         in XEmacs.
9339         (gnus-read-save-file-name): Add optional `dir-var' argument which
9340         specifies directory in which files are saved; work even if optional
9341         `variable' argument is not specified.
9342         (gnus-summary-write-to-file): Read file name.
9343         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9344         (gnus-summary-write-body-to-file): New function.
9345
9346         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9347         (gnus-summary-local-variables): Add it.
9348         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9349         (gnus-summary-save-article): Remove optional `decode' argument;
9350         determine whether to decode articles by the value of
9351         gnus-default-article-saver; when saving many files using
9352         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9353         it first and use gnus-summary-save-in-file or
9354         gnus-summary-save-body-in-file thereafter unless
9355         gnus-prompt-before-saving is always; move point to article which
9356         will be saved.
9357         (gnus-summary-save-article-file): Revert.
9358         (gnus-summary-write-article-file): Revert.
9359         (gnus-summary-save-article-body-file): Revert.
9360         (gnus-summary-write-article-body-file): New function.
9361
9362 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-art.el (gnus-default-article-saver): Doc fix.
9365         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9366         from gnus-summary-save-article-coding-system, and default to a
9367         certain coding system.
9368         (gnus-output-to-file): Add coding cookie and encode text according
9369         to gnus-article-save-coding-system; don't use mm-append-to-file.
9370
9371         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9372         gnus-art.el and rename to gnus-article-save-coding-system.
9373         (gnus-summary-save-article): Require gnus-art; don't show all
9374         headers if it decodes articles; don't add coding cookie here;
9375         don't bind mm-text-coding-system-for-write.
9376         (gnus-summary-save-article-file): Save decoded articles.
9377         (gnus-summary-write-article-file): When saving many files, use
9378         gnus-summary-write-to-file first and gnus-summary-save-in-file
9379         thereafter unless gnus-prompt-before-saving is always.
9380         (gnus-summary-save-article-body-file): Save decoded articles.
9381
9382         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9383
9384 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * nnrss.el (nnrss-check-group): Bind hash-index.
9387
9388 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9389
9390         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9391         its hash index.  Store this hash in `nnrss-group-data'.
9392         (nnrss-read-group-data): Update accordingly.
9393
9394 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9397         entry.
9398
9399         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9400         gnus-article-browse-html-article.
9401
9402 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9403
9404         * gnus-sum.el (gnus-summary-mime-map): Add
9405         gnus-article-browse-html-article.
9406
9407         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9408
9409 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9412         suitable coding systems in customize.
9413
9414 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * mail-source.el (mail-sources): Fix custom type.
9417
9418 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9421         (gnus-summary-expire-articles-now): Shorten prompt.
9422
9423         * gmm-utils.el (wid-edit): Require.
9424         (defun-gmm): Renamed from `gmm-defun-compat'.
9425         (gmm-image-search-load-path): Use it.
9426         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9427
9428 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9431         variable.
9432         (gnus-summary-save-article): Add optional `decode' argument.  If
9433         it is set and gnus-summary-save-article-coding-system is non-nil,
9434         save decoded article.
9435         (gnus-summary-write-article-file): Save decoded article if
9436         gnus-summary-save-article-coding-system is non-nil.
9437
9438         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9439         type.
9440
9441 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9444
9445 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9448         first to test gnus-single-article-buffer which may be buffer-local.
9449
9450         * gnus-sum.el (gnus-summary-setup-buffer): Make
9451         gnus-single-article-buffer buffer-local and nil in ephemeral
9452         group; make gnus-article-buffer, gnus-article-current, and
9453         gnus-original-article-buffer always buffer-local.
9454         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9455         group.
9456         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9457
9458 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * nnml.el (nnml-request-compact-group): Compressed files might not
9461         have .gz extension.
9462
9463 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9464
9465         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9466         (mm-copy-to-buffer): Use with-current-buffer.
9467         (mm-display-part): Simplify.
9468         (mm-inlinable-p): Add optional arg `type'.
9469
9470 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9471
9472         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9473         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9474         Try harder to show the attachment internally or externally using
9475         gnus-mime-view-part-as-type.
9476
9477 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * message.el (message-from-style, message-signature-separator)
9480         (message-user-organization-file, message-send-mail-function)
9481         (message-citation-line-function, message-yank-prefix)
9482         (message-indent-citation-function, message-signature)
9483         (message-signature-file, message-signature-insert-empty-line):
9484         Remove autoloads.
9485
9486         * gnus-art.el (gnus-buttonized-mime-types): Remove
9487         "multipart/signed".  Revert 2006-04-26 change.
9488
9489 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus.el (gnus-version-number): Bump version.
9492
9493 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9494
9495         * gnus.el: No Gnus v0.5 is released.
9496
9497 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9498
9499         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9500         fetching articles by message-id.
9501
9502 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * message.el (hashcash): Require hashcash as normal.
9505
9506         * ecomplete.el (ecomplete-highlight-match-line): Use
9507         point-at-eol.
9508         (ecomplete-highlight-match-line): Use `highlight', because that
9509         face exists in both Emacs and XEmacs.
9510
9511         * message.el (message-display-abbrev): Use point-at-bol.
9512
9513         * mail-source.el: Don't require timer/timer-funcs.
9514
9515         * gnus-async.el: Ditto.
9516
9517         * password.el: Ditto.
9518
9519         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9520
9521         * mm-url.el: Ditto.
9522
9523         * gnus-xmas.el: Don't require timer-funcs.
9524
9525         * mm-util.el: Require timer/timer-funcs.
9526
9527 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9528
9529         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9530         Close.
9531
9532 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9535         unibyte after clear-decrypt function runs.
9536
9537         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9538         returns as a unibyte string.
9539
9540 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * lpath.el: Revert.
9543
9544         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9545         (pgg-gpg-process-sentinel): Revert.
9546
9547         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9548         (pgg-pgp-lookup-key): Revert.
9549
9550         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9551         (pgg-pgp5-lookup-key): Revert.
9552
9553         * pgg.el (pgg-fetch-key): Revert.
9554
9555 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * lpath.el: Fbind string-as-multibyte for XEmacs.
9558
9559         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9560         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9561         (mml1991-pgg-encrypt): Ditto.
9562
9563         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9564         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9565         a multibyte buffer.
9566
9567         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9568         (pgg-pgp-lookup-key): Ditto.
9569
9570         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9571         (pgg-pgp5-lookup-key): Ditto.
9572
9573         * pgg.el (pgg-fetch-key): Ditto.
9574
9575 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * message.el (message-user-organization-file): Check several
9578         locations of the organization file.
9579
9580         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9581         Add gnus-article-view-part-as-type.
9582
9583         * gnus-art.el (gnus-article-view-part-as-type): New function.
9584
9585         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9586         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9587
9588         * mml.el: Simplify autoload.
9589         (mml-mode): defvar dnd-protocol-alist instead of using
9590         symbol-value.
9591         (mml-default-directory): New variable.
9592         (mml-minibuffer-read-file): Use it.
9593         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9594
9595         * message.el (message-citation-line-format): New variable.
9596         (message-insert-formated-citation-line): New function.
9597         (message-citation-line-function): Add
9598         `message-insert-formated-citation-line' to custom type.
9599
9600         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9601         to doc string.
9602
9603         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9604         depending on mm-verify-option.
9605
9606 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9609         binding pgg-* variables; reimplement the section which prevents
9610         MIME header from being signed.
9611         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9612         pgg-text-mode; remove a blank line at the top of body.
9613
9614         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9615         lines at the top of body; use gnus-newsgroup-charset if there's no
9616         Charset header.
9617
9618 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * message.el (message-self-insert-commands): Doc fix.
9621
9622         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9623         (mm-uu-pgp-encrypted-test): Ditto.
9624         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9625         between header and body; return application/pgp-encrypted handle
9626         if decryption failed; decode decrypted body by charset.
9627
9628         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9629         element match to application/pgp-*.
9630
9631 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9632
9633         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9634         HTML.
9635
9636 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * mail-source.el (mail-source-call-script): Message the error
9639         string.
9640
9641 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-util.el (gnus-byte-compile): Use it.
9644
9645 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9646
9647         * gnus-util.el (kill-empty-logs): New function.
9648
9649 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * message.el (message-mail-alias-type): Doc fix.
9652         (message-mail-alias-type-p): New function.
9653         (message-send): Use it.
9654         (message-mode): Ditto.
9655         (message-strip-forbidden-properties): Ditto.
9656
9657         * ecomplete.el (ecomplete-database-file-coding-system): New
9658         variable.
9659         (ecomplete-save): Use it.
9660         (ecomplete-setup): Use it.
9661
9662 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * message.el (message-self-insert-commands): New variable.
9665         (message-strip-forbidden-properties): Use it.
9666
9667 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9670         that doesn't make XEmacs choke.
9671
9672 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-util.el (gnus-replace-in-string):
9675         Prefer replace-regexp-in-string over of replace-in-string.
9676
9677 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-util.el (gnus-select-frame-set-input-focus):
9680         Use select-frame-set-input-focus if it is available in XEmacs; use
9681         definition defined in Emacs 22 for old Emacsen.
9682
9683         * dgnushack.el: Autoload unmorse-region for XEmacs.
9684
9685         * lpath.el: Bind cursor-in-non-selected-windows and
9686         select-frame-set-input-focus for XEmacs.
9687
9688 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9691
9692 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * gnus-registry.el (gnus-registry-cache-save): Remove text
9695         properties when saving via the temp buffer.
9696
9697 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * message.el (message-generate-hashcash): Honor custom type.
9700
9701 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * message.el (message-generate-hashcash): Default to non-nil when
9704         hashcash is found.
9705
9706         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9707         (gnus-refer-thread-limit): Increase default to 500.
9708
9709         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9710
9711         * flow-fill.el (fill-flowed): Allow delete-space.
9712
9713 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9716         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9717         Remove autoloads.
9718
9719 2006-04-18  Simon Josefsson  <jas@extundo.com>
9720
9721         * message.el (message-generate-hashcash): Default to.
9722
9723 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9726         concatenating segments rather than before concatenating them.
9727
9728 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9731
9732 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9735
9736         * message.el (message-forward-make-body-plain): Allow
9737         message-forward-ignored-headers to be a list.
9738         (message-remove-ignored-headers): Factor out into function.
9739         (message-forward-make-body-mml): Use it.
9740
9741         * imap.el (imap-quote-specials): New function.
9742         (imap-login-auth): Quote specials.
9743
9744         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9745         (rfc2231-parse-string): Allow concatanation of parameters that
9746         aren't contiguous.  The test case is
9747           (mail-header-parse-content-type "message/external-body;
9748             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9749             access-type=LOCAL-FILE;
9750             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9751
9752 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9753
9754         * nntp.el (nntp-accept-process-output): Return the value of
9755         `nnheader-accept-process-output'.
9756
9757 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9760         (gnus-button-alist): Recognize more diff formats.
9761         (gnus-button-patch): Strip directory.
9762
9763 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9766         Emacs 22 when setting focus.
9767
9768 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus-art.el (gnus-article-treat-types): Do treatment of
9771         text/x-verbatim parts.
9772         (gnus-button-patch): New command.
9773
9774         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9775         addresses that contain invalid characters.
9776
9777 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * message.el (message-put-addresses-in-ecomplete): Use
9780         gnus-replace-in-string.
9781         (message-is-yours-p): Use the more correct
9782         mail-header-parse-address instead of
9783         mail-extract-address-components.
9784         (message-put-addresses-in-ecomplete): Fix typo.
9785
9786         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9787         keystroke.
9788
9789         * gnus-art.el (gnus-treatment-function-alist): Change order of
9790         newsgroups/generic header folding to avoid double-folding.
9791
9792         * message.el (message-hidden-headers): Add X-Draft-From.
9793
9794         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9795         command.
9796         (gnus-summary-repeat-search-article-backward): New command.
9797
9798         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9799         groups in the parent topic.
9800
9801 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9802
9803         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9804         (spam-extra-header-to-number): Return the CRM114 number as a
9805         number instead of a string.
9806
9807 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * gnus-art.el (gnus-face-properties-alist): Moved here from
9810         gnus-fun.
9811
9812         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9813
9814 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * message.el (message-strip-forbidden-properties): Only display on
9817         self-insert-command.
9818
9819         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9820         reindent.
9821         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9822
9823 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9824
9825         * smiley.el (smiley-style): Fix typo.
9826
9827 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * hashcash.el (hashcash-insert-payment-async-2): Use
9830         message-goto-eoh instead of doing it manually.
9831         (mail-add-payment): Use message-narrow-to-header instead of trying
9832         to do the same itself.
9833
9834         * message.el (message-hidden-headers): Add Face.
9835
9836         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9837         reparenting code.
9838         (gnus-summary-reparent-children): Refactored out code.
9839         (gnus-summary-thread-map): New keystroke.
9840         (gnus-summary-reparent-children): Make into command.
9841
9842         * smiley.el (smiley-style): Default to `medium' if using a large
9843         font.
9844
9845         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9846         does it itself.
9847
9848         * message.el (message-point-in-header-p): Simplify definition.
9849
9850 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * nnagent.el (nnagent-request-set-mark): Silence log file
9853         writing.
9854         (nnagent-request-set-mark): Use write-region instead of
9855         append-to-file.
9856
9857         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9858         strange select method.
9859
9860         * ecomplete.el (ecomplete-display-matches): Get highlightling
9861         right.
9862         (ecomplete-display-matches): Use literals.
9863         (ecomplete-display-matches): Disable message logging.
9864
9865         * message.el (message-display-abbrev): Small optimization.
9866
9867         * ecomplete.el (ecomplete-display-matches): Allow automatic
9868         display.
9869
9870         * message.el (message-strip-forbidden-properties): Display
9871         abbrevs.
9872         (message-display-abbrev): Get automatic display right.
9873
9874         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9875         keystrokes.
9876
9877 2006-04-13  Romain Francoise  <romain@orebokech.com>
9878
9879         TODO: Backport to v5-10!
9880
9881         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9882         Moved here (and renamed) from gnus-registry.el.
9883
9884         * gnus-registry.el: Require gnus-util.
9885         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9886
9887 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-group.el (gnus-group-catchup-current): Change
9890         if-then-else-if-then-else into cond.
9891         (gnus-group-catchup): Indent.
9892         (group-name-at-point): New function.
9893         (gnus-fetch-group): Provide default from thing at point.
9894
9895 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * message.el (message-display-abbrev): Fix regexp.
9898
9899         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9900         choosing.
9901         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9902         dead variables.
9903
9904         * message.el (message-newline-and-indent): Remove debugging.
9905         (message-display-abbrev): Use new implementation.
9906
9907 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-art.el (gnus-article-mode): Set
9910         cursor-in-non-selected-windows to nil.
9911
9912         * smiley.el: Revert previous change.
9913         (smiley-data-directory): defvar it before using it in the
9914         defcustom of `smiley-style'.
9915
9916 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * message.el (message-newline-and-indent): New function.
9919
9920         * ecomplete.el: Implement more bits.
9921
9922         * message.el (message-put-addresses-in-ecomplete): Clean up the
9923         string.
9924
9925         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9926
9927         * gnus-sum.el (gnus-summary-save-parts): Bind
9928         gnus-summary-save-parts-counter and use it to make unique file
9929         names.
9930
9931         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9932
9933         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9934         parameter to say whether to actually parse the individual
9935         addresses.
9936
9937         * message.el (message-put-addresses-in-ecomplete): New function.
9938         (ecomplete): Require.
9939         (message-mail-alias-type): Add ecomplete as an option.
9940
9941 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9942
9943         * flow-fill.el (fill-flowed): Remove trailing space from blank
9944         quoted lines.
9945
9946 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * smiley.el (smiley-style): Move definition later to avoid a
9949         compilation warning.
9950
9951 2006-04-12  Kenichi Handa  <handa@m17n.org>
9952
9953         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9954         buffer and then decode the buffer text if necessary.
9955         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9956         first, and after mm-encode-body, change the buffer to unibyte.
9957         Use mm-disable-multibyte instead of set-buffer-multibyte.
9958
9959 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9962         Content-Type header instead of Content-Disposition header.
9963         (gnus-mime-inline-part): Ditto.
9964         (gnus-mime-view-part-as-charset): Ignore charset that the part
9965         specifies.
9966
9967         * mm-decode.el (mm-display-part): Work with external parts and
9968         usual parts similarly.
9969
9970         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9971         instead of gnus-display-mime.
9972
9973         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9974         instead of with-temp-buffer.
9975
9976         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9977         tag to summarized topics part in order to encode non-ASCII text.
9978
9979 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * smiley.el (smiley-style): New variable.
9982         (smiley-directory): New function.
9983         (smiley-data-directory): Derive from `smiley-style' using
9984         `smiley-directory'.
9985         (smiley-regexp-alist): Add new entries.
9986
9987         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9988         (gnus-article-browse-delete-temp): Add :version.
9989
9990 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9991
9992         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9993         the sieve region.
9994
9995 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus.el (gnus-version-number): Bump version.
9998
9999 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gnus.el: No Gnus v0.4 is released.
10002
10003 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10006         layout.
10007
10008         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10009         unknown charset.
10010
10011         * message.el (message-header-synonyms): Add Original-To to the
10012         default.
10013
10014         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10015         optional parameter.
10016
10017 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus-fun.el (gnus): Require it for gnus-directory.
10020
10021 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10024
10025 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10026
10027         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10028
10029 2006-04-05  Simon Josefsson  <jas@extundo.com>
10030
10031         * password.el (password-reset): New function.
10032
10033 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10034
10035         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10036         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10037
10038 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10039
10040         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10041         Some whitespace was matched into the url, which broke browsing hits
10042         > 100 when mm-url-use-external was nil.
10043
10044 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10047         gnus-extra-headers for 'Newsgroups.
10048
10049         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10050         bound.
10051
10052 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10053
10054         * pgg-gpg.el: Clean up process buffers every time gpg processes
10055         complete.
10056
10057 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10060         doc string.
10061
10062 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10063
10064         * pgg-gpg.el (pgg-gpg-process-filter)
10065         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10066
10067         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10068         lines, temporary fix.
10069
10070 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10073
10074 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10075
10076         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10077         default-enable-multibyte-characters.  This reverts the change from
10078         revision 6.17 which is no longer necessary because the passphrase
10079         is sent separately now.  GnuPG messages are unreadable under
10080         multibyte locales with default-enable-multibyte-characters set to
10081         nil.
10082
10083 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * message.el (message-tool-bar-gnome): Move "spell".
10086
10087 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10090         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10091         instead.
10092
10093 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10094
10095         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10096         newsgroups handling for NNTP overviews which don't include
10097         Newsgroups.
10098
10099 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10100
10101         * message.el (message-resend): Bind message-generate-hashcash to nil.
10102
10103 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10106         when searching for already-paid recipients.
10107
10108 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10109
10110         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10111         passphrases when it is not needed.
10112         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10113         passphrase stuff from gpg, should only be necessary when you use
10114         gpg with a smartcard.
10115
10116 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * mml.el (mml-insert-mime): Ignore cached contents of
10119         message/external-body part.
10120
10121         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10122         (mm-insert-part): Ditto.
10123
10124 2006-03-23  Simon Josefsson  <jas@extundo.com>
10125
10126         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10127         Reiner.
10128         (pgg-gpg-use-agent-p): Use it again.
10129
10130 2006-03-23  Simon Josefsson  <jas@extundo.com>
10131
10132         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10133         older emacsen.
10134         (pgg-gpg-use-agent-p): Don't use it.
10135
10136 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10139         if we can.
10140
10141 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10142
10143         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10144         (pgg-gpg-update-agent): New function.
10145         (pgg-gpg-use-agent-p): New function.
10146         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10147         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10148         (pgg-gpg-sign-region): Use it.
10149
10150 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10153         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10154
10155 2006-03-21  Simon Josefsson  <jas@extundo.com>
10156
10157         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10158         <wilde@sha-bang.de>.
10159         (pgg-gpg-use-agent): New variable.
10160         (pgg-gpg-process-region): Use it.
10161         (pgg-gpg-encrypt-region): Likewise.
10162         (pgg-gpg-encrypt-symmetric-region): Likewise.
10163         (pgg-gpg-decrypt-region): Likewise.
10164         (pgg-gpg-sign-region): Likewise.
10165         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10166
10167 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10170
10171         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10172         Add comment on version.
10173
10174 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * smiley.el: Add missing test smiley.
10177
10178 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * mm-decode.el (mm-with-part): New macro.
10181         (mm-get-part): Use it; work with message/external-body as well.
10182         (mm-save-part): Treat name and filename equally.
10183
10184         * mm-extern.el (mm-extern-cache-contents): New function.
10185         (mm-inline-external-body): Use it; force the part to be displayed;
10186         move undisplayer added to the cached handle to the parent.
10187
10188         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10189         (gnus-mime-view-part-as-type): Work with message/external-body.
10190
10191         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10192
10193 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10196         images in image-load-path.  [Sync with image.el, revision 1.60, in
10197         Emacs.]
10198
10199 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10202         path rather than symbol.  Always return list of directories.
10203         Guarantee that image directory comes first.  [Sync with image.el,
10204         revision 1.59, in Emacs.]
10205
10206         * message.el (message-make-tool-bar): Adjust to new API of
10207         `gmm-image-load-path-for-library'.
10208
10209         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10210
10211         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10212
10213 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10214
10215         * gnus-art.el (gnus-article-only-boring-p):
10216         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10217         intangible text.
10218         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10219
10220 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10223         `defun' instead of `gmm-defun-compat'.
10224
10225 2006-03-14  Simon Josefsson  <jas@extundo.com>
10226
10227         * message.el (message-unique-id): Don't use message-number-base36
10228         if (user-uid) is a float.
10229         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10230
10231 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10234
10235         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10236         empty line between a part and a message part.
10237
10238 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * smiley.el: Add more test smileys.
10241         (smiley-data-directory, smiley-regexp-alist)
10242         (gnus-smiley-file-types): Fix doc strings.
10243         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10244         adding new elements.
10245         (smiley-mouse-map): Unused code.  Make it a comment.
10246
10247 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10250         scan latest NoCeM messages instead of old ones.
10251         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10252         delimiters that are recently used.
10253         (gnus-nocem-load-cache): Add autoload cookie.
10254
10255         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10256
10257         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10258         level which is larger than gnus-use-nocem is specified.
10259
10260         * gnus-group.el (gnus-group-get-new-news): Ditto.
10261
10262 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-util.el (gnus-tool-bar-update): New function.
10265
10266         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10267         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10268
10269         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10270
10271         * gnus-group.el (gnus-group-redraw-when-idle)
10272         (gnus-group-redraw-check): Remove.
10273         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10274
10275 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10278         if optional last element is specified in splits (FIELD VALUE...).
10279
10280 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10283         to gmm-image-load-path-for-library.  Call with no-error argument.
10284         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10285
10286         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10287
10288         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10289
10290         * gmm-utils.el (gmm-image-load-path): Remove alias.
10291
10292 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gmm-utils.el (gmm-image-load-path): Add alias.
10295
10296         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10297         nnml-generate-nov-databases-1.
10298         (nnml-generate-nov-databases): Use it.
10299         (nnml-generate-nov-databases-directory): Document no-active
10300         argument.
10301
10302         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10303         directory if path is t.  Add no-error.
10304
10305         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10306         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10307
10308         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10309         resetting gnus-article-browse-html-temp-list.
10310
10311         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10312         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10313         Add example to docstring.  Rename local variables.  Move error
10314         checks to default case in cond and simplify.
10315
10316 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10319         handle is multipart when calling it recursively.
10320         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10321
10322 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10323
10324         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10325         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10326
10327 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10330         is loaded.
10331
10332         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10333         loaded.
10334
10335 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10338         to "Emacs 23 (unicode)" in doc string.
10339
10340         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10341         "Emacs 23 (unicode)" in comment.
10342
10343 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10346
10347         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10348         characters 160 through 255 in Emacs 23.
10349
10350 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10353         gnus-article-browse-html-temp.
10354         (gnus-article-browse-delete-temp): Make it customizable.  Add
10355         `file'.  Adjust doc string.
10356         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10357         query for each file.  Adjust doc string.
10358         (gnus-article-browse-html-parts): Add
10359         `gnus-article-browse-delete-temp-files' to
10360         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10361
10362 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10363
10364         * gnus-art.el (gnus-article-browse-html-temp)
10365         (gnus-article-browse-delete-temp): New variables.
10366         (gnus-article-browse-delete-temp-files): New function.
10367         (gnus-article-browse-html-parts): Use it.
10368
10369 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10372
10373         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10374         string.
10375
10376         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10377         gnus-summary-insert-new-articles when unplugged.  Remove
10378         gnus-summary-search-article-forward.
10379
10380         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10381         display-visual-class instead of display-color-cells.
10382
10383 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * dgnushack.el: Autoload customize-group for XEmacs.
10386
10387         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10388         message/* containing non-ASCII text properly.
10389
10390 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * message.el: Require gmm-utils, remove autoloads.
10393         (message-tool-bar): Set default based on
10394         gmm-tool-bar-style.
10395         (message-tool-bar-gnome): Add gmm-customize-mode.
10396
10397         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10398         gmm-tool-bar-style.
10399         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10400
10401         * gnus-group.el (gnus-group-tool-bar): Set default based on
10402         gmm-tool-bar-style.
10403         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10404
10405         * gmm-utils.el (gmm-image-directory): Rename variable from
10406         gmm-image-load-path.
10407         (gmm-image-load-path): Use gmm-image-directory.
10408         (gmm-customize-mode): New function.
10409         (gmm-tool-bar-style): New variable.
10410
10411         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10412         gnus-group-redraw-line-number.
10413         (gnus-group-redraw-check): Simplify.
10414         (gnus-group-tool-bar-update): Remove redraw check.
10415         (gnus-group-make-tool-bar): Add redraw check.
10416
10417 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10418
10419         * gnus-art.el (gnus-button): Add missing parentheses.
10420
10421 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * lpath.el: Fbind line-number-at-pos.
10424
10425 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10428
10429 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-art.el (gnus-button): New face.
10432         (gnus-article-button-face): Use it.
10433
10434         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10435         gnus-summary-next-page.  Re-order.
10436
10437         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10438         next-node are now included.
10439         (gnus-group-redraw-line-number): New internal variable.
10440         (gnus-group-redraw-check): Helper function for updating the tool
10441         bar.
10442         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10443
10444         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10445
10446         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10447         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10448         Use it to match format of Spamassassin 3.0 and later.  Reported by
10449         IRIE Tetsuya <irie@t.email.ne.jp>.
10450         (spam-check-bogofilter)
10451         (spam-bogofilter-register-with-bogofilter): Fix args of
10452         `gnus-error' calls.
10453
10454 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10457         unnecessary interaction when sending queued mails.  Reported by
10458         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10459
10460 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10463         first or last are nil.
10464
10465 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10466
10467         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10468
10469 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10472
10473 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * dns.el (query-dns): Protect more against buggy tcp output.
10476
10477 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10480         nov.php.
10481
10482 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10483
10484         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10485         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10486         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10487         output on the server side.
10488         (nnweb-google-create-mapping): Update regexps and add some
10489         progress indication.
10490
10491 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10494         gnus-agent-toggle-plugged.  Re-order icons.
10495         (gnus-group-tool-bar-gnome): Add
10496         gnus-group-{prev,next}-unread-group.
10497         (gnus-group-tool-bar-gnome): Re-order icons.
10498
10499         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10500         gnus-summary-insert-new-articles.
10501
10502         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10503         comments.
10504
10505         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10506         also available in Emacs 21.3.
10507
10508         * message.el (message-fix-before-sending): Change "Emacs 22" to
10509         "Emacs 23 (unicode)" in comment.
10510
10511         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10512         "Emacs 23 (unicode)" in comment.
10513
10514         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10515         comment.
10516         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10517
10518         * mm-view.el (mm-fill-flowed): Add :version.
10519
10520 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10523         and load-path.
10524
10525 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el: Autoload gmm-image-load-path.
10528         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10529         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10530         consitency.
10531
10532         * gmm-utils.el (gmm-image-load-path): Also search in
10533         "../etc/images".  Don't set gmm-image-load-path if we don't find
10534         the image.
10535
10536 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gmm-utils.el (gmm-image-load-path): Don't make
10539         `gmm-image-load-path' include subdirectories which the second arg
10540         `image' might specify.
10541
10542         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10543         subdirectory to icon file names.
10544
10545         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10546
10547 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10550         gmm-image-load-path calls.
10551
10552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10553
10554         * message.el (message-make-tool-bar): Ditto.
10555
10556         * mml.el (mml-preview): Added comment concerning tool bar icons.
10557
10558         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10559         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10560
10561         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10562         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10563
10564         * message.el (message-tool-bar-gnome): Use new icon names.
10565         (message-make-tool-bar): Use `gmm-image-load-path'.
10566
10567         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10568         functions from MH-E.
10569         (gmm-image-load-path): New variable from MH-E.
10570         (gmm-image-load-path): New function from MH-E.  Added arguments
10571         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10572         *-image-load-path-called-flag.
10573
10574 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10575
10576         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10577
10578 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10579
10580         * nnimap.el (nnimap-request-move-article): Change folder back to
10581         source group before deleting.
10582
10583 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10586
10587         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10588         mm-url.
10589
10590         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10591
10592 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10595         coding system which mm-charset-to-coding-system returns for a
10596         given charset is valid.
10597
10598 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10599
10600         * html2text.el (html2text-remove-tag-list):
10601         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10602
10603 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10604
10605         * gnus-cus.el: Revert 2005-10-17 change.
10606
10607 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-art.el (article-strip-banner): Call
10610         article-really-strip-banner only when the regexp match is made.
10611
10612 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-art.el (article-strip-banner): Use
10615         gnus-extract-address-components instead of
10616         mail-header-parse-addresses to make it work with non-ASCII text;
10617         remove mail-encode-encoded-word-string.
10618
10619         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10620         values which are surrounded with \"...\"; make it never cause a
10621         Lisp error; give up parsing of parameters if it failed in
10622         extracting type.
10623
10624 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10625
10626         * smime.el (smime-cert-by-ldap-1): Fix bug where
10627         `smime-ldap-search' returns results without userCertificates.
10628
10629 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10632
10633 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * spam.el (spam-check-spamassassin-headers): Adapt format for
10636         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10637         <ari@mbf.ocn.ne.jp>.
10638         (spam-list-of-processors): Add spam-use-gmane.
10639
10640 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10643         make-temp-file; make it work with XEmacs as well.
10644
10645         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10646         mm-make-temp-file.
10647
10648         * mm-decode.el (mm-display-external): Use the 3rd arg of
10649         mm-make-temp-file.
10650         (mm-create-image-xemacs): Ditto.
10651
10652 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10655         with message-narrow-to-headers.
10656         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10657         (gnus-draft-check-draft-articles): New function.
10658         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10659
10660 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-art.el (gnus-article-browse-html-parts):
10663         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10664         Don't use suffix argument for mm-make-temp-file for Emacs 21
10665         compatibility.  Remove useless `format'.
10666
10667 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10668
10669         * nnweb.el (nnweb-google-wash-article): Update regexps.
10670         (nnweb-group-alist): Use defvoo instead of defvar.
10671
10672 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10675         re-loading nn* modules.
10676
10677 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10680         for `tool-bar-mode' and don't check it's default-value.
10681
10682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10683
10684         * message.el (message-make-tool-bar): Ditto.
10685
10686         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10687         `substring'.  Shorten tmp-file name.
10688
10689         * gnus.el: Remove bogus comment.
10690
10691 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10692
10693         * gnus-art.el (gnus-article-browse-html-parts): New function.
10694         (gnus-article-browse-html-article): New function for viewing html
10695         articles with a browser.
10696
10697 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10698
10699         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10700         in elisp.
10701         (pgg-gpg-encrypt-symmetric-region): Ditto.
10702         (pgg-gpg-sign-region): Ditto.
10703
10704         * pgg-def.el (pgg-text-mode): New variable.
10705
10706         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10707         (mml2015-pgg-encrypt): Ditto.
10708
10709         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10710         (mml1991-pgg-encrypt): Ditto.
10711
10712 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10715         message-make-date instead of current-time-string.
10716
10717         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10718         to gnus-decoded which mm-uu might set.
10719
10720 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10723         don't decode quoted parameters; remove misimported Emacs code.
10724         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10725         (rfc2231-decode-encoded-string): Don't use split-string which
10726         behaves differently according to Emacs version; use
10727         mm-decode-coding-region to convert charset to coding-system.
10728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10729         (rfc2231-encode-string): Remove misimported Emacs code.
10730
10731 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10734         when calling mail-header-parse-content-type.
10735         (article-de-quoted-unreadable): Ditto.
10736         (article-de-base64-unreadable): Ditto.
10737         (article-wash-html): Ditto.
10738
10739         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10740         calling mail-header-parse-content-type and
10741         mail-header-parse-content-disposition.
10742         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10743         mail-header-parse-content-type.
10744
10745         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10746         insert charset and format parameters; encode description after
10747         inserting it to buffer.
10748         (mml-insert-parameter): Fold lines properly even if a parameter is
10749         segmented into two or more lines; change the max column to 76.
10750
10751         * rfc1843.el (rfc1843-decode-article-body): Don't use
10752         ignore-errors when calling mail-header-parse-content-type.
10753
10754         * rfc2231.el (rfc2231-parse-string): Return at least type if
10755         possible; don't cause an error even if it fails in parsing of
10756         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10757         (rfc2231-encode-string): Don't break lines at the beginning, leave
10758         it to mml-insert-parameter.
10759
10760         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10761         calling mail-header-parse-content-type.
10762
10763 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * spam-report.el (spam-report-gmane-use-article-number):
10766         Improve doc string.
10767         (spam-report-gmane-internal): Check if a suitable header was found
10768         in the article.
10769
10770 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10773         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10774
10775 2006-02-05  Romain Francoise  <romain@orebokech.com>
10776
10777         Update copyright notices of all files in the gnus directory.
10778
10779 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10780
10781         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10782
10783 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10786         segmented lines of parameter value to cope with Thunderbird 1.5
10787         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10788         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10789         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10790
10791 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10792
10793         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10794         parts.
10795
10796 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10797
10798         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10799         there's only one active file for all servers.
10800         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10801         solid groups.  Gnus might have used a FAST request to select the group.
10802         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10803         and nnweb-search redundantly in the active file.
10804         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10805         (nnweb-request-create-group): Don't use ARGS.
10806         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10807         initialisations.  Let nnoo do the work.
10808
10809 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10812         Say the part has been decoded.
10813
10814         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10815
10816 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10817
10818         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10819         mailcap-viewer-test-cache when there's no 'test clause, since that
10820         will invert the meaning of a "nil" test previously determined by
10821         mailcap-mailcap-entry-passes-test.
10822
10823 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10826         compiling.
10827
10828         * gnus-sum.el: Ditto.
10829
10830         * message.el: Don't bind tool-bar-map when compiling.
10831
10832 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10835
10836 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10837
10838         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10839         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10840         current Google Groups.
10841
10842 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10845         and tool-bar-mode.
10846
10847         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10848         and tool-bar-mode.
10849
10850         * message.el (message-tool-bar-update): Simplify.
10851         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10852
10853         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10854         gnus-summary-buffer.
10855         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10856         gnus-summary-reply.
10857
10858         * gmm-utils.el (gmm): Add :version.
10859
10860 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * Makefile.in (clean): New rule.
10863         (distclean): Use it.
10864
10865 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10866
10867         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10868         autoload.
10869
10870 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gmm-utils.el (gmm-verbose): Add :group.
10873
10874 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * message.el: Change some comments WRT tool-bars.
10877
10878         * gnus-sum.el (gnus-summary-tool-bar)
10879         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10880         (gnus-summary-tool-bar-zap-list): New variables.
10881         (gnus-summary-make-tool-bar): Complete rewrite using
10882         `gmm-tool-bar-from-list'.
10883
10884         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10885         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10886         variables.
10887         (gnus-group-make-tool-bar): Complete rewrite using
10888         `gmm-tool-bar-from-list'.
10889         (gnus-group-tool-bar-update): New function.
10890
10891         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10892
10893 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10896         is dissected into a single part of which the type is the same as
10897         the given one; decode charset.
10898
10899 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10900
10901         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10902         into alists as symbol not string, since that's what
10903         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10904         look for.
10905
10906 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10909         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10910
10911         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10912
10913 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10916         (gnus-xmas-mime-security-button-menu): New function.
10917
10918         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10919         (gnus-mime-security-button-menu): New definition.
10920         (gnus-mime-security-button-map): Use them.
10921         (gnus-mime-security-button-menu): New function.
10922         (gnus-insert-mime-security-button): Addition to help echo.
10923         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10924         (gnus-mime-security-pipe-part): New functions.
10925
10926         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10927         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10928
10929         * mm-decode.el (mm-handle-set-disposition): Remove.
10930         (mm-handle-set-description): Remove.
10931
10932 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10935         (mm-w3m-standalone-supports-m17n-p): New function.
10936         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10937         w3m usage.
10938
10939         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10940         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10941
10942 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * message.el (message-tool-bar-zap-list): Use
10945         gmm-tool-bar-zap-list as custom type.
10946         (message-tool-bar-update): New function.
10947         (message-tool-bar, message-tool-bar-gnome)
10948         (message-tool-bar-retro): Add message-tool-bar-update.
10949         (message-tool-bar-gnome): Add flyspell-buffer.
10950
10951         * gnus-util.el (gnus-error): Describe `args'.
10952
10953         * gmm-utils.el (gmm-error): Describe `args'.
10954         (gmm-tool-bar-zap-list): New widget.
10955         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10956
10957 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10960         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10961         the number of recursive calls.
10962
10963         * mm-decode.el (mm-handle-set-disposition): New macro.
10964         (mm-handle-set-description): New macro.
10965
10966 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10969         encoding.
10970
10971 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * message.el (message-tool-bar-zap-list, message-tool-bar)
10974         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10975         (message-tool-bar-local-item-from-menu): Remove.
10976         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10977         (message-make-tool-bar): New function.
10978         (message-mode): Use `message-make-tool-bar'.
10979
10980         * gmm-utils.el: New file.
10981         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10982         (gmm-lazy): New widget copied from `nnmail.el'.
10983         (gmm-tool-bar-from-list): New function for creating customizable
10984         tool bars.
10985         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10986         output.
10987         (gmm): Add :prefix to defgroup.
10988
10989 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10990
10991         * gmm-utils.el (gmm-widget-p): New function.
10992
10993 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * mml.el (mml-attach-file): Describe `description' in doc string.
10996         (mml-menu): Add Emacs MIME manual and PGG manual.
10997
10998 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10999
11000         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11001
11002 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11003
11004         * nntp.el (nntp-end-of-line): Doc fix.
11005
11006 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11007
11008         * imap.el (imap-open): Handle case where buffer is a buffer
11009         object.
11010
11011 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11012
11013         * gnus-delay.el (gnus-delay): Don't autoload.
11014         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11015         to be re-loaded when customizing the `gnus-delay' group.
11016
11017 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11018
11019         * message.el (message-insert-citation-line): Use newlines.
11020
11021 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11022
11023         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11024         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11025         these routines, so the passphrase can be managed externally and
11026         passed in to the system.
11027         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11028         pgg-add-passphrase-to-cache function.
11029
11030         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11031         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11032         these routines, so the passphrase can be managed externally and
11033         passed in to the system.
11034         (pgg-pgp5-sign-region): Use new name of
11035         pgg-add-passphrase-to-cache function.
11036
11037 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11038
11039         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11040         part of the decoded armor to find the key-identifier.
11041         (pgg-gpg-lookup-key-owner): New function to return the
11042         human-readable identifier of a key owner.
11043         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11044         itself.
11045         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11046         the key value) if we have a key and can match it against a secret
11047         key.  Also, added a note pointing out fact that the prompt only
11048         indicates the first matching key.
11049
11050         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11051         pgg-decrypt-region.
11052         (pgg-add-passphrase-to-cache): Rename from
11053         `pgg-add-passphrase-cache' to reduce confusion (all callers
11054         changed).
11055         (pgg-remove-passphrase-from-cache): Rename from
11056         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11057         changed).
11058         (pgg-read-passphrase, pgg-add-passphrase-cache)
11059         (pgg-remove-passphrase-cache): Add informative docstrings.
11060         (pgg-decrypt): Convey provided passphrase in subordinate call to
11061         pgg-decrypt-region.
11062
11063 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11064
11065         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11066         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11067         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11068         'passphrase' argument, so the passphrase can be managed externally
11069         and then passed in to the system.
11070
11071         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11072         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11073         so the passphrase cache can be used reliably with identifiers
11074         besides a pgp packet's key id.
11075
11076         * pgg-gpg.el (pgg-gpg-encrypt-region)
11077         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11078         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11079         these routines, so the passphrase can be managed externally and
11080         passed in to the system.
11081
11082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11083         'notruncate' argument, so the passphrase cache can be used
11084         reliably with identifiers besides a pgp packet's key id.
11085
11086 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11087
11088         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11089         symmetric encryption.
11090         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11091         encrypted session key.
11092         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11093         message ask for the passphrase in a proper way.
11094
11095         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11096         New user commands for symmetric encryption.
11097
11098 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11101
11102         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11103
11104 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11105
11106         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11107
11108 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * mm-decode.el (mm-inlined-types): Add application/pgp.
11111         (mm-automatic-display): Ditto.
11112
11113         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11114         part as text.
11115
11116 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * nnrss.el: Update copyright.
11119         (nnrss-opml-import): Query whether to subscribe to each entry.
11120
11121         * gnus-art.el:
11122         * gnus-sum.el:
11123         * gnus-xmas.el:
11124         * messagexmas.el:
11125         * mm-uu.el:
11126         * mm-view.el: Update copyright.
11127
11128 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * message.el (message-info): New function.
11131         (message-mode-menu): Add it.
11132         Update copyright.
11133
11134         * ChangeLog: Fix and update copyright.
11135
11136 2006-01-13  Romain Francoise  <romain@orebokech.com>
11137
11138         * message.el (message-forward-subject-name-subject): Prefer the
11139         address to 'nowhere' if the sender has no name.
11140         Fix typo.  Update copyright year.
11141
11142 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-art.el (article-wash-html): Use
11145         gnus-summary-show-article-charset-alist if a numeric arg is given.
11146         (gnus-article-wash-html-with-w3m-standalone): New function.
11147
11148         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11149         mm-inline-text-html-render-with-w3m-standalone.
11150         (mm-text-html-washer-alist): Map w3m-standalone to
11151         gnus-article-wash-html-with-w3m-standalone.
11152         (mm-inline-text-html-render-with-w3m-standalone): New function.
11153
11154 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11157         Improve LaTeX.
11158
11159 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11162         (nnrss-request-article): Render text/plain parts as HTML.
11163
11164         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11165         the buffer.
11166
11167 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11170         custom definition of `gnus-posting-styles'.
11171
11172         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11173         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11174
11175 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11178         Use nntp for bug archive.
11179
11180 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11183         parts.
11184         (nnrss-normalize-date): New function converts ISO 8601 date into
11185         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11186         (nnrss-check-group): Use it.
11187
11188 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11191
11192         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11193         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11194         (nnrss-insert-w3): Ditto.
11195
11196 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11199         the articles to be forwarded including the case where neither a
11200         number of articles nor a region is specified.
11201
11202 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * nnrss.el (nnrss-request-article): Fix last change; fill
11205         text/plain parts.
11206
11207 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11210         in text/plain part.
11211         (nnrss-check-group): Don't add excessive newline to dc:subject.
11212
11213 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11214
11215         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11216         article.
11217
11218 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11221         (nnml-use-compressed-files, nnml-save-mail): Support other
11222         comression programs such as bzip2.
11223
11224 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * dns.el (query-dns): Make sure we check the buffer size before
11227         removing tcp headers.
11228
11229 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11232         remove MIME buttons associated with multipart/alternative parts.
11233         (gnus-mime-display-alternative): Tag buttons using `article-type'
11234         text property.
11235
11236         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11237         associated with multipart/alternative parts.
11238
11239         * gnus-art.el (gnus-signature-separator): Fix custom type.
11240
11241         * mm-decode.el (mm-inlined-types): Fix custom type.
11242         (mm-keep-viewer-alive-types): Ditto.
11243         (mm-automatic-display): Ditto.
11244         (mm-attachment-override-types): Ditto.
11245         (mm-inline-override-types): Ditto.
11246         (mm-automatic-external-display): Ditto.
11247
11248 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * spam-report.el (spam-report-user-mail-address)
11251         (spam-report-user-agent): New variables.
11252         (spam-report-url-ping-plain): Use spam-report-user-agent.
11253
11254 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11255
11256         * gnus-art.el (gnus-button-handle-custom): Do not just use
11257         `customize-apropos' for any "M-x customize-*" button but the
11258         function called for.  Accept both the function name and its
11259         argument in order to achieve this.
11260         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11261         function name to `gnus-button-handle-custom' in case of "M-x
11262         customize-*" buttons.
11263
11264 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11267         multipart/alternative and add xref to mm-discouraged-alternatives
11268         in doc string.
11269
11270         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11271         gnus-buttonized-mime-types in doc string.
11272
11273 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11276         Suggest image/.* in the doc string.
11277
11278 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11281         message-marks (Debian bug #342521).
11282
11283 2005-12-12  Simon Josefsson  <jas@extundo.com>
11284
11285         * password.el (password-read-from-cache): Add.
11286         (password-read): Use it.
11287
11288 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11291         us-ascii as a MIME charset.
11292
11293         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11294         against the case where the 2nd arg TYPE is nil.
11295
11296 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * pop3.el (pop3-stream-type): Fix custom version.
11299
11300         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11301
11302 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11303
11304         * mm-decode.el (mm-display-external): Add missing cdr.
11305
11306 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11309         RFC1524) if it is in mailcap or add a suffix according to
11310         mailcap-mime-extensions when generating a temp filename; postpone
11311         deleting a temp file for 2 seconds for some wrappers, shell
11312         scripts, and so on, which might exit right after having started a
11313         viewer command as a background job.
11314
11315 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * nntp.el (nntp-marks-directory): Fix custom group.
11318
11319         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11320         steps when < 10.
11321
11322         * gnus-start.el (gnus-no-server-1): Mention
11323         `gnus-level-default-subscribed' in doc string.
11324
11325 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11326
11327         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11328         parens.
11329
11330 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-xmas.el (gnus-use-toolbar): Revert.
11333         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11334         gnus-use-toolbar is default.
11335
11336         * messagexmas.el (message-use-toolbar): Revert.
11337         (message-setup-toolbar): Use global default-toolbar if
11338         message-use-toolbar is default.
11339
11340 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11343         according to default-toolbar-visible-p.
11344
11345         * messagexmas.el (message-use-toolbar): Ditto.
11346
11347 2005-11-26  Dave Love  <fx@gnu.org>
11348
11349         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11350         (tls-program, tls-success): Provide openssl alternative.
11351
11352         * starttls.el: Doc fixes.
11353         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11354         SERVICE to PORT.
11355
11356         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11357         port null or service name.
11358         (starttls-negotiate): Autoload.
11359
11360 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * message.el (message-kill-to-signature): Fix interactive spec.
11363
11364 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * pop3.el (pop3-open-server): Recognize a string as a service name.
11367
11368 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11369
11370         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11371
11372 2005-11-23  Dave Love  <fx@gnu.org>
11373
11374         Add pop3s, pop3/starttls.
11375
11376         * pop3.el (pop3-authentication-scheme): Clarify doc.
11377         (open-tls-stream, starttls-open-stream): Autoload.
11378         (pop3-stream-type): New.
11379         (pop3-open-server): Use it.
11380
11381         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11382         for POP.
11383         (mail-source-keyword-map): Add :stream for POP.
11384         (mail-source-fetch-pop): Use pop3-stream-type.
11385
11386 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11389         of current-time-string.
11390
11391 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11392
11393         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11394         date header.
11395
11396 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11397
11398         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11399         it can seriously impact performance as it bypasses the agent's
11400         local caches.
11401
11402 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11403
11404         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11405         must be explicitly online rather than "not explicitly offline" for
11406         its flags to be synchronized.
11407
11408         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11409         that gnus-uu-unmark-thread will function correctly.
11410
11411         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11412         1024K is instead displayed as 1M.
11413
11414 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11417
11418 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11419
11420         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11421
11422 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11423
11424         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11425         error message to display actual error condition.
11426         (gnus-agent-save-local): Avoid saving symbols that are bound to
11427         nil as they simply result in a warning message in
11428         gnus-agent-read-local.
11429
11430 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11433         rather than make-variable-buffer-local for file-precious-flag.
11434
11435 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11436
11437         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11438         for duplicates which are removed.  The invalid sort check then
11439         triggers a rescan after the sort as sorting may have moved
11440         duplicate entries such that they can be cheaply detected.
11441
11442 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11445
11446 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11447
11448         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11449         internal variable to a custom variable.  Changed default value
11450         from compressed(2) to uncompressed(1).
11451         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11452         support for uncompressed agentview files.  Taken together, reading
11453         the agentview file should now be 6-7 times faster.
11454
11455 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11456
11457         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11458         as a buffer-local variable.  This avoids creating truncated
11459         dribble files as a result of a hang up, eg.
11460
11461 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11462
11463         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11464         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11465         XEmacs.
11466
11467 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * gnus-start.el (gnus-start-draft-setup): Enforce
11470         `gnus-draft-mode' for nndraft:drafts at startup.
11471
11472         * gnus.el (gnus-splash): Change custom group.
11473         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11474         allow-list argument.
11475
11476         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11477         string.
11478
11479 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-art.el (gnus-default-article-saver): Add user-defined
11482         `function' to custom type.
11483
11484 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11485
11486         * imap.el (imap-open): Handle case where buffer is a buffer
11487         object.
11488
11489 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11492         long lines.
11493         (gnus-cache-delete-group): Wrap doc strings.
11494
11495         * gnus-agent.el (gnus-agent-rename-group)
11496         (gnus-agent-delete-group): Wrap doc strings.
11497
11498 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * messagexmas.el (message-use-toolbar): Change the valid values
11501         into default, top, bottom, left, and right.
11502         (message-toolbar-thickness): New variable.
11503         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11504         well.
11505         (message-setup-toolbar): Make it work.
11506
11507         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11508         (gnus-use-toolbar): Change the valid values into default, top,
11509         bottom, left, and right.
11510         (gnus-toolbar-thickness): New variable.
11511         (gnus-xmas-setup-toolbar): New function.
11512         (gnus-xmas-setup-group-toolbar): Use it.
11513         (gnus-xmas-setup-summary-toolbar): Use it.
11514
11515 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * gnus-start.el (gnus-1): Add "native" to
11518         gnus-predefined-server-alist.
11519
11520         * gnus.el (gnus-method-to-server): Don't add "native" to the
11521         lists here, because that leads to problems when
11522         gnus-select-method is bound.
11523
11524 2005-11-09  Simon Josefsson  <jas@extundo.com>
11525
11526         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11527         use (not sort-by-date) instead.
11528
11529 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11530
11531         * gnus-delay.el (gnus-delay-group): Don't autoload.
11532         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11533         to be re-loaded when customizing the `gnus-delay' group.
11534
11535 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11536
11537         * message.el: Revert last changes.
11538         (message-insert-citation-line): Use newlines.
11539
11540 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11541
11542         * message.el (message-courtesy-message)
11543         (message-mark-insert-begin, message-mark-insert-end)
11544         (message-elide-ellipsis, message-cancel-message)
11545         (message-add-header, message-change-subject)
11546         (message-cross-post-followup-to-header)
11547         (message-cross-post-insert-note, message-reduce-to-to-cc)
11548         (message-widen-reply, message-delete-not-region)
11549         (message-kill-to-signature, message-insert-signature)
11550         (message-insert-importance-high, message-insert-importance-low)
11551         (message-insert-or-toggle-importance)
11552         (message-insert-disposition-notification-to)
11553         (message-indent-citation, message-yank-original)
11554         (message-cite-original-without-signature, message-cite-original)
11555         (message-insert-citation-line, message-position-on-field)
11556         (message-fix-before-sending, message-send-mail-partially)
11557         (message-send-mail, message-send-mail-with-sendmail)
11558         (message-send-mail-with-qmail, message-send-news)
11559         (message-check-news-header-syntax, message-generate-headers)
11560         (message-insert-courtesy-copy, message-fill-address)
11561         (message-fill-header, message-shorten-references)
11562         (message-setup-1, message-cancel-news)
11563         (message-forward-make-body-plain, message-forward-make-body-mime)
11564         (message-forward-make-body-mml, message-encode-message-body)
11565         (message-forward-make-body-digest-plain)
11566         (message-forward-make-body-digest-mime)
11567         (message-use-alternative-email-as-from): Insert `hard-newline'
11568         instead of ordinary newlines.
11569
11570 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * message.el (message-generate-headers): Downcase the argument
11573         given to message-check-element.
11574
11575 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11576
11577         * nntp.el (nntp-authinfo-rejected): New error condition.
11578         (nntp-wait-for): Use new error condition to signal authentication
11579         error.
11580         (nntp-retrieve-data): Rethrow new error condition to break out of
11581         recursive call to nntp-send-authinfo.
11582
11583 2005-11-08  Romain Francoise  <romain@orebokech.com>
11584
11585         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11586         (gnus-summary-exit-map): Bind to `Z p'.
11587         (gnus-summary-make-menu-bar): Add menu item.
11588
11589 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11592         (gnus-treat-*): Add `first' in all doc strings.
11593
11594         * gnus-group.el (gnus-group-compact-group): Fix typo.
11595
11596 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus.el (gnus-parameters-case-fold-search): New variable.
11599         (gnus-parameters-get-parameter): Use it.
11600
11601         * gnus-score.el (gnus-home-score-file): Doc fix.
11602
11603 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11604
11605         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11606
11607 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * mm-util.el (mm-special-display-p): New function.
11610
11611         * mml.el (mml-preview): Use it; doc fix.
11612
11613 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11614
11615         * imap.el (imap-open): Handle case where buffer is a buffer object.
11616
11617 2005-10-29  Romain Francoise  <romain@orebokech.com>
11618
11619         * message.el (message-fix-before-sending): Fix comment.
11620
11621 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11622
11623         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11624
11625 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11626
11627         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11628         Used in gnus-score.el.
11629
11630 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11633
11634 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11637         whitespace removed in revision 7.8.  Use concatenated string to
11638         protect trailing whitespace.
11639
11640 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11641
11642         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11643         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11644         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11645         Courier IMAP ("some version from 2004").  Mostly based on similar
11646         code in the same function.
11647
11648 2005-10-26  Didier Verna  <didier@xemacs.org>
11649
11650         * gnus-group.el (gnus-group-compact-group): Invalidate original
11651         article buffer.
11652         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11653         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11654         NOV database and in article itself.
11655         Invalidate article backlog.
11656
11657 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11660
11661 2005-10-26  Simon Josefsson  <jas@extundo.com>
11662
11663         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11664         part of 2004-07-25 change.
11665
11666 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * message.el (message-display-completion-list): New function.
11669         (message-expand-group): Use it; make sure the Completions buffer
11670         is modifiable.
11671 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11672
11673         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11674         user-mail-name is an empty string.
11675
11676 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11679         depending on gnus-score-decay-constant.
11680
11681         * encrypt.el (encrypt-insert-file-contents)
11682         (encrypt-write-file-contents): Don't use `gnus-message'.
11683
11684         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11685         arguments.
11686         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11687         arguments to mm-uu-verbatim-marks-extract.
11688         (mm-uu-hide-markers): New variable.
11689         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11690
11691         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11692         (gnus-convert-image-to-face-command): Use "convert" by default to
11693         allow other input image formats.
11694         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11695         accordingly.
11696
11697 2005-10-23  Simon Josefsson  <jas@extundo.com>
11698
11699         * imap.el (imap-gssapi-program): Align command line parameters
11700         with latest GNU SASL.
11701         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11702
11703 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11704
11705         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11706         HTML.
11707         (nnslashdot-request-article): Ditto.
11708
11709         * lpath.el (featurep): Add nobreak-char-display.
11710
11711 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11712
11713         * mail-source.el (mail-source-fetch-pop): Require pop3.
11714         (mail-source-check-pop): Ditto.
11715
11716 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11719         errors.
11720
11721 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11724         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11725
11726         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11727
11728         * mm-bodies.el (mm-decode-string): Call
11729         `mm-charset-to-coding-system' with allow-override argument.
11730
11731 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11734         (rfc2047-charset-to-coding-system): New function.
11735         (rfc2047-decode-encoded-words): New function.
11736         (rfc2047-decode-region): Use them.
11737         (rfc2047-decode-cte): Remove.
11738         (rfc2047-parse-and-decode): Remove.
11739         (rfc2047-decode): Remove.
11740
11741 2005-10-15  Kenichi Handa  <handa@m17n.org>
11742
11743         * rfc2047.el (rfc2047-decode-cte): New function.
11744         (rfc2047-decode-region): Change the way to decode successive
11745         encoded-words: decode B- or Q-encoding in each encoded-word,
11746         concatenate them, and decode it as charset.
11747
11748 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * lpath.el: Fbind codepage-setup for XEmacs.
11751
11752 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11753
11754         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11755         widget-move-and-invoke.
11756         (gnus-custom-mode): Use gnus-custom-map.
11757
11758 2005-10-15  Bill Wohler  <wohler@newt.com>
11759
11760         * message.el (message-tool-bar-map): Renamed image file from
11761         mail_send to mail/send.
11762
11763 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11764
11765         * message.el (message-expand-group): Pass the common
11766         prefix substring of completion to `display-completion-list'.
11767
11768 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * mml-sec.el (mml-secure-method): New internal variable.
11771         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11772         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11773         functions using mml-secure-method.
11774
11775         * mml.el (mml-mode-map): Add key bindings for those functions.
11776         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11777         Harder <harder@myrealbox.com>.
11778         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11779         end of message if point is the headers of the message.
11780
11781         * message.el (message-in-body-p): New function.
11782
11783         * assistant.el: Autoload gnus-util and netrc.
11784
11785         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11786         Use `mm-charset-override-alist' only when decoding.
11787
11788         * mm-bodies.el (mm-decode-body): Call
11789         `mm-charset-to-coding-system' with allow-override argument.
11790
11791         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11792         `filename' from Content-Disposition if Content-Type doesn't
11793         provide `name'.
11794         (gnus-mime-view-part-as-type): Set default instead of
11795         initial-input.
11796
11797 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11798
11799         * format-spec.el (format-spec): Propagate text properties of % spec.
11800
11801 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-art.el (gnus-treat-predicate): Add `first'.
11804
11805 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11808         (mm-charset-override-alist): New variable.
11809         (mm-charset-to-coding-system): Use it.
11810         (mm-codepage-setup): New helper function.
11811         (mm-charset-eval-alist): New variable.
11812         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11813         about unknown charsets.
11814
11815         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11816
11817 2005-10-04  David Hansen  <david.hansen@gmx.net>
11818
11819         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11820         (nnrss-check-group): Ditto.
11821
11822 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11825         Rename x-gnus-verbatim to x-verbatim.
11826         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11827
11828         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11829         x-verbatim.
11830
11831         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11832
11833         * gnus-util.el (gnus-remove-duplicates): Remove.
11834
11835         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11836         instead of gnus-remove-duplicates.
11837
11838         * message.el (message-remove-duplicates): Remove.
11839         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11840         message-remove-duplicates.
11841
11842         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11843         available, else use implementation from `delete-dups'.
11844
11845         * message.el (message-insert-expires): New function.
11846         (message-mode-map): Add key binding.
11847         (message-mode-field-menu): Add menu entry.
11848         (message-mode): Document it.
11849         (message-make-expires-date): Use `message-make-date'.
11850
11851 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11852
11853         * message.el (message-make-expires-date): New function.
11854
11855 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * Makefile.in (list-installed-shadows): New entry.
11858         (install): Use it.
11859         (remove-installed-shadows): New entry.
11860
11861         * dgnushack.el (dgnushack-default-load-path): New variable.
11862         (dgnushack-find-lisp-shadows): New function.
11863         (dgnushack-remove-lisp-shadows): New function.
11864
11865 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * Makefile.in (install-el-elc): New entry.
11868         (install): Use it so that .el files are necessarily installed.
11869
11870 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11873
11874 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11875
11876         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11877         function rather than the diff-mode.el package.
11878         (mm-display-external): Use with-current-buffer.
11879         (mm-viewer-completion-map, mm-viewer-completion-map):
11880         Move initialization inside declaration.
11881
11882 2005-09-29  Simon Josefsson  <jas@extundo.com>
11883
11884         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11885         autoload mail-check-payment.
11886         (spam-check-hashcash): Define unconditionally, since hashcash.el
11887         is part of Gnus now.  Ignore errors from payment checking.
11888
11889 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * message.el (message-bold-region, message-unbold-region): Rename
11892         from `bold-region' and `unbold-region'.
11893
11894         * message.el: Remove useless autoloads.
11895
11896 2005-09-28  Simon Josefsson  <jas@extundo.com>
11897
11898         * message.el (message-use-idna): Default to t.
11899         (message-use-idna): Test whether encoding works too.  Doc fix.
11900
11901 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * nntp.el (nntp-warn-about-losing-connection): Remove.
11904
11905 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11908         customizable.  Change default value.
11909         (mm-uu-diff-groups-regexp): Change default value.
11910         (mm-uu-type-alist): Add doc string.
11911         (mm-uu-configure): Add doc string.  Make it interactive.
11912         (mm-uu-tex-groups-regexp): New variable.
11913         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11914         (mm-uu-type-alist): Add LaTeX documents.
11915         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11916         of "text/verbatim".
11917         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11918
11919         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11920         instead of "text/verbatim".
11921
11922         * message.el (message-mark-inserted-region)
11923         (message-mark-insert-file): Use slrn style marks when called with
11924         prefix argument.
11925
11926 2005-09-27  Simon Josefsson  <jas@extundo.com>
11927
11928         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11929
11930 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11931
11932         * message.el (message-remove-duplicates): New function.
11933         Implementation borrowed from `gnus-remove-duplicates'.
11934         (message-idna-to-ascii-rhs): Also encode idna addresses in
11935         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11936         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11937         only ask about the same idna domain once per header and also tell
11938         in what header to replace the idna domain.
11939
11940         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11941         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11942         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11943         a header is decoded and not just the last one.
11944
11945 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11948         has been decoded.
11949
11950         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11951         (mm-insert-part): Don't modify text if it has been decoded.
11952
11953         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11954         decoded.
11955
11956         * mm-view.el (mm-inline-text): Don't strip text props unless
11957         decoding enriched or richtext parts.
11958
11959 2005-09-25  Romain Francoise  <romain@orebokech.com>
11960
11961         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11962         * gnus-start.el (gnus-subscribe-interactively):
11963         * gnus-uu.el (gnus-uu-grab-articles):
11964         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11965         space.
11966
11967 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11968
11969         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11970         * mm-view.el (mm-view-pkcs7-decrypt):
11971         * gnus-sum.el (gnus-summary-limit-to-extra)
11972         (gnus-summary-respool-article, gnus-read-move-group-name):
11973         * gnus-score.el (gnus-summary-increase-score):
11974         * gnus-util.el (gnus-completing-read-with-default):
11975         * gnus-art.el (gnus-read-save-file-name)
11976         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11977         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11978         * message.el (message-check-news-header-syntax):
11979         Follow convention for reading with the minibuffer.
11980
11981 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * spam-report.el (spam-report-url-ping-plain):
11984         Use gnus-extended-version as User-Agent.
11985
11986         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11987         default value is nil.
11988
11989         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11990         (mm-uu-verbatim-marks-extract): New function.
11991         (mm-uu-extract): New face.
11992         (mm-uu-copy-to-buffer): Use it.
11993
11994         * spam-report.el (spam-report-gmane-ham): Renamed from
11995         `spam-report-gmane-unspam'.
11996         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11997         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11998
11999         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12000         Autoload.
12001         (spam-report-gmane-unregister-routine): Renamed
12002         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12003
12004 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12005
12006         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12007         (spam-report-gmane-unregister-routine): Add support for gmane
12008         unregistration.
12009
12010         * spam-report.el (spam-report-gmane-unspam)
12011         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12012         (spam-report-gmane): Change to take a single article and do unspam
12013         registration.
12014
12015 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * mm-url.el (mm-url-decode-entities): Fix regexp.
12018
12019 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12020
12021         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12022         default to nil, to be able to use Gnus at all.  If the default
12023         switches to something else, then the function should be fixed not
12024         be exceedingly slow.
12025
12026 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12029         fail hard.
12030
12031         * spam-report.el: Add better Keywords line.
12032
12033         * spam.el: Add Maintainer and better Keywords line.
12034
12035 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-art.el (gnus-article-replace-part)
12038         (gnus-mime-replace-part): New functions.
12039         (gnus-mime-action-alist, gnus-mime-button-commands)
12040         (gnus-mime-save-part-and-strip): Added file argument.
12041         (gnus-article-part-wrapper): Added interactive argument.
12042
12043         * gnus-sum.el (gnus-summary-mime-map): Add
12044         `gnus-article-replace-part'.
12045
12046 2005-09-19  Didier Verna  <didier@xemacs.org>
12047
12048         The nnml compaction feature:
12049         * nnml.el (nnml-request-compact-group): New function.
12050         * nnml.el (nnml-request-compact): New function.
12051         * gnus-int.el (gnus-request-compact-group): New function.
12052         * gnus-int.el (gnus-request-compact): New function.
12053         * gnus-group.el (gnus-group-compact-group): New function.
12054         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12055         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12056         * gnus-srvr.el (gnus-server-compact-server): New function.
12057         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12058         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12059
12060 2005-09-18  Deepak Goel  <deego@gnufans.org>
12061
12062         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12063         format spec.
12064
12065 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12068
12069 2005-09-15  Romain Francoise  <romain@orebokech.com>
12070
12071         * message.el (message-fill-paragraph): Clarify docstring.
12072
12073 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-art.el (gnus-mime-display-part): Protect against broken
12076         MIME messages.
12077
12078 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12081         before parsing header.
12082
12083 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12084
12085         * html2text.el (html2text-replace-list): Add new entities.
12086
12087 2005-09-11  Romain Francoise  <romain@orebokech.com>
12088
12089         * message.el (message-alternative-emails): Improve docstring.
12090         (message-setup-1): Call `message-use-alternative-email-as-from'
12091         after `message-setup-hook' to give it precedence over posting
12092         styles, etc.
12093         (message-use-alternative-email-as-from): Add docstring.  Remove
12094         the original From header if present.
12095
12096         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12097         (nnml-save-mail): Use it.
12098
12099         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12100         articles.  Add new argument `silent'.
12101         (gnus-uu-mark-all): Report the total number of marked articles.
12102
12103 2005-09-10  Romain Francoise  <romain@orebokech.com>
12104
12105         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12106         (gnus-uu-mark-series): Likewise.
12107
12108 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * spam-report.el (spam-report-gmane): Fix generation of spam
12111         report URL.
12112
12113 2005-09-10  Simon Josefsson  <jas@extundo.com>
12114
12115         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12116         t, based on discussion on the ding list with Robert Epprecht
12117         <epprecht@solnet.ch>.
12118
12119 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * spam-report.el (spam-report-gmane): Make it work without
12122         X-Report-Spam header.  Gmane now only provides Archived-At.
12123         This is only used if `spam-report-gmane-use-article-number' is nil.
12124         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12125
12126         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12127         make `gnus-summary-sort-by-recipient' work with threading.
12128
12129         * nnweb.el (nnweb-google-wash-article): Print a message if article
12130         is not available.
12131
12132 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12133
12134         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12135         change.  Decode text/* parts content before displaying.
12136
12137 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12140
12141 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12144
12145         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12146         url-package-name, url-package-version,
12147         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12148         w3m-display-inline-images, and w3m-minor-mode-map.
12149
12150 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * message.el (message-tab-body-function): Fix mismatched custom type.
12153
12154         * gnus.el (gnus-group-change-level-function): Ditto.
12155
12156         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12157
12158         * gnus-art.el (gnus-signature-limit)
12159         (gnus-article-mime-part-function): Ditto.
12160
12161 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * mml.el (mml-mode): Silence the byte compiler.
12164
12165         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12166         using `(sit-for 0)' before moving the point to the specified part;
12167         skip unbuttonized parts.
12168         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12169         return to the summary window if gnus-auto-select-part is non-nil.
12170
12171 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12174         variables.
12175         (mml-dnd-attach-file, mml-mode): Use them.
12176
12177         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12178         Make fetching article by MID work again for Google Groups.  Added
12179         FIXME concerning gnus-group-make-web-group.
12180
12181         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12182         Don't depend on Gnus by using mail-extract-address-components if
12183         gnus-extract-address-components is not bound.
12184
12185 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12186
12187         * gnus-art.el (gnus-mime-display-security): Don't display the
12188         signature, but only the signed part.
12189
12190 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12193
12194         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12195         list, not listp.
12196
12197 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12198
12199         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12200         when encoding.
12201
12202         * mm-bodies.el (mm-decode-content-transfer-encoding):
12203         De-canonicalize CRLF for all text content types, not just
12204         text/plain.
12205
12206 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12209         valid article; point arrow and cursor at the MIME button.
12210
12211 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12214         Suggested by Dan Christensen <jdc@uwo.ca>.
12215
12216         * mm-decode.el (mm-save-part): Enable change of prompt.
12217
12218 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12219
12220         * gnus-msg.el (gnus-inews-add-send-actions): Made
12221         `message-post-method' lambda parameter ARG `&optional'.
12222
12223 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * gnus-sum.el (gnus-summary-mime-map): Added
12226         gnus-article-save-part-and-strip, gnus-article-delete-part and
12227         gnus-article-jump-to-part.
12228
12229         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12230         (gnus-article-edit-part): Use it.
12231         (gnus-article-part-wrapper): Added no-handle argument.
12232         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12233         functions.
12234
12235 2005-08-29  Romain Francoise  <romain@orebokech.com>
12236
12237         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12238         docstring.
12239         (gnus-face-from-file): Likewise.
12240
12241 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12244         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12245         non-nil.
12246         (gnus-auto-select-part): New variable.
12247         (gnus-article-jump-to-part): New function.
12248         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12249         (gnus-mime-delete-part): Allow selecting specified part after
12250         deleting or stripping parts.
12251         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12252         part if argument is bogus.
12253
12254 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12255
12256         * gnus-art.el (w3m-minor-mode-map):
12257         * gnus-spec.el (gnus-newsrc-file-version):
12258         * gnus-util.el (nnmail-active-file-coding-system)
12259         (gnus-original-article-buffer, gnus-user-agent):
12260         * gnus.el (gnus-ham-process-destinations)
12261         (gnus-parameter-ham-marks-alist)
12262         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12263         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12264         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12265         * mm-decode.el (gnus-current-window-configuration):
12266         * mm-extern.el (gnus-article-mime-handles):
12267         * mm-url.el (url-current-object, url-package-name)
12268         (url-package-version):
12269         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12270         (smime-keys, w3m-cid-retrieve-function-alist)
12271         (w3m-current-buffer, w3m-display-inline-images)
12272         (w3m-minor-mode-map):
12273         * mml-smime.el (gnus-extract-address-components):
12274         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12275         (gnus-newsrc-hashtb, message-default-charset)
12276         (message-deletable-headers, message-options)
12277         (message-posting-charset, message-required-mail-headers)
12278         (message-required-news-headers):
12279         * mml1991.el (mc-pgp-always-sign):
12280         * mml2015.el (mc-pgp-always-sign):
12281         * nnheader.el (nnmail-extra-headers):
12282         * rfc1843.el (gnus-decode-encoded-word-function)
12283         (gnus-decode-header-function, gnus-newsgroup-name):
12284         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12285
12286 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12287
12288         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12289         the end of the date treatments.
12290
12291 2005-08-15  Simon Josefsson  <jas@extundo.com>
12292
12293         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12294         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12295         Capello and Romain Francoise.
12296         (pgg-fetch-key-function): Removed, not used?
12297         (pgg-insert-url-with-w3): Require url, to get
12298         url-insert-file-contents regardless of where it is defined.
12299
12300 2005-08-13  Romain Francoise  <romain@orebokech.com>
12301
12302         * message.el (message-cite-original-1): New function.
12303         (message-cite-original): Use it.
12304         (message-cite-original-without-signature): Ditto.
12305
12306 2005-08-08  Romain Francoise  <romain@orebokech.com>
12307
12308         * message.el (message-yank-empty-prefix): New variable.
12309         (message-indent-citation): Use it.
12310         (message-cite-original-without-signature): Respect X-No-Archive.
12311
12312 2005-08-08  Simon Josefsson  <jas@extundo.com>
12313
12314         * pgg.el: Autoload url-insert-file-contents instead of loading
12315         w3/url.
12316         (pgg-insert-url-with-w3): Don't load url here.
12317
12318 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12319
12320         * message.el (message-kill-to-signature): Don't insert newline at
12321         bol.
12322         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12323
12324 2005-08-06  Romain Francoise  <romain@orebokech.com>
12325
12326         * message.el (message-user-fqdn): Fix typo in docstring.
12327
12328 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12329
12330         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12331
12332         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12333
12334 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mm-bodies.el (mm-encode-body): Use coding system rather than
12337         charset to encode text.
12338
12339         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12340         number of charsets if utf-8 is available (XEmacs).
12341
12342 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12345         taken from `gnus-button-mid-or-mail-regexp'.
12346         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12347         (gnus-button-alist): Improve regexp for domain part of the MIDs
12348         for news:localpart@domain buttons.
12349         (gnus-button-ctan-directory-regexp): Update.
12350
12351 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * sieve-manage.el (sieve-manage-interactive-login): Use
12354         make-local-variable rather than make-variable-buffer-local.
12355         (sieve-manage-open): Ditto.
12356         (sieve-manage-authenticate): Ditto.
12357
12358         * mml.el (mml-generate-mime-1): Make the content type default to
12359         text/plain if the filename is not specified.
12360
12361 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12364         instead of insert-buffer.
12365
12366         * message.el (message-yank-original): Ditto; set the mark at the
12367         end of the yanked message.
12368
12369 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12372         lines to scroll rather than to stop it.
12373
12374         * mml.el (mml-generate-default-type): Add doc string.
12375         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12376         default to application/octet-stream when determining the content
12377         type if it is not specified for the part or the mml contents; add
12378         a comment about mml-generate-default-type.
12379
12380 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12383         make it default to application/octet-stream when determining the
12384         content type if it is not specified for the external contents.
12385
12386 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12389         segmented parameter but also other parameters might be there.
12390
12391 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-decode.el (mm-display-external): Delete temp file, directory
12394         and buffer immediately if the external process is exited.
12395
12396 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12399         fewer lines than that of scroll-margin.
12400         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12401
12402 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-article-next-page): Revert.
12405         (gnus-article-beginning-of-window): New macro.
12406         (gnus-article-next-page-1): Use it.
12407         (gnus-article-prev-page): Ditto.
12408         (gnus-article-edit-part): Use insert-buffer-substring instead of
12409         insert-buffer.
12410         (gnus-article-edit-exit): Ditto.
12411
12412         * gnus-util.el (gnus-beginning-of-window): Remove.
12413         (gnus-end-of-window): Remove.
12414
12415         * lpath.el: Don't bind header-line-format and scroll-margin.
12416
12417 2005-07-25  Simon Josefsson  <jas@extundo.com>
12418
12419         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12420         to have the url package without w3.  Reported by Daiki Ueno
12421         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12422
12423 2005-07-20  Didier Verna  <didier@xemacs.org>
12424
12425         * gnus-diary.el: Remove the description comment (nndiary is now
12426         properly documented in the Gnus manual).
12427         Fix the spelling of "Back End".
12428         * nndiary.el: Ditto.
12429         Fix the copyright notice.
12430
12431 2005-07-18  Romain Francoise  <romain@orebokech.com>
12432
12433         * gnus-sum.el (gnus-summary-to-prefix)
12434         (gnus-summary-newsgroup-prefix): New variables.
12435         (gnus-summary-from-or-to-or-newsgroups): Use them.
12436
12437 2005-07-17  Romain Francoise  <romain@orebokech.com>
12438
12439         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12440         space as it's generally not especially interesting to the user.
12441
12442 2005-07-16  Romain Francoise  <romain@orebokech.com>
12443
12444         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12445         nil to avoid prompting and file modification if one of the
12446         messages at the top of the nnfolder file contains a copyright
12447         notice.
12448         Update copyright notice.
12449
12450         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12451         instead of `current-time-string' as the latter creates a time
12452         string that is not RFC 2822 compliant (it lacks the zone).
12453         Update copyright notice.
12454
12455 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12456
12457         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12458         for text/rtf.  Display default in prompt.  Pass default for M-n.
12459
12460         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12461
12462 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12463
12464         * gnus-msg.el (gnus-button-mailto): Remove
12465         save-selected-window-window hackery because it relies on
12466         save-selected-window internals.
12467
12468 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12471         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12472         (gnus-article-prev-page): Ditto.
12473
12474         * gnus-util.el (gnus-beginning-of-window): New function.
12475         (gnus-end-of-window): New function.
12476
12477         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12478
12479 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12480
12481         * gnus-score.el (gnus-score-edit-all-score): Set
12482         gnus-score-edit-exit-function to gnus-score-edit-done and call
12483         gnus-message.
12484
12485 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * gnus-msg.el (gnus-button-mailto): Remove
12488         save-selected-window-window hackery because it relies on
12489         save-selected-window internals.
12490
12491 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12494         add-minor-mode.
12495         (gnus-binary-mode): Ditto.
12496
12497         * gnus-topic.el (gnus-topic-mode): Ditto.
12498
12499 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12500
12501         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12502         (gnus-article-prev-page): Take scroll-margin into consideration.
12503
12504 2005-07-04  Lute Kamstra  <lute@gnu.org>
12505
12506         Update FSF's address in GPL notices.
12507
12508 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12509
12510         * gnus.el (gnus-exit):
12511         * gnus-group.el (gnus-group-icons):
12512         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12513
12514         * gnus-nocem.el (gnus-nocem):
12515         * message.el (message-various, message-buffers, message-sending)
12516         (message-interface, message-forwarding, message-insertion)
12517         (message-headers, message-news, message-mail):
12518         * pgg-gpg.el (pgg-gpg):
12519         * pgg-parse.el (pgg-parse):
12520         * pgg-pgp.el (pgg-pgp):
12521         * pgg-pgp5.el (pgg-pgp5):
12522         * pop3.el (pop3): Finish `defgroup' description with period.
12523
12524 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-art.el (article-display-face): Improve the efficiency.
12527         (article-display-x-face): Ditto; remove grey x-face stuff.
12528
12529 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (article-display-face): Correct the position in
12532         which Faces are inserted.
12533
12534 2005-06-29  Didier Verna  <didier@xemacs.org>
12535
12536         * gnus-art.el (article-display-face): Display faces in correct
12537         order.
12538
12539 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12542         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12543         (gnus-nocem-check-article): Fetch the Type header.
12544         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12545         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12546         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12547         make sure gnus-nocem-hashtb is initialized.
12548         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12549         (gnus-nocem-unwanted-article-p): Ditto.
12550
12551         * pgg.el (pgg-verify): Return the verification result.
12552
12553 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12556         is ascii.
12557
12558 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12559
12560         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12561         `show-nonbreak-escape'.
12562
12563 2005-06-23  Lute Kamstra  <lute@gnu.org>
12564
12565         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12566
12567         * dig.el (dig-mode):
12568         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12569
12570 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12571
12572         * nnimap.el (nnimap-split-download-body): Fix spellings.
12573
12574 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12575
12576         * gnus-art.el (gnus-article-encrypt-body):
12577         * gnus-cus.el (gnus-score-customize):
12578         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12579         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12580
12581 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12582
12583         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12584         header by looking for magic "MII" at the beginnig.
12585
12586 2005-06-16  Miles Bader  <miles@gnu.org>
12587
12588         * gnus-xmas.el (gnus-xmas-group-startup-message):
12589         Use renamed gnus-splash face.
12590
12591         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12592         (assistant-field-face): New backward-compatibility alias for renamed
12593         face.
12594         (assistant-render-text): Use renamed assistant-field face.
12595
12596         * spam.el (spam): Remove "-face" suffix from face name.
12597         (spam-face): New backward-compatibility alias for renamed face.
12598         (spam-face, spam-initialize): Use renamed spam face.
12599
12600         * message.el (message-header-to, message-header-cc)
12601         (message-header-subject, message-header-newsgroups)
12602         (message-header-other, message-header-name)
12603         (message-header-xheader, message-separator, message-cited-text)
12604         (message-mml): Remove "-face" suffix from face names.
12605         (message-header-to-face, message-header-cc-face)
12606         (message-header-subject-face, message-header-newsgroups-face)
12607         (message-header-other-face, message-header-name-face)
12608         (message-header-xheader-face, message-separator-face)
12609         (message-cited-text-face, message-mml-face):
12610         New backward-compatibility aliases for renamed faces.
12611         (message-font-lock-keywords): Use renamed message faces.
12612
12613         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12614         (sieve-test-commands, sieve-tagged-arguments):
12615         Remove "-face" suffix from face names.
12616         (sieve-control-commands-face, sieve-action-commands-face)
12617         (sieve-test-commands-face, sieve-tagged-arguments-face):
12618         New backward-compatibility aliases for renamed faces.
12619         (sieve-control-commands-face, sieve-action-commands-face)
12620         (sieve-test-commands-face, sieve-tagged-arguments-face):
12621         Use renamed sieve faces.
12622
12623         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12624         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12625         (gnus-group-news-3-empty, gnus-group-news-4)
12626         (gnus-group-news-4-empty, gnus-group-news-5)
12627         (gnus-group-news-5-empty, gnus-group-news-6)
12628         (gnus-group-news-6-empty, gnus-group-news-low)
12629         (gnus-group-news-low-empty, gnus-group-mail-1)
12630         (gnus-group-mail-1-empty, gnus-group-mail-2)
12631         (gnus-group-mail-2-empty, gnus-group-mail-3)
12632         (gnus-group-mail-3-empty, gnus-group-mail-low)
12633         (gnus-group-mail-low-empty, gnus-summary-selected)
12634         (gnus-summary-cancelled, gnus-summary-high-ticked)
12635         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12636         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12637         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12638         (gnus-summary-low-undownloaded)
12639         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12640         (gnus-summary-low-unread, gnus-summary-normal-unread)
12641         (gnus-summary-high-read, gnus-summary-low-read)
12642         (gnus-summary-normal-read, gnus-splash):
12643         Remove "-face" suffix from face names.
12644         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12645         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12646         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12647         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12648         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12649         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12650         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12651         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12652         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12653         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12654         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12655         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12656         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12657         (gnus-summary-normal-ticked-face)
12658         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12659         (gnus-summary-normal-ancient-face)
12660         (gnus-summary-high-undownloaded-face)
12661         (gnus-summary-low-undownloaded-face)
12662         (gnus-summary-normal-undownloaded-face)
12663         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12664         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12665         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12666         (gnus-splash-face):
12667         New backward-compatibility aliases for renamed faces.
12668         (gnus-group-startup-message): Use renamed gnus faces.
12669
12670         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12671         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12672         (gnus-server-agent): Remove "-face" suffix from face names.
12673         (gnus-server-agent-face, gnus-server-opened-face)
12674         (gnus-server-closed-face, gnus-server-denied-face)
12675         (gnus-server-offline-face):
12676         New backward-compatibility aliases for renamed faces.
12677         (gnus-server-agent-face, gnus-server-opened-face)
12678         (gnus-server-closed-face, gnus-server-denied-face)
12679         (gnus-server-offline-face): Use renamed gnus faces.
12680
12681         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12682         Remove "-face" suffix from face names.
12683         (gnus-picon-xbm-face, gnus-picon-face):
12684         New backward-compatibility aliases for renamed faces.
12685
12686         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12687         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12688         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12689         (gnus-cite-11): Remove "-face" suffix from face names.
12690         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12691         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12692         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12693         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12694         New backward-compatibility aliases for renamed faces.
12695         (gnus-cite-attribution-face, gnus-cite-face-list)
12696         (gnus-article-boring-faces): Use renamed gnus faces.
12697
12698         * gnus-art.el (gnus-signature, gnus-header-from)
12699         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12700         (gnus-header-content): Remove "-face" suffix from face names.
12701         (gnus-signature-face, gnus-header-from-face)
12702         (gnus-header-subject-face, gnus-header-newsgroups-face)
12703         (gnus-header-name-face, gnus-header-content-face):
12704         New backward-compatibility aliases for renamed faces.
12705         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12706
12707         * gnus-sum.el (gnus-summary-selected-face)
12708         (gnus-summary-highlight): Use renamed gnus faces.
12709         * gnus-group.el (gnus-group-highlight): Likewise.
12710
12711 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12712
12713         * gnus-sieve.el (gnus-sieve-article-add-rule):
12714         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12715         * spam-stat.el (spam-stat-buffer-change-to-spam)
12716         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12717
12718         * message.el (message-is-yours-p):
12719         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12720
12721 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mm-view.el (mm-inline-text): Withdraw the last change.
12724
12725 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12728         executing enriched-decode.
12729
12730 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12733         charset of tar files.
12734
12735 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12736
12737         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12738
12739 2005-06-04  Lute Kamstra  <lute@gnu.org>
12740
12741         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12742         information is never recorded.
12743
12744 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12745
12746         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12747
12748 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * pop3.el (pop3-apop): Run md5 in the binary mode.
12751
12752         * starttls.el (starttls-set-process-query-on-exit-flag):
12753         Use eval-and-compile.
12754
12755 2005-05-31  Simon Josefsson  <jas@extundo.com>
12756
12757         * smime.el (smime-replace-in-string): Define.
12758         (smime-cert-by-ldap-1): Use it.
12759
12760 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (article-display-x-face): Replace
12763         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12764
12765         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12766         set-process-query-on-exit-flag or process-kill-without-query.
12767
12768         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12769         loop instead of replace-regexp.
12770
12771         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12772         instead of process-kill-without-query if it is available.
12773
12774         * lpath.el: Fbind ldap-search-entries.
12775
12776         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12777         instead of find-file-hooks if it is available.
12778
12779         * mml1991.el: Bind pgg-default-user-id when compiling.
12780
12781         * mml2015.el: Bind pgg-default-user-id when compiling.
12782
12783         * nndraft.el (nndraft-request-associate-buffer):
12784         Use write-contents-functions instead of write-contents-hooks if it is
12785         available.
12786
12787         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12788         instead of find-file-hooks if it is available.
12789
12790         * nntp.el (nntp-open-connection): Replace
12791         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12792         (nntp-open-ssl-stream): Ditto.
12793         (nntp-open-tls-stream): Ditto.
12794
12795         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12796         set-process-query-on-exit-flag or process-kill-without-query.
12797         (starttls-open-stream-gnutls): Use it instead of
12798         process-kill-without-query.
12799         (starttls-open-stream): Ditto.
12800
12801 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12802
12803         * smime.el (smime-cert-by-ldap-1): Don't use
12804         replace-regexp-in-string.
12805
12806 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12807
12808         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12809
12810         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12811         in PEM format.  Adjust to the XEmacs compability.
12812
12813 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12816         by `string-to-number'.
12817         * gnus-agent.el (gnus-agent-regenerate-group)
12818         (gnus-agent-fetch-articles): Ditto.
12819         * gnus-art.el (gnus-button-fetch-group): Ditto.
12820         * gnus-cache.el (gnus-cache-generate-active)
12821         (gnus-cache-articles-in-group): Ditto.
12822         * gnus-group.el (gnus-group-set-current-level)
12823         (gnus-group-insert-group-line): Ditto.
12824         * gnus-score.el (gnus-score-set-expunge-below)
12825         (gnus-score-set-mark-below, gnus-summary-score-effect)
12826         (gnus-summary-score-entry): Ditto.
12827         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12828         (gnus-soup-pack): Ditto.
12829         * gnus-spec.el (gnus-xmas-format): Ditto.
12830         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12831         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12832         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12833         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12834         * nndb.el (nndb-get-remote-expire-response): Ditto.
12835         * nndiary.el (nndiary-parse-schedule-value)
12836         (nndiary-string-to-number, nndiary-request-replace-article)
12837         (nndiary-request-article): Ditto.
12838         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12839         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12840         * nneething.el (nneething-make-head): Ditto.
12841         * nnfolder.el (nnfolder-request-article)
12842         (nnfolder-retrieve-headers): Ditto.
12843         * nnheader.el (nnheader-file-to-number): Ditto.
12844         * nnkiboze.el (nnkiboze-request-article): Ditto.
12845         * nnmail.el (nnmail-process-unix-mail-format)
12846         (nnmail-process-babyl-mail-format): Ditto.
12847         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12848         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12849         (nnmh-request-create-group, nnmh-request-list-1)
12850         (nnmh-request-group, nnmh-request-article): Ditto.
12851         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12852         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12853         * nnsoup.el (nnsoup-make-active): Ditto.
12854         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12855         * nntp.el (nntp-find-group-and-number)
12856         (nntp-retrieve-headers-with-xover): Ditto.
12857         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12858         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12859         (pgg-format-key-identifier): Ditto.
12860         * pop3.el (pop3-last, pop3-stat): Ditto.
12861         * qp.el (quoted-printable-decode-region): Ditto.
12862
12863         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12864         of concat.
12865
12866 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12869
12870         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12871
12872         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12873
12874         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12875
12876         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12877
12878         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12879
12880         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12881         (gnus-carpal-mode): Ditto.
12882
12883         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12884         (gnus-browse-mode): Ditto.
12885
12886         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12887
12888         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12889
12890 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12891
12892         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12893
12894 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-util.el (gnus-run-mode-hooks): New function.
12897
12898         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12899
12900         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12901         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12902
12903 2005-05-27  Lute Kamstra  <lute@gnu.org>
12904
12905         * dns-mode.el (dns-mode): Specify customization group.
12906
12907 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12908
12909         * gnus-agent.el (gnus-agent-make-mode-line-string):
12910         Use mode-line-highlight as mouse-face.
12911
12912 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * canlock.el (canlock): Change the parent group to news.
12915
12916         * deuglify.el (gnus-outlook-deuglify): Add :group.
12917
12918         * dig.el (dig): Add :group.
12919
12920         * dns-mode.el (dns-mode): Add :group.
12921
12922         * encrypt.el (encrypt): Add :group.
12923
12924         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12925         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12926         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12927         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12928         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12929
12930         * gnus-diary.el (gnus-diary): Add :group.
12931
12932         * gnus.el (gnus-group-news-1-face): Add :group.
12933         (gnus-group-news-1-empty-face): Ditto.
12934         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12935         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12936         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12937         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12938         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12939         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12940         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12941         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12942         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12943         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12944         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12945         (gnus-summary-high-ticked-face): Ditto.
12946         (gnus-summary-low-ticked-face): Ditto.
12947         (gnus-summary-normal-ticked-face): Ditto.
12948         (gnus-summary-high-ancient-face): Ditto.
12949         (gnus-summary-low-ancient-face): Ditto.
12950         (gnus-summary-normal-ancient-face): Ditto.
12951         (gnus-summary-high-undownloaded-face): Ditto.
12952         (gnus-summary-low-undownloaded-face): Ditto.
12953         (gnus-summary-normal-undownloaded-face): Ditto.
12954         (gnus-summary-high-unread-face): Ditto.
12955         (gnus-summary-low-unread-face): Ditto.
12956         (gnus-summary-normal-unread-face): Ditto.
12957         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12958         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12959
12960         * hashcash.el (hashcash): New custom group.
12961         (hashcash-default-payment): Add :group.
12962         (hashcash-payment-alist): Ditto.
12963         (hashcash-default-accept-payment): Ditto.
12964         (hashcash-accept-resources): Ditto.
12965         (hashcash-path): Ditto.
12966         (hashcash-extra-generate-parameters): Ditto.
12967         (hashcash-double-spend-database): Ditto.
12968         (hashcash-in-news): Ditto.
12969
12970         * message.el (message-minibuffer-local-map): Add :group.
12971
12972         * netrc.el (netrc): Add :group.
12973
12974         * sieve-manage.el (sieve-manage-log): Add :group.
12975         (sieve-manage-default-user): Diito.
12976         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12977         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12978         (sieve-manage-authenticators): Ditto.
12979         (sieve-manage-authenticator-alist): Ditto.
12980         (sieve-manage-default-port): Ditto.
12981
12982         * sieve-mode.el (sieve-control-commands-face): Add :group.
12983         (sieve-action-commands-face): Ditto.
12984         (sieve-test-commands-face): Ditto.
12985         (sieve-tagged-arguments-face): Ditto.
12986
12987         * smime.el (smime): Add :group.
12988
12989         * spam-report.el (spam-report): Add :group.
12990
12991         * spam.el (spam, spam-face): Add :group.
12992
12993 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12994
12995         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12996         return \n.\n.\n at the end of articles.  Protect against that.
12997         (nntp-with-open-group): Allow debugging.
12998
12999         * nnheader.el (mail-header-set-extra): Make into a function
13000         because I just could't understand how to quote the list properly.
13001
13002         * dns.el (query-dns-cached): New function.
13003
13004 2005-05-26  Lute Kamstra  <lute@gnu.org>
13005
13006         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13007
13008 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13011
13012         * gnus-art.el: Don't autoload mail-extract-address-components.
13013
13014         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13015         eval-and-compile to evaluate it.
13016
13017         * hashcash.el: Don't autoload executable-find.
13018
13019         * nndb.el: Don't declare the nndb back end two or more times; don't
13020         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13021
13022         * nntp.el: Autoload format-spec instead of format; use
13023         eval-and-compile to evaluate autoload forms.
13024
13025 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13026
13027         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13028
13029 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13030
13031         * gnus.el (gnus-version-number): Bump version.
13032
13033 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13034
13035         * gnus.el: No Gnus v0.3 is released.
13036
13037 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * lpath.el (featurep): Bind show-nonbreak-escape.
13040
13041 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-art.el (gnus-article-edit-part): Disable undo.
13044
13045 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13048         gnus-article-date-lapsed-new-header is t if date timer is active;
13049         skip headers in which the original date value is empty.
13050         (gnus-article-save-original-date): Redefine it as a macro.
13051         (gnus-display-mime): Use it.
13052
13053 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-art.el (article-date-ut): Support converting date in
13056         forwarded parts as well.
13057         (gnus-article-save-original-date): New function.
13058         (gnus-display-mime): Use it.
13059
13060 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13061
13062         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13063         enclosure element of <item>.
13064
13065 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * message.el (message-kill-buffer-query): Renamed from
13068         `message-kill-buffer-query-if-modified'.  Added :version.
13069
13070 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13073         window layout.
13074
13075 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * mml.el: Autoload dnd when compiling.
13078
13079 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13082         x-dnd-*.
13083
13084 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * qp.el (quoted-printable-encode-region): Save excursion.
13087
13088 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * message.el (message-kill-buffer-query-if-modified): Add new variable
13091         so the user can kill a modified message buffer quickly.
13092         (message-kill-buffer): Use it.
13093
13094 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * lpath.el: Fbind display-time-event-handler; don't fbind
13097         string-to-multibyte.
13098
13099         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13100
13101 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13104         contained in text because xml.el decodes entities) with LFs.
13105
13106 2005-04-11  Lute Kamstra  <lute@gnu.org>
13107
13108         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13109         differently.
13110
13111 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13112
13113         * mm-util.el (mm-detect-coding-region): Typo.
13114
13115 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13118
13119 2005-04-06  Deepak Goel  <deego@gnufans.org>
13120
13121         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13122         user-function allow user modifications of the scores.
13123         (spam-stat-score-buffer-user): New function, to allow
13124         user-computed modifications to the score.
13125         (spam-stat-score-buffer-user-functions): List of additional
13126         scoring functions.
13127         (spam-stat-error-holder): Global temporary error holder.
13128         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13129         variable.
13130
13131 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * gnus-registry.el (gnus-registry-clean-empty-function)
13134         (gnus-registry-trim, gnus-registry-fetch-groups)
13135         (gnus-registry-delete-group): Groups that match
13136         `gnus-registry-ignored-groups' are removed from the registry
13137         entries, not just ignored for splitting.  This helps clean up the
13138         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13139         to get all the groups a message ID is in.
13140
13141         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13142         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13143         (spam-stat-score-buffer-user-functions): Add :number custom type.
13144
13145 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13148         argument in XEmacs.
13149
13150         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13151         (nnrss-request-group): Decode group name first.
13152         (nnrss-request-article): Make a text/plain article if mml-to-mime
13153         failed.
13154         (nnrss-get-encoding): Return a compatible encoding according to
13155         nnrss-compatible-encoding-alist.
13156         (nnrss-find-el): Use consp instead of listp.
13157         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13158
13159 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13162         which Emacs 20 doesn't support.
13163         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13164
13165 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13168         silence the byte compiler inside the defun.
13169
13170         * gnus-demon.el (parse-time-string): Add autoload.
13171
13172         * gnus-delay.el (parse-time-string): Add autoload.
13173
13174         * gnus-art.el (parse-time-string): Add autoload.
13175
13176         * nnultimate.el (parse-time): Require for `parse-time-string'.
13177
13178 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13181
13182         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13183
13184         * smime.el (smime-ldap-host-list): Add :version.
13185
13186 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13189         pass it to `gnus-browse-read-group'.
13190         (gnus-browse-read-group): Add NUMBER argument and pass it to
13191         `gnus-group-read-ephemeral-group'.
13192
13193         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13194         argument and pass it to `gnus-group-read-group'.
13195
13196 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13197
13198         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13199         mm-xemacs-find-mime-charset-1 if we have the mule feature
13200         available at runtime.
13201
13202 2005-03-25  Werner Lemberg  <wl@gnu.org>
13203
13204         * nnmaildir.el: Replace `illegal' with `invalid'.
13205
13206 2005-03-23  Lute Kamstra  <lute@gnu.org>
13207
13208         * time-date.el: Add comment on time value formats.
13209         Don't require parse-time.
13210         (with-decoded-time-value): New macro.
13211         (encode-time-value): New function.
13212         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13213         (days-to-time): Return a valid time value when arg is huge.
13214         (time-since): Use time-subtract.
13215         (time-to-number-of-days): Use time-to-seconds.
13216
13217 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * gnus-start.el (gnus-display-time-event-handler):
13220         Check display-time-timer at runtime rather than only at load time
13221         in case display-time-mode is turned off in the mean time.
13222
13223 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13226         used.
13227
13228         * nneething.el (nneething-map-file-directory): Derive from
13229         `gnus-directory'.
13230
13231         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13232         the To/Cc button.
13233
13234 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * nnmaildir.el (nnmaildir-request-accept-article):
13237         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13238
13239 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13240
13241         * gnus-async.el: Require timer-funcs at compile time when in
13242         XEmacs for `run-with-idle-timer'.
13243
13244 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13245
13246         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13247         autoloaded function.
13248
13249 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13250
13251         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13252
13253 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13254
13255         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13256
13257 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13258
13259         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13260         gnus-expert-user to default.
13261
13262 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13263
13264         * nnimap.el (nnimap-open-server): Ditto.
13265
13266         * imap.el (imap-authenticate): Fix typo.
13267
13268 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13269
13270         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13271         buffer (since IMAP server might return FETCH response out of
13272         order, and the nntp buffer must be sorted).
13273
13274 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13275
13276         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13277         comparison on string.
13278
13279         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13280         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13281         (gnus-agent-summary-fetch-series): Modified to protect against
13282         gnus-agent-summary-fetch-group clearing processable flags.
13283         (gnus-agent-synchronize-group-flags): Update live group buffer as
13284         synchronization may occur due to the user toggle the plugged
13285         status.
13286         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13287         successfully downloaded.
13288         (gnus-agent-expire-group-1): Avoid using markers when the overview
13289         is in ascending order; greatly improves performance.
13290         (gnus-agent-regenerate-group): Use
13291         gnus-agent-synchronize-group-flags to reset read status in both
13292         gnus and server.
13293         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13294
13295 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * message.el: Don't autoload former message-utils variables.
13298         (message-strip-subject-trailing-was): Change doc string.
13299
13300         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13301         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13302         (nnweb-google-search): Add "hl=en" here.
13303         (nnweb-google-parse-1, nnweb-google-create-mapping):
13304         Don't hardcode URL.
13305
13306 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * message.el (message-get-reply-headers, message-followup):
13309         Mention related variables `message-use-followup-to' and
13310         `message-use-mail-followup-to', in the information buffer.
13311
13312         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13313         of broken groups(-beta).google.com.
13314
13315 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13316
13317         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13318         parameter to invoked gnus-request-move-article; remove the
13319         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13320         all at once instead of once per article.
13321         (gnus-summary-remove-process-mark): Accept a list of articles as
13322         well as a single article for processing.
13323
13324         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13325         parameter.
13326
13327         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13328
13329         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13330
13331         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13332         parameter.
13333
13334         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13335         parameter.
13336
13337         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13338         parameter and remove the gnus-sum-hint-move-is-internal variable.
13339
13340         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13341         parameter.
13342
13343         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13344         parameter.
13345
13346         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13347         parameter.
13348
13349         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13350
13351         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13352         parameter.
13353
13354         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13355         parameter.
13356
13357 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13358
13359         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13360         a more conservative way.
13361
13362 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13363
13364         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13365         buffer, so it moves the window's cursor.
13366
13367 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13368
13369         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13370         `mm-dissect-multipart' and receive the from field as an (optional)
13371         argument from `mm-dissect-multipart'.
13372         (mm-dissect-multipart): Receive the from field as an argument and
13373         pass it on when we call `mm-dissect-buffer' on MIME parts.
13374         Fixes verification/decryption of signed/encrypted MIME parts.
13375
13376 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * gnus-sum.el (gnus-summary-move-article): Set
13379         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13380         whatever it calls (right now, only nnimap-request-move article
13381         respects it).
13382
13383         * nnimap.el (nnimap-request-move-article): When
13384         gnus-sum-hint-move-is-internal is set, don't do the extra
13385         nnimap-request-article.
13386
13387 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13390
13391         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13392         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13393
13394         * gnus-sum.el (gnus-summary-caesar-message):
13395         Apply `gnus-treat-article' after rotation.
13396
13397         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13398         doc string.
13399
13400 2005-02-22  Simon Josefsson  <jas@extundo.com>
13401
13402         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13403         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13404         <arne@arnested.dk>.
13405         (encrypt): Add password-cache and password-cache-expiry as group
13406         members.
13407
13408 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13409
13410         * smime.el (smime-ldap-host-list): Doc fix.
13411         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13412         cache) password.
13413         (smime-sign-region): Use it.
13414         (smime-decrypt-region): Use it.
13415         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13416         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13417         fails.
13418         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13419         certificate from DER to PEM format rather than calling openssl.
13420
13421         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13422
13423         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13424         for signing/encryption.
13425
13426         * mml.el (mml-parse-1): Use them.
13427
13428 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13429
13430         * nnrss.el (nnrss-verbose): Removed.
13431         (nnrss-request-group): Use `nnheader-message' instead.
13432
13433 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13434
13435         * nnrss.el (nnrss-verbose): New variable.
13436         (nnrss-request-group): Make it say nnrss is requesting a group.
13437
13438 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13441         Handle news URL with given port correctly.
13442
13443 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13446         containing special characters.
13447
13448         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13449
13450         * mml.el (mime-to-mml): Ditto.
13451
13452         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13453         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13454         (rfc2047-decode-region): Quote decoded words containing special
13455         characters when rfc2047-quote-decoded-words-containing-tspecials
13456         is non-nil.
13457
13458 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13459
13460         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13461
13462         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13463
13464 2005-02-15  Simon Josefsson  <jas@extundo.com>
13465
13466         * nnimap.el (nnimap-debug): Doc fix.
13467
13468         * imap.el (imap-debug): Doc fix.
13469
13470 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13473
13474 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * gnus.el (spam-contents): Improve docs for spam-contents
13477         parameter in its variable incarnation.
13478
13479 2005-02-14  Simon Josefsson  <jas@extundo.com>
13480
13481         * smime-ldap.el: Use require instead of load-library for ldap.
13482         (smime-ldap-search): Indent.
13483         (smime-ldap-search-internal): Shorten line.
13484
13485         * smime.el (smime-cert-by-dns): Add doc-string.
13486         (smime-cert-by-ldap-1): Indent.
13487
13488         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13489         mml-smime-get-dns-ldap.
13490         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13491
13492 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13493
13494         * smime.el: Require smime-ldap.
13495         (smime-ldap-host-list): New variable.
13496         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13497
13498         * mml-smime.el (mml-smime-encrypt-query): New function.
13499         (mml-smime-encrypt-query): Use it.
13500
13501         * smime-ldap.el: New file.
13502
13503 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13506
13507 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13510         argument in doc string.  Make query for type more clear.
13511
13512 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus.el (gnus-group-startup-message): Search for gnus images in
13515         etc/images/gnus.
13516         * mm-util.el (mm-image-load-path): Likewise.
13517         * smiley.el (smiley-data-directory): Search for smilies in
13518         etc/images/smilies.
13519
13520 2005-02-09  Kim F. Storm  <storm@cua.dk>
13521
13522         Change Emacs release version from 21.4 to 22.1 throughout.
13523         Change Emacs development version from 21.3.50 to 22.0.50.
13524
13525 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13528
13529         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13530         non-Mule XEmacs as well.
13531         (mm-decompress-buffer): Signal an error intentionally if it does
13532         not decompress compressed data because auto-compression-mode is
13533         disabled.
13534
13535 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13536
13537         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13538         an ID in the registry even if it has no groups.
13539
13540 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13543         merge it into mm-decompress-buffer.
13544         (gnus-mime-copy-part): Use the MIME part charset, the value which
13545         a user specified or gnus-newsgroup-charset for decoding, like
13546         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13547         save-buffer what was used.  Suggested by Kevin Ryde
13548         <user42@zip.com.au>.
13549         (gnus-mime-inline-part): Allow the name parameter as well as the
13550         filename parameter; force decompressing of compressed data; always
13551         display contents being not decoded as unibyte.
13552
13553         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13554         as well as the filename parameter.
13555
13556         * mm-util.el (mm-decompress-buffer): Merge
13557         gnus-mime-jka-compr-maybe-uncompress.
13558         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13559         of compressed data.
13560
13561 2005-02-08  Simon Josefsson  <jas@extundo.com>
13562
13563         * imap.el (imap-log): Doc fix.
13564
13565 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13568         the coding cookies; decompress compressed parts.
13569
13570         * mml.el (mml-generate-mime-1): Add the charset parameter according
13571         to the value which a user specified manually or the coding cookie.
13572
13573         * mm-util.el (mm-string-to-multibyte): New function.
13574         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13575         (mm-coding-system-to-mime-charset): New function.
13576         (mm-decompress-buffer): New function.
13577         (mm-find-buffer-file-coding-system): New function.
13578
13579         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13580         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13581         parts.
13582
13583 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13584
13585         * mm-view.el (mm-display-inline-fontify): Decode a part according
13586         to the charset parameter.
13587
13588 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13591         prefix arg is neither nil nor a number, as info specifies.
13592
13593 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13596         timestamps.
13597
13598 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13599
13600         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13601         groups error checking and notify user.
13602
13603 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13604
13605         * message.el (message-send-mail-function): Check existence of
13606         sendmail-program first before using default value
13607         `message-send-mail-with-sendmail'.  Otherwise use more generic
13608         `smtpmail-send-it'.
13609
13610 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * nntp.el (nntp-request-update-info): Always return nil.
13613
13614 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13615
13616         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13617
13618 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13619
13620         * message.el (message-beginning-of-line): Change the behavior when
13621         invoked between BOL and : so that it first moves backward.
13622
13623 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13626         article buffer when editing of the article is discarded.
13627         (gnus-article-prepare): Revert.
13628
13629 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-article-prepare):
13632         Remove message-strip-forbidden-properties from the local hook.
13633
13634 2005-01-27  Simon Josefsson  <jas@extundo.com>
13635
13636         * password.el (password-cache-add): Only start one timer per key.
13637         Reported by Derek Atkins <warlord@MIT.EDU>.
13638
13639 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13640
13641         * run-at-time.el: Removed.  It is no longer needed as
13642         timer-funcs.el in the xemacs-base package has a working version of
13643         `run-at-time'.
13644
13645         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13646
13647         * password.el: Require timer-funcs instead of run-at-time in
13648         XEmacs.
13649         Remove `password-run-at-time' macro.
13650         (password-cache-add): Use `run-at-time' instead of
13651         `password-run-at-time'.
13652
13653         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13654         Remove `nnheader-cancel-function-timers' alias,
13655         `cancel-function-timers' exists in XEmacs in timer-funcs.
13656
13657         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13658         for `run-with-idle-timer'.
13659
13660         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13661         for `run-at-time'.
13662
13663         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13664         for `with-timeout'.
13665
13666         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13667         the same as for XEmacs 21.4.
13668         No need to ignore `run-with-idle-timer', this function exists in
13669         XEmacs now in timer-funcs.el in the xemacs-base package.
13670         (dgnushack-compile): No need to delete
13671         run-at-time.el from the list of files to compile because it
13672         doesn't exist anymore.
13673
13674 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13677         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13678
13679 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13680
13681         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13682         sensitively.
13683
13684 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13685
13686         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13687
13688 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13691         which will be inserted according to the multibyteness of a buffer
13692         rather than the type of contents.  Suggested by ARISAWA Akihiro
13693         <ari@mbf.ocn.ne.jp>.
13694
13695         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13696         of string which old xml.el may return rather than a string.
13697
13698 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13701
13702 2005-01-16  Simon Josefsson  <jas@extundo.com>
13703
13704         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13705         idn/idna.el isn't available.
13706         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13707         <michael@waxrat.com>.
13708
13709         * hashcash.el: Remove non-FSF copyright header.
13710
13711         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13712         (hashcash-generate-payment): Use it.
13713         (hashcash-generate-payment-async): Use it.
13714
13715 2005-01-15  Simon Josefsson  <jas@extundo.com>
13716
13717         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13718         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13719
13720         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13721         gnus-summary-idna-message.
13722         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13723         (gnus-summary-idna-message): New function.
13724
13725 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13728         gnus-novice-user.
13729
13730 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * nnrss.el (nnrss-request-delete-group): Delete entries in
13733         nnrss-group-alist as well.
13734         (nnrss-save-server-data): Insert newline.
13735
13736 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus.el (gnus-user-agent): Use list of symbols instead of
13739         symbols.  Display full version number for (S)XEmacs.  Optionally
13740         display (S)XEmacs codename.
13741
13742         * gnus-util.el (gnus-emacs-version): Update for new
13743         `gnus-user-agent'.
13744
13745         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13746         Gnus version.
13747
13748 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13751         which is unreadable in some setups.
13752
13753 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-spec.el (gnus-update-format-specifications): Flush the
13756         group format spec cache if it doesn't support decoded group names.
13757
13758 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13761         Allow to apply decay on score files matching a regexp.
13762
13763 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13766         compatibility in %g and %c.
13767
13768 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13771         name for only %g and %c.
13772         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13773         of gnus-tmp-group to decoded group name.
13774         (gnus-group-make-rss-group): Exclude `/'s from group names.
13775
13776 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * nnrss.el (nnrss-get-encoding): Fix regexp.
13779
13780 2004-12-27  Simon Josefsson  <jas@extundo.com>
13781
13782         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13783         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13784         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13785
13786 2004-12-17  Kim F. Storm  <storm@cua.dk>
13787
13788         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13789
13790         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13791
13792 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13793
13794         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13795
13796 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * nnrss.el: Require rfc2047 and mml.
13799         (nnrss-file-coding-system): New variable.
13800         (nnrss-format-string): Redefine it as an inline function.
13801         (nnrss-decode-group-name): New function.
13802         (nnrss-string-as-multibyte): Remove.
13803         (nnrss-retrieve-headers): Decode group name; don't use
13804         nnrss-format-string.
13805         (nnrss-request-group): Decode group name.
13806         (nnrss-request-article): Decode group name; allow a Message-ID as
13807         well as an article number; don't use nnrss-format-string; encode a
13808         Message-ID string which may contain non-ASCII characters; use
13809         mml-to-mime to compose a MIME article.
13810         (nnrss-request-expire-articles): Decode group name.
13811         (nnrss-request-delete-group): Decode group name.
13812         (nnrss-fetch): Clarify error message.
13813         (nnrss-read-server-data): Use insert-file-contents instead of load;
13814         bind file-name-coding-system; use multibyte buffer.
13815         (nnrss-save-server-data): Bind coding-system-for-write to the
13816         value of nnrss-file-coding-system; bind file-name-coding-system;
13817         add coding cookie.
13818         (nnrss-read-group-data): Use insert-file-contents instead of load;
13819         bind file-name-coding-system; use multibyte buffer.
13820         (nnrss-save-group-data): Bind coding-system-for-write to the
13821         value of nnrss-file-coding-system; bind file-name-coding-system.
13822         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13823         make it work with non-ASCII text.
13824         (nnrss-find-el): Make it work with old xml.el as well.
13825
13826 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13827
13828         * nnrss.el (nnrss-get-encoding): New function.
13829         (nnrss-fetch): Use unibyte buffer initially; bind
13830         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13831         decode contents according to the encoding attribute.
13832         (nnrss-save-group-data): Add coding cookie.
13833         (nnrss-mime-encode-string): New function.
13834         (nnrss-check-group): Use it to encode subject and author.
13835
13836 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13839         imaginary variable.
13840
13841 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13844         correctly even if there are wide characters.
13845
13846 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13849         downcased symbol names; make a new cache instead of reusing
13850         bbdb-hashtable.
13851
13852 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13855         concatenating segments rather than before concatenating them.
13856         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13857
13858         * message.el (message-get-reply-headers): Bind `extra'.
13859
13860 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * message.el (message-extra-wide-headers): New variable.
13863         (message-get-reply-headers): Use it.
13864
13865 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13868         (gnus-agent-group-pathname): Ditto.
13869
13870         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13871
13872         * gnus-group.el (gnus-group-make-group): Decode group name.
13873         (gnus-group-make-rss-group): Register the group data after opening
13874         the nnrss group.
13875
13876 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13877
13878         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13879         by expiry now get marked as read.
13880
13881 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13884
13885 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13886
13887         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13888         unify Latin characters in XEmacs.
13889         (mm-find-mime-charset-region): Use it.
13890
13891 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-util.el (gnus-delete-directory): New function.
13894
13895         * gnus-agent.el (gnus-agent-delete-group): Use it.
13896
13897         * gnus-cache.el (gnus-cache-delete-group): Use it.
13898
13899 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13902         names.
13903
13904 2004-12-16  Simon Josefsson  <jas@extundo.com>
13905
13906         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13907
13908 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13911
13912         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13913         (gnus-group-set-current-level): Decode group name.
13914
13915 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13916
13917         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13918         failed.
13919
13920 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * gnus-group.el (gnus-group-delete-group): Decode group name.
13923         (gnus-group-make-rss-group): Encode group name.
13924         (gnus-group-catchup-current): Decode group name.
13925         (gnus-group-kill-group): Decode group name.
13926
13927 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13928
13929         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13930
13931 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-group.el (gnus-group-make-rss-group):
13934         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13935
13936         * gnus-start.el (gnus-setup-news): Honor user's setting to
13937         gnus-message-archive-method.  Suggested by Lute Kamstra
13938         <lute@gnu.org>.
13939
13940 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13941
13942         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13943         global counterparts of the buffer-local variables.
13944
13945 2004-11-16  Romain Francoise  <romain@orebokech.com>
13946
13947         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13948         counterparts of the buffer-local variables.
13949
13950 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * message.el (message-forbidden-properties): Fixed typo in doc
13953         string.
13954
13955 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * gnus-util.el (gnus-replace-in-string): Added doc string.
13958
13959         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13960         to avoid problems when splitting mails with many recipients.
13961
13962 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13963
13964         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13965         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13966
13967 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13968
13969         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13970         if there is no hashtable in memory or file modification time is
13971         newer than cached timestamp.
13972
13973 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13976         not-matching option.
13977
13978 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13981         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13982         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13983         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13984         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13985         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13986
13987 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * message.el (message-forward-make-body-mml): Remove headers
13990         according to message-forward-ignored-headers if a message is decoded.
13991
13992 2004-12-02  Romain Francoise  <romain@orebokech.com>
13993
13994         * message.el (message-forward-make-body-plain): Always remove
13995         headers according to message-forward-ignored-headers.
13996
13997 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13998
13999         * spam.el (spam-summary-prepare-exit): Remove the
14000         gnus-summary-limit pop for now, it has problems with ham marks for
14001         me.
14002
14003 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14004
14005         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14006         correctly.
14007
14008 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14009
14010         * format-spec.el (format-spec): Message the char.
14011
14012 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14013
14014         * gnus-art.el (gnus-split-methods): Reformat comments.
14015
14016         * spam.el (spam-summary-prepare-exit): Remove article limits
14017         before exiting the summary buffer.
14018
14019 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14022         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14023
14024         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14025         order to silence the byte compiler.
14026
14027         * spam.el: Fix the way to silence the byte compiler, which
14028         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14029         bbdb-search-simple, spam-BBDB-register-routine,
14030         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14031         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14032         spam-stat-buffer-is-spam, spam-stat-load,
14033         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14034         spam-stat-save and spam-stat-split-fancy.
14035
14036 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14039         which may confuse users.
14040         (canlock-password-for-verify): Ditto.
14041
14042         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14043
14044         * gnus-art.el (gnus-emphasis-alist): Ditto.
14045
14046         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14047
14048         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14049
14050         * gnus-start.el (gnus-save-killed-list): Ditto.
14051
14052         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14053         (gnus-sum-thread-tree-root): Ditto.
14054         (gnus-sum-thread-tree-false-root): Ditto.
14055         (gnus-sum-thread-tree-single-indent): Ditto.
14056
14057         * message.el (message-courtesy-message): Ditto.
14058         (message-archive-note): Ditto.
14059         (message-subscribed-address-file): Ditto.
14060         (message-user-fqdn): Ditto.
14061
14062         * spam-report.el (spam-report-gmane-regex): Ditto.
14063
14064         * spam.el (spam-blackhole-good-server-regex): Ditto.
14065
14066 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * mml.el (mml-preview): Widen the message buffer before copying
14069         the contents to the preview buffer; sort headers before previewing.
14070
14071         * message.el (message-hidden-headers): Fix the way to avoid a bug
14072         in the `repeat' widget in Emacs 21.3 or earlier.
14073
14074 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * message.el (message-hidden-headers): Default to "^References:".
14077         Improve customization type.  Suggested by Reiner Steib
14078         <Reiner.Steib@gmx.de>.
14079
14080 2004-11-25  Romain Francoise  <romain@orebokech.com>
14081
14082         * message.el (message-strip-forbidden-properties): Remove check for
14083         obsolete `message-hidden' text property, hidden headers are not
14084         accessible in the buffer anymore.
14085
14086 2004-11-22  Romain Francoise  <romain@orebokech.com>
14087
14088         * message.el (message-header-format-alist): Add `From' in list
14089         so that it can be sorted.
14090         (message-fix-before-sending): Widen and sort headers before
14091         sending.
14092         (message-hide-headers): Use narrowing to hide headers by moving
14093         them to the top of the buffer and narrowing to the region
14094         underneath.
14095
14096 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14097
14098         * message.el (message-strip-forbidden-properties): Bind
14099         buffer-read-only (etc) to nil.
14100
14101 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14104         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14105
14106 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14107
14108         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14109
14110 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111
14112         * dns.el (query-dns): Use sit-for to time instead of
14113         accept-process-output, since that doesn't seem to work on udp
14114         sockets.
14115
14116 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14119
14120 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14121
14122         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14123         doc string.  Improve doc string.
14124
14125 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * nntp.el (nntp-request-update-info): Return nil if
14128         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14129         may not call gnus-activate-group which uselessly issues the GROUP
14130         commands for all nntp groups and wastes time.  Reported by Romain
14131         Francoise <romain@orebokech.com>.
14132
14133         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14134
14135 2004-11-15  Simon Josefsson  <jas@extundo.com>
14136
14137         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14138         headers separately.
14139         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14140         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14141
14142 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-start.el (gnus-convert-old-newsrc):
14145         Assign legacy-gnus-agent to 5.10.7.
14146
14147 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14148
14149         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14150         start of the lines.
14151
14152 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14153
14154         * hashcash.el (hashcash-default-payment): Change default to 20.
14155         (hashcash-default-accept-payment): Change default to 20.
14156         (hashcash-process-alist): New variable.
14157         (hashcash-generate-payment-async): Add.
14158         (hashcash-already-paid-p): Add.
14159         (hashcash-insert-payment): Don't generate payments twice.
14160         (hashcash-insert-payment-async): Add.
14161         (hashcash-insert-payment-async-2): Add.
14162         (hashcash-cancel-async): Add.
14163         (hashcash-wait-async): Add.
14164         (hashcash-processes-running-p): Add.
14165         (hashcash-wait-or-cancel): Add.
14166         (mail-add-payment): New optional argument.  Conditionally start
14167         asynchronous calculation.
14168         (mail-add-payment-async): Add.
14169
14170         * message.el (message-send-mail): Wait for asynchronous hashcash
14171         results.  Don't clobber existing X-Hashcash headers.
14172         (message-setup-1): Call mail-add-payment-async when
14173         message-generate-hashcash is non-nil.
14174
14175 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14176
14177         * message.el (message-use-alternative-email-as-from): Examine the
14178         From header as well; use message-make-from in order to include a
14179         user's full name.
14180
14181 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14184         default; improve customization type.
14185         (gnus-emphasis-custom-with-format): New macro.
14186         (gnus-emphasis-custom-value-to-external): New function.
14187         (gnus-emphasis-custom-value-to-internal): New function.
14188
14189 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * dns.el (query-dns): Resolve reverse addresses.
14192
14193 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14194
14195         * gnus-group.el (gnus-group-get-new-news): Use it.
14196
14197         * gnus-start.el (gnus-check-reasonable-setup): New function.
14198
14199 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14202         "Args out of range" error.  Reported by Arnaud Giersch
14203         <arnaud.giersch@free.fr>.
14204
14205 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14206
14207         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14208
14209 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14210
14211         * spam.el (spam group): Add :version.
14212
14213         * pgg-def.el (pgg group): Add :version.
14214
14215 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-article-edit-article): Don't associate the
14218         article buffer with a draft file.  This is a temporary measure
14219         against the 2004-08-22 change to gnus-article-edit-mode.
14220
14221 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14224         (html2text-format-tags): Remove unused variable `attr'.
14225
14226 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14229
14230         * tls.el (tls-process-connection-type, tls-success)
14231         (tls-certtool-program): Add :version.
14232
14233         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14234         (starttls-extra-arguments, starttls-process-connection-type)
14235         (starttls-connect, starttls-failure, starttls-success): Add :version.
14236
14237         * spam-stat.el (spam-stat): Add :version.
14238
14239         * sieve.el (sieve): Add :version.
14240
14241         * sha1.el (sha1): Add :version.
14242         (sha1-use-external): Remove redundant version.
14243
14244         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14245         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14246         (nnmail-split-fancy-match-partial-words)
14247         (nnmail-split-lowercase-expanded): Add :version.
14248
14249         * nndiary.el (nndiary): Add :version.
14250
14251         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14252
14253         * mml-sec.el (mml-default-sign-method)
14254         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14255         Add :version.
14256
14257         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14258
14259         * mm-url.el (mm-url-use-external, mm-url-program)
14260         (mm-url-arguments): Add :version.
14261
14262         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14263         (mm-attachment-file-modes, mm-decrypt-option)
14264         (mm-w3m-safe-url-regexp): Add :version.
14265
14266         * message.el (message-cite-prefix-regexp)
14267         (message-sendmail-envelope-from, message-minibuffer-local-map)
14268         (message-user-fqdn, message-completion-alist): Add :version.
14269
14270         * gnus-win.el (gnus-configure-windows-hook)
14271         (gnus-use-frames-on-any-display): Add :version.
14272
14273         * gnus-art.el (gnus-article-address-banner-alist)
14274         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14275         (gnus-treat-from-picon, gnus-treat-mail-picon)
14276         (gnus-treat-x-pgp-sig): Add :version.
14277
14278         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14279         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14280         (gnus-summary-article-delete-hook)
14281         (gnus-summary-display-while-building): Add :version.
14282
14283         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14284         (gnus-get-top-new-news-hook): Add :version.
14285
14286         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14287         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14288
14289         * gnus-registry.el (gnus-registry): Add :version.
14290
14291         * gnus-spec.el (gnus-use-correct-string-widths)
14292         (gnus-make-format-preserve-properties): Add :version.
14293
14294         * gnus.el (gnus-group-charter-alist)
14295         (gnus-group-fetch-control-use-browse-url)
14296         (gnus-install-group-spam-parameters): Add :version.
14297
14298         * gnus-diary.el (gnus-diary): Add :version.
14299
14300         * gnus-delay.el (gnus-delay): Add :version.
14301
14302         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14303         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14304         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14305         Add :version.
14306
14307         * gnus-agent.el (gnus-agent-max-fetch-size)
14308         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14309         (gnus-agent-prompt-send-queue): Add :version.
14310
14311         * deuglify.el (gnus-outlook-deuglify): Add :version.
14312
14313         * html2text.el: Beautify code.  Improve doc strings.  Some
14314         checkdoc cleanup.
14315         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14316
14317 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14318
14319         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14320
14321 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14322
14323         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14324         when package is loaded.
14325
14326         * spam.el (spam-summary-score-preferred-header): Add global preference
14327         for people who want to override the default SpamAssassin over
14328         Bogofilter preference (when both are set).
14329         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14330         (spam-user-format-function-S): Check
14331         spam-summary-score-preferred-header.
14332         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14333         (spam-user-format-function-S): Format the score correctly.
14334
14335 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14338         signature file.  Suggested by Manoj Srivastava
14339         <srivasta@golden-gryphon.com>.
14340
14341         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14342         iso-2022-jp even in the Japanese language environment.
14343         Suggested by Jason Rumney <jasonr@gnu.org>.
14344
14345 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14348         use the same characters as the dummy marks; make it free from
14349         getting affected by the language environment.
14350         (gnus-summary-read-group-1): Update mark positions only when the
14351         format spec is updated.
14352
14353         * gnus-spec.el (gnus-update-format-specifications): Return a list
14354         of updated types.
14355
14356 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14359         of boundp to check if display-warning is available.
14360
14361 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14364
14365 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * nnspool.el (nnspool-spool-directory): Use news-path if the
14368         news-directory variable is not bound.
14369
14370         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14371         function instead of display-warning if it is not available.
14372
14373 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14376         v5-10: Use `point-at-bol'.
14377
14378 2004-10-26  Simon Josefsson  <jas@extundo.com>
14379
14380         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14381         <chenggao@gmail.com>.
14382
14383 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14386         instead.
14387
14388 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14391         to remove a server from the nnimap-server-buffer-alist.
14392         (nnimap-open-connection, nnimap-close-server): Use it.
14393
14394         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14395
14396 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14399         running the major-mode function.
14400
14401 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14404         dummy marks in the right way.
14405
14406 2004-10-18  David Edmondson  <dme@dme.org>
14407
14408         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14409         excessively.
14410
14411 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * gnus-util.el (gnus-split-references): Accept a nil references
14414         string and go on blissfully.
14415
14416         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14417         cases where the references string is non-nil but has no references.
14418
14419         * encrypt.el: Add autoload tags.
14420
14421         * spam.el (spam-resolve-registrations-routine): Remove article
14422         from unregistration list too.  Reported by David Hanak
14423         <dhanak@isis.vanderbilt.edu>
14424
14425 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14426
14427         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14428         nil.  Changed custom type.
14429
14430 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14433
14434         * gnus-sum.el (gnus-summary-move-article): Use it.
14435
14436 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * encrypt.el: Add autoload cookies.
14439
14440         * spam.el (spam-backend-article-list-property)
14441         (spam-backend-get-article-todo-list)
14442         (spam-backend-put-article-todo-list)
14443         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14444         Resolve registrations separately.
14445         (spam-register-routine): Format comments.
14446         (spam-unregister-routine, spam-register-routine): Always call with
14447         specific-articles, no default list.
14448         (spam-summary-prepare-exit): Use the spam-classifications function.
14449
14450         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14451         gnus-encrypt.el.
14452
14453         * encrypt.el: Copied from gnus-encrypt.el.
14454
14455         * gnus-encrypt.el: Commented that it's obsolete.
14456
14457 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14460         (gnus-score-save): Use it.
14461
14462         * message.el (message-bury): Use `window-dedicated-p'.
14463
14464 2004-10-15  Simon Josefsson  <jas@extundo.com>
14465
14466         * pop3.el (top-level): Don't require nnheader.
14467         (pop3-read-timeout): Add.
14468         (pop3-accept-process-output): Add.
14469         (pop3-read-response, pop3-retr): Use it.
14470
14471 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14472
14473         * spam.el (spam-register-routine): Move comment.
14474         (spam-verify-bogofilter): Use 'unknown for the initial
14475         spam-bogofilter-valid state, not 'never.
14476
14477         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14478         for netrc-machine.
14479
14480         * nnimap.el (nnimap-open-connection): Use
14481         netrc-machine-user-or-password.
14482
14483 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14484
14485         * gnus-registry.el (gnus-registry-unload-hook):
14486         Set as a variable with add-hook.
14487
14488         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14489         of news-path.
14490
14491         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14492
14493         * spam.el: Delete duplicate `provide'.
14494         (spam-unload-hook): Set as a variable with add-hook.
14495
14496 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14499         in the doc string.
14500
14501         * message.el (message-ignored-news-headers)
14502         (message-ignored-supersedes-headers)
14503         (message-ignored-resent-headers)
14504         (message-forward-ignored-headers): Improve custom type.
14505
14506 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * message.el (message-tokenize-header): Fix 2004-09-06 change
14509         which used point-min in the wrong place.
14510
14511 2004-10-12  Simon Josefsson  <jas@extundo.com>
14512
14513         * tls.el (tls-certtool-program): New variable.
14514         (tls-certificate-information): New function, based on
14515         ssl-certificate-information.
14516
14517 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * compface.el: Move the version of ELisp-based uncompface program
14520         to the contrib directory because of the copyright problem.
14521
14522 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * message.el (message-kill-buffer): Raise the current frame.
14525
14526 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14529
14530         * gnus.el (message-y-or-n-p): Autoload.
14531
14532         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14533         (pop3-password-required, pop3-authentication-scheme)
14534         (pop3-leave-mail-on-server): Made customizable.
14535         (pop3): New custom group.
14536         (pop3-retr): Remove `sleep-for' statements.
14537         Suggested by Dave Love <fx@gnu.org>.
14538
14539         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14540         Windows/DOS.
14541
14542         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14543         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14544         Dave Love <fx@gnu.org>.
14545
14546         * mml.el (mml-minibuffer-read-disposition): Require match.
14547         Suggested by Dave Love <fx@gnu.org>.
14548
14549 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14552         doc string.
14553
14554 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14557
14558 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14559
14560         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14561         instead of calling `mm-insert-inline', to decode text/* parts
14562         before displaying them.
14563
14564 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-uu.el (mm-uu-text-plain-type): New variable.
14567         (mm-uu-pgp-signed-extract-1): Use it.
14568         (mm-uu-pgp-encrypted-extract-1): Use it.
14569         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14570         bind mm-uu-text-plain-type with that value.
14571         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14572         mm-uu-dissect.
14573
14574 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-group.el (gnus-update-group-mark-positions):
14577         * gnus-sum.el (gnus-update-summary-mark-positions):
14578         * message.el (message-check-news-body-syntax):
14579         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14580         of string-as-multibyte.
14581
14582 2004-10-05  Juri Linkov  <juri@jurta.org>
14583
14584         * gnus-group.el (gnus-update-group-mark-positions):
14585         * gnus-sum.el (gnus-update-summary-mark-positions):
14586         * message.el (message-check-news-body-syntax):
14587         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14588         8-bit unibyte values to a multibyte string for search functions.
14589
14590 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14593         (mm-uu-dissect-text-parts): New function.
14594
14595         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14596         dissect text parts.
14597
14598         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14599         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14600
14601         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14602
14603         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14604         gnus-current-topics instead of gnus-current-topic.
14605
14606 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14607
14608         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14609
14610 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14611
14612         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14613         where approriate.
14614
14615         * nnml.el (nnml-generate-active-info): do.
14616
14617         * nndiary.el (nndiary-generate-active-info): do.
14618
14619         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14620         (gnus-topic-move): do.
14621
14622         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14623         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14624
14625         * gnus-srvr.el (gnus-server-prepare)
14626         (gnus-server-open-all-servers): do.
14627
14628         * gnus-msg.el (gnus-summary-cancel-article)
14629         (gnus-summary-resend-message)
14630         (gnus-summary-mail-crosspost-complaint): do.
14631
14632         * gnus-move.el (gnus-change-server): do.
14633
14634         * gnus-group.el (gnus-group-unmark-all-groups)
14635         (gnus-group-set-current-level): do.
14636
14637 2004-10-04  Simon Josefsson  <jas@extundo.com>
14638
14639         * message.el (message-generate-hashcash): Doc fix.
14640
14641 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14642
14643         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14644         avoid infinite recursion via gnus-get-function.
14645
14646 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14647
14648         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14649
14650         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14651
14652         * nnmail.el (nnmail-split-history): do.
14653
14654         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14655         (nnml-request-delete-group): do.
14656
14657         * nnslashdot.el (nnslashdot-read-groups): do.
14658
14659         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14660         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14661
14662         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14663         (nnspool-sift-nov-with-sed): Use last.
14664         (nnspool-retrieve-headers-with-nov): Use mapc.
14665         (nnspool-request-newgroups): Use dolist.
14666         (nnspool-request-group): Use last.
14667
14668         * nntp.el (nntp-read-server-type): Use dolist.
14669
14670         * nnvirtual.el (nnvirtual-create-mapping)
14671         (nnvirtual-update-read-and-marked): Use dolist.
14672         (nnvirtual-convert-headers): Simplify.
14673
14674 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14675
14676         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14677         support for sync'ing tick marks.
14678
14679 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14682         there's no visible header.
14683
14684 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14685
14686         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14687         necessary, pass full group name to gnus-request-set-marks.
14688
14689 2004-10-01  Simon Josefsson  <jas@extundo.com>
14690
14691         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14692         acroread.
14693
14694 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * spam-report.el (spam-report-gmane): Fix interactive.
14697
14698         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14699
14700         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14701         when writing file.
14702         (gnus-agent-synchronize-flags): Don't default to being
14703         interactive.
14704
14705 2004-09-30  Simon Josefsson  <jas@extundo.com>
14706
14707         * message.el (message-generate-hashcash): Add.
14708         (message-send-mail): Use it, call mail-add-payment.
14709
14710 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14711
14712         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14713
14714 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14715
14716         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14717         gnus-requst-update-info with explicit code to sync the in-memory
14718         info read flags with the marks being sync'd to the backend.
14719
14720         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14721
14722 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam.el (spam-verify-bogofilter): Add new function.
14725         (spam-check-bogofilter)
14726         (spam-bogofilter-register-with-bogofilter): Use it.
14727         (spam-verify-bogofilter): Add small fixes.
14728
14729 2004-09-28  Simon Josefsson  <jas@extundo.com>
14730
14731         * hashcash.el (hashcash-generate-payment): Revert.
14732
14733 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14734
14735         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14736         gnus-extract-references instead of gnus-split-references.
14737
14738         * gnus-util.el (gnus-extract-references): Add new function, analogous
14739         to gnus-split-references but extracts only the message-ID without
14740         anything extra.
14741
14742         * hashcash.el (hashcash-generate-payment)
14743         (hashcash-check-payment): Do the right thing if hashcash-path is
14744         nil (because the hashcash program could not be found).
14745
14746         * spam.el (spam-use-hashcash): Remove comment.
14747
14748 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14749
14750         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14751         (gnus-cache-enter-article, gnus-cache-remove-article)
14752         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14753
14754         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14755
14756         * gnus-art.el (article-hide-boring-headers)
14757         (article-translate-strings, article-display-face)
14758         (gnus-article-mime-match-handle-first)
14759         (gnus-article-highlight-headers)
14760         (gnus-article-add-buttons-to-head): do.
14761
14762 2004-09-27  Simon Josefsson  <jas@extundo.com>
14763
14764         * hashcash.el: New version, from
14765         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14766         ../contrib/.
14767
14768 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14771
14772 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14773
14774         * gnus-dup.el (gnus-dup-open): Use mapc.
14775         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14776
14777         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14778         Reported by Stefan Wiens <s.wi@gmx.net>.
14779
14780         * gnus.el (gnus-shutdown): Use dolist.
14781
14782         * gnus-undo.el (gnus-undo): Use mapc.
14783
14784         * nnrss.el (nnrss-generate-active): do.
14785
14786         * message.el (message-cite-original-without-signature)
14787         (message-cite-original): Use mapc.
14788         (message-do-actions, message-make-forward-subject): Use dolist.
14789
14790 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14791
14792         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14793         deletion to remove entire duplicate line.  Fixes merged article
14794         number bug.
14795
14796 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14797
14798         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14799         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14800         first ask if you want to open a server and then, even when you
14801         responded with no, asking if you want to synchronize the server's
14802         flags.
14803         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14804         multi-line expressions.
14805         (gnus-agent-synchronize-group-flags): New internal function.
14806         Updates marks in memory (in the info structure) AND in the
14807         backend.
14808
14809         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14810
14811         * nnagent.el (nnagent-request-set-mark): Use
14812         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14813         method, to ensure that synchronization updates marks in the
14814         backend and in the info (in memory) structure.
14815
14816 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14819         convention fully; don't miss the root article of a thread; make
14820         the X-Draft-From header with correct article numbers.
14821
14822 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14823
14824         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14825         unless plugged.  Disable the agent so that an open failure causes
14826         an error.
14827
14828         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14829         Reverted 2004-09-21 change.  The backend must be opened while
14830         synchronizing flags even when the backend stores the flags
14831         locally.
14832
14833 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14836         in `header' match.  Reported by Svend Tollak Munkejord.
14837
14838         * message.el (message-cite-original): Fix use of
14839         `message-cite-articles-with-x-no-archive'.
14840
14841 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14844         (gnus-window-to-buffer): Ditto.
14845
14846         * mml.el (mml-preview-buffer): New variable.
14847         (mml-preview): Manage window layout with gnus-buffer-configuration.
14848
14849         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14850         X-Draft-From header even if those articles aren't quoted.
14851
14852 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14853
14854         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14855         (gnus-request-set-mark, gnus-request-update-mark): Use new
14856         g-s-t-u-l-m to decide to use backend even when unplugged.
14857
14858 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14861         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14862
14863 2004-09-20  Simon Josefsson  <jas@extundo.com>
14864
14865         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14866         "utf-16-le".
14867
14868 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14869
14870         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14871
14872 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14873
14874         * uudecode.el (uudecode-use-external): Add :version.
14875
14876         * smime.el (smime-CA-file, smime-encrypt-cipher)
14877         (smime-dns-server): Add :version.
14878
14879         * smiley.el (gnus-smiley-file-types): Add :version.
14880
14881         * sha1.el (sha1-use-external): Add :version.
14882
14883         * pgg-def.el (pgg-query-keyserver): Add :version.
14884
14885         * nnmail.el (nnmail-fancy-expiry-targets)
14886         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14887         Add :version.
14888
14889         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14890         (nnimap-retrieve-groups-asynchronous): Add :version.
14891         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14892
14893         * mml.el (mml-content-disposition-parameters)
14894         (mml-insert-mime-headers-always): Add :version.
14895
14896         * mm-util.el (mm-coding-system-priorities): Add :version.
14897
14898         * mm-decode.el (mm-inline-text-html-with-images)
14899         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14900         (mm-verify-option): Add :version.
14901         (mm-text-html-renderer): Change :version.
14902
14903         * message.el (message-fcc-externalize-attachments)
14904         (message-required-headers, message-draft-headers)
14905         (message-subject-trailing-was-query)
14906         (message-subject-trailing-was-ask-regexp)
14907         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14908         (message-mark-insert-end, message-archive-header)
14909         (message-archive-note, message-cross-post-default)
14910         (message-cross-post-note, message-followup-to-note)
14911         (message-cross-post-note-function, message-use-mail-followup-to)
14912         (message-subscribed-address-functions)
14913         (message-subscribed-address-file, message-subscribed-addresses)
14914         (message-subscribed-regexps, message-allow-no-recipients)
14915         (message-yank-cited-prefix, message-signature-insert-empty-line)
14916         (message-hidden-headers, message-hierarchical-addresses)
14917         (message-mail-user-agent, message-use-idna)
14918         (message-valid-fqdn-regexp)
14919         (message-strip-special-text-properties, message-header-synonyms)
14920         (message-beginning-of-line, message-tab-body-function): Add :version.
14921         (message-insert-canlock, message-wide-reply-confirm-recipients):
14922         Change :version.
14923
14924         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14925         and :version.
14926         (mail-source-delete-old-incoming-confirm)
14927         (mail-source-movemail-program): Add :version.
14928
14929         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14930         (gnus-agent-cache, gnus-agent): Change :version.
14931
14932         * gnus-util.el (gnus-use-byte-compile): Change :version.
14933
14934         * gnus-sum.el (gnus-summary-make-false-root-always)
14935         (gnus-summary-default-high-score)
14936         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14937         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14938         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14939         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14940         (gnus-sum-thread-tree-single-indent)
14941         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14942         (gnus-sum-thread-tree-leaf-with-other)
14943         (gnus-sum-thread-tree-single-leaf): Add :version.
14944         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14945         (gnus-article-loose-mime): Change :version.
14946
14947         * gnus-start.el (gnus-backup-startup-file)
14948         (gnus-save-startup-file-via-temp-buffer): Add :version.
14949
14950         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14951         (gnus-server-offline-face): Add :version.
14952
14953         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14954
14955         * gnus-msg.el (gnus-gcc-externalize-attachments)
14956         (gnus-debug-files, gnus-debug-exclude-variables)
14957         (gnus-discouraged-post-methods): Change :version.
14958         (gnus-confirm-mail-reply-to-news)
14959         (gnus-confirm-treat-mail-like-news): Add :version.
14960
14961         * gnus-int.el (gnus-server-unopen-status): Add :version.
14962
14963         * gnus-group.el (gnus-group-jump-to-group-prompt)
14964         (gnus-large-ephemeral-newsgroup)
14965         (gnus-fetch-old-ephemeral-headers): Add :version.
14966
14967         * gnus-fun.el (gnus-x-face-directory)
14968         (gnus-convert-pbm-to-x-face-command)
14969         (gnus-convert-image-to-x-face-command)
14970         (gnus-convert-image-to-face-command): Add :version.
14971
14972         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14973
14974         * gnus-cite.el (gnus-cite-blank-line-after-header)
14975         (gnus-article-boring-faces): Add :version.
14976
14977         * gnus-art.el (gnus-buttonized-mime-types)
14978         (gnus-inhibit-mime-unbuttonizing)
14979         (gnus-treat-display-face)
14980         (gnus-treat-body-boundary): Change :version.
14981         (gnus-body-boundary-delimiter, gnus-picon-databases)
14982         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14983         (gnus-treat-date-english, gnus-treat-fold-headers)
14984         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14985         (gnus-treat-mail-picon, gnus-treat-wash-html)
14986         (gnus-article-encrypt-protocol)
14987         (gnus-use-idna, gnus-article-over-scroll)
14988         (gnus-mime-display-multipart-alternative-as-mixed)
14989         (gnus-mime-display-multipart-related-as-mixed)
14990         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14991         (gnus-ctan-url, gnus-button-ctan-handler)
14992         (gnus-button-handle-ctan-bogus-regexp)
14993         (gnus-button-ctan-directory-regexp)
14994         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14995         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14996         (gnus-button-man-level, gnus-button-emacs-level)
14997         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14998
14999         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15000         (gnus-agent-go-online): Change :version.
15001         (gnus-agent-expire-unagentized-dirs)
15002         (gnus-agent-auto-agentize-methods): Add :version.
15003
15004         * flow-fill.el (fill-flowed-display-column)
15005         (fill-flowed-encode-column): Add :version.
15006
15007         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15008         (gnus-outlook-deuglify-unwrap-max)
15009         (gnus-outlook-deuglify-cite-marks)
15010         (gnus-outlook-deuglify-unwrap-stop-chars)
15011         (gnus-outlook-deuglify-no-wrap-chars)
15012         (gnus-outlook-deuglify-attrib-cut-regexp)
15013         (gnus-outlook-deuglify-attrib-verb-regexp)
15014         (gnus-outlook-deuglify-attrib-end-regexp)
15015         (gnus-outlook-display-hook): Add :version.
15016
15017         * binhex.el (binhex-use-external): Add :version.
15018
15019 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15022         and `invisible'.
15023
15024 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15027         in gnus-registry-trim.
15028
15029 2004-09-13  Simon Josefsson  <jas@extundo.com>
15030
15031         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15032
15033         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15034
15035         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15036         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15037         <yamaoka@jpl.org>.
15038         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15039         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15040         <yamaoka@jpl.org>.
15041
15042         * sieve.el (sieve-manage-mode): Ditto.
15043
15044 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15047
15048 2004-09-11  Simon Josefsson  <jas@extundo.com>
15049
15050         * dns-mode.el: Add.
15051
15052         * mm-view.el (mm-display-dns-inline): Add.
15053
15054         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15055         (mm-automatic-display): Ditto.
15056
15057         * mailcap.el (mailcap-mime-data): Add text/dns.
15058         (mailcap-mime-extensions): Map .soa to text/dns.
15059
15060 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15061
15062         * gnus-art.el (article-decode-mime-words, article-babel)
15063         (gnus-article-highlight-signature, gnus-article-add-buttons)
15064         (gnus-signature-toggle): Remove unnecessary bindings of
15065         `inhibit-read-only' inherited from v5.10 merge.
15066
15067 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * nntp.el (nntp): New customization group.
15070         (nntp-authinfo-file): Add customization group.
15071
15072         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15073
15074         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15075
15076         * gnus.el (to-address, to-list, subscribed)
15077         (large-newsgroup-initial): Ditto.
15078
15079         * flow-fill.el (fill-flowed-display-column)
15080         (fill-flowed-encode-column): Ditto.
15081
15082 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15083
15084         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15085         Use point-min rather than 1.
15086         (message-send-mail): Use buffer-size rather than point-max.
15087
15088         * gnus-sum.el (gnus-summary-search-article-forward):
15089         Signal a specific `search-failed' rather than a generic `error'.
15090
15091         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15092         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15093         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15094
15095 2004-09-10  Simon Josefsson  <jas@extundo.com>
15096
15097         * nndb.el (require): Remove tcp and duplicate cl.
15098
15099 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-agent.el (directory-files-and-attributes): Move forward.
15102
15103 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15104
15105         * gnus-agent.el (directory-files-and-attributes): Optionally
15106         defined to support XEmacs.
15107
15108 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15109
15110         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15111         to avoid run-time CL dependencies.
15112         (gnus-agent-unfetch-articles): New function.
15113         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15114         article numbers even when local .overview file is missing.
15115         (gnus-agent-read-article-number): New function.  Only accepts
15116         27-bit article numbers.
15117         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15118         gnus-agent-read-article-number.
15119         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15120         from backend while recognizing that article numbers in .overview
15121         must be valid.
15122         (gnus-agent-update-files-total-fetched-for): Use
15123         directory-files-and-attributes to improve performance.
15124         * gnus-int.el (gnus-request-move-article): Use
15125         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15126         improve performance.
15127
15128         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15129         some users confused by references to .newsrc when they only have a
15130         .newsrc.eld file.
15131         (gnus-convert-mark-converter-prompt)
15132         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15133         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15134         New function.  Used internally to only display 'gnus converting
15135         files' message when actually necessary.
15136
15137         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15138         methods now autoloaded.
15139
15140 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15143         identifiers.
15144
15145 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-picon.el: Fix indentation and closing parenthesis.
15148
15149 2004-09-01  Simon Josefsson  <jas@extundo.com>
15150
15151         * message.el (message-canlock-generate): Require sha1, not
15152         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15153         to require within a function.  Sadly, if sha1.el isn't loaded, the
15154         let binding in m-c-g will hide the defcustom definition, which is
15155         bad.)
15156
15157         * canlock.el: Require sha1, not sha1-el.
15158
15159         * message.el: Don't autoload sha1 (there is a autoload cookie in
15160         sha1.el).
15161
15162         * sha1-el.el: Renamed to sha1.el.
15163
15164 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15165
15166         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15167
15168 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15169
15170         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15171
15172 2004-08-30  Kim F. Storm  <storm@cua.dk>
15173
15174         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15175
15176         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15177         Add :group 'nnimap.
15178
15179 2004-08-30  Andreas Schwab  <schwab@suse.de>
15180
15181         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15182         ?* and ?\;.
15183
15184         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15185         and ?\' to symbol instead of whitespace.
15186
15187 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15190
15191         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15192         instead of re-search-forward.
15193
15194         * gnus-uu.el (gnus-uu-save-article): Ditto.
15195         (gnus-uu-post-encode-uuencode): Ditto.
15196
15197         * html2text.el (html2text-clean-list-items): Ditto.
15198         (html2text-clean-dtdd): Ditto.
15199         (html2text-format-tags): Ditto.
15200
15201         * message.el (message-send-mail-with-sendmail): Fix regexp.
15202         (message-fill-field-general): Use search-forward instead of
15203         re-search-forward.
15204         (unbold-region): Ditto.
15205
15206         * nnrss.el (nnrss-request-article): Ditto.
15207
15208         * nnslashdot.el (nnslashdot-request-article): Ditto.
15209
15210         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15211
15212         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15213         "Unrecognized menu descriptor" error in XEmacs.
15214
15215 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15216
15217         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15218         parent article of a sparse article in the thread hashtb.
15219
15220 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15221
15222         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15223         (nnmail-expand-newtext): Lowercase expanded entries if
15224         nnmail-split-lowercase-expanded is non-nil.
15225
15226 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15229
15230         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15231         of gnus-tmp-news-method into string under XEmacs.  It will be
15232         passed to gnus-correct-length which takes only a string argument.
15233
15234 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-util.el (gnus-bind-print-variables): New macro.
15237         (gnus-prin1): Use it.
15238         (gnus-prin1-to-string): Use it.
15239         (gnus-pp): New function.
15240         (gnus-pp-to-string): New function.
15241
15242         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15243         Replace pp-to-string with gnus-pp-to-string.
15244         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15245         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15246         * gnus-msg.el (gnus-debug): Ditto.
15247         * gnus-score.el (gnus-score-save): Ditto.
15248         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15249         gnus-pp-to-string.
15250         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15251         with gnus-pp.
15252         * score-mode.el (gnus-score-pretty-print): Ditto.
15253         * webmail.el (webmail-debug): Ditto.
15254
15255 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-art.el (article-display-face, article-display-x-face):
15258         Use buffer-read-only.
15259
15260 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-art.el (article-hide-list-identifiers):
15263         Bind inhibit-read-only as t.
15264
15265 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15268
15269 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15270
15271         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15272         (gnus-narrow-to-page): Don't assume point-min == 1.
15273         (gnus-article-edit-mode): Derive from message-mode.
15274
15275         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15276         point-min == 1.
15277
15278         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15279         Disable incorrect use of `assert'.
15280
15281         * message.el (message-mode): Set comment-start-skip.
15282
15283
15284 2004-08-22  Sam Steingold  <sds@gnu.org>
15285
15286         * pop3.el (pop3-leave-mail-on-server): New user variable.
15287         (pop3-movemail): Delete mail only when it is nil.
15288
15289 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15292
15293         * mml.el (mml-preview): Use `pop-to-buffer'.
15294
15295         * message.el (message-goto-mail-followup-to): Insert after "To".
15296         (message-carefully-insert-headers): Add comment.
15297
15298         * gnus.el: Remove unused variable `gnus-article-check-size'.
15299
15300         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15301
15302         * gnus-art.el (gnus-button-alist): Improve
15303         `gnus-button-handle-library' entry.
15304
15305 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15306
15307         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15308         downcase, since XEmacs capitalizes error messages differently.
15309
15310 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15311
15312         * nntp.el: Add (require 'gnus) due to reference to
15313         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15314
15315 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15316
15317         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15318         `mm-fill-flowed'.
15319
15320         * mm-decode.el (mm-dissect-singlepart): Check it.
15321
15322 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15325         'imap' for netrc parsing.
15326
15327 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * mailcap.el (mailcap-mime-data): Mark as risky.
15330
15331 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15334         may be included in the encoded word.
15335         (rfc2047-encode): Don't append a space if the encoded word
15336         includes close parenthesis.
15337
15338 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15341         of text within parentheses.
15342
15343 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15346         (gnus-encrypt-write-file-contents): Make the password key the file
15347         name PLUS the cipher, not just the cipher.  Also remove failed
15348         passwords from the cache.
15349
15350 2004-08-06  Simon Josefsson  <jas@extundo.com>
15351
15352         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15353         fix.
15354
15355 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15358         LWSP.
15359
15360 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15361
15362         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15363         to append in-reply-to: data to the references: header.
15364
15365         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15366         (netrc-parse): Use gnus-encrypt.el functions.
15367
15368         * gnus-encrypt.el: Add new file for encryption support; currently
15369         does only a few GPG ciphers and an internal XOR cipher.
15370
15371         * password.el: Add comments on using password-read-and-add.
15372         (password-read-and-add): Add function to read and add the
15373         password to the cache at once.
15374
15375 2004-07-28  Simon Josefsson  <jas@extundo.com>
15376
15377         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15378         parameter (but don't use it, for now).
15379
15380         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15381         instead of hard coding to nil.
15382
15383 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15386         as mm-inline-image-xemacs does.
15387
15388 2004-07-26  Simon Josefsson  <jas@extundo.com>
15389
15390         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15391         Revert part of 2004-07-17 change below.
15392
15393 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15396         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15397
15398 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15401         quotes that actually start with ">" at the beginning of the
15402         lines.
15403
15404 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * rfc2047.el (rfc2047-encode-region): Fix last change.
15407         (rfc2047-encode-parameter): Remove useless concat.
15408
15409 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15412         encode special characters; fix some kind of misconfigured headers;
15413         signal a real error if debug-on-quit or debug-on-error is non-nil.
15414         (rfc2047-encode-max-chars): New variable.
15415         (rfc2047-encode-1): Use it.
15416         (rfc2047-encode-parameter): New function.
15417
15418         * mml.el (mml-insert-parameter): Remove an excessive space.
15419
15420 2004-07-17  Simon Josefsson  <jas@extundo.com>
15421
15422         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15423         Kai Grossjohann <kai@emptydomain.de>.
15424         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15425         (gnus-group-make-menu-bar): Ditto.
15426
15427         * gnus-util.el (gnus-group-server): Add.
15428
15429 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15430
15431         * message.el (message-clone-locals): Clone sendmail and smtp
15432         variables.
15433
15434 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * rfc2047.el (rfc2047-encode-region): Fix last change.
15437
15438 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15441         characters as non-special.
15442
15443 2004-07-09  Simon Josefsson  <jas@extundo.com>
15444
15445         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15446         Users will lose all flag changes made while unplugged with
15447         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15448         good default.  See numerous reports on ding mailing list.
15449
15450 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15453         add generate-head-function and generate-article-function to the
15454         rfc822-forward entry.
15455         (nndoc-rfc822-forward-generate-article): New function.
15456         (nndoc-rfc822-forward-generate-head): New function.
15457
15458         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15459
15460 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15461
15462         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15463         respect display group parameter and gnus-summary-expunge-below.
15464         (gnus-articles-to-read): Remove unused reference to display group
15465         parameter.
15466
15467 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15468
15469         * nnheader.el (nnheader-uniquify-message-id): New experimental
15470         variable.
15471         (nnheader-nov-read-message-id): Use it.
15472
15473         * spam-report.el (spam-report-gmane): Add interactive.
15474
15475 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15478         qp-or-base64 for the application/* types.
15479
15480 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15481
15482         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15483
15484 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15487         trim value.
15488
15489 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15490
15491         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15492         New macro and function.
15493         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15494
15495 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15498         after-load-alist.
15499
15500 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15501
15502         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15503         update info that isn't there.
15504
15505 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15506
15507         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15508         entry.
15509
15510 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-view.el (mm-inline-render-with-function): Use multibyte
15513         buffer; decode html source by charset.
15514
15515         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15516
15517         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15518         Mule-UCS is loaded under XEmacs.
15519         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15520
15521 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15522
15523         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15524
15525 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * mm-util.el (mm-coding-system-p): Return a coding-system.
15528         (mm-mime-mule-charset-alist): Use shift_jis instead of
15529         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15530         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15531         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15532         instead of japanese-shift-jis and iso-latin-1 respectively in
15533         order to share the default value with both Emacs and XEmacs-mule.
15534         (mm-mule-charset-to-mime-charset): Make
15535         mm-coding-system-priorities effective.
15536         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15537         while predicating of candidates upon the priorities.
15538
15539 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15540
15541         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15542         gnus-uu-invert-processable.
15543
15544         * gnus.el: Autoload gnus-uu-invert-processable.
15545
15546 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mm-util.el (mm-with-multibyte-buffer): New macro.
15549
15550         * rfc2047.el (rfc2047-encode-string): Use it.
15551         (rfc2047-encode-region): Move point to the end of the region after
15552         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15553
15554 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15557         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15558
15559 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15562         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15563         Karl Chen <quarl@nospam.quarl.org>.
15564
15565 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15566
15567         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15568         invalid addresses.
15569
15570 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * spam.el: Change section markers, revise TODO list.
15573         (spam-backends): Make new master list of all installed backends.
15574         (spam-summary-exit-behavior): Add new variable to determine how
15575         messages moves are done at summary exit.
15576         (spam-move-spam-nonspam-groups-only)
15577         (spam-process-ham-in-nonham-groups)
15578         (spam-process-ham-in-spam-groups): Remove variables, the
15579         spam-summary-exit-behavior variable should be used to manage this
15580         behavior.
15581         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15582         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15583         and spam-old-spam-articles.
15584         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15585         Add empty variables, placeholders for the backends they represent.
15586         (spam-set-difference): Move, unchanged.
15587         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15588         unless the user has a processor variable.
15589         (spam-classifications, spam-classification-valid-p)
15590         (spam-backend-properties, spam-backend-property-valid-p)
15591         (spam-backend-function-type-valid-p)
15592         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15593         (spam-report-articles-gmane, spam-report-articles-resend):
15594         Remove functions, they are not needed.
15595         (spam-install-backend-super, spam-backend-list)
15596         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15597         (spam-backend-function, spam-backend-ham-registration-function)
15598         (spam-backend-spam-registration-function)
15599         (spam-backend-ham-unregistration-function)
15600         (spam-backend-spam-unregistration-function)
15601         (spam-backend-statistical-p, spam-backend-mover-p)
15602         (spam-install-backend-alias, spam-install-checkonly-backend)
15603         (spam-install-mover-backend, spam-install-nocheck-backend)
15604         (spam-install-backend, spam-install-statistical-backend)
15605         (spam-install-statistical-checkonly-backend): Add backend installation
15606         support.
15607         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15608         (spam-group-processor-p): Use the new backend code and respect the
15609         summary exit behavior.
15610         (spam-mark-spam-as-expired-and-move-routine): Remove.
15611         (spam-summary-prepare): Change to use the new spam-old-articles
15612         variable.
15613         (spam-copy-or-move-routine, spam-copy-spam-routine)
15614         (spam-move-spam-routine, spam-copy-ham-routine)
15615         (spam-move-ham-routine): Add code to copy/move ham or spam.
15616         (spam-fetch-field-fast): Improve doc and code, plus allow the
15617         'number request.
15618         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15619         variables.
15620         (spam-split, spam-find-spam): Use the new backend code.
15621         (spam-registration-functions): Remove variable.
15622         (spam-unregister-routine): Add convenience wrapper.
15623         (spam-log-undo-registration, spam-register-routine)
15624         (spam-log-processing-to-registry)
15625         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15626         where possible.
15627         (spam-check-gmane-xref, spam-check-regex-headers)
15628         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15629         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15630         (spam-check-bogofilter-headers, spam-check-spamoracle)
15631         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15632         (spam-check-crm114-headers): Use the spam-split-group that
15633         spam-split prepares, no need to determine it every time.
15634
15635         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15636         to the nnheader-parse-naked-head call.
15637
15638         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15639
15640         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15641         the nnheader-nov-read-message-id call.
15642
15643 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15646         gnus-activate-group twice.  Suggested by Markus Peter
15647         <warp@spin.de>.
15648
15649 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el (gnus-article-time-format): Exchange the order of
15652         day and month in the default value; fix customization type.
15653         (article-date-ut): Use add-text-properties.
15654         (article-make-date-line): Use message-make-date instead of
15655         current-time-string.
15656
15657         * message.el (message-fetch-field): Don't use set-text-properties.
15658         (message-make-date): Simplify.
15659
15660         * messagexmas.el (message-xmas-make-date): New function.
15661         (message-xmas-redefine): Defalias message-make-date to it.
15662
15663 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15666         (rfc2047-encode-region): Treat text within parentheses as special;
15667         show the original text when error has occurred.
15668
15669         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15670         already-computed method to gnus-activate-group.
15671
15672         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15673         same select-methods identical Lisp objects.
15674
15675         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15676         object when modifying the info.
15677
15678 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15681         gnus-opened-servers since it has never been opened with the new
15682         configuration yet.
15683
15684 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15687         arg to nnheader-generate-fake-message-id.
15688
15689 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15690
15691         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15692         number and build a fake message ID localized to a group and
15693         article number (so it's repeatable from that point on).
15694         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15695         ID format.
15696
15697         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15698         nnheader-generate-fake-message-id with the article number.
15699
15700 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15701
15702         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15703         end-of-buffer.
15704
15705 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15706
15707         * message.el (message-ignored-supersedes-headers): Add Approved.
15708
15709 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15712         goto-char.
15713         (rfc2047-encode): Fold the line before encoding.
15714
15715 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15718         folding -- not all headers can be folded, and this should be done
15719         by the message composition mode.  Probably.  I think.
15720
15721 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15724         fast.
15725
15726         * gnus-ems.el (gnus-remove-image): Don't use
15727         message-text-with-property; remove only the image found first.
15728
15729         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15730         found first.
15731
15732 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15733
15734         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15735
15736 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * message.el (message-text-with-property): Make it fast and accept
15739         optional arguments.
15740         (message-strip-forbidden-properties): Use it.
15741         (message-fix-before-sending): Follow the m-t-w-p change.
15742
15743         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15744
15745 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-art.el (article-hide-headers): Don't change the buffer
15748         mistakenly when performing mml-preview even if
15749         gnus-single-article-buffer is nil.
15750
15751 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15752
15753         * message.el (message-expand-name-databases): New user option.
15754         (message-expand-name): Use it.
15755
15756 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * spam.el (spam-report-articles-resend)
15759         (spam-report-resend-register-routine): Allow ham reporting.
15760         (spam-report-resend-register-ham-routine): Add wrapper.
15761         (spam-registration-functions): Add ham resending functions.
15762         (spam-list-of-processors): Add ham resend processor.
15763
15764         * gnus.el (ham-resend-to): Add new group parameter.
15765         (spam-process): Add ham resend option.
15766
15767         * spam-report.el (spam-report-resend): Allow reporting ham.
15768         (spam-report-resend-ham): Add wrapper.
15769
15770 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15771
15772         * message.el (message-cite-articles-with-x-no-archive): New
15773         variable.
15774         (message-cite-original): Use it.
15775
15776 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * message.el (message-cite-original): Respect X-No-Archive.
15779
15780 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-art.el (article-hide-headers): Refer to the values for
15783         gnus-ignored-headers and gnus-visible-headers in the summary
15784         buffer since a user may have set them as group parameters.
15785
15786 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15787
15788         * assistant.el (assistant-node-name): Add convenience function.
15789         (assistant-render-text, assistant-render-node): Add error handling,
15790         plus handle multiple next nodes.
15791         (assistant-find-next-node): Comment out for now.
15792         (assistant-find-next-nodes): Add function, returns list of next
15793         nodes.
15794
15795 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * mail-source.el (mail-source-directory): Fix doc-string.
15798
15799 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15800
15801         * assistant.el (assistant-render-text, assistant-eval): Add :set
15802         widget type, which is different because it takes and returns a
15803         list.  Much hilarity ensues.
15804
15805 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15808
15809         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15810         doc-string.
15811
15812         * gnus-start.el (gnus-activate-group): Added doc-string.
15813
15814 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15817
15818 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15819
15820         * assistant.el (assistant-render-text): Try to add a :set
15821         widget, more to come.
15822
15823         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15824         strings.
15825         (spam-report-articles-resend)
15826         (spam-register-routine): Do registration iff any articles warrant
15827         it.
15828         (spam-summary-prepare-exit): Change log message for nil group
15829         destinations.
15830
15831 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15832
15833         * spam.el (spam-report-resend-register-routine): Allow
15834         spam-report-resend-to to be a group parameter or a global value.
15835
15836 2004-05-26  Simon Josefsson  <jas@extundo.com>
15837
15838         * starttls.el: Merge with my GNUTLS based starttls.el.
15839         (starttls-gnutls-program, starttls-use-gnutls)
15840         (starttls-extra-arguments, starttls-process-connection-type)
15841         (starttls-connect, starttls-failure, starttls-success): New
15842         variables.
15843         (starttls-program, starttls-extra-args): Doc fix.
15844         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15845         functions.
15846         (starttls-negotiate, starttls-open-stream): Check
15847         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15848         function if it is set.
15849
15850 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15853         structured fields.
15854
15855 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15858
15859 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15860
15861         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15862         variable.
15863         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15864         assigning the spam-mark to new messages.
15865
15866 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15867
15868         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15869
15870 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15873
15874         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15875         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15876         default.
15877
15878 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15879
15880         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15881         correct data.
15882
15883 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15884
15885         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15886         (spam-group-processor-p): Fix function.
15887         (spam-group-processor-multiple-p)
15888         (spam-group-spam-processor-report-gmane-p)
15889         (spam-group-spam-processor-report-resend-p)
15890         (spam-group-spam-processor-bogofilter-p)
15891         (spam-group-spam-processor-blacklist-p)
15892         (spam-group-spam-processor-ifile-p)
15893         (spam-group-ham-processor-ifile-p)
15894         (spam-group-spam-processor-spamoracle-p)
15895         (spam-group-spam-processor-crm114-p)
15896         (spam-group-ham-processor-bogofilter-p)
15897         (spam-group-spam-processor-stat-p)
15898         (spam-group-ham-processor-stat-p)
15899         (spam-group-ham-processor-whitelist-p)
15900         (spam-group-ham-processor-BBDB-p)
15901         (spam-group-ham-processor-spamoracle-p)
15902         (spam-group-ham-processor-copy-p): Remove functions with some
15903         prejudice against unneeded code.
15904         (spam-report-articles-resend)
15905         (spam-report-resend-register-routine): Allow the group/topic
15906         spam-resend-to value to override spam-report-resend-to.
15907         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15908         properly now.
15909
15910         * gnus.el (spam-resend-to): Add group/topic parameter.
15911         (spam-process): Move the OBSOLETE processors to the end of the
15912         choices.
15913
15914 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15915
15916         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15917         with resend-to set to nil, and then ask the user if necessary.
15918         (spam-report-resend): spam-report-resend takes a list of articles, not
15919         separate article numbers.
15920
15921 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15924         addition to emacs-w3m.
15925
15926 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15927
15928         * assistant.el (assistant-authinfo-data): New function.
15929         (assistant-eval): Eval for entire assistant.
15930
15931         * netrc.el (netrc-services-file): New variable.
15932         (netrc-parse-services): New function.
15933         (netrc-find-service-name): New function.
15934         (netrc-find-service-number): New function.
15935         (netrc-port-equal): New function.
15936         (netrc-machine): Use it.
15937
15938         * nnimap.el (nnimap-open-connection): Use netrc.
15939
15940         * gnus-util.el (gnus-netrc-get): Remove aliases.
15941
15942         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15943
15944         * assistant.el (wid-edit): Fix compilation.
15945
15946         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15947
15948 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15949
15950         * gnus-util.el (gnus-set-file-modes): New function.  (small
15951         patch).
15952
15953 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15954
15955         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15956
15957         * assistant.el (assistant-render-node): Fix up rendering and
15958         read-only text.
15959         (assistant-render-node): Reset.
15960         (assistant-make-read-only): Not sticky.
15961
15962 2004-05-20  Danny Siu  <dsiu@adobe.com>
15963
15964         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15965         centered even when gnus-auto-center-summary is t.
15966
15967 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * dns.el (dns-get-txt-answer): New function.
15970         (dns-read-txt): Ditto.
15971         (query-dns): Use it.
15972
15973 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15976         active for foreign groups even if the group level is higher than
15977         the specified value.
15978
15979 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980
15981         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15982         non-active groups.
15983
15984         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15985
15986 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15987
15988         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15989
15990 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15993         (spam-crm114-header, spam-crm114-spam-switch)
15994         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15995         (spam-crm114-positive-spam-header)
15996         (spam-crm114-database-directory, spam-list-of-processors)
15997         (spam-group-spam-processor-crm114-p)
15998         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15999         (spam-generic-score, spam-list-of-checks)
16000         (spam-list-of-statistical-checks, spam-registration-functions)
16001         (spam-check-crm114-headers, spam-crm114-score)
16002         (spam-check-crm114, spam-crm114-register-with-crm114)
16003         (spam-crm114-register-spam-routine)
16004         (spam-crm114-unregister-spam-routine)
16005         (spam-crm114-register-ham-routine)
16006         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16007         asjo@koldfront.dk (Adam Sjøgren).
16008
16009         * gnus.el: Add spam-use-crm114.
16010
16011         * spam.el (spam-list-of-processors, spam-registration-functions):
16012         Add spam-use-resend.
16013         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16014         (spam-report-articles-gmane): Add doc fix.
16015         (spam-report-articles-resend, spam-report-resend-register-routine):
16016         Add wrappers around spam-report-resend-to.
16017
16018         * spam-report.el (spam-report-resend-to, spam-report-resend):
16019         Add support for resending spam.
16020         (spam-report-gmane): Fix line length >80.
16021
16022         * gnus.el (spam-process): Add spam-use-resend.
16023
16024 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16025
16026         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16027         number of processed spam messages.
16028         (spam-ham-copy-or-move-routine): Return the number of processed
16029         ham messages.
16030         (spam-summary-prepare-exit): Use the above values to decide
16031         whether status messages shouled be displayed.
16032
16033 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16036         `rfc2047-encoding-function-alist' in order to avoid conflicting
16037         with the old version.
16038         (rfc2047-encode-region): Concatenate words containing non-ASCII
16039         characters in structured fields; don't encode space-delimited
16040         ASCII words even in unstructured fields; don't break words at
16041         char-category boundaries.
16042         (rfc2047-encode-1): New function.
16043         (rfc2047-encode): Use it; encode text so that it occupies the
16044         maximum width within 76-column; work correctly on Q encoding for
16045         iso-2022-* charsets.
16046         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16047         sure not to break a line just after the header name.
16048         (rfc2047-b-encode-region): Removed.
16049         (rfc2047-b-encode-string): New function.
16050         (rfc2047-q-encode-region): Removed.
16051         (rfc2047-q-encode-string): New function.
16052
16053         * mm-util.el (mm-replace-in-string): New function.
16054
16055 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16056
16057         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16058         get it right.
16059         (gnus-inews-make-draft): Really.
16060
16061 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16062
16063         * nnmh.el (nnmh-request-list-1): Don't check the link count
16064         before descending.  (small patch)
16065
16066 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16067
16068         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16069         stuff.
16070
16071         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16072         on real group name.
16073
16074         * gnus-art.el (gnus-signature-limit): Doc fix.
16075
16076         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16077
16078         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16079
16080 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16081
16082         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16083         isn't a string.
16084
16085 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16086
16087         * gnus-draft.el (gnus-draft-send): Bind
16088         rfc2047-encode-encoded-words.
16089
16090         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16091         (rfc2047-encodable-p): Say that =? needs encoding.
16092         (rfc2047-encode-encoded-words): New variable.
16093
16094         * gnus-group.el (gnus-group-select-group): Doc fix.
16095
16096         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16097
16098         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16099         to nil.
16100
16101         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16102
16103         * nnheader.el (nnheader-get-lines-and-char): New function.
16104
16105 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * gnus-msg.el (gnus-summary-followup-with-original): Document
16108         yanking of region when active.
16109
16110 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16113         groups if the group level is higher than the specified value.
16114
16115 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16118         (gnus-group-jump-to-group): Added prefix argument using
16119         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16120         non-active group.
16121
16122         * compface.el (uncompface): Be verbose when changing
16123         `uncompface-use-external'.
16124
16125         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16126         handle manual section.
16127
16128 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16129
16130         * gnus-art.el (gnus-button-alist): Revert previous change.
16131
16132 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16135
16136 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16139         whether backend can accept message.
16140
16141         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16142
16143 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16144
16145         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16146         Avoid creating directory when nntp-marks-is-evil is true.
16147         Reported by Reiner Steib.
16148
16149 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * gnus-picon.el (gnus-picon-style): New variable.
16152         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16153         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16154         Jesper Harder <harder@ifa.au.dk>.
16155
16156 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16157
16158         * message.el (message-fill-field): Return point.
16159         (message-generate-headers): Go to end of field.
16160
16161         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16162         stuff for non-living groups.
16163
16164 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16165
16166         * gnus-art.el (gnus-article-followup-with-original)
16167         (gnus-article-reply-with-original): gnus-mark-active-p ->
16168         gnus-region-active-p.
16169
16170 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16171
16172         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16173         only when there is spam or ham to be processed.
16174
16175 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16176
16177         * mail-source.el (mail-source-delete-crash-box): Refactor.
16178         (mail-source-fetch): Use it.
16179         (mail-source-fetch-file): Ditto.
16180         (mail-source-fetch-directory): Run postscript in loop.
16181         (mail-source-fetch-pop): Delete.
16182         (mail-source-fetch-maildir): Ditto.
16183         (mail-source-fetch-imap): Ditto.
16184
16185         * imap.el (imap-authenticators): Comment out sasl.
16186
16187         * message.el (message-skip-to-next-address): New function.
16188         (message-fill-header-address): Refactor.
16189         (message-fill-address): Use it.
16190         (message-delete-address): Use it.
16191         (message-fill-header-general): Refactor.
16192         (message-fill-field-address): Rename.
16193         (message-narrow-to-field): Find the start of the header.
16194         (message-header-format-alist): Don't pre-fill.
16195         (message-fill-header): Removed.
16196         (message-insert-header): New function.
16197         (message-shorten-references): Use it.
16198
16199         * rfc2047.el (rfc2047-field-value): Strip props.
16200
16201         * mail-parse.el (mail-header-make-address): New alias.
16202
16203         * ietf-drums.el (ietf-drums-make-address): New function.
16204
16205         * imap.el: Add compiler directives.
16206
16207         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16208
16209         * gnus-art.el (article-decode-idna-rhs): Don't use
16210         message-idna-inside-rhs-p.
16211
16212 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16213
16214         * message.el (message-idna-inside-rhs-p): Removed.
16215         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16216
16217         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16218         false positives.
16219
16220 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16221
16222         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16223
16224 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16225
16226         * nneething.el (nneething-file-name): Don't create spurious
16227         files.
16228
16229         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16230         (gnus-inews-do-gcc): Remove sleep.
16231
16232         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16233         part under point.
16234
16235         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16236         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16237
16238 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * spam.el (spam-summary-prepare-exit): Fixed (length).
16241
16242 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16245         as expired without moving it" message when there are spam
16246         messages left.
16247
16248 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16249
16250         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16251         header is not nil.
16252
16253 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16254
16255         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16256         nntp-possibly-create-directory, not nntp-possibly-change-group.
16257         (nntp-marks-changed-p): New arg SERVER.
16258         (nntp-request-update-info): Adjust caller.
16259
16260 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16261
16262         * nntp.el (nntp-save-marks): Pass missing arg.
16263
16264 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16265
16266         * nntp.el: Support marks.
16267         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16268         (nntp-marks-modtime, nntp-marks-directory): New variables.
16269         (nntp-request-set-mark, nntp-request-update-info)
16270         (nntp-possibly-create-directory, nntp-marks-changed-p)
16271         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16272         functions.
16273
16274 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16275
16276         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16277         (gnus-xmas-redefine): Rename.
16278
16279         * gnus-score.el (gnus-score-insert-help): Use
16280         gnus-select-lowest-window.
16281
16282         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16283         appt-select-lowest-window and rename to gnus-select-lowest-window.
16284
16285         * gnus.el: do.
16286
16287 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16288
16289         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16290         encodings of MIME-encoded words, in order to improve
16291         interoperability with several broken MUAs.
16292
16293 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16294
16295         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16296         tags, only when charsets are not specified in headers.
16297         (mm-inline-text-html-render-with-w3m): Ditto.
16298
16299         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16300         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16301
16302 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16303
16304         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16305         instead of MIME-decoded from fields when checking
16306         `gnus-article-address-banner-alist'.
16307
16308 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16309
16310         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16311         description rather than subject.
16312
16313 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16314
16315         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16316
16317 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * gnus.el (gnus-version-number): Bump.
16320
16321 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16322
16323         * gnus.el: No Gnus v0.2 is released.
16324
16325 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16326
16327         * gnus-agent.el (gnus-agent-read-agentview): Inline
16328         gnus-uncompress-range.
16329
16330 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16331
16332         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16333         `exec-installed-p'.
16334
16335 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16336
16337         * gnus.el (spam-process, spam-autodetect-methods): Add
16338         bsfilter and bsfilter-headers.
16339
16340         * spam.el (spam-bsfilter): New customize group.
16341         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16342         (spam-bsfilter-header, spam-bsfilter-probability-header)
16343         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16344         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16345         (spam-bsfilter-database-directory): New options.
16346         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16347         (spam-list-of-statistical-checks, spam-registration-functions):
16348         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16349         (spam-bsfilter-score): New command.
16350         (spam-check-bsfilter-headers, spam-check-bsfilter)
16351         (spam-bsfilter-register-with-bsfilter)
16352         (spam-bsfilter-register-spam-routine)
16353         (spam-bsfilter-unregister-spam-routine)
16354         (spam-bsfilter-register-ham-routine)
16355         (spam-bsfilter-unregister-ham-routine): New functions.
16356         (spam-generic-score): Support bsfilter; Accept an optional argument
16357         to recalcurate spam score even if scoring header has already been
16358         added.
16359         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16360         optional argument to recalcurate spam score even if scoring header
16361         has already been added.
16362
16363 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16364
16365         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16366         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16367         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16368         link is missing.
16369
16370 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16371
16372         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16373         (html2text-get-attr): Rewrite.
16374
16375         * message.el (message-setup-1): Remove redundant put-text-property
16376         on mail-header-separator.
16377
16378 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * gnus-registry.el (gnus-registry-cache-whitespace)
16381         (gnus-registry-action, gnus-registry-spool-action)
16382         (gnus-registry-split-fancy-with-parent): Change message levels
16383         from 5 to 3 or 7, as needed.
16384
16385         * spam.el (spam-summary-prepare-exit)
16386         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16387         (spam-split, spam-find-spam, spam-log-undo-registration)
16388         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16389         level from 5 to 6.
16390
16391 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16394         2004-03-04 change).
16395
16396 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16397
16398         * sieve-manage.el (sieve-manage-open):
16399         * nnweb.el (nnweb-insert-html):
16400         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16401         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16402         * nnspool.el (nnspool-request-group):
16403         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16404         * nnml.el (nnml-request-update-info):
16405         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16406         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16407         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16408         (nnimap-request-set-mark):
16409         * nnfolder.el (nnfolder-request-update-info):
16410         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16411         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16412         * gnus-uu.el (gnus-uu-find-articles-matching):
16413         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16414         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16415         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16416         * gnus-nocem.el (gnus-nocem-scan-groups):
16417         * gnus-int.el (gnus-start-news-server):
16418         * gnus-group.el (gnus-group-make-kiboze-group)
16419         (gnus-group-browse-foreign-server):
16420         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16421         Use mapc when appropriate.
16422
16423 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         FIXME: Make separate entries for each person.
16426
16427         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16428         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16429         <shields@msrl.com>:
16430
16431         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16432         may need for spam sorting and scoring.
16433         (spam-user-format-function-S): Add user format function suitable for
16434         general use.
16435         (spam-article-sort-by-spam-status): Add sorting function for summary
16436         sorting.
16437         (spam-extra-header-to-number): Add function to get a score from a
16438         header.
16439         (spam-summary-score): Add function to get a numeric score from the
16440         headers.
16441         (spam-generic-score): Fix function doc, was in wrong place.
16442         (spam-initialize): Take symbols when it's run, and install the
16443         extra headers that spam-necessary-extra-headers thinks we need.
16444
16445 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16446
16447         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16448         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16449
16450 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * gnus-sum.el (gnus-set-global-variables)
16453         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16454         (gnus-article-get-xrefs, gnus-summary-best-group)
16455         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16456         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16457         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16458         Use with-current-buffer.
16459
16460 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * spam.el (spam-summary-prepare-exit): Simplify logic.
16463         (spam-fetch-article-header): Read the article header if it's not
16464         available.
16465         (spam-list-articles): Simplify logic.
16466         (spam-filelist-register-routine): Fix bug with unregister-list.
16467
16468         * gnus-registry.el: Fix comments at beginning.
16469
16470 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * message.el (message-cater-to-broken-inn): Remove.
16473         (message-shorten-references): Make sure the total folded length of
16474         References is shorter than 998 characters to cater to a bug in INN
16475         2.3.  Also, don't pretend that references aren't folded -- this
16476         hasn't worked for a while.
16477
16478 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16479
16480         * gnus-agent.el (gnus-agentize):
16481         gnus-agent-send-mail-real-function no longer set to current value
16482         of message-send-mail-function but rather a lambda that calls
16483         message-send-mail-function.  The change makes the agent real-time
16484         responsive to user changes to message-send-mail-function.
16485
16486 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16487
16488         * legacy-gnus-agent.el
16489         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16490         help from Florian Weimer <fw@deneb.enyo.de>
16491
16492 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * nnmail.el (nnmail-cache-insert): Revert last change.
16495
16496 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * nnmail.el (nnmail-cache-insert): Always check whether
16499         nnmail-cache-ignore-groups matches a group name.
16500
16501 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16502
16503         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16504         (spam-find-spam, spam-log-processing-to-registry)
16505         (spam-log-registered-p, spam-log-unregistration-needed-p)
16506         (spam-log-undo-registration): Use gnus-message instead of
16507         gnus-error, none of these errors are fatal.
16508
16509         * gnus-registry.el (gnus-registry-clean-empty-function)
16510         (gnus-registry-clean-empty): Remove only empty entries without
16511         extra data.
16512
16513 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16514
16515         * spam-stat.el (spam-stat-buffer-change-to-spam)
16516         (spam-stat-buffer-change-to-non-spam): Change (error) to
16517         (gnus-message 8) invocation.
16518
16519 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * nntp.el (nntp-via-netcat-command): New variable.
16522         (nntp-via-netcat-switches): New variable.
16523         (nntp-open-via-rlogin-and-netcat): New function.
16524         (nntp-open-connection-function): Doc fix.
16525         (nntp-telnet-command): Doc fix.
16526         (nntp-end-of-line): Doc fix.
16527         (nntp-via-rlogin-command): Doc fix.
16528         (nntp-via-user-name): Doc fix.
16529         (nntp-via-address): Doc fix.
16530
16531 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16534         error in Emacs 21.1.
16535
16536 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16539
16540 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16541
16542         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16543         (gnus-agent-with-refreshed-group): New macro.
16544         (gnus-agent-rename-group): New function.
16545         (gnus-agent-delete-group): New function.
16546         (gnus-agent-save-group-info): Use gnus-command-method when
16547         `method' parameter is nil.  Don't write nil entries into the
16548         active file.
16549         (gnus-agent-get-group-info): New function.
16550         (gnus-agent-fetch-articles): Use
16551         gnus-agent-update-files-total-fetched-for to increment disk space
16552         used.
16553         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16554         gnus-agent-update-view-total-fetched-for to increment disk space
16555         used.
16556         (gnus-agent-get-local): Added optional parameters to avoid calling
16557         gnus-group-real-name and gnus-find-method-for-group.
16558         (gnus-agent-set-local): Delete stored entry if either min, or max,
16559         are nil.
16560         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16561         quit, use gnus-agent-regenerate-group to record existance of any
16562         articles fetched to disk before the quit occurred.
16563         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16564         gnus-agent-update-view-total-fetched-for, and
16565         gnus-agent-update-files-total-fetched-for to decrement disk space
16566         used.
16567         (gnus-agent-retrieve-headers): Use
16568         gnus-agent-update-view-total-fetched-for to increment disk space
16569         used.
16570         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16571         with gnus-agent-update-files-total-fetched-for to decrement disk
16572         space and fresh group buffer.
16573         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16574         (gnus-agent-need-update-total-fetched-for): New variable.
16575         (gnus-agent-update-files-total-fetched-for): New function.
16576         (gnus-agent-update-view-total-fetched-for): New function.
16577         (gnus-agent-total-fetched-for): New function.
16578
16579         * gnus-cache.el (gnus-cache-save-buffers): Use
16580         gnus-cache-update-overview-total-fetched-for to change disk space
16581         used by this group.
16582         (gnus-cache-possibly-enter-article): Use
16583         gnus-cache-update-file-total-fetched-for to increment disk space
16584         used by this group.
16585         (gnus-cache-possibly-remove-article): Use
16586         gnus-cache-update-file-total-fetched-for to decrement disk space
16587         used by this group.
16588         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16589         (gnus-cache-rename-group): New function.
16590         (gnus-cache-delete-group): New function.
16591         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16592         (gnus-cache-need-update-total-fetched-for): New variable.
16593         (gnus-cache-with-refreshed-group): New macro.
16594         (gnus-cache-update-file-total-fetched-for): New function.
16595         (gnus-cache-update-overview-total-fetched-for): New function.
16596         (gnus-cache-rename-group-total-fetched-for): New function.
16597         (gnus-cache-delete-group-total-fetched-for): New function.
16598         (gnus-cache-total-fetched-for): New function.
16599
16600         * gnus-group.el: Require gnus-sum and autoload functions to
16601         resolve warnings when gnus-group.el compiled alone.
16602         (gnus-group-line-format): Documented new %F.
16603         (size of Fetched data) group line format; identifies disk space
16604         used by agent and cache.
16605         (gnus-group-line-format-alist): Defined new F format.
16606         (gnus-total-fetched-for): New function.
16607         (gnus-group-delete-group): No longer update
16608         gnus-cache-active-altered as gnus-request-delete-group now keeps
16609         the cache in sync.
16610         (gnus-group-list-active): Let the agent store a server's active
16611         list if currently plugged.
16612
16613         * gnus-int.el (gnus-request-delete-group):
16614         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16615         local disk in sync with the server.
16616         (gnus-request-rename-group):
16617         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16618         local disk in sync with the server.
16619
16620         * gnus-start.el (gnus-get-unread-articles):
16621         Cosmetic simplification to logic.
16622
16623         * gnus-util.el (gnus-rename-file): New function.
16624
16625 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16626
16627         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16628
16629 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16630
16631         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16632         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16633
16634 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16635
16636         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16637         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16638
16639 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16640
16641         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16642
16643 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * spam.el (spam-set-difference): Add function to replace
16646         gnus-set-difference in spam.el.
16647         (spam-summary-prepare-exit): Use spam-set-difference.
16648
16649 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16650
16651         * gnus-registry.el (gnus-registry-cache-file): Update to use
16652         gnus-dribble-directory OR gnus-home-directory OR ~.
16653         (gnus-registry-split-fancy-with-parent): Fix doc.
16654
16655 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * message.el (message-exchange-point-and-mark): Use
16658         message-mark-active-p.  Suggested by Jesper Harder
16659         <harder@ifa.au.dk>.
16660
16661 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * message.el (message-exchange-point-and-mark): Don't activate
16664         region if it was inactive.  Suggested by Hiroshi Fujishima
16665         <pooh@nature.tsukuba.ac.jp>.
16666
16667 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-art.el (article-display-face): Display Faces in the same
16670         order as X-Faces.
16671
16672 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16675
16676 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16679         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16680         (gnus-article-mime-hierarchy): Remove.
16681         (gnus-article-mime-hierarchy-next): Remove.
16682         (gnus-article-mode): Revert 2004-03-19 change.
16683         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16684         (gnus-insert-mime-button): Revert 2004-03-19 change.
16685         (gnus-mime-accumulate-hierarchy): Remove.
16686         (gnus-mime-enter-multipart): Remove.
16687         (gnus-mime-leave-multipart): Remove.
16688         (gnus-mime-display-part): Revert 2004-03-19 change.
16689         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16690
16691         * mml.el (mml-preview): Revert 2004-03-19 change.
16692
16693 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16694
16695         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16696
16697 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16700         t while entering a file name using the mm-with-multibyte macro.
16701         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16702
16703         * mm-util.el (mm-with-multibyte): New macro.
16704
16705 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16708         user option.
16709         (gnus-mime-multipart-functions): Doc and customization fix.
16710         (gnus-article-mime-hierarchy): New variable.
16711         (gnus-article-mime-hierarchy-next): New variable.
16712         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16713         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16714         gnus-article-mime-hierarchy-next to nil.
16715         (gnus-insert-mime-button): Show hierarchy numbers.
16716         (gnus-mime-accumulate-hierarchy): New function.
16717         (gnus-mime-enter-multipart): New function.
16718         (gnus-mime-leave-multipart): New function.
16719         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16720         (gnus-mime-display-alternative): Show hierarchy numbers.
16721
16722         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16723         gnus-article-mime-hierarchy-next to nil.
16724
16725 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16726
16727         * dns.el: Don't require gnus-xmas.
16728
16729 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16732         inline PGP.
16733         (mml-menu): Disable mml-quote-region if mark is inactive.
16734
16735 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16738         when the group's active is not available.
16739
16740 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16743         error.
16744
16745 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * imap.el (imap-store-password): New variable.
16748         (imap-interactive-login): Use it.
16749         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16750
16751 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16754         window-start and hscroll to summary window.
16755
16756 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16757
16758         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16759         conversion message to newsrc-dribble when an actual conversion is
16760         performed.
16761
16762 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16763
16764         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16765
16766 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * mm-decode.el (mm-complicated-handles): New function reviving
16769         former definition of mm-multiple-handles.
16770
16771         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16772         (gnus-mime-delete-part): Use it.
16773
16774 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16775
16776         * gnus-agent.el (gnus-agent-read-local): Bind
16777         nnheader-file-coding-system to gnus-agent-file-coding-system to
16778         avoid the implicit assumption that they will always be equal.
16779         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16780         coding-system-for-write, as the with-temp-file macro first prints
16781         to a buffer then saves the buffer.
16782
16783 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-art.el (gnus-article-edit-part): New function.
16786         (gnus-mime-save-part-and-strip): Use it; do query instead of
16787         signaling an error; don't use mm-multiple-handles.
16788         (gnus-mime-delete-part): Ditto.
16789
16790 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16791
16792         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16793         old file versions.
16794         (gnus-group-prepare-hook): Removed function that converted list
16795         form of gnus-agent-expire-days to group properties.
16796
16797         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16798         (gnus-request-accept-article): Re-indented.
16799
16800         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16801         converters to handle old agent file formats.  Added logic for a
16802         "backup before upgrading warning".
16803         (gnus-convert-mark-converter-prompt): Developers can mark
16804         functions as needing (default), or not needing,
16805         gnus-convert-old-newsrc's "backup before upgrading warning".
16806         (gnus-convert-converter-needs-prompt): Tests whether the user
16807         should be protected from potentially irreversable changes by the
16808         function.
16809
16810         * legacy-gnus-agent.el: New.  Provides converters that are only
16811         loaded when gnus-convert-old-newsrc needs to call them.
16812
16813 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * mail-source.el (mail-source-touch-pop): Doc fix.
16816
16817         * message.el (message-smtpmail-send-it): Doc fix.
16818
16819 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16822
16823         * nnmail.el (nnmail-split-fancy): do.
16824
16825         * gnus-kill.el (gnus-kill, gnus-execute): do.
16826
16827 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16828
16829         * gnus-sum.el (gnus-widget-reversible-match)
16830         (gnus-widget-reversible-to-internal)
16831         (gnus-widget-reversible-to-external): New functions.
16832         (gnus-widget-reversible): New widget.
16833         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16834
16835 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16836
16837         * gnus-sum.el (gnus-thread-sort-functions)
16838         (gnus-article-sort-functions): Document `(not F)' items.
16839
16840 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * spam.el (spam-use-gmane-xref): Add new backend.
16843         (spam-gmane-xref-spam-group): Add variable to control the name of the
16844         Gmane spam group.
16845         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16846         (spam-regex-headers-spam, spam-regex-headers-ham)
16847         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16848         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16849         backends and checks.
16850         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16851
16852         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16853         an autodetect method.
16854
16855 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16856
16857         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16858         articles are being added to a group.
16859         (gnus-request-replace-article): Inform the agent that articles
16860         need to be uncached as the cached contents are no longer valid.
16861
16862 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * binhex.el: Don't autoload executable-find.
16865
16866         * canlock.el: Don't autoload mail-fetch-field.
16867
16868         * dgnushack.el: Autoload c-mode for XEmacs.
16869
16870         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16871
16872         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16873         rmail-dont-reply-to and rmail-output.
16874
16875         * gnus-score.el: Don't autoload ffap-string-at-point.
16876
16877         * gnus-setup.el: Don't autoload sc-cite-original.
16878
16879         * imap.el: Don't autoload base64-decode-string,
16880         base64-encode-string and md5.
16881
16882         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16883         and rmail-msg-restore-non-pruned-header.
16884
16885         * mm-decode.el: Don't autoload executable-find.
16886
16887         * mm-url.el: Don't autoload executable-find.
16888
16889         * mm-view.el: Don't autoload diff-mode.
16890
16891         * nndb.el: Don't autoload news-reply-mode, news-setup,
16892         cancel-timer and telnet.
16893
16894         * password.el: Don't autoload run-at-time for Emacs.
16895
16896         * sha1-el.el: Don't autoload executable-find.
16897
16898         * sieve-mode.el: Don't autoload c-mode.
16899
16900         * uudecode.el: Don't autoload executable-find.
16901
16902 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16903
16904         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16905         (gnus-agent-possibly-alter-active): Avoid null in numeric
16906         comparison.
16907         (gnus-agent-set-local): Refuse to save null in local object table.
16908         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16909         list of articles that will be marked as unread.
16910
16911 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16914
16915 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16916
16917         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16918         language tags.
16919
16920 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16921
16922         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16923         Don't bind "obarray".
16924
16925         * gnus-sum.el (gnus-thread-sort-functions): Added
16926         `gnus-thread-sort-by-most-recent-number' and
16927         `gnus-thread-sort-by-most-recent-date'.
16928         Reported by Kai Grossjohann <kai@emptydomain.de>.
16929
16930 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16933
16934 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16935
16936         * gnus-cus.el (gnus-agent-customize-category): Removed
16937         ignore-errors macro reference that required cl to be loaded at
16938         run-time.
16939
16940         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16941         single-interval range of the form (min . max).  Previously the
16942         range had to look like ((min . max)).  Likewise, return
16943         (min . max) rather than ((min . max)).
16944         (gnus-range-map): Use gnus-range-normalize to accept
16945         single-interval range.
16946
16947         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16948         the cache, but not the agent, now appear with their usual face.
16949
16950         * dgnushack.el (loaddir): New variable that is bound to the
16951         directory containing the dgnushack.el file. Use loaddir, rather
16952         than srcdir, to update load-path. Change lets dgnushack compile
16953         code in directories other than GNUS/lisp.
16954
16955 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * lpath.el: Don't bind w3m-safe-url-regexp.
16958
16959         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16960         w3m-safe-url-regexp variable buffer-local.
16961
16962         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16963
16964 2004-02-27  Simon Josefsson  <jas@extundo.com>
16965
16966         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16967         gnus-group-real-prefix.
16968         (gnus-summary-move-article): Use it, instead of
16969         gnus-group-real-prefix.
16970
16971 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * lpath.el: Bind w3m-safe-url-regexp.
16974
16975         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16976         w3m-safe-url-regexp variable buffer-local and set it as the value
16977         of mm-w3m-safe-url-regexp.
16978
16979         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16980
16981         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16982         parsing gnus-posting-styles when the message is not for replying.
16983
16984         * dgnushack.el: Autoload sgml-mode for XEmacs.
16985
16986         * nnrss.el (nnrss-opml-export): Use
16987         mm-set-buffer-file-coding-system instead of
16988         set-buffer-file-coding-system.
16989
16990 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16993         of checkdoc.el).
16994         * nnrss.el: do.
16995         * gnus-mlspl.el: do.
16996         * gnus-ml.el: do.
16997         * gnus-srvr.el: do.
16998
16999         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17000
17001 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17002
17003         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17004         Corrections to custom-manual links.
17005
17006         * gnus-art.el (gnus-article): Ditto.
17007
17008         * mm-decode.el (mime-display, mime-security): Ditto.
17009
17010 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17011
17012         * flow-fill.el: Typo.
17013
17014 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17015
17016         * spam-wash.el: New file.
17017
17018 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17019
17020         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17021
17022 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17025         to be run with new-articles as LIST1, not LIST2.
17026         (spam-registration-functions): Add spam-use-ham-copy as a nil
17027         registration backend.
17028
17029 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17030
17031         * spam-stat.el (spam-stat-washing-hook): New option.
17032         (spam-stat-buffer-words): Use it.
17033         (spam-stat-process-directory, spam-stat-test-directory): Use
17034         insert-file-contents-literally.
17035         (spam-stat-coding-system): New variable.
17036         (spam-stat-load, spam-stat-save): Use it.
17037
17038 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * spam-report.el (spam-report-plug-agent): Quote
17041         spam-report-url-to-file and spam-report-url-ping-plain.
17042
17043 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17044
17045         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17046         / in mailto URLs.
17047
17048 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * spam-report.el (spam-report-process-queue): Fix interactive use.
17051         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17052         (spam-report-unplug-agent): Doc fixes.
17053         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17054         (spam-report-agentize, spam-report-deagentize): Autoload.
17055
17056 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17059
17060         * message.el (message-setup-fill-variables): Add mml tags to
17061         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17062         <ajk@iu.edu>.
17063         (message-mode): Don't modify paragraph-separate there.
17064
17065 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * compface.el (uncompface-use-external): Default to undecided.
17068         (uncompface-use-external-threshold): New variable.
17069         (uncompface-float-time): New macro.
17070         (uncompface): Determine whether to use the external decoder if
17071         uncompface-use-external is undecided.
17072
17073 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17076         after images.
17077
17078         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17079
17080 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17081
17082         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17083
17084         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17085
17086         * gnus-sum.el (gnus-summary-limit-to-age)
17087         (gnus-summary-limit-children): do.
17088
17089         * gnus-int.el (gnus-request-scan): do.
17090
17091         * gnus-group.el (gnus-group-suspend): do.
17092
17093         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17094
17095         * gnus-cite.el (gnus-cite-parse-attributions): do.
17096
17097         * gnus-agent.el (gnus-summary-set-agent-mark)
17098         (gnus-agent-regenerate-group): do.
17099
17100         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17101
17102         * binhex.el (binhex-decode-region-internal): do.
17103
17104 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-fun.el (gnus-face-properties-alist): New user option.
17107         (gnus-display-x-face-in-from): Use it.
17108
17109         * gnus-art.el (article-display-face): Ditto.
17110
17111         * compface.el (uncompface-use-external): Default to nil.
17112
17113 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * nntp.el (nntp-erase-buffer): New function.
17116         (nntp-retrieve-data, nntp-send-command)
17117         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17118         (nntp-possibly-change-group): Use it.
17119
17120         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17121         with-current-buffer.
17122
17123 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17124
17125         * compface.el: Merge the ELisp-based uncompface program.
17126         (compface): New customization group.
17127         (uncompface-use-external): New user option.
17128         (uncompface): Call uncompface-internal if uncompface-use-external
17129         is nil.
17130         (uncompface-internal): New function.  Note that there are also
17131         some other functions and variables added for this function.
17132
17133 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17136         if necessary.
17137
17138 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17139
17140         * spam-report.el (spam-report-unplug-agent)
17141         (spam-report-plug-agent, spam-report-deagentize)
17142         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17143         Add support for the Agent in spam-report: when unplugged, report to a
17144         file; when plugged, submit all the requests.
17145
17146         * spam.el (spam-register-routine): Fix message about
17147         registration.
17148
17149 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17150
17151         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17152         dependencies.
17153         (rfc2047-encode): Use it.
17154
17155         * gnus-art.el (gnus-button-marker-list): Move before first
17156         reference.
17157
17158         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17159         (imap-parse-body): Fix format string mismatch.
17160
17161         * gnus-score.el (gnus-summary-increase-score): do.
17162
17163         * nnrss.el (nnrss-close): New function.
17164
17165 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * nnrss.el (nnrss-make-filename): New function.
17168         (nnrss-request-delete-group, nnrss-read-server-data)
17169         (nnrss-save-server-data, nnrss-read-group-data)
17170         (nnrss-save-group-data): Use it.
17171         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17172         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17173         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17174
17175 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17176
17177         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17178
17179 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17182         files.
17183
17184         * message.el (message-generate-headers-first): Don't quote nil
17185         and t in docstrings.
17186
17187         * imap.el (imap-id): do.
17188
17189         * gnus-agent.el (gnus-agent-consider-all-articles)
17190         (gnus-agent-queue-mail): do.
17191
17192 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * spam-report.el (spam-report-process-queue): New function.
17195         Process requests from `spam-report-requests-file'.
17196         (spam-report-process-queue): Doc fix.
17197
17198 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * spam.el (spam-register-routine)
17201         (spam-log-processing-to-registry, spam-log-registered-p)
17202         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17203         Change "check" to "spam-check" for semi-clarity.
17204
17205 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17206
17207         * pop3.el: Require nnheader.
17208
17209         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17210
17211         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17212
17213         * gnus-picon.el: Require cl.
17214
17215         * gnus-fun.el: Require gnus-ems and gnus-util.
17216
17217         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17218
17219         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17220
17221         * gnus-art.el (gnus-article-edit-mode): Define before first
17222         reference.
17223
17224 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17225
17226         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17227         (gnus-uu-post-encoded): Use point-at-bol.
17228
17229         * gnus-topic.el (gnus-group-active-topic-p): do.
17230
17231         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17232
17233         * gnus-group.el (gnus-group-kill-region): do.
17234
17235         * gnus-art.el (article-date-ut): do.
17236
17237         * message.el (message-fetch-field): Remove redundant
17238         case-fold-search binding.
17239         (message-narrow-to-field): Simplify.
17240
17241 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * spam.el (spam-directory): Derive from `gnus-directory'.
17244
17245         * spam-report.el (spam-report-url-to-file)
17246         (spam-report-requests-file): New function and variable for offline
17247         reporting.
17248         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17249         and user defined function.
17250         (spam-report-url-ping-mm-url): Remove doubled slash.
17251
17252 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17253
17254         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17255
17256 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17259         format string mismatch.
17260
17261         * sieve.el (sieve-deactivate-all): do.
17262
17263         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17264
17265         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17266
17267         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17268
17269         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17270
17271 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17272
17273         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17274         the list of checks.
17275
17276 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17279         padding.
17280
17281 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17282
17283         * mm-view.el (mm-fill-flowed): New variable.
17284         (mm-inline-text): Use it.
17285
17286 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * spam.el (spam-spamassassin-register-ham-routine)
17289         (spam-spamassassin-register-spam-routine): Fix function names.
17290
17291 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * gnus.el (gnus-tmp-grouplens): Remove.
17294         (gnus-summary-line-format): Remove grouplens.
17295
17296         * gnus-group.el (gnus-group-line-format): Ditto.
17297
17298         * gnus-spec.el (gnus-format-specs): Ditto.
17299         (gnus-update-format-specifications): Flush the group format spec
17300         cache if there's the grouplens stuff.
17301         (gnus-parse-simple-format): Replace %l with the empty string.
17302
17303 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17304
17305         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17306         omission.
17307
17308 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17311         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17312
17313 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17314
17315         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17316         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17317         New macros and functions.
17318         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17319         Handle > NLINK_MAX messages.
17320         * nnmaildir.el (nnmaildir-request-set-mark): Use
17321         nnmaildir--emlink-p and nnmaildir--eexist-p.
17322
17323 2004-01-25  Alex Schroeder  <alex@gnu.org>
17324
17325         * spam-stat.el (spam-stat-process-directory-age): New option.
17326         (spam-stat-process-directory): Use it.
17327
17328 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17329
17330         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17331         (spam-stat-save): Accept prefix argument.
17332
17333 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17334
17335         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17336         links" error.
17337
17338 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17341         the rest of the and/or forms.
17342
17343 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17344
17345         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17346         compatibility with old .newsrc.eld files.
17347
17348         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17349
17350         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17351
17352         * gnus-start.el (gnus-1): do.
17353
17354         * gnus-group.el (gnus-group-line-format-alist): do.
17355
17356         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17357
17358         * gnus-gl.el: Remove.
17359
17360 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17361
17362         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17363         marks consisting of a single range {for example, (3 . 5)} rather
17364         than a list of a single range { ((3 . 5)) }.
17365
17366 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17369         with-current-buffer.
17370         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17371         avoid consing a string.
17372
17373         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17374         Remove obsolete entries for big5 and gb2312.
17375
17376 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17377
17378         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17379         uncompressed list.
17380
17381 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17382
17383         * spam-stat.el (spam-stat-strip-xref): New function.
17384         (spam-stat-process-directory): Use it.
17385
17386         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17387         here -- it's done in message-fetch-field.
17388
17389 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17390
17391         * gnus-agent.el (gnus-agent-queue-mail)
17392         (gnus-agent-prompt-send-queue): New variables.
17393         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17394         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17395         "nndraft:queue" along to gnus-draft-send.  Use
17396         gnus-agent-prompt-send-queue.
17397         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17398         is "nndraft:queue".  Suggested by Gaute Strokkenes
17399         <gs234@srcf.ucam.org>
17400
17401         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17402         (agent-enable-undownloaded-faces): Added.
17403         (gnus-agent-cat-groups): Use eval-and-compile, not
17404         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17405         method of gnus-agent-cat-groups even when the buffer has been
17406         evaled.
17407         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17408         delete gnus-agent-save-active-1.
17409         (gnus-agent-save-groups): Deleted.  Identical to
17410         gnus-agent-save-active.
17411         (gnus-agent-write-active): No longer adjust agent's copy of active
17412         file as agent's adjustments are now stored in their own
17413         file.  Removed optional parameter.
17414         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17415         servers.  Add use of min/max range limits from server's local
17416         file.
17417         (gnus-agent-save-alist): Removed unused optional argument.
17418         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17419         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17420         (gnus-agent-set-local): A per-server file that keeps min/max range
17421         limits for articles known to the agent.  Provides a fast mechanism
17422         for altering many active ranges.
17423         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17424         active file (local makes it unnecessary).
17425         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17426
17427         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17428         (agent-enable-undownloaded-faces): Added.
17429
17430         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17431         disable it when sending to "nndraft:queue".
17432         (gnus-group-send-queue): Add safety check to avoid sending queue
17433         when unplugged.
17434
17435         * gnus-group.el (gnus-group-catchup): Use new
17436         gnus-sequence-of-unread-articles, not
17437         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17438         numbers of articles.  Use gnus-range-map to avoid having to
17439         uncompress the unread list.
17440         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17441         Fixed invalid ange-ftp reference.
17442
17443         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17444         (gnus-sorted-range-intersection): Intersection of two ranges
17445         without requiring that they first be uncompressed.
17446
17447         * gnus-start.el (gnus-activate-group): Unless blocked by the
17448         caller, possibly expand the active range to include both cached
17449         and agentized articles.
17450         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17451         multiple version-dependent converters.
17452         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17453         gnus-agent-save-active.
17454         (gnus-save-newsrc-file): Save dirty agent range limits.
17455
17456         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17457         gnus-agent-possibly-alter-active.
17458         (gnus-adjust-marked-articles): Faster handling of simple lists.
17459
17460 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17461
17462         * spam-stat.el (spam-stat-test-directory): New optional argument
17463         displays a list of files detected.  Suggested by Andrew Cohen
17464         <cohen@andy.bu.edu>.
17465         (spam-stat-buffer-words-with-scores): Don't narrow and change
17466         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17467
17468 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17469
17470         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17471         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17472         (spam-spamassassin-arguments)
17473         (spam-spamassassin-spam-flag-header)
17474         (spam-spamassassin-positive-spam-flag-header)
17475         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17476         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17477         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17478         (spam-list-of-processors, spam-list-of-checks)
17479         (spam-list-of-statistical-checks, spam-registration-functions)
17480         (spam-check-spamassassin-headers, spam-check-spamassassin)
17481         (spam-spamassassin-score)
17482         (spam-spamassassin-register-with-sa-learn)
17483         (spam-spamassassin-register-spam-routine)
17484         (spam-spamassassin-register-ham-routine)
17485         (spam-assassin-register-spam-routine)
17486         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17487         (spam-bogofilter-score): Fix to show article before scoring.
17488
17489 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17492         default scoring function.
17493         (spam-generic-score): Call spam-spamassassin-score if
17494         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17495         spam-bogofilter-score otherwise.
17496
17497         * gnus.el (spam-process, spam-autodetect-methods): Add
17498         spamassassin and spamassassin-headers.
17499
17500 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17501
17502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17503         Suppress unnecessary messages.
17504
17505 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17506
17507         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17508         make-hash-table.
17509
17510 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * canlock.el (base64-encode-string): Don't autoload it.
17513
17514 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * run-at-time.el: Remove useless (require 'itimer),
17517         eval-and-compile and (featurep 'xemacs).
17518
17519 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17520
17521         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17522         GROUP is a virtual group.
17523
17524 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17525
17526         * gnus.el: Autoload `message-y-or-n-p'.
17527
17528 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * pgg-parse.el: Remove unnecessary (require 'custom).
17531
17532         * pgg-def.el: do.
17533
17534         * nnmail.el: do.
17535
17536         * gnus-undo.el: do.
17537
17538         * gnus-picon.el: do.
17539
17540         * gnus-util.el: do.
17541
17542 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17543
17544         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17545
17546 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17549         handle, as well as a list.
17550
17551         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17552         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17553         (mm-w3m-cid-retrieve): Simplify.
17554
17555 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17556
17557         * message.el (message-kill-to-signature): Allow prefix arg to
17558         specify number of lines to keep before signature.
17559
17560 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17561
17562         * message.el (message-kill-to-signature): Change docstring.
17563
17564 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * canlock.el: Always require sha1-el.
17567         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17568
17569         * message.el: Autoload sha1 only when compiling.
17570
17571         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17572         eudc-expand-inline for XEmacs.
17573
17574 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * message.el (message-canlock-generate): Require sha1-el.
17577
17578 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17579
17580         * message.el (message-expand-name): Silence the byte compiler.
17581
17582         * lpath.el: Add detect-coding-system.
17583
17584         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17585         cus-edit.
17586
17587 2004-01-13  Simon Josefsson  <jas@extundo.com>
17588
17589         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17590         Invoke gnus-score-mode.  Reported by
17591         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17592
17593         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17594         Jim Blandy <jimb@redhat.com> (tiny change).
17595
17596 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17599
17600 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17601
17602         * spam.el (spam-get-article-as-string): Update to use
17603         gnus-request-article-this-buffer, much simpler.
17604         (spam-get-article-as-buffer): Remove.
17605
17606 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17607
17608         * message.el (message-expand-name): Use EUDC if the user uses that.
17609
17610 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17611
17612         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17613         character for the encoding to avoid consing a string.
17614
17615         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17616         unnecessarily.
17617
17618         * mm-util.el (mm-replace-chars-in-string): Remove.
17619
17620         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17621         of mm-replace-chars-in-string.
17622
17623 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17626
17627         * mm-util.el (mm-subst-char-in-string): Support inplace.
17628
17629         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17630         a new string in every iteration.  Use shy groups.
17631
17632 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17633
17634         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17635         * gnus-soup.el (gnus-soup-group-brew):
17636         * gnus-msg.el (gnus-put-message):
17637         * gnus-move.el (gnus-group-move-group-to-server):
17638         * gnus-kill.el (gnus-batch-score):
17639         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17640         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17641         (gnus-group-update-group, gnus-group-read-group)
17642         (gnus-group-make-group, gnus-group-make-help-group)
17643         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17644         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17645         (gnus-group-sort-by-unread, gnus-group-catchup)
17646         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17647         (gnus-group-yank-group, gnus-group-set-info)
17648         (gnus-group-list-groups):
17649         * gnus.el (gnus-generate-new-group-name):
17650         * gnus-delay.el (gnus-delay-send-queue):
17651         * nnvirtual.el (nnvirtual-catchup-group):
17652         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17653         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17654         (gnus-group-prepare-topics, gnus-topic-check-topology):
17655         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17656         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17657         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17658         (gnus-group-make-articles-read):
17659         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17660         (gnus-group-change-level, gnus-kill-newsgroup)
17661         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17662         (gnus-get-unread-articles, gnus-make-articles-unread)
17663         (gnus-make-ascending-articles-unread): Use accessor
17664         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17665         to get group information for improved readability.
17666
17667
17668 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17669
17670         * gnus-art.el (article-decode-mime-words, article-babel)
17671         (gnus-article-highlight-signature, gnus-article-add-buttons)
17672         (gnus-signature-toggle): Use gnus-with-article-buffer.
17673
17674         * gnus-art.el (gnus-article-highlight-headers)
17675         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17676
17677         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17678         (gnus-article-set-globals, gnus-request-article-this-buffer)
17679         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17680         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17681         (gnus-mime-display-alternative): Use with-current-buffer.
17682
17683 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17684
17685         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17686         also under 80 char limit, and call gnus-error if needed.
17687         (spam-fetch-article-header): Fix - it was a
17688         buffer-local variable (gnus-newsgroup-data).
17689         (spam-find-spam): Use spam-generate-fake-headers, forget about
17690         spam-insert-fake-headers.
17691         (spam-insert-fake-headers): Remove.
17692
17693 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * deuglify.el (gnus-article-outlook-unwrap-lines)
17696         (gnus-outlook-rearrange-article)
17697         (gnus-outlook-repair-attribution-outlook)
17698         (gnus-outlook-repair-attribution-block)
17699         (gnus-outlook-repair-attribution-other): Remove redundant
17700         save-excursion.
17701
17702 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17705         (spam-fetch-field-subject-fast)
17706         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17707         (spam-fetch-article-header): Add functions to deal with Gnus
17708         internals for fast retrieval of article header data.
17709         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17710
17711 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * pop3.el (pop3-md5): Remove.
17714         (pop3-apop): Replace pop3-md5 with md5.
17715
17716         * mm-bodies.el: base64 is always built-in.
17717
17718         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17719         with-current-buffer.
17720
17721 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * canlock.el (canlock-insert-header): Remove excessive grouping in
17724         regexp.
17725
17726         * gnus-sum.el (gnus-summary-read-document): Ditto.
17727
17728         * gnus-uu.el (gnus-uu-part-number): Ditto.
17729
17730         * html2text.el (html2text-remove-tags): Ditto.
17731         (html2text-format-tags): Ditto.
17732         (html2text-format-single-elements): Ditto.
17733
17734         * mml.el (mml-parse-1): Ditto.
17735
17736 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17739
17740         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17741
17742         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17743
17744         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17745
17746 2003-11-15  Simon Josefsson  <jas@extundo.com>
17747
17748         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17749         (pgg-gpg-lookup-key): Use regexp match instead of
17750         split-string (split-string is different between emacs 21.2 and
17751         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17752
17753 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17754
17755         * gnus-art.el (gnus-mime-view-all-parts)
17756         (gnus-article-part-wrapper, gnus-article-view-part): Use
17757         with-current-buffer.
17758
17759 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17760
17761         * spam.el (spam-disable-spam-split-during-ham-respool)
17762         (spam-spamoracle-database, spam-cache-lookups)
17763         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17764         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17765         (spam-group-ham-marks, spam-group-spam-marks)
17766         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17767         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17768         also add spam-use-blackholes to the statistical checks.
17769         (spam-fetch-field-fast): Add interface to fetching fields, may
17770         become a macro.
17771         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17772         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17773         (spam-insert-fake-headers): Fake an article when needed.
17774         (spam-find-spam): Fake article when possible.
17775         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17776         (spam-check-bogofilter-headers): Use message-fetch-field instead
17777         of nnmail-fetch-field.
17778
17779 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17780
17781         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17782
17783 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * spam.el (spam-split): Do not require spam-use-CHECK to be
17786         enabled if that check is passed to spam-split explicitly; also
17787         fix so 'spam doesn't get converted to spam-split-group when
17788         spam-split-symbolic-return is t.
17789         (spam-find-spam): Find registrations of the article and use those
17790         instead of re-running spam-split to find the spam/ham
17791         classification of the article.
17792         (spam-log-processing-to-registry, spam-log-registered-p)
17793         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17794         Use gnus-error instead of gnus-message.
17795         (spam-log-registration-type): Add function to determine the
17796         classification of a message based on registry entries; will
17797         return nil if both 'spam and 'ham are found.
17798         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17799         a reasonably fast local cache without the loading errors.
17800         (spam-cache-lookups): Set to t by default.
17801         (spam-find-spam): Don't try to guess spam-cache-lookups.
17802         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17803         spam-caches entry.
17804         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17805         caching of whitelist/blacklist entries.
17806         (spam-check-whitelist, spam-check-blacklist): Invoke
17807         spam-from-listed-p with a type, not a cache variable.
17808         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17809
17810 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17813
17814         * nnmail.el (nnmail-split-fancy): do.
17815
17816         * mml.el (mml-parse): do.
17817
17818         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17819         (gnus-score-adaptive): do.
17820
17821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17824         (gnus-mime-button-map): Don't set keymap parent.
17825         (gnus-button-ctan-directory-regexp): Use shy grouping.
17826         (gnus-prev-page-map): Don't set keymap parent.
17827         (gnus-prev-page-map): Remove duplicated one.
17828         (gnus-next-page-map): Don't set keymap parent.
17829         (gnus-mime-security-button-map): Ditto.
17830
17831         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17832         version number.
17833
17834         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17835
17836 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * canlock.el (canlock-sha1-function): Remove.
17839         (canlock-sha1-function-for-verify): Remove.
17840         (canlock-openssl-program): Remove.
17841         (canlock-openssl-args): Remove.
17842         (canlock-ignore-errors): Remove.
17843         (canlock-sha1-with-openssl): Remove.
17844         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17845         (canlock-verify): Don't use canlock-ignore-errors.
17846
17847         * sha1-el.el (sha1-string-external): Make it can return a string
17848         in binary form.
17849         (sha1-region-external): Ditto.
17850         (sha1-string-internal): Ditto.
17851         (sha1-region-internal): Ditto.
17852         (sha1-region): Ditto.
17853         (sha1-string): Ditto.
17854         (sha1): Ditto.
17855
17856 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * spam.el (spam-report-articles-gmane): New command.
17859
17860 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17863
17864         * run-at-time.el (run-at-time-saved): Remove.
17865         (run-at-time): Doc fix.
17866
17867 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17870         (gnus-summary-limit-map): Add it.
17871         (gnus-summary-make-menu-bar): do.
17872
17873 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17876         Make attempt at some caching support (done for BBDB only now).
17877         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17878         addresses to be checked.
17879         (spam-clear-cache-BBDB): Add function, to be invoked by
17880         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17881         (spam-check-BBDB): Check and use the caches, if
17882         spam-cache-lookups is on, remove superfluous (provide).
17883
17884 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17887
17888 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17889
17890         * run-at-time.el (run-at-time-saved): Move to after the definition
17891         of `run-at-time'.
17892
17893         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17894
17895 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17898         mm-w3m-local-map-property.
17899
17900         * mm-view.el (mm-w3m-mode-map): Remove.
17901         (mm-w3m-local-map-property): Remove.
17902         (mm-inline-text-html-render-with-w3m): Don't use
17903         mm-w3m-local-map-property.
17904
17905 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17906
17907         * run-at-time.el: New file.
17908
17909         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17910         under Emacs.
17911
17912         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17913         of gnus-set-text-properties.
17914
17915         * gnus-uu.el (gnus-uu-save-article): Ditto.
17916
17917         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17918
17919         * gnus-cite.el (gnus-cite-parse): Ditto.
17920
17921         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17922         of gnus-.
17923
17924         * gnus-xmas.el (run-at-time): Require run-at-time.
17925
17926         * gnus.el: Changed calls to nnheader-run-at-time and
17927         password-run-at-time throughout to use run-at-time directly.
17928
17929         * password.el: Removed definition of run-at-time.
17930
17931         * nnheaderxm.el: Remove definition of run-at-time.
17932
17933 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17934
17935         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17936         in prompt.
17937
17938 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17939
17940         * messagexmas.el (message-xmas-redefine): Alias
17941         `message-make-caesar-translation-table' to
17942         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17943         version.
17944
17945         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17946         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17947         `gnus-xmas-set-text-properties'.
17948         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17949         `gnus-xmas-completing-read'.
17950         (gnus-xmas-completing-read): Removed.
17951         (gnus-xmas-open-network-stream): Removed.
17952
17953         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17954         XEmacs version.
17955
17956         * dns.el (dns-make-network-process): Use `open-network-stream'
17957         instead of `gnus-xmas-open-network-stream'.
17958
17959         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17960
17961         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17962
17963 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17964
17965         * gnus-art.el (gnus-mime-display-alternative)
17966         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17967         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17968         Don't use gnus-local-map-property.
17969
17970         * gnus-util.el (gnus-local-map-property): Remove.
17971
17972         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17973         gnus-completing-read-maybe-default with completing-read.
17974
17975         * gnus-util.el (gnus-completing-read): do.
17976         (gnus-completing-read-maybe-default): Remove.
17977
17978 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17979
17980         * password.el: Only autoload `run-at-time' if not XEmacs.
17981         Only autoload the itimer functions if XEmacs.
17982
17983 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17986         XEmacsen.
17987
17988         * dgnushack.el: Autoload executable-find for XEmacs.
17989
17990 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * gnus-art.el (gnus-read-string): Remove.
17993         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17994         read-string.
17995
17996 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17997
17998         * netrc.el: Autoload password-read.
17999         (netrc): Add configuration group.
18000         (netrc-encoding-method, netrc-openssl-path): Add
18001         variables for encoding and decoding of files with symmetric
18002         ciphers.
18003         (netrc-encode): Add assistant function to encode a file with
18004         netrc-encoding-method.
18005         (netrc-parse): Add interactive parameter, added optional
18006         decoding if netrc-encoding-method is non-nil but otherwise
18007         behavior is standard.
18008         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18009         Do s/encode/encrypt/ everywhere.
18010
18011         * spam.el: Remove executable-find autoload.
18012
18013 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18014
18015         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18016
18017         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18018
18019 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18020
18021         * gnus-art.el (gnus-treat-ansi-sequences)
18022         (article-treat-ansi-sequences): New variable and function.
18023         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18024
18025         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18026         Use it.
18027
18028 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18029
18030         * mm-util.el (mm-quote-arg): Remove.
18031
18032         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18033         shell-quote-argument.
18034
18035         * gnus-uu.el (gnus-uu-command): do.
18036
18037         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18038
18039         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18040         with make-char.
18041
18042         * mm-util.el (mm-make-char): Remove.
18043
18044         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18045         add-minor-mode.
18046
18047         * gnus-undo.el (gnus-undo-mode): do.
18048
18049         * gnus-topic.el (gnus-topic-mode): do.
18050
18051         * gnus-sum.el (gnus-dead-summary-mode): do.
18052
18053         * gnus-start.el (gnus-slave-mode): do.
18054
18055         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18056
18057         * gnus-ml.el (gnus-mailing-list-mode): do.
18058
18059         * gnus-gl.el (gnus-grouplens-mode): do.
18060
18061         * gnus-draft.el (gnus-draft-mode): do.
18062
18063         * gnus-dired.el (gnus-dired-mode): do.
18064
18065         * gnus-ems.el (gnus-add-minor-mode): Remove.
18066
18067         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18068         Replace gnus-char-width with char-width.
18069
18070         * gnus-ems.el (gnus-char-width): Remove.
18071
18072         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18073         Replace gnus-char-width with char-width.
18074
18075         * gnus-ems.el (gnus-char-width): Remove.
18076
18077         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18078         definition.
18079         Remove Emacs 20 hash table compatibility code.
18080
18081         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18082         20 compatibility code.
18083
18084         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18085
18086         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18087
18088         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18089         with point-at-{eol,bol}.
18090
18091         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18092
18093         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18094
18095         * flow-fill.el (fill-flowed-point-at-bol)
18096         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18097
18098         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18099         Replace with point-at-{eol,bol} throughout all files.
18100
18101 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * ntlm.el (ntlm-string-as-unibyte): New macro.
18104         (ntlm-build-auth-response): Use it.
18105
18106         Remove Emacs 20 stuff:
18107         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18108         (butlast, mapc, remove): Remove the compiler macros.
18109         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18110         of delq and copy-sequence.
18111         * gnus-art.el (popup-menu): Remove the compiler macro.
18112         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18113         Emacs 20.
18114
18115 2004-01-05  Simon Josefsson  <jas@extundo.com>
18116
18117         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18118         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18119         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18120         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18121         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18122         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18123         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18124         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18125         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18126         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18127         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18128         string-xor into ntlm-string-xor.  Suggested by
18129         Jesper Harder <harder@myrealbox.com>.
18130
18131         * ntlm.el: Don't include poem.
18132
18133         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18134         Jesper Harder <harder@myrealbox.com>.
18135
18136         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18137
18138         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18139         probably breaks emacs with DL patch, but do we care? Is anyone
18140         still using the DL stuff?)
18141
18142         * sieve-manage.el: Use the password package.
18143         (sieve-manage-read-passwd): Remove.
18144         (sieve-manage-interactive-login): Use password.  Re-add
18145         condition-case around loop.
18146
18147         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18148         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18149         the password package.
18150
18151 2003-02-19  Simon Josefsson  <jas@extundo.com>
18152
18153         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18154         token.
18155
18156 2002-08-07  Simon Josefsson  <jas@extundo.com>
18157
18158         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18159         (sieve-manage-authenticators):
18160         (sieve-manage-authenticator-alist): Add some SASL mechs.
18161         (sieve-sasl-auth): New function.
18162         (sieve-manage-cram-md5-auth):
18163         (sieve-manage-plain-auth): Rewrite using SASL library.
18164         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18165         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18166         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18167         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18168
18169 2004-01-05  Simon Josefsson  <jas@extundo.com>
18170
18171         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18172         New files.
18173
18174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18175
18176         * gnus-group.el (gnus-no-groups-message): Update.
18177
18178         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18179
18180 2003-11-09  Simon Josefsson  <jas@extundo.com>
18181
18182         * imap.el: Support for ID IMAP extension (RFC 2971).
18183         (imap-local-variables): Add imap-id.
18184         (imap-id): New variable.
18185         (imap-id): New function.
18186         (imap-parse-response): Parse untagged ID response.
18187         * nnimap.el (nnimap-id): New variable.
18188         (nnimap-open-connection): Use it.
18189
18190 2003-12-28  Simon Josefsson  <jas@extundo.com>
18191
18192         * gnus-score.el (gnus-score-edit-all-score): New.
18193         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18194
18195 2004-01-04  Simon Josefsson  <jas@extundo.com>
18196
18197         * password.el: Add.
18198
18199 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18200
18201         * dns.el (dns-query-types): Fix typo.
18202         (dns-query-types): New function.
18203         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18204         PTR and SOA replies, see RFC 1035.
18205
18206 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18207
18208         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18209
18210         * Moved to Changelog.2.
18211
18212 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18213
18214         * gnus.el (gnus-version-number): Bump version.
18215
18216 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18217
18218         * gnus.el: No Gnus v0.1 is released.
18219
18220 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18221
18222         * gnus.el: No Gnus v0.0 is released.
18223
18224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225
18226         * gnus.el (gnus-version-number): Bump.
18227         (gnus-version): No.
18228
18229 See ChangeLog.2 for earlier changes.
18230
18231     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18232       Free Software Foundation, Inc.
18233
18234   This file is part of GNU Emacs.
18235
18236   GNU Emacs is free software: you can redistribute it and/or modify
18237   it under the terms of the GNU General Public License as published by
18238   the Free Software Foundation, either version 3 of the License, or
18239   (at your option) any later version.
18240
18241   GNU Emacs is distributed in the hope that it will be useful,
18242   but WITHOUT ANY WARRANTY; without even the implied warranty of
18243   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18244   GNU General Public License for more details.
18245
18246   You should have received a copy of the GNU General Public License
18247   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18248
18249 ;; Local Variables:
18250 ;; coding: utf-8
18251 ;; fill-column: 79
18252 ;; add-log-time-zone-rule: t
18253 ;; End: