Make the "dumbquotes" translation work again.
[gnus] / lisp / ChangeLog
1 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4         alist, so that we can look for non-Unicode chars.
5         (article-translate-strings): Allow both character and string maps.
6
7 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * shr.el (shr-insert): Don't insert space behind a wide character
10         categorized as kinsoku-bol, or between characters both categorized as
11         nospace.
12
13 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
14
15         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
16         headers to gnus-newsgroup-headers.
17
18 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * shr.el (shr-tag-img): Don't align images -- since we're not
21         rescaling, this often leads to ugly displays.
22
23 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
26         duplicates.
27
28 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
29
30         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
31         call.
32
33 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus.el: Autoload gnus-html-show-images.
36
37         * nnimap.el: Use nnheader-message throughout.
38
39         * shr.el (shr-tag-img): Ignore images with no data.
40
41 2010-10-15  Julien Danjou  <julien@danjou.info>
42
43         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
44         possibility to disable format=flow encoding when using hard newlines.
45
46 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * shr.el (shr-insert): Remove space inserted before or after a
49         breakable character or at the beginning or the end of a line.
50         (shr-find-fill-point): Do kinsoku; find the second best point or give
51         it up if there's no breakable point.
52
53 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * nnimap.el (nnimap-open-connection): Message when opening connection
56         for debugging purposes.
57
58         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
59         on every setup buffer call to allow this to change from article to
60         article.
61
62         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
63         buffers where we have a wide table.
64
65 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
66
67         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
68         uses *-request-thread.
69
70 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * nnimap.el (nnimap-open-connection): Remove %s from openssl
73         incantation, which is no longer valid.
74
75 2010-10-14  Julien Danjou  <julien@danjou.info>
76
77         * shr.el: Fix defcustom type (char -> character).
78
79 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * nnimap.el (nnimap-open-connection): tls-program should be a list of
82         programs.
83
84 2010-10-14  Julien Danjou  <julien@danjou.info>
85
86         * shr.el (shr-tag-a): Use url-link as widget type.
87
88         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
89         `gnus-group-get-icon'.
90
91 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
94         This should make server editing work better.
95
96         * shr.el (shr-find-fill-point): Don't inloop on indented text.
97
98         * tls.el (tls-program): Remove spurious %s from openssl.
99
100         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
101         (nnimap-parse-flags): Fix regexp.
102
103         * shr.el (shr-find-fill-point): Use a filling algorithm that should
104         probably work for CJVK text, too.
105
106         * nnimap.el (nnimap-extend-tls-programs): Removed.
107         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
108
109         * tls.el (tls-starttls-switches): Remove starttls hack.
110         (open-tls-stream): Ditto.
111         (tls-find-starttls-argument): Ditto.
112
113 2010-10-13  Julien Danjou  <julien@danjou.info>
114
115         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
116         responses.
117
118 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
121
122         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
123         anything in Emacs.
124
125         * shr.el (shr-current-column): Remove buggy and unnecessary function.
126
127 2010-10-13  Julien Danjou  <julien@danjou.info>
128
129         * shr.el (shr-width): Make shr-width a defcustom with default to
130         fill-column.
131         (shr-tag-img): Use shr-width rather than fill-column.
132
133 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * dgnushack.el (byte-optimize-apply)
136         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
137
138         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
139         position when (X-)Faces exist.
140         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
141         avatars when called interactively.
142
143 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
146         gnus-article-x-face-too-ugly is bound.
147
148 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
151
152         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
153         mailbox that doesn't exist.
154
155 2010-10-12  Julien Danjou  <julien@danjou.info>
156
157         * shr.el (shr-tag-img): Encode URL properly when retrieving.
158         (shr-get-image-data): Encode URL properly when fetching from cache.
159         (shr-tag-img): Use aligned-to spaces to align correctly images.
160
161         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
162         before inserting the Gravatar.
163
164         * shr.el (shr-tag-img): Add align attribute support for <img>.
165
166 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-gravatar.el (gnus-art): Required.
169
170         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
171         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
172         Remove long obsoleted functions.
173
174 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
177
178         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
179
180         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
181         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
182         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
183         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
184         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
185         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
186         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
187
188 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * nnimap.el (nnimap-request-rename-group): Select group read-only
191         before renaming it.
192
193         * shr.el (shr-insert): Fix up the white space only regexp.
194
195         * nnimap.el (nnimap-transform-split-mail): Not all articles have
196         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
197
198         * shr.el (shr-current-column): New function.
199         (shr-find-fill-point): New function.
200
201 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
202
203         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
204         numbers.
205
206 2010-10-11  Julien Danjou  <julien@danjou.info>
207
208         * shr.el (shr-hr-line): Add.
209         (shr-tag-hr): Use shr-hr-line to specify which character to use to
210         display hr lines.
211         (shr-max-columns): Do not change state to nil if we just inserting
212         spaces.
213
214 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-topic.el (gnus-topic-read-group): If after the last group,
217         select the last group.
218
219 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
222
223 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
224
225         * dig.el (dig-mode-map): Declare and define in one step.
226
227 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
230         for Gnus.
231         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
232         (nnimap-update-qresync-info): Mark \Seen articles as read.
233
234         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
235         non-variable, too.
236
237         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
238         available.
239         (nnimap-update-info): Rely more on the current active than the param
240         active to avoid marking articles as read too much.
241
242         * auth-source.el (auth-source-create): Use (user-login-name) for the
243         user name default.
244
245         * nnimap.el (nnimap-update-info): If the server doesn't return any
246         useful info, just use the previous info.
247         (nnimap-update-info): Prefer old info over start-article.
248         (nnimap-update-qresync-info): Finish implementing QRESYNC.
249
250 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
251
252         * nnir.el (autoload): Clean up autoloads.
253         (nnir-imap-default-search-key): Renamed from
254         nnir-imap-search-field. Use key rather than value.
255         (nnir-imap-search-other): New variable.
256         (nnir-read-parm): Use it.
257         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
258         (gnus-summary-nnir-goto-thread): Modify to work with imap.
259
260 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
261
262         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
263         the process, too.
264
265 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
268         Allbery.
269
270         * shr.el: Rework the way things are indented by <li> slightly.
271
272         * gnus.el (gnus-group-set-parameter): Fix typo.
273
274         * nnimap.el: Start implementing QRESYNC support.
275
276 2010-10-09  Julien Danjou  <julien@danjou.info>
277
278         * nnir.el (nnir-engines): Fix too many arguments.
279
280 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
283         group is the "last", so that the backends like nnfolder actually save
284         their folders.
285
286         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
287         try to use that for the tls stream.
288         (nnimap-retrieve-group-data-early): Rework the marks code to heed
289         UIDVALIDITY and find out which groups are read-only and not.
290         (nnimap-get-flags): Use the same marks parsing code as the rest of
291         nnimap.
292
293 2010-10-09  Julien Danjou  <julien@danjou.info>
294
295         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
296
297         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
298         retrieving gravatars.
299
300         * shr.el (shr-table-corner): Add.
301         (shr-table-line): Add.
302         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
303
304 2010-10-08  Julien Danjou  <julien@danjou.info>
305
306         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
307
308 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
309
310         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
311
312         * gnus-sum.el (gnus-mark-article-as-unread)
313         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
314         (gnus-summary-set-bookmark): Use it.
315
316         * gnus-msg.el (gnus-setup-message): Use it.
317
318         * gnus-demon.el (gnus-demon-remove-handler): Use it.
319
320         * gnus.el (gnus-group-remove-parameter): Use it.
321
322         * gnus-group.el (gnus-group-make-web-group): Use it.
323
324         * gnus-demon.el (gnus-demon-remove-handler): Use it.
325
326         * nnregistry.el: Update docs to mention manual.
327
328         * gnus-registry.el: Update docs to mention nnregistry.el.
329         (gnus-registry-initialize): Don't install nnregistry refer method
330         automatically.
331         (gnus-registry-install-nnregistry): Remove it.
332
333 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * shr.el (shr-insert): Don't insert double spaces.
336
337 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * gnus-gravatar.el (gnus-treat-from-gravatar)
340         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
341         called interactively.
342
343         * gnus-art.el (gnus-mime-view-part-externally)
344         (gnus-mime-view-part-internally): Make predicate function passed to
345         gnus-mime-view-part-as-type assume argument is a mime type, not a list
346         of a mime type.
347
348         * shr.el (shr-table-widths): Don't use cl function `reduce'.
349
350 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * shr.el (require): Require cl when compiling.
353         (shr-tag-hr): New function.
354
355         * nnimap.el (nnimap-update-info): Remove double setting of high.
356         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
357         makes nnimap work properly on Courier again.
358
359         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
360         the variable for backwards compatability.
361
362         * mm-decode.el (mm-save-part): If given a non-directory result, expand
363         the file name before using to avoid setting mm-default-directory to
364         nil.
365
366         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
367         bidning gnus-agent variables.
368
369         * shr.el (shr-render-td): Use a cache for the table rendering function
370         to avoid getting an exponential rendering behaviour in nested tables.
371         (shr-insert): Rework the line-breaking algorithm.
372         (shr-insert): Don't leave trailing spaces.
373         (shr-insert-table): Also insert empty TDs.
374         (shr-tag-blockquote): Ensure paragraphs after </ul>.
375
376 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
377
378         * gnus-sum.el (gnus-number): Rename from `number'.
379         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
380         (gnus-summary-limit-children): Update uses correspondingly.
381
382 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
385         (gnus-gravatar-transform-address): Don't show avatars of people of
386         which mail addresses match gnus-gravatar-too-ugly.
387
388 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * shr.el (shr-table-widths): Expand TD elements to fill available
391         space.
392
393 2010-10-07  Julien Danjou  <julien@danjou.info>
394
395         * nnimap.el (nnimap-request-rename-group): Add this method.
396
397 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
400         name from XEmacs' function-arglist.
401
402         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
403         gravatar under XEmacs.
404
405 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         * auth-source.el: Update docs with TODO items.
408
409         * gnus-sync.el: Update docs to explain state and plans.
410
411         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
412         Hooks for mark updates.
413         (gnus-request-set-mark, gnus-request-update-mark): Use them.
414
415         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
416         hooks with arguments, which is needed for mark update hooks.
417
418 2010-10-06  Julien Danjou  <julien@danjou.info>
419
420         * gnus.el (gnus-expand-group-parameter): Only return and act on what
421         was matched.
422
423         * sieve-manage.el: Update example in `Commentary'.
424
425         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
426
427         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
428         not 2000.
429         (sieve-manage-authenticate): Re-add function.
430
431 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * shr.el (shr-insert): Get 'space transition right.
434         (shr-render-td): Only delete space at the end of the TD.
435
436         * nnimap.el (nnimap-open-connection): Prepare to support
437         open-gnutls-stream.
438
439         * shr.el: Rearrange function order to be more logical.
440
441 2010-10-06  Julien Danjou  <julien@danjou.info>
442
443         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
444         (nnrss-discover-feed): Remove 404 URL in docstring.
445
446         * nnir.el: Fix Swish-E URL.
447         Fix Namazu URL.
448
449         * message.el (message-change-subject): Remove 404 URL in a comment.
450
451 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
454         called interactively.
455
456         * gnus-util.el (gnus-remove-if): Allow hash table.
457         (gnus-remove-if-not): New function.
458
459         * gnus-art.el (gnus-mime-view-part-as-type)
460         * gnus-score.el (gnus-summary-score-effect)
461         * gnus-sum.el (gnus-read-move-group-name):
462         Replace remove-if-not with gnus-remove-if-not.
463
464         * gnus-group.el (gnus-group-completing-read):
465         Regard collection as a hash table if it is not a list.
466
467 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * shr.el (shr-render-td): Allow blank/missing <TD>s.
470
471         * shr.el: Document the table-rendering algorithm.
472
473 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
476         for Emacsen having no `libxml-parse-html-region' support.
477
478 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
481         invalid URLs.
482
483         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
484         line-broken.
485         (shr-tag-img): Ignore image fetching errors.
486         (shr-overlays-in-region): Compute overlay positions correctly.
487
488         * mm-decode.el (mm-shr): Require shr.
489
490         * gnus-art.el (gnus-blocked-images): Move variable here.
491
492         * shr.el (shr-insert-table): Bind free variable.
493
494         * mm-decode.el (mm-shr): Bind shr-content-function.
495
496         * shr.el (shr-content-function): New variable.
497
498         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
499         added for symmetry.
500
501         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
502
503         * gnus-group.el (gnus-group-make-group): Doc fix.
504
505         * nnimap.el (nnimap-request-newgroups): Return success.
506
507         * shr.el (shr-find-elements): New function.
508         (shr-tag-table): Put all the images after the table.
509         (shr-tag-table): Really inhibit images inside the table.
510         (shr-collect-overlays): Copy over overlays from the TD elements to the
511         main document.
512
513         * mm-decode.el (mm-shr): Bind shr-blocked-images to
514         gnus-blocked-images.
515
516 2010-10-05  Julien Danjou  <julien@danjou.info>
517
518         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
519
520         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
521         (gnus-html-maximum-image-size): Add this function.
522         (gnus-html-put-image): Use gnus-html-maximum-image-size.
523
524         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
525         server-value of the capability is nil.
526
527 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * shr.el (shr-tag-em): Add <EM> tag.
530
531 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
532
533         * sieve-manage.el (sieve-manage-default-stream): Make default stream
534         customizable.
535
536         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
537         handing broken links to browse-url.
538
539 2010-10-05  Julien Danjou  <julien@danjou.info>
540
541         * gnus-util.el (gnus-emacs-completing-read)
542         (gnus-iswitchb-completing-read): Use autoload rather than require.
543
544 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
547         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
548         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
549         iswitchb-temp-buflist for XEmacs.
550
551         * gnus-util.el (gnus-completing-read-function): Exclude
552         gnus-icompleting-read and gnus-ido-completing-read from candidates for
553         XEmacs since iswitchb.el is very old and ido.el is unavailable in
554         XEmacs.
555
556         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
557         not to use `delete-dups' that is unavailable in XEmacs 21.4.
558
559         * gnus-html.el: Don't require help-fns under XEmacs.
560         (gnus-html-schedule-image-fetching): Work for XEmacs.
561
562         * mm-decode.el (mm-shr): Decode contents by charset.
563
564 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
567         unknown.
568
569         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
570         (shr-get-image-data): Ensure against the cache file missing.
571
572         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
573         for data.
574
575         * spam-report.el (spam-report-url-ping-plain): Don't query about
576         killing the process.
577
578         * shr.el (shr-render-td): Protect against too-wide text.
579
580 2010-10-04  Julien Danjou  <julien@danjou.info>
581
582         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
583         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
584
585         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
586         retrieved.
587
588 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * shr.el (browse-url): Required.
591         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
592         lines.
593         (shr-show-alt-text, shr-browse-image): New commands.
594         (shr-browse-url, shr-copy-url): New commands.
595
596         * gnus-sum.el (gnus-widen-article-window): New variable.
597         (gnus-summary-select-article-buffer): Use it.
598
599         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
600         without @ signs.
601
602 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
603
604         * nnir.el (nnir-run-imap): Remove spurious space in search string.
605
606 2010-10-04  Julien Danjou  <julien@danjou.info>
607
608         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
609         for XEmacs.
610
611 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
614
615         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
616         (nnimap-close-server): Implement.
617
618         * dgnushack.el (iswitchb): Require to shut up the compiler.
619
620         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
621         (shr-insert): Tweak line breaking.
622         (shr-insert): Handle <pre> better.
623         (shr-tag-li): Get <li> indentation right.
624         (shr-tag-li): Get <li> indentation even righter.
625         (shr-tag-blockquote): Ensure paragraph start.
626         (shr-make-table): Tweak table generation.
627         (shr-make-table): Fix typo.
628
629         * shr.el: Implement table rendering.
630
631 2010-10-04  Julien Danjou  <julien@danjou.info>
632
633         * gnus-html.el (gnus-html-put-image): Fix resize image code.
634
635 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * shr.el (shr-insert): Use string anchors instead of line anchors.
638
639 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * shr.el: Add headings.
642         (shr-ensure-paragraph): Actually work.
643         (shr-tag-li): Make <ul> prettier.
644         (shr-insert): Get white space at the beginning/end of elements right.
645         (shr-tag-p): Collapse subsequent <p>s.
646         (shr-ensure-paragraph): Don't insert double line feeds after blank
647         lines.
648         (shr-insert): \t is also space.
649         (shr-tag-s): Fix "s" tag name function.
650         (shr-tag-s): Fix face prop name.
651
652 2010-10-03  Julien Danjou  <julien@danjou.info>
653
654         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
655
656         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
657         gnus-window-inside-pixel-edges.
658
659         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
660         gnus-ems.
661
662         * mm-view.el (mm-inline-image-emacs): Support image resizing.
663
664         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
665         function.
666
667         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
668         resize choice.
669
670 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
673         beginning of the buffer.
674
675         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
676         article buffer again.
677
678         * shr.el (shr-tag-p): Don't insert newlines at the start of the
679         buffer.
680
681         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
682         when it's at the start of the buffer.
683
684         * shr.el (shr-tag-blockquote): Convert name.
685         (shr-rescale-image): Use the right image-size variant.
686
687         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
688         buffer isn't shown, then select the current article first instead of
689         bugging out.
690         (gnus-summary-select-article-buffer): Show both the article and summary
691         buffers again.
692
693         * shr.el (shr-fontize-cont): Protect against regions with no text.
694         Rename tag functions to shr-tag-* for enhanced security.
695         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
696
697 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
698
699         * shr.el (shr-insert):
700         * pop3.el (pop3-movemail):
701         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
702         loaded.
703
704 2010-10-03  Glenn Morris  <rgm@gnu.org>
705
706         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
707
708         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
709
710         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
711
712         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
713
714         * gnus-util.el (gnus-make-local-hook): Simplify.
715
716 2010-10-02  Julien Danjou  <julien@danjou.info>
717
718         * gnus-util.el (gnus-iswitchb-completing-read): New function.
719         (gnus-ido-completing-read): New function.
720         (gnus-emacs-completing-read): New function.
721         (gnus-completing-read): Use gnus-completing-read-function.
722         Add gnus-completing-read-function.
723
724 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * shr.el (shr-insert-document): Autoload.
727         (shr-img): Be silent.
728         (shr-insert): Add a newline after every picture before text.
729         (shr-add-font): Use overlays for combining faces.
730         (shr-insert): Pass upwards the text start point.
731
732         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
733         possible.
734         (mm-shr): New function.
735
736 2010-10-02  Julien Danjou  <julien@danjou.info>
737
738         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
739         should go backward.
740
741 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
742
743         * shr.el (shr): Fix typo in provide call.
744
745 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * shr.el: New file.
748
749         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
750
751         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
752         completing read.
753
754 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
757         we're being queried about.  Suggested by Dan Jacobson.
758
759         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
760         by Jason Eisner.
761
762         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
763         table, too.  Suggested by Stefan Wiens.
764         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
765         the table unnecessary.  Suggested by Stefan Wiens.
766
767         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
768         longer needed, and probably doesn't work either, as pointed out by
769         Stefan Wiens.
770         (gnus-summary-exit): Remove call to the clearing function.
771         (gnus-summary-exit-no-update): Ditto.
772
773         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
774         instead of gnus-eval-in-buffer-window to avoid popping up frames.
775         Reported by Stefan Monnier.
776         (gnus-summary-save-in-rmail): Ditto.
777
778         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
779         article buffer, instead of both the article buffer and the summary
780         buffer.  Sort of suggested by Dan Jacobson.
781
782         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
783
784         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
785         Suggested by Dan Jacobson.
786
787         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
788         documentation clearer.
789
790         * message.el (message-shorten-references): Comment on the number "21".
791         Suggested by Stefan Monnier.
792
793         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
794         Suggested by Dan Jacobson.
795
796         * gnus.el (gnus-large-newsgroup): Mention
797         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
798
799         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
800         externalize attachments.  Bug reported by Steve Wen.
801
802         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
803         really message anything to the user.
804
805         * nnmail.el (nnmail-article-group): Allow using the fancy split method
806         directly.
807
808         * nnimap.el (nnimap-request-group): Low higher than high to signal no
809         messages in empty groups.
810
811 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
812
813         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
814         non-UIDNEXT group.
815
816 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
819         not the value from the collection.
820
821         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
822         values.  This sometimes happens on some groups that have no info.
823         (nnimap-request-newgroups): New function.
824
825 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
828         check into `gnus-registry-initialize'.
829         (gnus-registry-initialize): Ditto.
830         Fix and extend header docs.
831
832 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
835         regexp backtrace overflows.
836
837         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
838         for starttls that tls.el implements; i.e. openssl.
839
840         * tls.el (tls-starttls-switches): Give up on using starttls with
841         gnutls-cli.
842         (tls-program): Add --insecure to be consistent with the defaults from
843         openssl s_client.  Now all three commands are insecure.
844
845 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * lpath.el: Bind completion-styles-alist for XEmacs.
848
849         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
850         (gravatar-create-image): New function that's an alias to
851         gnus-xmas-create-image, gnus-create-image, or create-image.
852         (gravatar-data->image): Use it.
853
854 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
857         install the nnregistry refer method.
858         (gnus-registry-install-hooks): Use it.
859         (gnus-registry-unfollowed-groups): Add nnmairix to the default
860         unfollowed groups.
861
862 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
863
864         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
865         expanding threads.
866
867 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnir.el: Use the server names without suffixes (bug #7009).
870
871         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
872         unencrypted to STARTTLS, if possible.
873
874 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
875
876         * message.el (message-ignored-supersedes-headers): Strip Injection-*
877         headers before superseding.
878
879 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * nnrss.el (nnrss-use-local): Add documentation.
882
883         * nnimap.el (nnimap-extend-tls-programs): New function.
884         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
885         (nnimap-wait-for-connection): Accept the greeting from the stupid
886         output from openssl s_client -starttls, too.
887
888         * tls.el (tls-starttls-switches): New variable.
889         (tls-find-starttls-argument): Use it.
890         (open-tls-stream): Ditto.
891
892         * netrc.el (netrc-credentials): Return the value of the "default"
893         entry.
894         (netrc-machine): Ditto.
895
896         * nnimap.el (nnimap-find-article-by-message-id): Really return the
897         article number.
898         (nnimap-split-fancy): New variable.
899         (nnimap-split-incoming-mail): Use it.
900
901         * nntp.el (nntp-server-list-active-group): Document.
902
903         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
904         SELECT to get the message-id.
905
906         * mail-source.el (mail-sources): Removed webmail support.
907         (defvar): Ditto.
908         (mail-source-fetcher-alist): Ditto.
909         (mail-source-fetch-webmail): Removed.
910
911         * webmail.el: Removed -- doesn't seem relevant any more.
912
913         * gnus.el: Fix up make-obsolete-variable declarations throughout.
914
915         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
916         the \r.
917
918 2010-09-30  Julien Danjou  <julien@danjou.info>
919
920         * gnus-agent.el (gnus-agent-add-group): Fix call to
921         gnus-completing-read.
922
923 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nndoc.el (nndoc-retrieve-groups): New function.
926
927         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
928         `default', use nnmail-split-methods.
929         (nnimap-request-article): Downcase the NILs so that they are nil.
930
931         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
932         symbol.
933
934         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
935         code, since if the user has requested network, that's what they ought
936         to get.
937         (nnimap-request-set-mark): Erase the buffer before issuing commands.
938         (nnimap-split-rule): Mark as obsolete.
939
940         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
941         variable.
942
943         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
944         correct slot, too.
945
946 2010-09-29  Julien Danjou  <julien@danjou.info>
947
948         * gnus.el (gnus-local-domain): Declare variable obsolete.
949
950         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
951         computing.
952         (gnus-ido-completing-read): Require ido.
953
954 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-registry.el: Don't prompt on load, which makes it impossible to
957         build Gnus.
958
959         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
960         when interpreting the structures.
961         (nnimap-request-accept-article): Add \r\n to the lines to make this
962         work with Cyrus.
963
964         * nndraft.el (nndraft-request-expire-articles): Use the group name
965         instead if "nndraft".  Fix found by Nils Ackermann.
966
967 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
968
969         * nnregistry.el: Added.
970
971 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
972
973         * nnmail.el (group, group-art-list, group-art):
974         Remove unneeded directives.
975
976 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
979         (mm-mime-charset)
980         * rfc2047.el (rfc2047-syntax-table)
981         * utf7.el (utf7-utf-16-coding-system): Comment fix.
982
983         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
984         rather than `insert-file-contents' and `eval-region'.
985
986         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
987         construction.
988
989         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
990
991         * time-date.el: No need to require cl for Emacs 21.
992
993 2010-09-29  Julien Danjou  <julien@danjou.info>
994
995         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
996         replacement of `gnus-gravatar-relief' to mimic
997         `gnus-faces-properties-alist'.
998         Add :version property.
999
1000 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * mail-source.el (mail-source-report-new-mail)
1003         * message.el (message-default-mail-headers)
1004         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1005
1006         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1007
1008 2010-09-28  Julien Danjou  <julien@danjou.info>
1009
1010         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1011         mail-address contains the same string as real-name.
1012
1013         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1014         non-blank in header, otherwise it'll get stripped.
1015
1016         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1017         real-name, and then for mail address rather than doing : or , search.
1018
1019 2010-09-27  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1022         (gnus-server-goto-server): Use gnus-completing-read.
1023
1024         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1025
1026         * mm-util.el (defalias): Use gnus-completing-read.
1027         (mm-codepage-setup): Use gnus-completing-read.
1028
1029         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1030         (smime-decrypt-buffer): Use gnus-completing-read.
1031
1032         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1033
1034         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1035         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1036         (mml-insert-multipart): Use gnus-completing-read.
1037
1038         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1039
1040         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1041
1042         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1043
1044         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1045
1046         * gnus.el (gnus-read-method): Use gnus-completing-read.
1047
1048         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1049
1050         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1051         (gnus-mime-action-on-part): Use gnus-completing-read.
1052         (gnus-article-encrypt-body): Use gnus-completing-read.
1053
1054         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1055         (gnus-topic-move-matching): Use gnus-completing-read.
1056         (gnus-topic-copy-matching): Use gnus-completing-read.
1057         (gnus-topic-sort-topics): Use gnus-completing-read.
1058         (gnus-topic-move): Use gnus-completing-read.
1059
1060         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1061         (gnus-agent-add-group): Use gnus-completing-read.
1062
1063         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1064         gnus-completing-read.
1065         (nnmairix-update-groups): Use gnus-completing-read.
1066         (nnmairix-get-server): Use gnus-completing-read.
1067         (nnmairix-backend-to-server): Use gnus-completing-read.
1068         (nnmairix-goto-original-article): Use gnus-completing-read.
1069         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1070
1071         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1072
1073         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1074         (gnus-group-make-useful-group): Use gnus-completing-read.
1075         (gnus-group-make-web-group): Use gnus-completing-read.
1076         (gnus-group-add-to-virtual): Use gnus-completing-read.
1077         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1078
1079         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1080         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1081         (gnus-summary-execute-command): Use gnus-completing-read.
1082         (gnus-summary-respool-article): Use gnus-completing-read.
1083         (gnus-read-move-group-name): Use gnus-completing-read.
1084
1085         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1086         (gnus-summary-score-effect): Use gnus-completing-read.
1087
1088         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1089
1090         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1091         right completing-read function.
1092         (gnus-use-ido): New variable
1093         (gnus-completing-read-with-default): Remove.
1094
1095 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1098         x-focus-frame.
1099
1100         * nnimap.el (auth-source-forget-user-or-password)
1101         (auth-source-user-or-password): Autoload.
1102
1103         * message.el (message-from-style, message-interactive)
1104         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1105         (message-yank-prefix, message-indentation-spaces, message-signature)
1106         (message-signature-file): Add comment.
1107
1108 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1111         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1112         new articles.
1113
1114         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1115         parts.
1116         (nnimap-request-article): Work with the t setting, too.
1117
1118         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1119         that you don't get flashes of other buffers.
1120         (gnus-summary-show-complete-article): Intern before setting.
1121
1122 2010-09-27  David Engster  <dengste@eml.cc>
1123
1124         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1125         well as HEADERS.
1126         (nnmairix-retrieve-headers): Provide new argument for the above.
1127
1128 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-sum.el (gnus-summary-move-article): Don't alter
1131         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1132         group.
1133
1134         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1135
1136         * message.el (message-cite-prefix-regexp): Revert my last edit.
1137
1138         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1139         variable instead of the Gnus variable.
1140
1141         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1142
1143         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1144         again.
1145
1146         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1147         since some servers don't like it.
1148         (nnimap-open-connection): Forget credentials if the server says the
1149         password was wrong.
1150         (nnimap-parse-line): Protect against invalid data.
1151
1152         * gnus-sum.el (gnus-summary-move-article): Add comment.
1153         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1154         nothing alters it while scanning for new messages.
1155
1156         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1157         which may or may not help.
1158         (nnimap-open-connection): If we're doing a stream connection, and then
1159         discover we're on a STARTTLS-capable server, then open a STARTTLS
1160         connection instead.
1161
1162 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnimap.el (utf7): Required.
1165
1166         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1167         prefix.
1168
1169 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1170
1171         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1172
1173 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * nnimap.el (nnimap-request-accept-article): Message the error on
1176         error.
1177
1178 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1181
1182 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * nndoc.el (nndoc-request-list): Return success always.
1185
1186         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1187         `fetch-old' -- we only want to fetch the articles we've requested.  The
1188         rest are in the agent, probably.
1189         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1190         disappeared server" to something low.  It's not important.
1191
1192         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1193         arrived before the FETCH data.
1194
1195         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1196         target here, because we don't know the Gnus name of the group.
1197
1198         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1199         for the correct group.
1200
1201         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1202
1203         * gnus.el (gnus): Give a final warning after startup.
1204
1205         * gnus-util.el (gnus-action-message-log): New variable.
1206         (gnus-message): Use it.
1207         (gnus-final-warning): New function.
1208
1209         * nnimap.el (nnimap-open-connection): Record the greeting.
1210         (nnimap): Add greeting.
1211
1212 2010-09-26  Julien Danjou  <julien@danjou.info>
1213
1214         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1215         arguments.
1216         (gnus-html-wash-images): Fix spec computing to include start/end.
1217
1218         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1219
1220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1223         deletion.
1224         (nnimap-retrieve-headers): Don't select the group, because that's
1225         already done by nnimap-possibly-change-group.
1226
1227         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1228         (gnus-picon-transform-address): Use it.
1229
1230         * mail-source.el (mail-source-value): Revert previous patch.
1231
1232         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1233         on failure.
1234         (nnimap-open-connection): Look up both virtual and physical server name
1235         credentials.
1236
1237         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1238
1239 2009-02-07  Dave Love  <fx@gnu.org>
1240
1241         * tls.el (open-tls-stream): Don't query killing process.
1242
1243 2009-02-08  Dave Love  <fx@gnu.org>
1244
1245         * gnus-win.el (gnus-window-to-buffer-helper,
1246         gnus-all-windows-visible-p): Function needn't be a symbol.
1247
1248         * mail-source.el (mail-source-value): Function needn't be a symbol.
1249
1250 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * message.el (message-cite-prefix-regexp): Remove } from the cite
1253         prefix.
1254
1255         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1256         highlight again, so that the highlight is correct.
1257
1258         * gnus-picon.el (gnus-picon): Remove again.
1259         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1260
1261         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1262         doing the header highlightling, so that the background colour of the
1263         picon is correct.
1264
1265         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1266         (gnus-picon): Ditto.
1267         (gnus-picon): Reinstate.  The background colour for picons is white.
1268         (gnus-picon-insert-glyph): Make the background white.
1269
1270         * nnml.el (nnml-open-nov): Don't return dead buffers.
1271
1272         * auth-source.el (auth-source-create): Query the user for whether to
1273         store the credentials.
1274
1275         * netrc.el (netrc-store-data): New function.
1276
1277         * auth-source.el (auth-source-user-or-password): Use the existing auth
1278         sources, if any, for creation.
1279
1280         * gnus.el (gnus-group-fast-parameter): Return the last matching
1281         parameter instead of the first matching parameter.
1282
1283 2010-09-26  Julien Danjou  <julien@danjou.info>
1284
1285         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1286
1287 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * mml2015.el (mml2015-use): Remove gpg support.
1290
1291         * mml1991.el (mml1991-function-alist): Remove gpg function.
1292         (mml1991-gpg-sign): Removed.
1293
1294 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1295
1296         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1297         (gnus-browse-unsubscribe-current-group): Document it.
1298         (gnus-browse-unsubscribe-group): Use it.
1299
1300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1303         address to the To list for easier response.
1304
1305         * gnus.el (gnus-play-startup-jingle): Removed.
1306         (gnus-splash): Don't play jingle.
1307         (gnus): Silence gnus-load message.
1308
1309         * gnus-art.el (gnus-treat-play-sounds): Removed.
1310
1311         * gnus.el (gnus-play-jingle): Remove audio support.
1312
1313         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1314
1315         * earcon.el: Removed -- no users.
1316
1317         * gnus-audio.el: Removed -- no users of this package.
1318
1319         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1320
1321         * gnus-start.el (gnus-setup-news): Remove nocem support.
1322
1323         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1324
1325         * gnus.el (gnus-use-nocem): Removed.
1326
1327         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1328         Removed.
1329
1330         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1331         uses NoCeM any more.
1332
1333         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1334         (gnus-button-ctan-handler): Ditto.
1335         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1336         (gnus-button-ctan-directory-regexp): Ditto.
1337         (gnus-button-handle-ctan): Ditto.
1338         (gnus-button-tex-level): Ditto.
1339         (gnus-button-alist): Removed CTAN stuff.
1340
1341 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1344         nnimap-streaming test.
1345
1346         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1347         servers twice.
1348
1349         * nnimap.el (nnimap-open-connection): Add more error reporting when
1350         nnimap fails early.
1351
1352         * nnheader.el (nnheader-get-report-string): New function.
1353         (nnheader-get-report): Use it.
1354
1355         * gnus-int.el (gnus-check-server): Say what the error was when opening
1356         failed.
1357
1358         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1359         using streaming.
1360
1361 2010-09-25  Julien Danjou  <julien@danjou.info>
1362
1363         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1364         gnus-window-inside-pixel-edges.
1365
1366 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1369
1370         * mm-decode.el (mm-save-part): Allow saving to other directories the
1371         normal Emacs way.
1372
1373         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1374         by Jay Berkenbilt.
1375
1376         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1377         there isn't a single byte.
1378
1379         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1380         just do it.  It doesn't really seem to matter what the user responds
1381         here, I think, so it's just a confusing question.
1382
1383         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1384         non-streaming case.
1385
1386         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1387         (gnus-article-encrypt-body): Use it.
1388
1389         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1390         keystroke.
1391
1392         * nnimap.el (nnimap-find-wanted-parts-1): Use
1393         gnus-fetch-partial-articles.
1394
1395         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1396
1397         * nnimap.el (nnimap-insert-partial-structure): New function.
1398         (nnimap-get-partial-article): New function.
1399         (nnimap-request-article): Use it.
1400         (nnimap-wait-for-response): Return whether the wait was successful.
1401         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1402         retrieval wasn't successful.
1403         (nnimap-retrieve-group-data-early): Allow throttling servers.
1404         (nnimap-streaming): New variable.
1405         (nnimap-fetch-partial-articles): Removed.
1406
1407         * mm-decode.el (mm-with-part): Protect against killed buffers.
1408
1409         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1410         for prettier summary display.
1411
1412 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1413
1414         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1415         directly.
1416
1417 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1420         apparently third-party libraries depend on it.
1421
1422         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1423         before starting negotiation.
1424
1425         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1426         privacy reasons.
1427         (gnus-treat-mail-gravatar): Ditto.
1428
1429         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1430         buffer when inserting images.  Inserting text into the headers, for
1431         instance, can make them invalid.
1432
1433 2010-09-25  Julien Danjou  <julien@danjou.info>
1434
1435         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1436         variables.
1437
1438         * nnheader.el: Remove useless variables news-reply-yank-from and
1439         news-reply-yank-message-id.
1440
1441         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1442         variables.
1443
1444         * mml1991.el: Remove useless mml1991-verbose.
1445
1446         * gnus.el: Remove useless variable gnus-use-generic-from.
1447         Remove obsolete variable gnus-topic-indentation.
1448
1449         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1450
1451         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1452
1453         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1454
1455         * gnus-group.el: Remove useless gnus-group-icon-cache.
1456         Remove useless gnus-ephemeral-group-server.
1457
1458         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1459
1460         * mml2015.el: Remove useless mml2015-verbose.
1461
1462         * mml-smime.el: Remove useless mml-smime-verbose.
1463
1464         * gnus.el: Remove useless gnus-local-domain.
1465
1466         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1467         gnus-gravatar-size.
1468
1469         * gnus-art.el: Remove useless gnus-treat-translate.
1470
1471 2010-09-24  Julien Danjou  <julien@danjou.info>
1472
1473         * gnus-sum.el: Add support for Gravatars.
1474
1475         * gnus-art.el: Add support for Gravatars.
1476
1477         * gnus-gravatar.el: Add this file.
1478
1479         * gravatar.el: Add this file.
1480
1481 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1484
1485         * gnus-group.el (gnus-group-fetch-faq): Removed.
1486
1487         * gnus.el (gnus-group-faq-directory): Removed.
1488
1489         * gnus-group.el (gnus-group-fetch-charter): Removed.
1490
1491         * gnus.el (gnus-group-charter-alist): Removed.
1492
1493         * gnus-group.el (gnus-group-archive-directory): Removed.
1494         (gnus-group-recent-archive-directory): Ditto.
1495         (gnus-group-make-archive-group): Removed.
1496
1497         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1498
1499         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1500         use the same article number for all the cached articles.
1501
1502         * nnimap.el (nnimap-command): Register the last command time so
1503         that we can use it for idling NOOPs.
1504         (nnimap-open-connection): Start the keeplive timer.
1505         (nnimap-make-process-buffer): Store all the process buffers.
1506         (nnimap-keepalive): New function.
1507
1508         * starttls.el: (starttls-open-stream): Add autoload cookie.
1509
1510 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1511
1512         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1513         handling.
1514
1515 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1518         its data structures.
1519
1520         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1521         instead of the cl.el copy-list.
1522         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1523         equalp.
1524
1525 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1528         and tool-bar-local-item-from-menu.
1529
1530         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1531         mode-line-highlight face for Emacs.
1532
1533         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1534         loading gnus-sum.elc; fix comment for canlock-verify.
1535         (gnus-article-jump-to-part): Use read-number.
1536         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1537         Emacs pre-21 compatible code for help-echo.
1538         (gnus-article-next-page-1): No need to adjust the number of lines.
1539         (gnus-article-describe-bindings): Always use help-buffer.
1540
1541         * gnus-audio.el (gnus-audio-inline-sound)
1542         * gnus-cus.el (gnus-custom-mode)
1543         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1544
1545         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1546
1547         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1548         compatible code.
1549
1550 2010-09-24  Glenn Morris  <rgm@gnu.org>
1551
1552         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1553         visiting the fcc file in rmail-mode.
1554
1555         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1556
1557 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * nnir.el: Silence the byte compiler.
1560
1561         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1562         alias to browse-url-url-encode-chars if any.
1563         (gnus-html-encode-url): Use it.
1564
1565 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-start.el (gnus-use-backend-marks): New variable.
1568         (gnus-get-unread-articles-in-group): Use it.
1569
1570         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1571         makeover.
1572
1573 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1574
1575         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1576
1577 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1580         Removed.
1581         (gnus-setup-news-hook): Removed
1582         gnus-fixup-nnimap-unread-after-getting-new-news.
1583
1584         * gnus-int.el (gnus-request-update-info): Protect against backends not
1585         having the function.
1586
1587         * nnimap.el (nnimap-stream): Mention starttls.
1588         (nnimap-open-connection): Add starttls support.
1589
1590 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1591
1592         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1593
1594 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1597         BODYSTRUCTUREs.
1598         (nnimap-transform-headers): Unfold quoted {42} headers.
1599
1600         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1601         the info.
1602         (gnus-get-unread-articles): Only call updatep on backends that support
1603         it.
1604
1605         * nnweb.el (nnweb-request-update-info): NOOP.
1606
1607         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1608
1609         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1610         since it only deals with marks.
1611
1612         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1613         gnus-request-marks, and make a new gnus-request-update-info.
1614
1615         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1616         the active instead of the high number, which is usually too low.
1617
1618 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1621         * encrypt.el: Removed.
1622
1623 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1626         server in symbolic form.
1627
1628         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1629         0.9.
1630
1631 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1634         (nnimap-update-info): Fix up code slightly.
1635
1636         * gnus-int.el (gnus-open-server): Add tracing for performance
1637         debugging.
1638
1639         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1640         (gnus-group-insert-group-line): Pass the real group name so that it
1641         gets the right data.
1642
1643         * gnus-start.el (gnus-get-unread-articles): Don't have
1644         `gnus-get-unread-articles-in-group' update info, since that can be
1645         really slow and doesn't seem to be needed?
1646
1647 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1648
1649         * time-date.el (date-to-time): Try using parse-time-string first before
1650         using the slower timezone-make-date-arpa-standard.
1651
1652 2010-09-22  Julien Danjou  <julien@danjou.info>
1653
1654         * gnus-group.el (gnus-group-insert-group-line): Call
1655         gnus-group-highlight-line.
1656         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1657         default hook list.
1658         (gnus-group-update-eval-form): Add new function.
1659         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1660         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1661
1662 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1665         immediate, then expire all articles.
1666         (nnimap-update-info): Fix off-by-one errors.
1667         (nnimap-flags-to-marks): Would return no marks lists for group with no
1668         flags.  Instead return the other data.
1669
1670 2010-09-22  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1673         Only return an icon.
1674         (gnus-group-insert-group-line): Compute icon to return.
1675
1676         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1677         variable.
1678         (gnus-html-image-fetched): Only cache if
1679         gnus-html-image-automatic-caching is set.
1680         (gnus-html-image-fetched): Check for errors.
1681
1682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1685         once per method on `g'.  This ensures that backends like nnfolder don't
1686         open all their folders.
1687
1688         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1689         (nnimap-request-list): Nix out group in the correct buffer.
1690         (nnimap-parse-flags): Implement by using `read' instead of
1691         hand-parsing.
1692         (nnimap-flags-to-marks): Pass on permanent-flags.
1693         (nnimap-make-process-buffer): Record the server name.
1694         (nnimap-parse-flags): Fix typo.
1695         (nnimap-request-scan): Run split on the server in general, not just a
1696         single group.
1697
1698         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1699         parameter, and propagate this downwards.
1700
1701         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1702         since EXAMINE changes it on the server.
1703
1704         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1705         this command might take a while.
1706
1707 2010-09-22  Julien Danjou  <julien@danjou.info>
1708
1709         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1710         harmful if you have 2 images side-by-side, they can't be properly
1711         update on text deletion.  Using text-property is safer here.
1712         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1713         data.
1714
1715 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * nnimap.el (nnimap-expunge-inbox): Removed.
1718         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1719         (nnimap-expunge): Flip default to t.
1720
1721         * gnus.el (gnus-method-to-server): Don't push things to the cache
1722         unless it's unique.
1723         (gnus-server-to-method): Ditto.
1724
1725 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1728
1729 2010-09-22  Julien Danjou  <julien@danjou.info>
1730
1731         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1732         get the start of data.
1733         (gnus-html-encode-url): Add this function to encode special chars in
1734         URL.
1735         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1736         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1737
1738         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1739         default.
1740         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1741
1742         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1743         images alt-text.
1744         (gnus-html-put-image): Put alt-text as help-echo.
1745
1746 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1749         * mm-util.el (mm-decompress-buffer)
1750         * nnir.el (nnir-run-find-grep)
1751         * pop3.el (pop3-list): Use 3rd arg of split-string.
1752
1753         * time-date.el (format-seconds): Comment fix.
1754
1755         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1756         and byte-optimize-form-code-walker.
1757         (dgnushack-make-auto-load): Don't advise make-autoload.
1758
1759         * lpath.el: Remove Emacs 21 stuff.
1760
1761 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1764         outside the active range.  Suggested by Dan Christensen.
1765
1766         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1767         slightly later to avoid double-getting it.
1768
1769         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1770         previous patch.
1771
1772         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1773
1774 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1775
1776         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1777
1778 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-int.el (gnus-open-server): Give a better error message in the
1781         "go offline" case.
1782
1783         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1784         marks for nnimap, which is seldom the right thing to do.
1785
1786         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1787         (gnus-same-method-different-name): New function.
1788
1789         * nnimap.el (parse-time): Require.
1790
1791         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1792         method in the presence of many similar methods.
1793
1794         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1795
1796         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1797         nnml-inhibit-expiry.
1798
1799         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1800         find out whether methods are equal.
1801
1802         * nnimap.el (nnimap-find-expired-articles): New function.
1803         (nnimap-process-expiry-targets): New function.
1804         (nnimap-request-move-article): Request the article before looking at
1805         what the Message-ID is.  Fix found by Andrew Cohen.
1806         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1807
1808         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1809         for oldness in addition to being a predicate.
1810
1811         * nnimap.el (nnimap-request-group): When we have zero articles, return
1812         the right data to Gnus.
1813         (nnimap-request-expire-articles): Only delete articles immediately if
1814         the target is 'delete.
1815
1816         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1817         method, this would bug out.
1818
1819         * gnus-group.el (gnus-group-expunge-group): Renamed from
1820         gnus-group-nnimap-expunge, and implemented as a normal interface
1821         function.
1822
1823         * gnus-int.el (gnus-request-expunge-group): New function.
1824
1825         * nnimap.el (nnimap-request-create-group): Implement.
1826         (nnimap-request-expunge-group): New function.
1827
1828 2010-09-21  Julien Danjou  <julien@danjou.info>
1829
1830         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1831         (gnus-html-cache-expired): Add new function.
1832         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1833         wethever we should display image for fetch it.
1834         Compute alt-text earlier to pass it to the fetching function too.
1835         (gnus-html-schedule-image-fetching): Change function argument to only
1836         get one image at a time, not a list.
1837         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1838         cache.
1839         (gnus-html-get-image-data): New function to retrieve image data from
1840         cache.
1841         (gnus-html-put-image): Change buffer argument to use image data rather
1842         than file, and place image above region rather than inserting a new
1843         one. Do not take alt-text as argument, since it's useless now: we place
1844         the image above alt-text.
1845         (gnus-html-prune-cache): Remove.
1846         (gnus-html-show-images): Start to fetch image when we find one, do not
1847         push into a temporary list.
1848         (gnus-html-prefetch-images): Only fetch image if they have expired.
1849         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1850         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1851
1852 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1855
1856 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1859         spec inser "*" if the group isn't active instead of 0.
1860
1861         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1862         opening the server.
1863         (nnimap-request-delete-group): Implement group deletion.
1864         (nnimap-transform-headers): Return the size of the entire message in
1865         the Bytes header, not just the size of the first part.
1866         (nnimap-request-move-article): When moving an article from nnimap,
1867         request the article first so the accepting form has an article to
1868         accept.  Reported by Dan Christensen.
1869         (nnimap-command): Make sure that the error message doesn't error out.
1870
1871 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1872
1873         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1874         we haven't requested anything.
1875
1876 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1879         "".  Fix found by Andrew Cohen.
1880
1881         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1882         instead of -encode-string.
1883
1884 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1887
1888         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1889         by mm-subst-char-in-string.
1890
1891 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1894         waiting for the connection string.
1895
1896         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1897         arriving.
1898
1899         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1900         bogus characters.  This allows selecting certain Gmail groups.
1901
1902         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1903         (nnimap-fetch-partial-articles): New variable.
1904         (nnimap-open-connection): When looking for credentials, also use the
1905         nnimap-server-port.
1906         (nnimap-request-article): Return the group/article number, so that Gnus
1907         `^' works as expected.
1908         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1909         them.
1910
1911         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1912         comments.
1913         (gnus-methods-sloppily-equal): New function.
1914         (gnus): When using the development version of Gnus, load the gnus-load
1915         file.
1916
1917         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1918         `gnus-open-server' on each method before trying to scan them etc.  This
1919         ensures that all the backend parameters are set correctly.
1920
1921         * nnimap.el (nnimap-authenticator): New variable.
1922         (nnimap-open-connection): Allow anonymous login.
1923         (nnimap-transform-headers): The chars header is called Chars not
1924         Bytes.
1925         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1926         drops.
1927
1928         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1929         patch, found by Knut Anders Hatlen.
1930
1931 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1932
1933         * gnus-agent.el (gnus-agent-batch-confirmation)
1934         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1935         to gnus-message.
1936         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1937         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1938         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1939         * gnus-int.el (gnus-open-server): Likewise.
1940         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1941         (gnus-score-check-syntax): Likewise.
1942         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1943         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1944         Likewise.
1945         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1946
1947 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1950         calling conventions so that prefetch doesn't bug out.
1951
1952 2010-09-19  Julien Danjou  <julien@danjou.info>
1953
1954         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1955         rather than `subst-char-in-region' in order to be able to replace ASCII
1956         char by UTF-8 ones.
1957
1958         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1959         than curl.
1960         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1961         the right URL and ALT text on images.
1962         (gnus-html-wash-tags): Fix tag case.
1963         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1964         (gnus-article-html): Add -o display_ins_del=2 option.
1965         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1966
1967 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1970         the extra mail headers, which sometimes seem to happen for unknown
1971         reasons.
1972
1973         * mail-parse.el (mail-header-encode-parameter): Define as
1974         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1975         (or most, perhaps?) mail readers don't understand the latter, but do
1976         understand the former.
1977
1978         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1979         to nil, so that no methods are automatically agentized.  I think this
1980         is probably what most users want.
1981
1982         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1983         from url-retrieve, for instance about invalid URLs.
1984
1985         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1986         groups that have no articles.
1987         (nnimap-request-article): Check that we really got an article when we
1988         requested one.
1989
1990         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1991         doesn't exist.
1992
1993         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1994         nntp buffer so the agent can save it.
1995         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1996         that CRLF doesn't get translated to \n.
1997         (nnimap-open-connection): Don't make 'shell commands only send \n.
1998
1999 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2000
2001         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2002         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2003         Update var name.
2004         (nnml-generate-nov-file): Use dolist.
2005         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2006         Use with-current-buffer.
2007
2008 2010-09-18  Julien Danjou  <julien@danjou.info>
2009
2010         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2011         parallel.
2012
2013 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2016         the range update right.
2017         (nnimap-request-group): Don't make `M-g' bug out on group with no
2018         marks.
2019         (nnoo): Required, so that other packages can require nnimap.
2020         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2021         command we're looking for.  This helps when the server sends more
2022         responses after we've gotten everything we expected.
2023         (nnimap): Add a `newlinep' field to keep track of end-of-line
2024         conventions.
2025         Don't send CRLF to things that don't want it.
2026         (nnimap-request-accept-article): Ditto.
2027
2028 2010-09-18  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2031         than curl to retrieve images.
2032
2033 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2036         the marks.
2037         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2038         (nnimap-wait-for-connection): New function.
2039         (nnimap-open-connection): If we have PREAUTH, don't query for login
2040         credentials.
2041         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2042         when doing a partial update.
2043
2044 2010-09-18  Julien Danjou  <julien@danjou.info>
2045
2046         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2047         tags.
2048
2049 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * nnimap.el (nnimap-credentials): New function.
2052         (nnimap-open-connection): Use the new function to look for credentials
2053         also on the numeric equivalents of "imap" and "imaps".
2054
2055         * gnus-start.el (gnus-activate-group): Send the info to
2056         gnus-request-group.
2057
2058         * nnimap.el (nnimap-request-group): Have the "check" version of the
2059         function parse flags and update the info, so that a `M-g' get a total
2060         resync of all flags from the group.
2061
2062         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2063         to allow backends to alter the info on group selection.  Also alter all
2064         the backend -request-group functions to take the parameter.
2065
2066         * nnimap.el (nnimap-store-info): New function.
2067         (nnimap-update-info): Store the info for later usage.
2068         (nnimap-request-group): Use the stored info for the dont-check case, so
2069         that we don't retrieve all marks when we enter a group.
2070
2071         * nnimap.el: Use deffoo instead of defun for interface functions.
2072
2073         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2074         update the group info.  This makes the nndraft groups, for instance, go
2075         back to their old behaviour.
2076
2077         * gnus-sum.el (gnus-select-newsgroup): Indent.
2078
2079         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2080         in.
2081         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2082         nothing.
2083
2084         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2085         from methods that are denied.
2086
2087         * gnus-int.el (gnus-method-denied-p): New function.
2088
2089         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2090         store the password instead of netrc.
2091         (nnimap-open-connection): Don't error out when we can't make a
2092         connections.
2093
2094         * auth-source.el (auth-source-create): In the password prompt, say what
2095         we're querying for.  Also prompt for user name if that hasn't been
2096         given.
2097
2098         * nnimap.el (nnimap-with-process-buffer): Removed.
2099
2100 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2103         method when we're reading from the agent.
2104
2105         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2106
2107         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2108         that's probably most useful for users.
2109
2110         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2111         "failed" all the time.
2112
2113         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2114         ...)) with (with-current-buffer ... ).
2115
2116         * nntp.el (nntp-open-server): Return whether the open was successful or
2117         not.
2118
2119         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2120         select an unread unseen article first.
2121
2122         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2123         /etc/services, supply some sensible port defaults.
2124
2125         * dgnushack.el: Define netrc-credentials.
2126
2127 2010-09-17  Julien Danjou  <julien@danjou.info>
2128
2129         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2130
2131 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2132
2133         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2134         doesn't have any parameters.
2135
2136 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2139         only upcased checks.
2140
2141         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2142
2143         * nnimap.el (nnimap-open-shell-stream): New function.
2144         (nnimap-open-connection): Use it.
2145         (nnimap-transform-headers): Get the number of lines in each message.
2146         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2147         number of lines.
2148         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2149         problem.
2150
2151         * utf7.el (utf7-encode): Autoload.
2152
2153         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2154         to allow the mail splitting to not return a default group.  This is
2155         useful for nnimap, which will leave unmatched mail in the inbox.
2156
2157         * nnimap.el: Rewritten.
2158
2159         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2160         nnimap usage.
2161
2162         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2163         if the move is internal, so that nnimap can do fast internal moves.
2164
2165         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2166         data.
2167         (gnus-read-active-for-groups): Support finishing the early retrieval of
2168         data.
2169
2170         * gnus-range.el (gnus-range-nconcat): New function.
2171
2172         * gnus-int.el (gnus-finish-retrieve-group-infos)
2173         (gnus-retrieve-group-data-early): New functions.
2174
2175 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2178         (nnrss-retrieve-groups):
2179         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2180         (pop3-quit): Use with-current-buffer.
2181
2182 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2185         instead of nnheader-accept-process-output.
2186
2187         * dgnushack.el (dgnushack-compile): Add comment.
2188
2189         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2190
2191         * gnus-html.el (gnus-html-schedule-image-fetching)
2192         (gnus-html-prefetch-images): Replace process-kill-without-query by
2193         gnus-set-process-query-on-exit-flag.
2194
2195 2010-09-16  Romain Francoise  <romain@orebokech.com>
2196
2197         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2198
2199 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2202         parameter to unintern is mandatory-ish in Emacs 24.
2203
2204         * gnus-html.el (gnus-html-schedule-image-fetching)
2205         (gnus-html-prefetch-images): Check for curl before using it.
2206
2207         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2208         depend on curl, which isn't essential.
2209
2210         * imap.el: Revert back to version
2211         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2212         seem problematic.
2213
2214 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2215
2216         * gnus-registry.el (gnus-registry-install-shortcuts):
2217         Explicitly pass `obarray' to `unintern' to avoid a warning.
2218
2219 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2222         change.
2223
2224         * nnrss.el (nnrss-request-list): Removed this function and related
2225         functions, including the moreover stuff.
2226
2227 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnrss.el (nnrss-retrieve-groups): New function.
2230
2231 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2232
2233         * .dir-locals.el: Add no-byte-compile cookie.
2234
2235 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * time-date.el (format-seconds): Comment fix.
2238
2239         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2240         for back end that doesn't support request-scan.
2241
2242 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2245         then do request scans from the backends.
2246
2247         * netrc.el (netrc-credentials): New conveniency function.
2248
2249         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2250         avoid running a hook per line, since this takes a lot of time,
2251         profiling shows.
2252         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2253         directly if gnus-visual-p is true.
2254
2255 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2258         groups; replace mapcar with dolist which is a bit faster; pass groups
2259         info to gnus-read-active-file-1.
2260         (gnus-read-active-file-1): Scan only specified groups if the new
2261         optional arg `infos' is given.
2262
2263 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2266
2267         * pop3.el (pop3-movemail): Removed.
2268         (pop3-streaming-movemail): Renamed to pop3-movemail.
2269
2270         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2271         don't restrict end-tag searches to the end of the line.
2272
2273 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2276         articles of every unchecked group to t, which means unknown since the
2277         server has never been opened.
2278
2279 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * gnus-html.el (gnus-html-show-alt-text): New command.
2282         (gnus-html-browse-image): Ditto.
2283         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2284         to browse the image directly.
2285         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2286         better.
2287
2288         * gnus-async.el (gnus-async-article-callback): Call
2289         `gnus-html-prefetch-images' unconditionally.
2290
2291         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2292         before feeding URLs to curl.
2293
2294 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2297         internal images as deletable by `W D D'.
2298
2299         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2300         (gnus-async-article-callback): Fix typo.
2301
2302 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2305         current line to work around bugs in the output from w3m.
2306
2307         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2308         for groups that want that.
2309
2310         * nntp.el (nntp-wait-for-string): Supply a timeout for
2311         accept-process-output to ensure progress.
2312
2313         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2314         level to get unread articles from, then use that for foreign groups,
2315         too.
2316
2317         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2318         confuses the rest of the function.
2319
2320         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2321         for the methods that support -retrieve-groups, too.
2322
2323         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2324
2325 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2328         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2329
2330         * pop3.el: Require cl when compiling.
2331         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2332
2333 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2336         that aren't going to be activated.
2337         (gnus-get-unread-articles): Fix up the last commit.
2338
2339         * gnus-html.el (gnus-article-html): Allow calling without specifying
2340         the handle.  In that case, dissect the buffer first.
2341
2342         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2343
2344         * nnimap.el (nnimap-open-connection): Revert the change that would look
2345         into authinfo for imaps instead of imap.
2346
2347         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2348         say that you don't want to call gnus-request-group with don-check, but
2349         do check the reponse.  This is for virtual groups only.
2350         (gnus-get-unread-articles): Count the archive groups as secondary, so
2351         that they're activated the same way as before.
2352
2353         * imap.el (imap-message-map): Removed optional buffer parameter, since
2354         no callers use it.
2355         (imap-message-get): Ditto.
2356         (imap-message-put): Ditto.
2357         (imap-mailbox-map): Ditto.
2358         (imap-mailbox-put): Ditto.
2359         (imap-mailbox-get): Ditto.
2360         (imap-mailbox-get): Revert last change for this function.
2361
2362         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2363         case-insensitively.
2364         (nnimap-debug): Removed.
2365
2366         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2367         to use `imap-fetch' instead.  According to the comments, this should be
2368         safe, since all other IMAP clients use the 1:* syntax.
2369         (imap-enable-exchange-bug-workaround): Removed.
2370         (imap-debug): Removed -- doesn't seem very useful.
2371
2372         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2373         mail from a file, and the file doesn't exist.
2374
2375         * imap.el (imap-log): New convenience function used throughout instead
2376         of repeating the same code all over the place.
2377
2378         * pop3.el (pop3-streaming-movemail): Return t for success.
2379
2380         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2381         .authinfo if we're using ssl connection.
2382
2383         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2384         already have if we're in a main Gnus `g' run.
2385
2386         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2387
2388 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2391
2392         * nnmh.el (nnmh-request-list-1): Bind `file'.
2393
2394         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2395         alias to set-process-query-on-exit-flag or process-kill-without-query.
2396         (pop3-open-server): Use it.
2397
2398 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2401         box to the Incoming file.  Fixes mistake in previous checkin.
2402
2403         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2404         request loop (for debugging purposes) removed.
2405
2406         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2407         culprit is more visible.
2408         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2409         (nnml-add-incremental-nov): New functions to do "incremental" nov
2410         updates, where we just append to the end of the existing nov files
2411         without reading/writing them in full.
2412
2413         * mail-source.el (mail-source-delete-crash-box): Really only check the
2414         incoming files once in a while.
2415
2416         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2417
2418         * mail-source.el (mail-source-delete-crash-box): Only check the
2419         incoming files for deletion once per day to save a lot of file
2420         accesses.
2421
2422         * pop3.el (pop3-logon): Fix up unbound variable typo.
2423
2424         * mail-source.el (pop3-streaming-movemail): Autoload.
2425
2426         * pop3.el (pop3-streaming-movemail): Respect
2427         pop3-leave-mail-on-server.
2428
2429         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2430         retrieval.
2431
2432         * pop3.el (pop3-process-filter): Removed unused function.
2433         (pop3-streaming-movemail, pop3-send-streaming-command)
2434         (pop3-wait-for-messages, pop3-write-to-file)
2435         (pop3-number-of-responses): New functions for streaming pop3
2436         retrieval.
2437
2438         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2439         come from no known methods.
2440         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2441         list.
2442
2443         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2444         message sizes.
2445         (pop3-movemail): Use erase-buffer instead of looping and deleting
2446         regions, which seems rather odd.
2447
2448         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2449         file once per `g' run.
2450
2451         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2452         directories.  This makes the draft queue directory work.
2453
2454         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2455         data from the backends, so that we only request the list of groups from
2456         each method once.  This should speed things up considerably.
2457
2458         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2459         detect that it's not implemented.
2460
2461         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2462         we actually do recurse down into the tree, but don't stat all leaf
2463         nodes.
2464
2465         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2466         then say so instead of bugging out.
2467
2468         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2469         files exist before trying to read them.
2470
2471         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2472         around <pre_int>.
2473
2474         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2475
2476         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2477
2478 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * mm-util.el (mm-image-load-path): Just return the image directories,
2481         not all directories in the path in addition to the image directories.
2482         (mm-image-load-path): Maintain a cache of the image directories so that
2483         the `g' command in Gnus doesn't have to stat dozens of directories each
2484         time.
2485
2486         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2487         (gnus-html-wash-tags): Add a new `i' command to insert images.
2488         (gnus-html-insert-image): New command and keystroke.
2489         (gnus-html-redisplay-with-images): New command and keystroke.
2490         (gnus-html-show-images): Renamed command.
2491         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2492         spacers.
2493         (gnus-html-wash-tags): Decode entities at the end, so that entities
2494         inside the tags don't mess up the rest of the "parsing".
2495
2496         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2497         so that nnimap methods aren't agentized by default.  There's apparently
2498         many problems related to agent/imap behaviour.
2499
2500         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2501
2502         * gnus-html.el: Doc fix.
2503
2504 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2507         specifier-spec-list for Emacs 21.
2508
2509         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2510         glyph-width and glyph-height instead of display-graphic-p and
2511         image-size; make avoidance of displaying small images work for XEmacs.
2512
2513         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2514         for XEmacs.
2515
2516         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2517         of symbol that holds plist data.
2518         (gnus-process-plist): Remove plist of process after getting it.
2519
2520 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * message.el (message-generate-hashcash): Change default to
2523         'opportunistic if hashcash is installed.
2524
2525         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2526         (gnus-html-put-image): Only call image-size once, since it's somewhat
2527         time-consuming on remote X servers.
2528
2529 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2532         type on data, not a file name.
2533
2534         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2535         window-pixel-edges for Emacs 21.
2536
2537         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2538         decoded contents.
2539         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2540
2541 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2544         group line format, since it isn't very interesting.
2545
2546         * gnus-agent.el (gnus-agent-short-article),
2547         (gnus-agent-long-article): Increase values for these two variables,
2548         since most people are likely to have more network connection and
2549         storage than before.
2550
2551         * gnus.el (gnus-refer-article-method): Change default to 'current.
2552         When referring an article, the common behaviour is to refer it from the
2553         current select method, not the native select method.  The chances of
2554         the native select method having the message in question is rather slim
2555         these days.
2556
2557         * gnus-sum.el (gnus-auto-select-subject): Change default to
2558         `unseen-or-unread'.  I think it's likely that most people want to
2559         select an unseen article over a previously seen, but unread one.
2560
2561         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2562         means that in the article buffer none of the minor mode elements will
2563         be shown, usually, and this is not desirable in most cases.
2564
2565         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2566         that commands like `d' (and the like) go to the next line in the
2567         buffer, instead of the next unread article.  I think this is the
2568         behaviour that is most natural for most users.
2569         (gnus-single-article-buffer): Change default to nil, so that people can
2570         have as many article buffers open as they have summary buffer.  I think
2571         this is the most natural way for the groups to behave.
2572
2573         * message.el (message-generate-new-buffers): Change default to
2574         `unsent', so that all new message buffers start their names with the
2575         string "*unsent", and it's easier to find the buffers if you move from
2576         them.
2577
2578 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2581         small.  They're probably tracking images.
2582         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2583         (gnus-html-rescale-image): Yet another try at getting the image sizing
2584         right.
2585
2586         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2587         nntp-marks-file-name is nil.
2588
2589 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * gnus-html.el (gnus-html-wash-tags)
2592         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2593         Better logging.
2594
2595 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2598
2599         * gnus-html.el (gnus-html-wash-tags): Check the value of
2600         gnus-blocked-images in the summary buffer.
2601
2602 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2605
2606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2609         like "a", it seems like.
2610         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2611         since it needs to be picked from the correct buffer.
2612
2613         * nnwfm.el: Removed.
2614
2615         * nnlistserv.el: Removed.
2616
2617 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2620         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2621
2622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnkiboze.el: Removed.
2625
2626         * nndb.el: Removed.
2627
2628         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2629         alt text.
2630         (gnus-html-rescale-image): Try to get the rescaling logic right for
2631         images that are just wide and not tall.
2632
2633         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2634         overshadow variable bindings.
2635
2636 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * gnus-html.el (gnus-html-wash-tags)
2639         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2640         extra logging.
2641
2642 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2645         (gnus-max-image-proportion): New variable.
2646         (gnus-html-rescale-image): New function.
2647         (gnus-html-put-image): Rescale images.
2648
2649 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         Fix up some byte-compiler warnings.
2652         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2653         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2654         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2655         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2656         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2657         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2658         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2659
2660 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-html.el (gnus-article-html): Decode contents by charset.
2663
2664 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2667         (gnus-html-frame-width, gnus-blocked-images)
2668         * message.el (message-prune-recipient-rules): Add custom version.
2669         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2670
2671         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2672         functions.
2673
2674         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2675         gnus-process-get.
2676
2677 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2678
2679         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2680         instead of lsub directly.
2681
2682 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnwarchive.el: Removed.
2685
2686         * gnus-soup.el: Removed.
2687
2688         * nnsoup.el: Removed.
2689
2690         * nnultimate.el: Removed.
2691
2692         * gnus-html.el (gnus-blocked-images): New variable.
2693
2694         * message.el (message-prune-recipients): New function.
2695         (message-prune-recipient-rules): New variable.
2696
2697         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2698         guess whether a long line is natural text or not.
2699
2700         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2701         gnus-process-plist and friends for compatibility.
2702
2703 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2704
2705         * gnus-html.el: Require packages that define macros used in this file.
2706         (gnus-article-mouse-face): Declare to silence byte-compiler.
2707         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2708         process-get.
2709         (gnus-html-put-image): Use plist-get to avoid getf.
2710         (gnus-html-prefetch-images): Use with-current-buffer.
2711
2712 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-ems.el: Provide compatibility functions for
2715         gnus-set-process-plist.
2716
2717         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2718         header-line-format for XEmacs 21.4.
2719
2720         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2721         * gnus.el (gnus-valid-select-methods)
2722         * message.el (message-send-mail-partially-limit)
2723         * mm-decode.el (mm-text-html-renderer)
2724         * mml.el (mml-insert-mime-headers-always)
2725         * smiley.el (smiley-regexp-alist): Bump custom version.
2726
2727 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-html.el: require mm-url.
2730         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2731         with the url to `url'.
2732         (gnus-html-wash-tags): Support cid: URLs/images.
2733
2734 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2737         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2738         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2739
2740         * gnus-move.el: Removed file, since it doesn't really work.
2741
2742         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2743         UTF-8.  This seems to fix problems with some German web feeds.
2744
2745         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2746         at the top so that the proper colours are applied.
2747
2748         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2749         don't have dots in their names.
2750
2751         * gnus-art.el (gnus-article-view-part): Doc fix.
2752
2753         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2754         XEmacs-compatible.
2755         (gnus-html-put-image): Don't do images on non-graphic displays.
2756
2757         * nnslashdot.el: Removed this unused backend.
2758
2759         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2760         actions.
2761         (gnus-undo-register-1): Revert last change.
2762
2763         * gnus-group.el (gnus-group-completing-read): Protect against not
2764         having completion-styles bound.
2765
2766         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2767         make broken recipients happier.
2768
2769         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2770
2771         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2772         point parameter.
2773
2774         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2775
2776         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2777         completion-styles for group selection.
2778
2779 2009-02-04  Andreas Schwab  <schwab@suse.de>
2780
2781         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2782         headers and regexp-quote the match if necessary.
2783
2784 2009-03-24  Miles Bader  <miles@gnu.org>
2785
2786         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2787         the blinking smiley.
2788
2789 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2790
2791         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2792         blink smiley.
2793
2794 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2797         where the dribbel file lives exists.
2798
2799         * message.el (message-send-mail-partially-limit): Change the default to
2800         nil, since most people don't want this.
2801
2802         * mm-url.el (mm-url-decode-entities): Also decode entities like
2803         &#x3212.
2804
2805 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2806
2807         * gnus-sum.el (gnus-summary-idna-message):
2808         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2809         Hyperlink urls in docstrings with URL `...'.
2810
2811 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2812
2813         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2814         functions.
2815
2816 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2819         say what the mouseover text should be.
2820
2821         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2822         version of the mm-w3m-safe-url-regexp variable to only download images
2823         in the groups where we want that to happen.
2824
2825         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2826
2827         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2828         easier debugging.
2829         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2830         big pictures in the article buffer.
2831
2832         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2833         gnus-article-html.
2834         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2835         w3m.
2836
2837         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2838
2839 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2842         which doesn't exist.
2843
2844         * message.el (message-inhibit-ecomplete): New variable to allow some
2845         function to inhibit ecomplete address storage.
2846         (message-resend): Disable ecomplete message storage when resending
2847         messages.
2848
2849         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2850
2851 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2854         Save excursion while copying, moving, and deleting articles in order to
2855         prevent the cursor from jumping to unforeseen place.
2856
2857 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * lpath.el: No need to bind bookmark-current-buffer,
2860         bookmark-yank-point and bookmark-make-record-function.
2861
2862 2010-08-17  Glenn Morris  <rgm@gnu.org>
2863
2864         * gnus-sync.el: Require gnus components whose functions are used.
2865
2866         * gnus-art.el (bookmark-make-record-function):
2867         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2868         Declare for compiler.
2869
2870         * mm-url.el (mml-compute-boundary): Autoload.
2871
2872 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2875
2876 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         Typo fix "hoo4a" -> "hook".
2879
2880         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2881
2882 2010-08-14  Glenn Morris  <rgm@gnu.org>
2883
2884         * gnus-sync.el (gnus-sync): Fix defgroup version.
2885
2886 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2889
2890         * gnus-sync.el: Fix docs.
2891         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2892         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2893
2894 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         Optimizations for gnus-sync.el.
2897
2898         * gnus-sync.el: Add docs about gnus-sync-backend
2899         possibilities.
2900         (gnus-sync-save): Remove unnecessary message.
2901         (gnus-sync-read): Optimize and show what groups were skipped.
2902
2903 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2904
2905         Minor bug fixes for gnus-sync.el.
2906
2907         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2908         read the sync on get-new-news.
2909
2910         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2911         quiet.
2912
2913         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2914
2915 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2916
2917         Make saving and restoring of hidden threads work with overlays.
2918         Patch applied by Ted Zlatanov.
2919
2920         * gnus-sum.el (gnus-hidden-threads-configuration)
2921         (gnus-restore-hidden-threads-configuration): Update to deal with text
2922         properties, rather than searching for a magic character.
2923
2924 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         New gnus-sync.el library for synchronization of marks.
2927
2928         * gnus-sync.el: New library for synchronization of marks.
2929
2930         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2931         renamed from `gnus-registry-grep-in-list'.
2932
2933         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2934
2935         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2936
2937 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2940         determining charset of text fails.
2941
2942 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * nnmail.el (nnmail-get-new-mail-1): Revert.
2945
2946         * nnml.el (nnml-active-number): Make sure names of newly created groups
2947         in nnml-group-alist are encoded.
2948
2949 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2952         containing non-ASCII characters in active file for nnml back end.
2953
2954 2010-07-24  David Engster  <dengste@eml.cc>
2955
2956         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2957         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2958
2959 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2960
2961         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2962         tag (Bug#6654).
2963
2964 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2967         the article buffer, not the summary buffer.
2968
2969 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2972         Emacs 23 as well.
2973
2974 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2977         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2978
2979 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2980
2981         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2982         Patch applied by Karl Fogel.
2983
2984         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2985         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2986
2987 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2988
2989         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2990         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2991         C-w still not working correctly from Article buffers; Thierry's
2992         patch to fix that will be applied after this.
2993
2994         * gnus-art.el (bookmark-make-record-function): New local variable.
2995
2996         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2997         article buffer.
2998         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2999
3000 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3001
3002         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3003         on changes in bookmark.el.
3004
3005 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3008         `no-log' instead of message not to log prompt string.
3009
3010 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3011
3012         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3013         the *other* type of HTML form submission.
3014
3015 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3016
3017         * auth-source.el (auth-source-pick): If choice does not contain a
3018         questioned keyword, set the check to t.
3019
3020 2010-06-12  Romain Francoise  <romain@orebokech.com>
3021
3022         * gnus-util.el (gnus-date-get-time): Move up before first use.
3023
3024 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3027         (gnus-article-edit-part): Bind it to make last part that is substituted
3028         or deleted visible.
3029         (gnus-mime-display-single): Buttonize part of which id equals to
3030         gnus-mime-buttonized-part-id.
3031
3032 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3033
3034         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3035         (gnus-dd-mmm): Use gnus-date-get-time.
3036         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3037         simplify logic.
3038         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3039         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3040
3041 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3042
3043         * auth-source.el (top): Autoload `secrets-list-collections',
3044         `secrets-create-item', `secrets-delete-item'.
3045         (auth-sources): Fix tag string.
3046         (auth-get-source, auth-source-retrieve, auth-source-create)
3047         (auth-source-delete): New defuns.
3048         (auth-source-pick): Rewrite in order to avoid 2 passes.
3049         (auth-source-forget-user-or-password): New parameter USERNAME.
3050         (auth-source-user-or-password): New parameters CREATE-MISSING and
3051         DELETE-EXISTING.  Retrieve password interactively, if needed.
3052
3053 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3054
3055         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3056         deleting unused directories when gnus-expert-user is t.
3057
3058 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3061         for each temp file when gnus-article-browse-delete-temp is ask.
3062
3063 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3064
3065         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3066         Lisp calls to delete-backward-char by calls to delete-char.
3067
3068 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3069
3070         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3071
3072 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3073
3074         * password-cache.el (password-cache-remove): Fix docstring.
3075
3076 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3079         article unless decoding article to be saved.
3080
3081 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3084         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3085         generated within the mm-with-unibyte-current-buffer macro.
3086
3087 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3090         to nil when we're in a mml-preview buffer and no group is selected.
3091
3092 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3093
3094         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3095         when catching the `C-g'.  Reported by "Leo".
3096
3097 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * message.el (message-forward-make-body-plain)
3100         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3101         multibyte-string-p.
3102
3103         * lpath.el: Revert.
3104
3105 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * message.el (message-forward-make-body-mml): Assume original message
3108         is multibyte string; error on unibyte.
3109         (message-forward-make-body-plain): Ditto; don't add excessive newline
3110         in body end.
3111
3112         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3113
3114 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3115
3116         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3117         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3118
3119 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * mm-extern.el (mm-extern-url): Don't use
3122         mm-with-unibyte-current-buffer.
3123         (mm-extern-cache-contents): Use with-current-buffer instead of
3124         save-excursion + set-buffer.
3125
3126 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * mm-util.el (mm-emacs-mule): Remove.
3129
3130 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3131
3132         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3133         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3134         change.
3135
3136 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3139         bind the default value of enable-multibyte-characters to nil.
3140
3141 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * message.el (message-forward-make-body-plain)
3144         (message-forward-make-body-mml):
3145         Don't use mm-with-unibyte-current-buffer.
3146
3147 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3148
3149         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3150
3151 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3152
3153         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3154         (Bug#5592).
3155
3156 2010-05-07  Julien Danjou  <julien@danjou.info>
3157
3158         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3159         it to mm-pipe-part.
3160
3161         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3162         it is given.
3163
3164 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * binhex.el (binhex-decode-region-internal)
3167         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3168         (dns-query)
3169         * nnweb.el (nnweb-gmane-search)
3170         * pgg-parse.el (pgg-parse-armor)
3171         * pgg.el (pgg-verify-region)
3172         * sha1.el (sha1-string-external)
3173         * uudecode.el (uudecode-decode-region-internal)
3174         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3175         XEmacs.
3176
3177         * gnus-art.el (gnus-article-browse-html-parts)
3178         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3179         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3180         make-temp-file.
3181
3182         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3183         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3184         compiling.
3185
3186         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3187         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3188         XEmacs when compiling.
3189
3190         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3191         gnus-pick-mode-off-hook for XEmacs when compiling.
3192         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3193         gnus-binary-mode-off-hook for XEmacs when compiling.
3194
3195         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3196         nil if char-charset is not available.
3197
3198         * imap.el (imap-disable-multibyte)
3199         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3200         macros.
3201
3202         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3203         instead of encode-coding-string.
3204
3205         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3206         'xemacs) instead of mm-emacs-mule to switch function definitions.
3207         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3208
3209         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3210         bind temporary-file-directory for XEmacs;
3211         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3212         timer-set-function for XEmacs 21.4 and SXEmacs;
3213         bind timer-list for XEmacs 21.4 and SXEmacs;
3214         fbind char-charset and find-charset-region for non-Mule XEmacs;
3215         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3216         encode-coding-region and encode-coding-string for XEmacs having no
3217         file-coding feature.
3218
3219 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3220
3221         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3222
3223 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3226         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3227
3228 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3229
3230         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3231         alias `jka-compr-delete-temp-file' no longer exists.
3232
3233 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3234
3235         Use define-minor-mode in Gnus where applicable.
3236         * mml.el (mml-mode): Use define-minor-mode.
3237         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3238         (gnus-undo-mode): Use define-minor-mode.
3239         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3240         (gnus-dead-summary-mode): Use define-minor-mode.
3241         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3242         Initialize in declaration.
3243         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3244         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3245         (gnus-mailing-list-mode): Use define-minor-mode.
3246         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3247         (gnus-draft-mode): Use define-minor-mode.
3248         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3249         (gnus-dired-mode): Use define-minor-mode.
3250
3251 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3252
3253         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3254         handles on recursive mml-to-mime translation and check them for
3255         boundary delimiter collisions.  Reported by Greg Troxel.
3256
3257 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3260
3261 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3262
3263         * mm-util.el (mm-find-buffer-file-coding-system):
3264         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3265
3266 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3267
3268         * message.el (message-generate-headers): Record insertion of optional
3269         headers as well.  Otherwise the check to prevent repeated insertion of
3270         optional headers is a no-op.
3271
3272 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * smime.el: Don't mention CVS.
3275
3276         * nnrss.el (nnrss-fetch): Don't mention CVS.
3277
3278         * nnir.el: Don't mention CVS.
3279
3280 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3281
3282         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3283
3284 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * lpath.el: Fbind bookmark-default-handler,
3287         bookmark-get-bookmark-record, bookmark-make-record-default,
3288         bookmark-prop-get for Emacs <23 and XEmacs.
3289
3290 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3291
3292         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3293         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3294         Use with-current-buffer to silence the byte-compiler.
3295         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3296         bother to require `gnus'.
3297         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3298
3299 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3300
3301         * gnus-sum.el (gnus-summary-bookmark-make-record)
3302         (gnus-summary-bookmark-jump): New functions.
3303         (gnus-summary-mode): Setup bookmark support.
3304
3305 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3306
3307         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3308         if set.
3309
3310 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3313         gnus-article-browse-html-save-cid-image; make it work recursively for
3314         forwarded messages as well.
3315         (gnus-article-browse-html-parts): Work when prefix arg is given.
3316         (gnus-article-browse-html-article): Doc fix.
3317
3318 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3319
3320         * message.el (message-default-mail-headers):
3321         (message-default-headers): Carry the value mail-default-headers over
3322         into message-default-mail-headers, rather than message-default-headers.
3323
3324 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3325
3326         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3327         charset.
3328
3329         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3330         charset into the <meta> tag when the article is encoded to utf-8.
3331
3332 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3335         directories as well.
3336         (gnus-article-browse-html-parts): Work for images that do not specify
3337         file names; delete temp directory when quitting; insert header at the
3338         right place; use file: scheme for image files.
3339
3340 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3341
3342         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3343         (gnus-article-browse-html-parts): Use it to make temporary cid image
3344         files in addition to html file so that browser may display them.
3345
3346 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3349
3350 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3353
3354 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3355
3356         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3357         about Secret Service API sources.  Improve Customize options.
3358         (auth-source-pick): Change to accept any number of search parameters.
3359         Implement fallbacks iteratively, not recursively.  Add scoring on the
3360         second pass and sort by score.  Call Secret Service API when needed.
3361         (auth-source-user-or-password): Use it.  Call Secret Service API
3362         directly when needed to get the user name and the password.
3363
3364 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3365
3366         * message.el (message-interactive): Doc fix.
3367         (message-qmail-inject-args): Reflow.
3368         (message-kill-to-signature): Fix typo in docstring.
3369
3370         * smiley.el (smiley-buffer): Fix typo in docstring.
3371
3372 2010-03-24  Glenn Morris  <rgm@gnu.org>
3373
3374         * mail-source.el (gnus-message): Declare.
3375         (mail-source-delete-old-incoming): Require gnus-util.
3376
3377 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3380
3381         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3382
3383         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3384         password-cache's default if it is not bound.
3385         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3386         password-cache-expiry's default if it is not bound.
3387
3388         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3389         available in Emacs 21.
3390
3391         * lpath.el: Suppress compiler warnings for:
3392         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3393         XEmacs;
3394         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3395         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3396         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3397
3398 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * auth-source.el (auth-sources): Fix up definition so extra parameters
3401         are always inline.
3402
3403 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3404
3405         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3406         wasn't updated after mismatch.  Clear cached mailbox info correctly
3407         when uidvalidity changes.
3408         (nnimap-group-prefixed-name): New function to avoid some code
3409         duplication.
3410         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3411         (nnimap-request-group): Use it.
3412         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3413         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3414         with many imap folders.  This is done by caching the group status from
3415         the imap server persistently in a group parameter `imap-status'.  (This
3416         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3417         but not persistently, so every Gnus startup was still very slow.)
3418
3419 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3422         delete the extra newline.  Otherwise editing of :string and :number
3423         types don't work.
3424
3425 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3426
3427         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3428         secrets.el dependency.
3429         (auth-sources): Add optional user name.  Add secrets.el configuration
3430         choice (unused right now).
3431
3432 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3433
3434         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3435         `gnus-registry-install-shortcuts' fill in the functions.
3436
3437         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3438         warnings.
3439         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3440         (gnus-registry-install-shortcuts): Populate and use it in a
3441         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3442
3443 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3444
3445         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3446         In-place substitutions for the group name encoding/decoding.
3447         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3448         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3449         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3450         (nnimap-update-unseen, nnimap-request-list)
3451         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3452         (nnimap-request-set-mark, nnimap-split-to-groups)
3453         (nnimap-split-articles, nnimap-request-newgroups)
3454         (nnimap-request-create-group, nnimap-request-accept-article)
3455         (nnimap-request-delete-group, nnimap-request-rename-group)
3456         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3457         `encoded-mbx' for consistency.
3458         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3459         variable `imap-current-mailbox'.
3460
3461         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3462         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3463
3464 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3465
3466         * pop3.el (pop3-display-message-size-flag): Display message size byte
3467         counts during POP3 download.
3468         (pop3-movemail): Use it.
3469         (pop3-list): Implement listing of available messages.
3470
3471 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3472
3473         * nnir.el (nnir-get-article-nov-override-function): New function to
3474         override the normal NOV retrieval.
3475         (nnir-retrieve-headers): Use it.
3476
3477 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3478
3479         * auth-source.el (netrc-machine-user-or-password): Autoload.
3480
3481 2010-03-19  Glenn Morris  <rgm@gnu.org>
3482
3483         Stop message.el from loading about 40 libraries it doesn't always need.
3484         The general approach is to autoload rather than require, and to
3485         require in the specific functions rather than the file.  (Bug#5642)
3486
3487         * gmm-utils.el: Don't require wid-edit.
3488         (widget-create-child-value, widget-convert, widget-default-get):
3489         Autoload.
3490
3491         * gnus-util.el: Don't require time-date, netrc.
3492         (message-fetch-field, gnus-group-name-decode): Declare rather than
3493         autoloading.
3494         (gnus-fetch-field): Require message.
3495         (gnus-decode-newsgroups): Require gnus-group.
3496
3497         * ietf-drums.el: Don't require time-date.
3498
3499         * message.el: Don't require hashcash, canlock, ecomplete.
3500         Do require mail-utils.  Require nnheader only when compiling.
3501         (smtpmail-default-smtp-server): Remove declaration.
3502         (message-send-mail-function): Check smtpmail-default-smtp-server
3503         is bound rather than requiring smtpmail.
3504         (message-auto-save-directory, message-insert-signature): Use
3505         expand-file-name rather than nnheader-concat.
3506         (nnheader-insert-file-contents): Autoload.
3507         (hashcash-wait-async): Declare.
3508         (message-send-mail): Only call gnus-setup-posting-charset if
3509         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3510         (message-send-mail-with-sendmail): Require sendmail.
3511         (canlock-password, canlock-password-for-verify): Declare.
3512         (message-canlock-password): Require canlock.
3513         (nnheader-get-report): Autoload.
3514         (gnus-setup-posting-charset): Declare.
3515         (message-send-news): Require gnus-msg.
3516         (message-make-references, message-make-in-reply-to): Use mail-header-id
3517         rather than the alias mail-header-message-id.
3518         (ecomplete-add-item, ecomplete-save): Declare.
3519         (message-put-addresses-in-ecomplete): Require ecomplete.
3520         (ecomplete-display-matches): Autoload.
3521
3522         * mm-decode.el: Don't require mailcap, gnus-util.
3523         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3524         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3525         Autoload.
3526         (mailcap-mime-extensions): Declare.
3527
3528         * mm-encode.el: Don't require mailcap.
3529         (mailcap-extension-to-mime): Autoload.
3530
3531         * mml-sec.el: Don't require password-cache.
3532
3533         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3534         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3535         (mml-minibuffer-read-type): Require mailcap.
3536         (mml-preview): Require gnus-msg.
3537
3538         * mml1991.el: Require password-cache.
3539         (password-cache-expiry): Remove declaration.
3540
3541         * mml2015.el: Require password-cache.
3542         (password-cache-expiry): Remove declaration.
3543
3544         * nneething.el (mailcap): Require mailcap.
3545
3546         * nnheader.el (declare-function): Add compatibility stub.
3547         (message-remove-header): Declare rather than autoload.
3548         (nnheader-replace-header): Require message.
3549
3550         * nnimap.el (declare-function): Add compatibility stub.
3551         (netrc-parse, netrc-machine-user-or-password): Declare.
3552         (nnimap-open-connection): Require netrc.
3553
3554         * nntp.el (declare-function): Add compatibility stub.
3555         (netrc-parse, netrc-machine, netrc-get): Declare.
3556         (nntp-send-authinfo): Require netrc.
3557
3558         * rfc2047.el: Don't require qp.
3559         (quoted-printable-encode-region, quoted-printable-decode-string):
3560         Autoload.
3561
3562         * sieve-mode.el: Don't require easymenu.
3563         (easy-menu-add-item): Autoload it.
3564
3565         * spam-stat.el (time-to-number-of-days): Autoload it.
3566
3567 2010-03-19  Glenn Morris  <rgm@gnu.org>
3568
3569         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3570
3571 2010-03-18  Glenn Morris  <rgm@gnu.org>
3572
3573         * hashcash.el (declare-function): Remove duplicate definition.
3574
3575 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3576
3577         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3578         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3579         value if any backslash escapes).
3580
3581 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3584         if it is available.  (bug#5647)
3585
3586         * lpath.el: Suppress compiler warning for coding-system-from-name for
3587         Emacs 21 and XEmacs.
3588
3589 2010-03-14  Juri Linkov  <juri@jurta.org>
3590
3591         * hmac-def.el:
3592         * hmac-md5.el:
3593         * netrc.el: Fix keywords.
3594
3595 2010-02-26  Glenn Morris  <rgm@gnu.org>
3596
3597         * message.el (message-send-mail-function): Change the default, so that
3598         it inherits from a customized send-mail-function.  (Bug#5643)
3599
3600 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3603         shell-command-to-string signals an error (bug#5299).
3604
3605 2010-02-24  Glenn Morris  <rgm@gnu.org>
3606
3607         * message.el (message-smtpmail-send-it)
3608         (message-send-mail-with-mailclient): Doc fixes.
3609
3610 2010-02-16  Glenn Morris  <rgm@gnu.org>
3611
3612         * message.el (message-default-mail-headers): Change the default value
3613         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3614
3615 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3618         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3619
3620 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3621
3622         * time-date.el (date-to-time): Doc fix (Bug#5408).
3623
3624 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3625
3626         * message.el (message-mail): Just pass yank-action on to message-setup.
3627         (message-setup): Handle (FUN . ARGS) form of yank-action.
3628         (message-with-reply-buffer, message-widen-reply)
3629         (message-yank-original): Handle non-buffer values of
3630         message-reply-buffer (Bug#4080).
3631         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3632
3633 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3634
3635         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3636         Fix typo in docstring.
3637
3638 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3639
3640         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3641         response.
3642
3643 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3646
3647         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3648
3649         * message.el (message-check-news-header-syntax): Protect against a
3650         string that `rfc822-addresses' returns when parsing fails.
3651
3652 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3655         (gnus-previous-char-property-change): New functions.
3656
3657         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3658
3659 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3660
3661         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3662         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3663
3664 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3665
3666         * message.el (message-exchange-point-and-mark): Rework last change to
3667         avoid using optional arg of exchange-point-and-mark, for backward
3668         compatibility.
3669
3670 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3671
3672         * message.el (message-exchange-point-and-mark): Call
3673         exchange-point-and-mark with an argument rather than setting
3674         mark-active by hand (Bug#5175).
3675
3676 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * nntp.el (nntp-service-to-port): Work for service expressed with
3679         numeric string; replace [:digit:] with [0-9] for XEmacs.
3680
3681 2009-12-17  Glenn Morris  <rgm@gnu.org>
3682
3683         * gnus-group.el (gnus-bug-group-download-format-alist):
3684         Change emacs entry to debbugs.gnu.org.  Bump :version.
3685
3686 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3689
3690 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * message.el (message-info): Explain why we use `Info-goto-node'.
3693
3694 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3697
3698 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3699
3700         * message.el (message-completion-in-region): New compatibility function.
3701         (message-expand-group): Use it.
3702
3703 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3706         with no unread article should be listed if the 2nd arg `predicate' is
3707         given.
3708
3709 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3712
3713 2009-11-29  Juri Linkov  <juri@jurta.org>
3714
3715         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3716         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3717         on `gnus-recenter'. (Bug#4698, Bug#4981)
3718
3719 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3720
3721         * sha1.el (sha1-string-external): default-directory "/" in case
3722         otherwise non-existent.  process-connection-type pipe for touch of
3723         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3724
3725 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3726
3727         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3728         it's comms related and sgml-mode.el has "comm" on that basis too.
3729
3730 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3733         containing tspecial characters if they have been already quoted.
3734
3735 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3736
3737         * dns-mode.el (auto-mode-alist): Purecopy string.
3738
3739 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3740
3741         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3742
3743 2009-10-24  Glenn Morris  <rgm@gnu.org>
3744
3745         * gnus-art.el (help-xref-stack-item): Define for compiler.
3746
3747 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3748
3749         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3750
3751 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3754
3755 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3758         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3759
3760 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3763         (gnus-overlays-in): New alias to overlays-in.
3764
3765         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3766         gnus-overlay-get, and gnus-delete-overlay.
3767         (gnus-summary-show-thread): Make it work as well for systems in which
3768         next-single-char-property-change is not available.
3769         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3770
3771         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3772         (gnus-overlay-get): New alias to extent-property.
3773         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3774
3775         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3776         SXEmacs.
3777
3778         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3779         SXEmacs.
3780
3781 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3784
3785 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3786
3787         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3788         and XEmacs that don't have `remove-overlays'.
3789
3790 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3791
3792         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3793         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3794         selective display.  Use overlays instead.
3795
3796 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3797
3798         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3799
3800 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3801
3802         * spam-stat.el (spam-stat-load): Fix typo in message.
3803
3804 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3805
3806         * dig.el (dig-invoke): Fix typo in docstring.
3807         (query-dig): Reflow docstring.
3808
3809 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3810
3811         * gnus-art.el (gnus-article-encrypt-body):
3812         * message.el (message-check-recipients):
3813         * mm-util.el (mm-codepage-setup):
3814         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3815         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3816
3817 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3818
3819         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3820         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3821         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3822         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3823         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3824
3825 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3826
3827         * dig.el: Add "Keywords: comm", as per net-utils.el.
3828
3829 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         * dig.el (dig-mode): Use define-derived-mode.
3832
3833 2009-09-19  Glenn Morris  <rgm@gnu.org>
3834
3835         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3836
3837 2009-09-18  Glenn Morris  <rgm@gnu.org>
3838
3839         * gnus-diary.el (gnus-diary-check-message):
3840         * message.el (message-insert-formatted-citation-line):
3841         * nnbabyl.el (top-level):
3842         * nndiary.el (nndiary-schedule):
3843         Fix typos in condition-case handlers.
3844
3845 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3848         configuration that provides the sole article window in a frame;
3849         position point correctly after deleting a part.
3850
3851 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3852
3853         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3854         (spam-resolve-registrations-routine): Use it to unregister articles
3855         that change status.
3856
3857 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3860         with XEmacs.
3861         (parse-time-string-chars): Use it.
3862
3863 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         * imap.el (imap-interactive-login): Better messages.
3866         (imap-open): Fix bug with renamed buffer on reconnect.
3867         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3868         for easier debugging and cleaner code.  On successful (guessed based on
3869         server capabilities) secondary authentication, set imap-state
3870         correctly.
3871         (imap-last-authenticator): Define imap-last-authenticator as a variable
3872         to avoid warnings.
3873
3874 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * nnrss.el (nnrss-request-article): Remove binding of
3877         default-enable-multibyte-characters that has gotten needless by
3878         the 2007-07-13 change in rfc2047-encode-message-header.
3879
3880         * mml.el (mml-insert-multipart): Error on the message header.
3881         (mml-insert-part): Error on the message header; position point at
3882         the end of a MIME tag.
3883
3884 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * time-date.el (autoload): Expand define-obsolete-function-alias into
3887         defalias and make-obsolete for old Emacsen that Gnus supports.
3888         (with-no-warnings): Define it for old Emacsen.
3889         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3890         is available.
3891         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3892         float-time is available; suppress compile warning for time-to-seconds.
3893
3894         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3895         (gnus-float-time): Alias to float-time if it exists.
3896
3897         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3898         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3899         float-time is available; suppress compile warning for time-to-seconds.
3900
3901         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3902         XEmacs.
3903
3904 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3905
3906         * imap.el (imap-message-map): Docstring fix.
3907
3908 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3911         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3912         Add the optional argument `encoding' that overrides the default.
3913
3914         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3915         mm-encode-buffer.
3916
3917 2009-09-04  Glenn Morris  <rgm@gnu.org>
3918
3919         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3920         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3921         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3922         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3923         * mm-util.el (mm-with-unibyte-current-buffer)
3924         (mm-find-buffer-file-coding-system):
3925         * yenc.el (yenc-decode-region): Use default-value rather than
3926         default-enable-multibyte-characters.
3927
3928 2009-09-03  Glenn Morris  <rgm@gnu.org>
3929
3930         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3931         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3932         than default-enable-multibyte-characters.
3933
3934 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3935
3936         * gnus-art.el (gnus-article-read-summary-keys):
3937         Fix gnus-buffer-configuration's value temporarily used.
3938
3939 2009-09-02  Glenn Morris  <rgm@gnu.org>
3940
3941         * gnus-util.el (gnus-float-time): New function.
3942         * gnus-delay.el (gnus-delay-article):
3943         * gnus-sum.el (gnus-thread-latest-date):
3944         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3945         * nnspool.el (nnspool-request-newgroups):
3946         Use gnus-float-time rather than time-to-seconds.
3947         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3948
3949         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3950         (gnus-header-subject-face, gnus-header-newsgroups-face)
3951         (gnus-header-name-face, gnus-header-content-face):
3952         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3953         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3954         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3955         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3956         (gnus-cite-face-11):
3957         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3958         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3959         (gnus-server-closed-face, gnus-server-denied-face)
3960         (gnus-server-offline-face):
3961         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3962         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3963         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3964         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3965         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3966         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3967         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3968         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3969         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3970         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3971         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3972         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3973         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3974         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3975         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3976         (gnus-summary-high-undownloaded-face)
3977         (gnus-summary-low-undownloaded-face)
3978         (gnus-summary-normal-undownloaded-face)
3979         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3980         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3981         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3982         (gnus-splash-face):
3983         * message.el (message-header-to-face, message-header-cc-face)
3984         (message-header-subject-face, message-header-newsgroups-face)
3985         (message-header-other-face, message-header-name-face)
3986         (message-header-xheader-face, message-separator-face)
3987         (message-cited-text-face, message-mml-face):
3988         * sieve-mode.el (sieve-control-commands-face)
3989         (sieve-action-commands-face, sieve-test-commands-face)
3990         (sieve-tagged-arguments-face):
3991         * spam.el (spam-face):
3992         Mark face aliases with "-face" in the name as obsolete.
3993
3994 2009-09-01  Glenn Morris  <rgm@gnu.org>
3995
3996         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3997         than goto-line.
3998
3999 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4002         Don't move point if the command is invoked inside the message header.
4003
4004 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * imap.el (imap-send-command): Simplify.
4007         (imap-wait-for-tag): point-max -> buffer-size.
4008
4009 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4012         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4013         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4014         * nnir.el (nnir-swish-e-index-file):
4015         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4016         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4017         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4018         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4019         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4020         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4021
4022 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4025         Don't save excursion.
4026
4027 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4028
4029         * nnheader.el (nnheader-find-file-noselect):
4030         * mm-util.el (mm-insert-file-contents):
4031         Use (default-value 'major-mode) instead of default-major-mode.
4032
4033 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4034
4035         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4036
4037 2009-08-26  Glenn Morris  <rgm@gnu.org>
4038
4039         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4040         than placing in files.el.
4041
4042 2009-08-25  Glenn Morris  <rgm@gnu.org>
4043
4044         * nnir.el (top-level): Don't require cl at run-time.
4045         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4046         Replace cl-function substitute with gnus-replace-in-string.
4047         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4048         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4049         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4050         simplified expansions.
4051
4052 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4053
4054         * dig.el (dig): Add autoload cookie.
4055
4056 2009-08-22  Glenn Morris  <rgm@gnu.org>
4057
4058         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4059         goto-line.
4060
4061 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4062
4063         * parse-time.el (parse-time-string-chars): Save match data.
4064
4065 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4066
4067         * parse-time.el (parse-time-string-chars): Compute using character
4068         classes, to handle non-ascii characters (Bug#3190).
4069
4070 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4073
4074         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4075         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4076         (gnus-mm-display-part, gnus-mime-display-single)
4077         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4078         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4079
4080         * gnus-sum.el
4081         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4082         (gnus-summary-move-article): Add expirable mark to articles copied or
4083         moved to group that has auto-expire turned on if the option is non-nil.
4084
4085 2009-07-24  Glenn Morris  <rgm@gnu.org>
4086
4087         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4088         Fix typo.  (Bug#3903)
4089
4090 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4093         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4094         that should not be used for draft articles.
4095         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4096         that has no concern in minor mode keys.
4097         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4098         Abolish.
4099
4100 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4103         article without making inquiry to a user for unknown encoding.
4104
4105         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4106         (nnmaildir--scan): Assume i-node and device number that file-attributes
4107         returns might be cons-cell.
4108
4109         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4110
4111         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4112
4113 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * auth-source.el: Remove docs now in auth.texi.  Don't use
4116         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4117         `auth-source-hide-passwords' and use them.
4118
4119 2009-07-15  Glenn Morris  <rgm@gnu.org>
4120
4121         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4122
4123 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4126         excessive whitespace from the default values of title and description.
4127
4128 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4131         mail-fetch-field to fetch Content-Description header in order to
4132         exclude newlines.
4133
4134 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4135
4136         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4137         format used by GnuPG 2.0.11.
4138
4139 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4142         to deleted part.
4143
4144 2009-05-30  David Engster  <dengste@eml.cc>
4145
4146         * nnmairix.el: Remove old documentation in the commentary block.
4147         (nnmairix-request-group): Do not update active file for nnml back ends.
4148         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4149         end so that overview files are ignored.
4150         (nnmairix-update-groups): Make updating the groups more robust by using
4151         marks.
4152         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4153         with dollar characters in message-id.
4154
4155 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4158         2008-12-25 in dns.el.
4159
4160 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4161
4162         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4163         could happen if the text is only composed of spaces and/or tabs.
4164
4165 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4166
4167         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4168         when sending a queued message to avoid extra mml tags.
4169
4170 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4173
4174 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4177         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4178         rmail-toggle-header for XEmacs;
4179         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4180
4181 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-dired.el: Remove autoload for gnus-setup-message.
4184         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4185         displaying Gnus logo; always use compose-mail.
4186
4187 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4190
4191 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4194         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4195         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4196         available.
4197         (gnus-nocem-epg-verify): New function.
4198
4199 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4202
4203 2009-02-15  Glenn Morris  <rgm@gnu.org>
4204
4205         * gnus-util.el (rmail-insert-rmail-file-header)
4206         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4207         autoloads.
4208         (rmail-default-rmail-file): Remove unnecessary declaration.
4209         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4210
4211 2009-02-14  Glenn Morris  <rgm@gnu.org>
4212
4213         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4214         variable (only used in gnus-util, which declares it anyway).
4215         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4216         which was only needed by gnus-art (changed to not use it any more).
4217         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4218         only used in gnus-util, which autoloads it itself.
4219         (rmail-update-summary): Fix autoload.
4220
4221         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4222         rather than rmail-output-to-rmail-file.
4223
4224 2009-02-07  Glenn Morris  <rgm@gnu.org>
4225
4226         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4227         autoload of function that no longer exists.
4228         (rmail-toggle-header): Declare.
4229         (message-forward-rmail-make-body): Handle mbox Rmail.
4230
4231 2009-01-31  Glenn Morris  <rgm@gnu.org>
4232
4233         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4234         2009-01-09 change.
4235
4236 2009-01-31  Dave Love  <fx@gnu.org>
4237
4238         * imap.el (imap-fetch-safe): Bind debug-on-error.
4239         (imap-debug): Add imap-fetch-safe.
4240
4241 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4244         (auth-source-forget-all-cached): New convenience function.
4245         (auth-source-user-or-password): Accept list of modes or a single mode.
4246
4247         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4248         auth-source modes.
4249
4250         * netrc.el (netrc-machine-user-or-password): Use list of
4251         auth-source modes.
4252
4253         * nnimap.el (nnimap-open-connection): Use list of
4254         auth-source modes.
4255
4256         * nntp.el (nntp-send-authinfo): Use list of
4257         auth-source modes.
4258
4259 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4262         now.
4263
4264 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4267         coding system in XEmacs; add a workaround for XEmacs.
4268
4269         * lpath.el: Fbind coding-system-aliasee.
4270
4271 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4274         of current-language-environment.
4275
4276 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4279         available at runtime.
4280
4281 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4284
4285 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4286
4287         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4288         the greatest positive fixnum value doesn't work under an XEmacs with
4289         bignum support; use the most-positive-fixnum constant instead,
4290         available since Emacs 21.1 with cl and XEmacs 21.1.
4291
4292 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4295         XEmacs gets not to work.
4296
4297 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * mm-util.el (mm-coding-system-priorities): Allow the value like
4300         "Japanese (UTF-8)" of current-language-environment.
4301
4302 2009-01-09  Glenn Morris  <rgm@gnu.org>
4303
4304         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4305         with last-command-event.
4306
4307 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4310         in the doc string.
4311
4312         * message.el (message-fix-before-sending): Amend comment.
4313
4314 2009-01-08  Dave Love  <fx@gnu.org>
4315
4316         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4317
4318 2009-01-07  David Engster  <dengste@eml.cc>
4319
4320         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4321         simplified server definitions by converting it via
4322         gnus-server-to-method.
4323
4324 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4327         parameter's operands.
4328
4329 2009-01-06  David Engster  <dengste@eml.cc>
4330
4331         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4332         primary select method (for gnus-group-mark-article-as-read).
4333
4334 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4335
4336         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4337         `(gnus)Face', not `(gnus)X-Face'.
4338
4339 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * mm-util.el (mm-ucs-to-char): New function.
4342
4343         * mm-url.el (mm-url-decode-entities): Use it.
4344
4345         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4346         unicode-to-char.
4347
4348 2009-01-05  Dave Love  <fx@gnu.org>
4349
4350         * time-date.el: Require cl for `declare'.
4351
4352 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4355         Dave Love.
4356
4357 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * message.el (message-fix-before-sending): Add `eight-bit' to
4360         illegible-text check.
4361
4362 2009-01-03  Michael Olson  <mwolson@gnu.org>
4363
4364         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4365         `headers' is nil.  This can occur if the IMAP server does not have
4366         permissions to read messages from a folder, but can write new messages
4367         to the folder.
4368         (nnimap-request-article-part): Do not insert `data' if it is nil.
4369
4370         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4371         characters which will confuse `read', so skip past them.
4372
4373 2009-01-01  Dave Love  <fx@gnu.org>
4374
4375         * imap.el (imap-string-to-integer): Fix typo.
4376         (imap-fetch-safe): New function.
4377         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4378
4379         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4380
4381         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4382         (imap-parse-greeting): Fix doc strings.
4383         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4384         (imap-parse-flag-list): Make messages unique.
4385         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4386
4387         * nnimap.el: Fix author email.
4388         (nnimap-split-rule): Add FIXME comment.
4389         (nnimap-debug): Fix doc string.
4390
4391 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4394
4395 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4398         nslookup if resolv.conf isn't available.
4399         (dns-query): Rename from query-dns.
4400         (dns-query-cached): Rename from query-dns-cached.
4401
4402 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4405         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4406         to check if those variables exist (first appeared in Emacs 18.50).
4407
4408 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * mm-util.el (mm-line-number-at-pos): New function.
4411
4412         * spam-report.el (spam-report-process-queue): Use it.
4413
4414 2008-12-24  David Engster  <dengste@eml.cc>
4415
4416         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4417         parameters that haven't existed as variables as buffer-local variables.
4418
4419 2008-12-23  Dave Love  <fx@gnu.org>
4420
4421         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4422         cadar.
4423
4424         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4425         imap-starttls-p.
4426         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4427
4428 2008-12-22  Dave Love  <fx@gnu.org>
4429
4430         * imap.el: Fix author email.  Doc fixes.
4431         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4432         reply.
4433
4434 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * spam-report.el (spam-report-gmane-max-requests): New constant.
4437         (spam-report-gmane-wait): New variable.
4438         (spam-report-gmane-ham, spam-report-gmane-spam)
4439         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4440         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4441         the server.
4442
4443         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4444         Add explanations.
4445
4446         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4447         nnheader-accept-process-output and nnheader-read-timeout if available.
4448         (pop3-movemail): Use it.
4449
4450         * message.el (message-check-news-body-syntax): Fix signature check if
4451         there's an attachment.
4452
4453 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * mm-util.el: Add comments to the mm- emulating functions.
4456
4457 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4460         by Stephen Berman <stephen.berman@gmx.net>.
4461
4462 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * mm-util.el (mm-substring-no-properties): New function.
4465         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4466         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4467         (mm-string-to-multibyte): Doc fix.
4468
4469         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4470
4471 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * mml.el (mml-attach-file): Strip text properties from file name.
4474         (Bug#1574)
4475
4476 2008-12-16  Glenn Morris  <rgm@gnu.org>
4477
4478         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4479
4480 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4483         knows since the charset specified might be a bogus alias that
4484         mm-charset-synonym-alist provides.
4485
4486 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4489         "ISO_8859-1".
4490
4491         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4492
4493 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * mm-util.el (mm-charset-eval-alist):
4496         Define it before mm-charset-to-coding-system.
4497         (mm-charset-to-coding-system): Add optional argument `silent';
4498         define it before mm-charset-override-alist.
4499         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4500         default value if it can be used in Emacs currently running;
4501         silence mm-charset-to-coding-system.
4502
4503 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4506         `allow-override' which says whether to use `mm-charset-override-alist'.
4507         (rfc2047-decode-encoded-words): Use it.
4508
4509         * mm-util.el (mm-charset-override-alist): Fix custom type;
4510         add `(gb2312 . gbk)' to choices.
4511
4512 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4515         fast.
4516
4517         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4518
4519         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4520
4521 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4522
4523         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4524         on links.
4525
4526         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4527
4528 2008-12-03  Lute Kamstra  <lute@gnu.org>
4529
4530         * sha1.el: Remove leading * from docstrings of defcustoms,
4531         deffaces, defconsts and defuns.
4532
4533 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4536         users' addresses that don't have domain parts.
4537         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4538         rather than message-narrow-to-head since there will be the message
4539         header separator.
4540
4541 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4544         since the result is inserted in a unibyte buffer anyway.
4545         (nnimap-demule-use-string-to-multibyte): Remove.
4546         (nnimap-demule): Alias it to mm-string-to-multibyte.
4547
4548 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4551         variable for debugging bug#464 and bug#1174.
4552         (nnimap-demule): Use it.
4553
4554 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4557         score calculation correctly.
4558
4559 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4560
4561         * message.el (message-send-mail): Just set the buffer to unibyte
4562         rather than use mm-with-unibyte-current-buffer which does a lot more.
4563         (message-send-mail-partially): Don't bother with
4564         mm-with-unibyte-current-buffer since it's already been made unibyte by
4565         message-send-mail.
4566
4567 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4570
4571 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4574
4575 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4578         require itself and to remove `with-no-warnings'.
4579
4580 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * starttls.el (starttls-any-program-available): Get the name of the
4583         available TLS layer program.
4584         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4585         well as the host name in the "opening" message.
4586
4587         * auth-source.el (auth-source-cache, auth-source-do-cache)
4588         (auth-source-user-or-password): Cache passwords and logins by default,
4589         allow override with `auth-source-do-cache'.
4590         (auth-source-forget-user-or-password): Allow users to remove cache
4591         entries if needed.
4592
4593 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4594
4595         * md4.el (md4-buffer): Fix typo in docstring.
4596         (md4, md4-64): Doc fixes.
4597         (md4-pack-int32): Reflow docstring.
4598
4599 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4602         condition-case to only the forward-sexp call.
4603
4604 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4605
4606         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4607         quotes contained.  Make it more robust regardless by an extra
4608         condition-case wrapper.
4609
4610 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4613
4614 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * nnml.el (nnml-request-expire-articles): Check if the function set to
4617         `nnmail-expiry-target' returns the symbol `delete'.
4618
4619         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4620
4621         * nnmail.el (nnmail-expiry-target): Fix custom type.
4622
4623 2008-10-02  Glenn Morris  <rgm@gnu.org>
4624
4625         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4626         Silence compiler warning.
4627
4628 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4629
4630         * tls.el (open-tls-stream): Show the actual command being
4631         executed, instead of the format string.
4632
4633 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * lpath.el: Fbind codepage-setup for Emacs 23.
4636
4637 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4638
4639         * mml.el (mml-menu): Don't assume mml2015 is bound.
4640
4641 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4644         exists.
4645
4646 2008-09-27  Glenn Morris  <rgm@gnu.org>
4647
4648         * gnus-util.el (mail-header-remove-comments): Autoload it.
4649
4650 2008-09-27  Andreas Schwab  <schwab@suse.de>
4651
4652         * gnus-util.el (gnus-split-references): Strip comments.
4653         (gnus-parent-id): Likewise.
4654
4655 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * message.el (message-confirm-send): Fix version.
4658
4659 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * message.el (message-idna-to-ascii-rhs-1): Use
4662         mail-extract-address-components rather than mail-header-parse-addresses
4663         that is an alias by default to ietf-drums-parse-addresses that does not
4664         support non-ASCII names in headers' contents.
4665
4666 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * message.el (message-confirm-send): Fixed variable documentation to
4669         avoid the "y/n" wording.
4670
4671 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4672
4673         * message.el (message-set-auto-save-file-name): Save to a different
4674         filename so multiple messages (especially drafts) can be recovered.
4675
4676 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * message.el (message-confirm-send): Add appropriate version.
4679
4680 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4683         defvar.
4684
4685 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4686
4687         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4688         (mm-pkcs7-enveloped-magic): Ditto.
4689
4690 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4691
4692         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4693         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4694
4695 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4698         default, it's better.
4699
4700 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4703         summary line gnus-number property and ignore them (with a warning
4704         message).
4705
4706 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4709         macro caddr in the interactive form since it won't be expanded.
4710
4711 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4714         `charset'; fix name of function called recursively.
4715         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4716
4717 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4720         (gnus-mime-set-charset-parameters): New function.
4721         (gnus-mime-view-part-as-charset): Use it to correctly display part
4722         specifying wrong charset.
4723
4724 2008-09-08  David Engster  <dengste@eml.cc>
4725
4726         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4727         in completing-read for back end server.
4728
4729 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4730
4731         * message.el (message-confirm-send): New variable to confirm sending a
4732         message.
4733         (message-send): Use it.
4734
4735 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4738
4739 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4742
4743 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4744
4745         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4746         prevent tracking too many groups.
4747         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4748         Use it.
4749
4750 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4751
4752         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4753         moving point to the bottom of the window in order to avoid recentering.
4754
4755 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4758
4759         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4760         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4761         (gnus-article-beginning-of-window): Fix calculation.
4762
4763 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-msg.el (gnus-summary-supersede-article)
4766         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4767         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4768         message header.
4769
4770 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4771
4772         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4773         pending output coming after the status change.
4774
4775 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4776
4777         * message.el:
4778         * gnus-start.el:
4779         * gnus-registry.el: Remove VMS support.
4780
4781 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4784         macro.
4785         (rfc2104-hash): Use it.
4786
4787 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4790         (gnus-summary-sort-by-most-recent-date): New commands.
4791         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4792         and menu entries.
4793
4794 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4797         don't redisplay article for raw contents; remove plural articles stuff.
4798
4799         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4800         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4801         on gnus-summary-save-article; display results properly.
4802
4803 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * lpath.el: No need to fbind ns-focus-frame.
4806
4807 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4810
4811 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4814         gnus-save-all-headers.
4815
4816 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4817
4818         * gnus-util.el (ns-focus-frame): Remove declaration.
4819         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4820         like x.
4821
4822 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4823
4824         * rfc2104.el (rfc2104-zero): Delete defconst.
4825         (rfc2104-hex-alist): Likewise.
4826         (rfc2104-hex-to-int): Delete func.
4827         (rfc2104-hexstring-to-bitstring): Likewise.
4828         (rfc2104-nybbles): New defconst.
4829         (rfc2104-hash): Rewrite for speed.
4830
4831 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * tls.el (open-tls-stream): Make it work with the 2nd argument
4834         BUFFER that is a string but does not exist as a buffer object, as
4835         mentioned in the doc-string.
4836
4837 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4840         SXEmacs.
4841
4842 2008-07-16  Glenn Morris  <rgm@gnu.org>
4843
4844         * gnus-util.el (ns-focus-frame): Declare for compiler.
4845
4846 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4849         set as a group parameter.
4850         (gnus-summary-save-in-pipe): Work when it is called independently.
4851         (gnus-summary-pipe-to-muttprint): Don't modify
4852         gnus-summary-pipe-output-default-command.
4853
4854 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * message.el (message-send-mail-with-sendmail):
4857         Display the error message.
4858
4859 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-art.el (gnus-default-article-saver):
4862         Add gnus-summary-save-in-pipe to choices.
4863         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4864         gnus-summary-pipe-output-default-command as the default command.
4865         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4866         instead of gnus-last-shell-command.
4867
4868         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4869         New user option.
4870         (gnus-summary-muttprint-program): Mention the value will be changed.
4871         (gnus-summary-save-article): Force showing of all headers.
4872         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4873
4874 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4875
4876         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4877
4878 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4879
4880         * nnimap.el (nnimap-id):
4881         * sieve-manage.el (sieve-manage-open): Doc fixes.
4882
4883 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4884
4885         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4886         if available.
4887
4888 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4889
4890         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4891
4892         * nnkiboze.el (nnkiboze-generate-group):
4893         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4894
4895         * nnmairix.el: Require CL.
4896
4897 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * dgnushack.el: Autoload get-display-table and put-display-table for
4900         XEmacs 21.5.
4901
4902         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4903         21.4 and SXEmacs.
4904
4905 2008-06-15  David Engster  <dengste@eml.cc>
4906
4907         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4908
4909 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4910
4911         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4912         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4913         runtime choice under XEmacs.
4914
4915         * gnus-sum.el (gnus-summary-set-display-table):
4916         Use `gnus-put-display-table', `gnus-get-display-table',
4917         `gnus-set-display-table' for the display table, instead of `aset'.
4918
4919         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4920         Use `gnus-put-display-table', `gnus-get-display-table',
4921         `gnus-set-display-table' for the display table.
4922
4923 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * nnmairix.el: Add autoloads.
4926
4927 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * nnmairix.el (nnmairix-delete-recreate-group)
4930         (nnmairix-update-and-clear-marks): Fix error messages.
4931
4932 2008-06-14  David Engster  <dengste@eml.cc>
4933
4934         * nnmairix.el: Upgrade to version 0.6.
4935         (nnmairix-group-toggle-propmarks-this-group)
4936         (nnmairix-group-toggle-readmarks-this-group)
4937         (nnmairix-group-delete-recreate-this-group)
4938         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4939         (nnmairix-remove-tick-mark-original-article): New commands.
4940         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4941         (nnmairix-propagate-marks-to-nnmairix-groups)
4942         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4943         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4944         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4945         functions needed for marks propagation and manipulation of read marks.
4946         (nnmairix-update-groups): New function.
4947         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4948         (nnmairix-determine-original-group-from-registry)
4949         (nnmairix-determine-original-group-from-path)
4950         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4951         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4952         New helper functions.
4953         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4954         keystrokes for new commands.
4955         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4956         (nnmairix-request-group): Check allow-fast group parameter.
4957         (nnmairix-request-create-group): Set allow-fast group parameter if
4958         nnmairix-allowfast-default is set.
4959         (nnmairix-close-group): Propagate marks upon closing if needed.
4960         (nnmairix-group-toggle-threads-this-group): Use new.
4961         nnmairix-group-toggle-parameter helper function.
4962         (nnmairix-search): Better check for empty search result.
4963         (nnmairix-goto-original-article): Use new helper functions for
4964         determining original article.
4965         (nnmairix-show-original-article): Make sure message-id is in brackets.
4966         (nnmairix-call-mairix-binary): Change variable name.
4967         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4968         helper function.
4969         (nnmairix-widget-toggle-activate): Fix doc string.
4970
4971 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * nnir.el: Require edmacro when compiling with XEmacs.
4974         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4975         available in Emacs 21.
4976
4977 2008-06-11  Glenn Morris  <rgm@gnu.org>
4978
4979         * gnus-util.el (x-focus-frame):
4980         * gnus.el (image-size):
4981         * mm-decode.el (image-size): Declare.
4982
4983         * gnus-picon.el (declare-function): Add compat definition.
4984         (image-size): Declare.
4985
4986         * gnus-group.el (tool-bar-map):
4987         * gnus-sum.el (tool-bar-map): Define for compiler.
4988
4989         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4990
4991         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4992
4993         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4994         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4995         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4996         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4997         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4998         * sieve-manage.el, spam-report.el, spam.el:
4999         Remove unnecessary eval-and-compile of autoloads.
5000
5001 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5002
5003         * auth-source.el: Precise Tramp doc.
5004
5005 2008-06-07  Glenn Morris  <rgm@gnu.org>
5006
5007         * nnmairix.el: Remove unnecessary eval-when-compile.
5008
5009 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * lpath.el: Fbind propertize for XEmacs 21.4.
5012
5013 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5014
5015         * nnir.el: Move here from ../contrib.
5016
5017 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5018
5019         * gnus-util.el (gnus-read-shell-command): New function.
5020         * mm-decode.el (mm-pipe-part):
5021         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5022
5023 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5026
5027 2008-06-03  Glenn Morris  <rgm@gnu.org>
5028
5029         * pop3.el (nnheader-accept-process-output): Autoload it.
5030
5031 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5034         are not 2-digit hexadecimal characters that follow `%'s.
5035
5036 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * message.el (message-bogus-recipient-p): Fix type in doc string.
5039         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5040         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5041         Improve custom options.
5042         (message-bogus-recipient-p): Adjust accordingly.
5043
5044 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5045
5046         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5047         long-form month and day names.
5048
5049 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * dgnushack.el: Autoload debug, eudc-expand-inline and
5052         pgg-snarf-keys-region for XEmacs.
5053
5054         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5055
5056         * nnmairix.el: Require edmacro when compiling with XEmacs.
5057
5058 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5061         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5062
5063 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5064
5065         * auth-source.el: Add more docs.
5066
5067         * netrc.el (netrc-machine): Always match if the port is not given.
5068
5069 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5072         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5073         retrieval faster in some cases, but might make CPU usage larger.  If
5074         this has any bad side effects, we might revert this change.
5075
5076         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5077         seems to make mail retrieval much, much faster.
5078         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5079         unconditionally.
5080
5081         * gnus-draft.el (gnus-group-send-queue): Bind
5082         message-send-mail-partially-limit to nil to avoid being prompted.
5083
5084 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5087
5088         * message.el (message-bogus-address-regexp): Fix and improve custom
5089         type.
5090         (message-setup-hook): Add message-check-recipients as custom option.
5091
5092 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * message.el (message-cite-function): Remove bogus autoload which crept
5095         in during merge from v5-10.
5096
5097 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5098
5099         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5100
5101         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5102
5103         * auth-source.el: Preliminary Tramp docs.
5104         (auth-sources): Change the default auth-sources to use
5105         EPA .gpg files.
5106
5107 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * nntp.el: Autoload `auth-source-user-or-password'.
5110         (nntp-send-authinfo): Use it.
5111
5112         * nnimap.el: Autoload `auth-source-user-or-password'.
5113         (nnimap-open-connection): Use it.
5114
5115         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5116         for the gnus-message function.
5117         (auth-source-user-or-password): Use it.
5118
5119 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5120
5121         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5122         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5123         (rfc2104-hash): Use it.
5124
5125 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5126
5127         * gnus-art.el (gnus-article-toggle-truncate-lines):
5128         Don't use `iff' in docstring.
5129
5130 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5131
5132         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5133
5134         * gnus-util.el (gnus-extract-address-component-name)
5135         (gnus-extract-address-component-email): Convenience functions around
5136         `gnus-extract-address-components'.
5137
5138         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5139         Use `gnus-extract-address-component-email' to fix bug of comparing full
5140         sender name to `user-mail-address'.
5141
5142 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5145         catch/throw to optimize.
5146         (gnus-registry-find-keywords): Just use member to find a keyword.
5147
5148 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5149
5150         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5151         is current before calling gnus-server-prepare.
5152         (gnus-server-setup-buffer, gnus-server-update-server)
5153         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5154
5155 2008-05-04  Juri Linkov  <juri@jurta.org>
5156
5157         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5158         (mailcap-file-default-commands): Use mailcap-replace-in-string
5159         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5160         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5161
5162 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5163
5164         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5165
5166 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5167
5168         * gnus.el: Bump version to 0.11.
5169
5170 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5171
5172         * gnus.el: No Gnus v0.10 is released.
5173
5174 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5177         hooks.
5178         (gnus-update-read-articles): Speed up non-marks-using users.
5179         (gnus-use-marks): Define gnus-use-marks.
5180         (gnus-propagate-marks): Rename variable to something more sensible.
5181
5182 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5183
5184         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5185         (gmm-image-load-path-for-library): Fix typos in docstrings.
5186         (gmm-message): Reflow docstring.
5187
5188 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * mail-source.el (mail-source-set-1, mail-source-bind):
5191         Move auth-source code out of the macro to clean it up and fix bugs.
5192
5193 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5196         by sender if it's equal to user-mail-address, it's likely to be
5197         useless.
5198
5199         * mail-source.el (mail-source-bind): Don't use user or password if they
5200         are not bound.  Unintern them if they are nil.  Don't use server unless
5201         it's bound, and default it to empty string otherwise.
5202
5203 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * mail-source.el: Load auth-source.el.
5206         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5207         get user name or password, if auth-sources is set up.
5208
5209         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5210         strategy of splitting with parent.
5211         (gnus-registry-split-fancy-with-parent)
5212         (gnus-registry-post-process-groups): Use it and fix prior
5213         bug (returning a list as the split result).
5214
5215         * auth-source.el (auth-sources): Remove server parameter.
5216         (auth-source-pick, auth-source-user-or-password)
5217         (auth-source-user-or-password-imap)
5218         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5219         (auth-source-user-or-password-sftp)
5220         (auth-source-user-or-password-smtp): Remove server parameter.
5221
5222 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5223
5224         * smime.el (smime-sign-region, smime-encrypt-region)
5225         (smime-decrypt-region):
5226         Remove redundant calls to `generate-new-buffer-name'.
5227
5228 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5229
5230         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5231         Don't use QP for message/rfc822.
5232         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5233
5234 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * sieve-manage.el (sieve-string-bytes): Remove.
5237         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5238         correct byte-length only if the process's coding-system is the same as
5239         the one used internally by Emacs to represent strings.
5240
5241 2008-04-22  Juri Linkov  <juri@jurta.org>
5242
5243         * mailcap.el (mailcap-file-default-commands): New function.
5244
5245 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5246
5247         * message.el (message-signature-separator, message-cite-function):
5248         Change custom version.
5249
5250 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5251
5252         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5253         commands.
5254         (tls-checktrust): Ditto.
5255
5256 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * mm-decode.el (mm-display-external): Make temp file read-only.
5259
5260 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5263         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5264         `C-c C-f d'.
5265
5266 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5267
5268         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5269
5270 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5271
5272         * gnus.el: Bump version to 0.9.
5273
5274 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * gnus.el: No Gnus v0.8 is released.
5277
5278 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * mail-source.el (mail-source-value):
5281         Prefer fboundp to functionp so it works with macros as well.
5282
5283 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5284
5285         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5286         Fix last change in case the element is not even a symbol.
5287
5288 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5291         Prefer fboundp to functionp so it works with macros as well.
5292
5293 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5294
5295         * auth-source.el: Added docs.
5296         (auth-sources): Modify format to support server.
5297         (auth-source-pick, auth-source-user-or-password)
5298         (auth-source-user-or-password-imap)
5299         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5300         (auth-source-user-or-password-sftp)
5301         (auth-source-user-or-password-smtp): Add server parameter.
5302
5303 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5304
5305         * gnus-registry.el: Initialize the registry when gnus-registry-install
5306         is t.
5307
5308 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * compface.el (uncompface): Make buffer unibyte.
5311
5312 2008-04-05  Glenn Morris  <rgm@gnu.org>
5313
5314         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5315
5316 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5317
5318         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5319         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5320
5321         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5322         multibyteness after rather than before erasing it.
5323
5324         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5325         mm-with-multibyte.
5326         (gnus-request-article-this-buffer): Make sure the proper decoding is
5327         used if gnus-original-article-buffer happens to be unibyte.
5328
5329         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5330         default-enable-multibyte-characters.
5331
5332         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5333         default-enable-multibyte-characters.
5334
5335         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5336
5337         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5338
5339 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5340
5341         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5342         (imap-message-copyuid-1): Use it.
5343         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5344         J. Williams in
5345         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5346
5347         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5348         imap-enable-exchange-bug-workaround.
5349         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5350
5351 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5352
5353         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5354         a 100 byte status-checks into a 2-3MB transfer for each group.
5355         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5356         to enable bug workaround or not.
5357         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5358
5359 2008-03-31  Glenn Morris  <rgm@gnu.org>
5360
5361         * message.el (mml2015-use): Declare for compiler.
5362         (message-info): Require mml2015 when appropriate.
5363
5364 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5367         whitespace.
5368
5369 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5370
5371         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5372         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5373         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5374         (nntp-service-to-port): New function.
5375         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5376         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5377         (nntp-open-netcat-stream): New function.
5378         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5379
5380 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5381
5382         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5383
5384 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5385
5386         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5387
5388 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5389
5390         * dns.el (dns-write): Use set-buffer-multibyte.
5391
5392 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5393
5394         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5395
5396 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * message.el (message-signature-separator): Change default.
5399         Improve custom type.
5400         (message-cite-function): Change default to
5401         message-cite-original-without-signature.
5402
5403         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5404         toggle.
5405
5406         * message.el (message-check-news-body-syntax): Fix signature check.
5407         (message-setup-1): Mark buffer as unmodified _after_ running
5408         message-setup-hook and handling message-alternative-emails.
5409         (message-shorten-references): Be more strict when building list of
5410         valid references to comply with GNKSA.
5411
5412         * gnus-group.el (gnus-read-ephemeral-bug-group)
5413         (gnus-read-ephemeral-debian-bug-group)
5414         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5415
5416         * message.el (message-info): Don't use booleanp which isn't supported
5417         in Emacs 21 and XEmacs.
5418
5419 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5422         gnus-group-gmane-group-download-format.
5423         (gnus-group-read-ephemeral-gmane-group): Rename from
5424         gnus-group-read-ephemeral-gmane-group.
5425         (gnus-read-ephemeral-gmane-group-url): Rename from
5426         gnus-group-read-ephemeral-gmane-group-url.
5427         (gnus-bug-group-download-format-alist): New variable.
5428         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5429         (gnus-read-ephemeral-emacs-bug-group): New commands.
5430
5431 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5434         (gnus-visible-headers): Improve custom type.
5435
5436 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * mml.el (mml-menu): Add workarounds for XEmacs.
5439
5440         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5441         X-Boundary header.
5442
5443         * message.el (message-simplify-recipients): Fix previous commit.
5444
5445 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5446
5447         * mm-util.el (mm-set-buffer-multibyte): New function.
5448         * mm-decode.el (mm-copy-to-buffer): Use it.
5449
5450 2008-03-19  Glenn Morris  <rgm@gnu.org>
5451
5452         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5453         Accidentally removed in the sync process with Emacs.
5454
5455 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * message.el (message-alter-recipients-discard-bogus-full-name):
5458         New function.
5459         (message-alter-recipients-function): New variable.
5460         (message-get-reply-headers): Use it.
5461         (message-replace-header): New helper function.
5462         (message-recipients-without-full-name): New variable.
5463         (message-simplify-recipients): New command.
5464
5465         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5466
5467         * message.el (message-info): Handle EasyPG manual.
5468
5469         * mml.el (mml-menu): Add entry for EasyPG.
5470
5471 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5472
5473         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5474         parameter.
5475
5476         * message.el (message-disassociate-draft): Specify drafts group name
5477         fully.
5478
5479 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5482         unnecessary duplicates from the match list.
5483
5484 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5487
5488         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5489
5490         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5491         args of `how-many' of which the XEmacs version doesn't take; declare
5492         Info-index-next as function.
5493
5494 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * gnus-score.el (gnus-score-headers): Fix handling of
5497         gnus-inhibit-slow-scoring.
5498
5499         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5500         string.
5501         (gnus-button-url-regexp): Improve handling of parenthesis.
5502         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5503         (gnus-button-handle-info-keystrokes): Handle index entries.
5504
5505 2008-03-15  Glenn Morris  <rgm@gnu.org>
5506
5507         * parse-time.el (parse-time-string): Simplify.
5508
5509 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5512         Incoming* files.
5513
5514 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5517         (auth-source-pick): Use it.
5518
5519 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5520
5521         * binhex.el (binhex-decode-region-internal):
5522         * uudecode.el (uudecode-decode-region-internal):
5523         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5524         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5525         setting default-enable-multibyte-characters.
5526
5527 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * auth-source.el (auth-source-protocols)
5530         (auth-source-protocols-customize, auth-source-choices): Added and
5531         modified variable customizations and defaults.
5532         (auth-source-pick, auth-source-user-or-password)
5533         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5534         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5535         (auth-source-user-or-password-sftp)
5536         (auth-source-user-or-password-smtp): Use new variables and provide an
5537         interface to netrc.el.
5538
5539 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5542         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5543         Make sure the nntp port to specify is a string.
5544
5545 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * nntp.el: Use with-current-buffer.
5548         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5549         dubious mm-with-unibyte-current-buffer.
5550         (nntp-with-open-group-function): New function extracted from
5551         nntp-with-open-group macro.
5552         (nntp-with-open-group): Use the function, so it's easier to debug.
5553         Add indentation and debugging info.
5554         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5555         the use of the netcat alternatives.
5556
5557         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5558         Avoid mm-string-as-multibyte as well.
5559
5560         * nnweb.el (nnweb-insert-html):
5561         Remove use of nnheader-string-as-multibyte.
5562
5563         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5564         (nnheader-string-as-multibyte): Remove.
5565
5566         * mm-view.el: Use inhibit-read-only.
5567         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5568         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5569         or unibyte-string.
5570
5571         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5572         (mm-uu-yenc-extract): Use with-current-buffer.
5573
5574         * gnus-soup.el (gnus-soup-send-packet): Don't use
5575         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5576
5577         * nnmh.el: Use with-current-buffer.
5578         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5579         mm-string-as-multibyte on the output of mm-encode-coding-string.
5580
5581         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5582         (nnimap-request-move-article): Use with-current-buffer.
5583
5584         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5585         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5586         conversion uses string-make-unibyte rather than string-as-unibyte.
5587
5588         * gnus-msg.el: Use with-current-buffer.
5589
5590         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5591
5592 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5593
5594         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5595         string for caching if it is 'PIN.
5596
5597 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * lpath.el: Consider the case without Emacs/W3.
5600
5601 2008-03-08  Glenn Morris  <rgm@gnu.org>
5602
5603         * time-date.el (date-to-time, time-subtract, time-add)
5604         (safe-date-to-time): Doc fixes.
5605
5606 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * mail-source.el (mail-source-delete-old-incoming-confirm):
5609         Change default to nil.
5610         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5611
5612 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * lpath.el: Rearrange.
5615
5616         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5617         (gnus-article-goto-prev-page): Work for articles having ^L's.
5618
5619         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5620
5621         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5622
5623 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5624
5625         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5626         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5627         (gnus-bookmark-jump): Adjust some variable names.
5628
5629 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * auth-source.el: New package.
5632         (auth-source-choices): Add customization entry point variable.
5633
5634         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5635         bug.
5636
5637 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5640         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5641         (gnus-registry-install-shortcuts): Rename from
5642         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5643         the `gnus-registry-mark-map' keymap dynamically from
5644         `gnus-registry-marks'.  The generated functions update the summary line
5645         when a registry mark is added or deleted, and will call
5646         `gnus-registry-install-p' (see the comments in the code).
5647         (gnus-registry-user-format-function-M): Use concat intelligently.
5648
5649         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5650         the registry mark functions.
5651
5652 2008-03-05  Glenn Morris  <rgm@gnu.org>
5653
5654         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5655         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5656         gnus-art.
5657         (top-level): No need to load own source when compiling.
5658
5659 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5662         Suggested by <chris.anderton@zetnet.co.uk>.
5663
5664 2008-03-04  Glenn Morris  <rgm@gnu.org>
5665
5666         * gnus-sum.el (top-level): No need to require gnus when compiling,
5667         since unconditionally required near start of file.
5668         (gnus-summary-display-while-building): Move definition before use.
5669
5670 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5673         formatting function.
5674
5675 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5678         with plists.
5679         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5680         Use new format.
5681
5682 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5685         `where-is-internal' that returns a range of key sequences.
5686
5687 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5688
5689         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5690
5691         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5692         (gnus-summary-jump-to-group): Consider windows on other displayed
5693         frames as well.  Similar changes might be needed elsewhere, but that's
5694         the one I've bumped into during my use.
5695
5696         * nndoc.el (nndoc-oe-dbx-type-p):
5697         * gnus-msg.el (gnus-debug):
5698         * gnus-group.el (gnus-update-group-mark-positions):
5699         Use mm-string-to-multibyte.
5700
5701 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5704         doesn't handle NotDashEscaped.
5705
5706         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5707         (mml-dnd-attach-options): Fix typo in custom choice.
5708
5709         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5710         nndoc-article-type to mbox.
5711         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5712
5713         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5714         to nil, instead of html2text.
5715
5716         * imap.el (imap-debug): Add `imap-ping-server'.
5717
5718         * gnus-bookmark.el: Add FIXMEs.
5719
5720         * message.el (message-form-letter-separator)
5721         (message-send-form-letter-delay): New variables.
5722         (message-send-form-letter): Use them.  New command to send form
5723         letters.  Requested by Uwe Siart.
5724         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5725
5726 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * Update copyright years.
5729
5730 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         Sync from EMACS_22_BASE.
5733
5734         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5735
5736 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5737
5738         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5739         empty author.
5740
5741 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * gnus-registry.el (gnus-registry-marks): Add variable for
5744         customization of marks and their appearance.
5745         (gnus-registry-read-mark): Use it.
5746         (gnus-registry-do-marks): Add utility function to loop through
5747         `gnus-registry-marks'.
5748         (gnus-registry-install-shortcuts-and-menus): Add function to install
5749         shortcuts and menus.
5750         (gnus-registry-initialize): Use it.
5751         (gnus-registry-default-mark): Clarify documentation.
5752
5753 2008-02-29  Glenn Morris  <rgm@gnu.org>
5754
5755         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5756         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5757         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5758         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5759         Change defcustom :version from 23.0 to 23.1.
5760
5761 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * gnus-registry.el (gnus-registry-follow-group-p)
5764         (gnus-registry-post-process-groups): Add functions to aid registry
5765         splitting and improve logging.  Clarify behavior in function
5766         documentation.
5767         (gnus-registry-split-fancy-with-parent): Use them.
5768
5769 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5770
5771         * gnus-art.el: Use with-current-buffer.
5772
5773 2008-02-27  David Engster  <dengste@eml.cc>
5774
5775         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5776         Express real group name in the response.
5777
5778 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5781         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5782         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5783         autoload gnus-registry-fetch-group when compiling.
5784         (nnmairix-request-group-with-article-number-correction): Remove
5785         unreferenced argument passed to nnmairix-call-backend.
5786
5787 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5790         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5791         Wilde.
5792
5793 2008-02-27  Glenn Morris  <rgm@gnu.org>
5794
5795         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5796         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5797         variables to defconsts.  Convert comments to doc-strings.
5798         (nnmairix-last-server, nnmairix-current-server): Convert from free
5799         variables to defvars.  Convert comments to doc-strings.
5800         (gnus-registry-fetch-group): Autoload.
5801         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5802         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5803         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5804         caddr.
5805         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5806         nnmairix-request-group-with-article-number-correction call.
5807         (nnmairix-fast, nnmairix-group): New, less general names, for free
5808         variables passed from nnmairix-request-group to
5809         nnmairix-request-group-with-article-number-correction.  Declare.
5810         (nnmairix-request-group-with-article-number-correction):
5811         Use nnmairix-fast, nnmairix-group rather than fast, group.
5812
5813 2008-02-26  David Engster  <dengste@eml.cc>
5814
5815         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5816         version 0.5.
5817
5818 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5821         instead of making an extra function call.  Don't add the current group
5822         to articles only when they have the group.  Use
5823         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5824         Reported by David <de_bb@arcor.de>.
5825
5826 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5829         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5830
5831 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * mail-source.el (mail-source-delete-incoming): Change default.
5834         Supplement doc string.
5835
5836         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5837
5838 2008-02-14  Glenn Morris  <rgm@gnu.org>
5839
5840         * time-date.el (format-seconds): New function.
5841
5842 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * nnmail.el (nnmail-message-id-cache-file): Derive from
5845         `gnus-home-directory'.
5846
5847 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5850         Document negative prefix.
5851
5852         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5853
5854 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * message.el (message-unsent-separator): Add the Exim bounce
5857         separator.
5858
5859 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5860
5861         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5862         list.
5863         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5864         recipient/signer list.
5865
5866 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * Makefile.in (datarootdir): Define.
5869         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5870         name that might contain whitespace.
5871
5872 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5875         fbound (Emacs 23 unicode), signal an error.
5876
5877 2008-02-08  Glenn Morris  <rgm@gnu.org>
5878
5879         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5880
5881 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5882
5883         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5884         ports to the calls to `netrc-machine-user-or-password' in addition to
5885         "imap" and "imaps".
5886
5887 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5888
5889         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5890
5891         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5892
5893 2008-02-01  Kenichi Handa  <handa@m17n.org>
5894
5895         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5896         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5897         (rfc2104-hash): Convert the result of concat to unibyte string.
5898
5899 2008-02-01  Dave Love  <fx@gnu.org>
5900
5901         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5902         coding-system-for-read.
5903         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5904
5905 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5908         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5909         <hanche@math.ntnu.no>.
5910
5911 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5914
5915         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5916
5917 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5918
5919         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5920         * message.el (message-beginning-of-line): Use featurep instead of bound
5921         tests in order to resolve conditionals at compile time.
5922
5923 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5924
5925         * mail-source.el (mail-sources): Add `group' choice.
5926
5927         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5928         parameter `in-group' to control into which group the articles go.
5929         Add treatment of `group' mail-source.
5930
5931 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5934
5935         * mm-decode.el (mm-dissect-buffer): Decode description.
5936
5937         * mml.el (mml-to-mime): Encode message header first.
5938
5939 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5942         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5943
5944         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5945         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5946
5947 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5950
5951 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5954         prefix keys.
5955         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5956         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5957         gnus-xmas.el.
5958
5959         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5960         (gnus-xmas-article-describe-bindings): New function.
5961         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5962         gnus-xmas-article-describe-bindings.
5963
5964         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5965
5966 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5969         Add new variables for article mark management.
5970         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5971         list of extra data entries which, when present, will indicate that the
5972         article ID should not be trimmed from the registry.
5973         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5974         functions.
5975         (gnus-registry-read-mark): New function to read a mark name from the
5976         user.
5977         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5978         (gnus-registry-set-article-mark-internal): New functions to add and
5979         remove marks.
5980         (gnus-registry-get-article-marks): New function to show the marks for
5981         an article, or retrieve them for further use.
5982
5983 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5986         keys when no argument is given.
5987
5988 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * imap.el (imap-ping-server): New variable.
5991         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5992         (imap-ping-server): Minor doc string fixes.
5993
5994 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5995
5996         * imap.el (imap-ping-server): New function.
5997         (imap-opened): Call imap-ping-server.
5998
5999 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * gnus-sum.el (gnus-article-sort-by-random)
6002         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6003         jidanni@jidanni.org.
6004
6005 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-art.el (gnus-article-describe-bindings): New function.
6008         (gnus-article-read-summary-keys): Use it.
6009         (gnus-article-mode-map): Bind `C-h b' to it.
6010
6011 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6014         XEmacs.
6015         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6016         against non-character events.
6017
6018         * lpath.el: Fbind map-keymap for Emacs 21.
6019
6020 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6023         command.
6024         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6025         instead of END.  Change name of the temp file.
6026         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6027         customizable.
6028
6029 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6032         bind `S W' to gnus-article-wide-reply-with-original; set default
6033         binding to gnus-article-read-summary-send-keys.
6034         (gnus-article-read-summary-keys): Fix the order of keys; display
6035         continuation keys correctly in the echo area; describe bindings
6036         correctly when keys end with `C-h'.
6037         (gnus-article-read-summary-send-keys): New function.
6038         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6039         for gnus-article-read-summary-send-keys; display continuation keys
6040         correctly in the echo area.
6041         (gnus-article-reply-with-original): Ignore prefix argument.
6042         (gnus-article-wide-reply-with-original): New function.
6043
6044         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6045         Emacs 21.
6046
6047 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6050         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6051
6052 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6053
6054         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6055         (gnus-group-read-ephemeral-gmane-group): New command.
6056
6057 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6058
6059         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6060
6061 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * message.el (message-send-mail-function): Increase custom version.
6064
6065         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6066         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6067
6068 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6071         for the cases where imap-authenticate is called with a nil buffer
6072         parameter.
6073
6074 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6077         html parts correctly; support forwarded messages.
6078         (gnus-article-browse-html-article): Remove work buffers.
6079
6080         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6081         compiling.
6082         (netrc-bound-and-true-p): New macro.
6083         (netrc-parse): Use it instead of bound-and-true-p that is not available
6084         in XEmacs 21.4.
6085
6086 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * gnus-registry.el (gnus-registry-mark-article)
6089         (gnus-registry-article-marks): Add functionality to mark articles
6090         through the Gnus registry.
6091
6092         * encrypt.el: Clarify documentation for the new pgg method.
6093         (encrypt-file-alist): Add PGG option.
6094         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6095         functionality.  Abstract password key and messaging to external
6096         functions.
6097         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6098         (encrypt-message-method-and-cipher): Add new convenience external
6099         functions.
6100         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6101         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6102
6103         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6104         (netrc-parse): Use encrypt-file-alist to determine if
6105         encrypt-find-model or encrypt-insert-file-contents should be used.
6106
6107         * encrypt.el: Clarify documentation.  Load password-cache or
6108         password, whichever one is found first, instead of autoloading.
6109
6110 2007-12-19  Glenn Morris  <rgm@gnu.org>
6111
6112         * mml.el (message-options-set, message-narrow-to-head)
6113         (message-in-body-p, message-mail-p, message-encode-message-body):
6114         Autoload.
6115         (message-remove-header, message-narrow-to-headers-or-head)
6116         (message-subscribed-p, message-make-mail-followup-to)
6117         (message-position-on-field, message-news-p)
6118         (message-options-set-recipient, message-generate-headers)
6119         (message-sort-headers): Declare as functions.
6120
6121 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6124         convention in doc string.
6125
6126 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6129         title to html parts.
6130         (gnus-article-browse-html-article): Pass message header to it.
6131
6132         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6133
6134 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6137         or password compatible with XEmacs.
6138
6139 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6142         format document.
6143         (gnus-mime-delete-part): Don't write description line if empty.
6144         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6145
6146 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6147
6148         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6149         (gnus-summary-mark-read-and-unread-as-read)
6150         (gnus-summary-mark-current-read-and-unread-as-read)
6151         (gnus-summary-mark-unread-as-ticked): Doc fix.
6152         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6153
6154 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6157         Christoph Conrad <christoph.conrad@gmx.de>.
6158
6159 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6162         yes-or-no-p.
6163
6164 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * mm-decode.el (mm-add-meta-html-tag): New function.
6167         (mm-save-part-to-file, mm-pipe-part): Use it.
6168
6169         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6170         gnus-y-or-n-p instead of y-or-n-p.
6171         (gnus-article-browse-html-parts): Work with message/external-body; use
6172         mm-add-meta-html-tag.
6173
6174 2007-12-11  Glenn Morris  <rgm@gnu.org>
6175
6176         * gnus-cache.el: Require gnus-sum not just when compiling.
6177
6178         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6179
6180         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6181         definitions before use.
6182
6183         * mm-decode.el: Require gnus-util.
6184         (mm-remove-part): Only call delete-annotation on XEmacs.
6185
6186         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6187
6188         * nnmail.el: Require gnus-int.
6189
6190         * spam.el: Move `require's before `eval-when-compile's.
6191
6192         * gnus-ems.el (gnus-alive-p):
6193         * gnus-fun.el (message-goto-eoh):
6194         * gnus-util.el (gnus-group-name-decode):
6195         * mail-source.el (gnus-compress-sequence):
6196         * message.el (Info-goto-node, format-spec):
6197         * mm-bodies.el (message-options-get):
6198         * mm-decode.el (mm-view-pkcs7):
6199         * mm-util.el (gmm-write-region):
6200         * mml-smime.el (mml-compute-boundary)
6201         (gnus-completing-read-with-default):
6202         * mml.el (widget-button-press, gnus-make-hashtable):
6203         * mml1991.el (mm-decode-content-transfer-encoding)
6204         (mm-encode-content-transfer-encoding)
6205         (message-options-get, message-options-set):
6206         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6207         * nnfolder.el (gnus-request-group):
6208         * nnheader.el (ietf-drums-unfold-fws):
6209         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6210         * smime.el (gnus-run-mode-hooks):
6211         * spam-stat.el (gnus-message): Autoload.
6212
6213         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6214         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6215         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6216         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6217         Add declare-function compatibility definition.
6218
6219         * gnus-cache.el (nnvirtual-find-group-art):
6220         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6221         (gnus-add-image, gnus-add-wash-type):
6222         * gnus-group.el (nnkiboze-score-file):
6223         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6224         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6225         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6226         (message-tokenize-header, gnus-get-buffer-create)
6227         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6228         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6229         * gnus.el (gnus-group-decoded-name):
6230         * mail-source.el (imap-capability):
6231         * mm-bodies.el (message-options-set):
6232         * mm-decode.el (gnus-configure-windows):
6233         * mm-extern.el (message-goto-body):
6234         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6235         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6236         (epg-sub-key-validity, message-options-set):
6237         * mml.el (widget-event-point, gnus-configure-windows):
6238         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6239         * mml2015.el (epg-check-configuration, epg-configuration)
6240         (message-options-set):
6241         * nndb.el (nndb-request-article):
6242         * nnfolder.el (gnus-request-create-group):
6243         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6244         * nnmaildir.el (gnus-group-mark-article-read):
6245         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6246         * rfc1843.el (message-fetch-field):
6247         * spam.el (gnus-extract-address-components):
6248         Declare as functions.
6249
6250 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6253
6254         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6255
6256         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6257         bind show-trailing-whitespace for XEmacs.
6258
6259 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6262         new no-op macro for backward compatibility.
6263
6264         * imap.el (imap-string-to-integer): New function.
6265
6266 2007-12-09  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6269
6270         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6271         * message.el, mm-view.el, sieve-manage.el, smime.el:
6272         Add declare-function compatibility definition.
6273
6274         * gnus-art.el (w3-region, w3m-region, Info-menu):
6275         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6276         * gnus-sum.el (gnus-get-predicate):
6277         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6278         * message.el (mail-abbrev-in-expansion-header-p):
6279         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6280         (w3m-detect-meta-charset, w3m-region):
6281         * sieve-manage.el (password-read, password-cache-add)
6282         (password-cache-remove):
6283         * smime.el (password-read-and-add): Declare as functions.
6284
6285 2007-12-08  David Kastrup  <dak@gnu.org>
6286
6287         * gnus-sum.el (gnus-summary-simplify-subject-query):
6288         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6289         `message'.
6290
6291 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6294         it to bind idna-program, installation-directory, defined-colors, and
6295         face-attribute for XEmacs of the version that compiles defcustom forms.
6296
6297 2007-12-07  Glenn Morris  <rgm@gnu.org>
6298
6299         * gnus-art.el (article-make-date-line): Revert previous change.
6300
6301 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6304
6305 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6306
6307         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6308         Call gnus-add-to-range ranges only once with a prepared article-list.
6309
6310 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6311
6312         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6313         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6314         group names with backslashes.  Reported by Tassilo Horn
6315         <tassilo@member.fsf.org>.
6316
6317 2007-12-06  Deepak Goel  <deego3@gmail.com>
6318
6319         * gnus-art.el (article-make-date-line):
6320         * gnus-start.el (gnus-load):
6321         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6322
6323 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-art.el (gnus-use-idna)
6326         * gnus-start.el (gnus-site-init-file)
6327         * message.el (message-use-idna)
6328         * mm-uu.el (mm-uu-hide-markers)
6329         * smiley.el (smiley-style): Revert changes that suppress warnings.
6330
6331 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6334         specify charset to html source.  Reported by Christoph Conrad
6335         <christoph.conrad@gmx.de>.
6336
6337 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6340         idna-program in order to suppress byte compile warning issued by XEmacs
6341         that came to byte compile the default value section of defcustom forms
6342         recently.
6343
6344         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6345         value of installation-directory.
6346
6347         * message.el (message-use-idna): Don't directly refer to the value of
6348         idna-program.
6349
6350         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6351
6352         * smiley.el (smiley-style): Don't directly call face-attribute.
6353
6354 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6357
6358         * gnus-dired.el: Reduce Gnus dependencies.
6359         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6360         require.  Use autoloads instead.
6361         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6362         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6363         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6364         (gnus-dired-mode): Adjust doc string.
6365         (gnus-dired-mail-mode): New variable.
6366         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6367         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6368         (gnus-dired-mail-buffers): New function.  Return mail or message
6369         composition buffers.
6370         (gnus-dired-attach): Use it.
6371         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6372         NO-DECODE.
6373         (gnus-dired-print): Use `gnus-print-buffer' depending on
6374         `gnus-dired-mail-mode'.
6375
6376 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * rfc2047.el (rfc2047-encoded-word-regexp)
6379         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6380         explaining what regexp patterns are for.
6381
6382 2007-12-04  Glenn Morris  <rgm@gnu.org>
6383
6384         * password.el: Move to password-cache.el.
6385
6386         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6387         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6388         * mml-smime.el (password-read, password-cache-add)
6389         (password-cache-remove):
6390         No need to autoload, since mml-sec requires password.
6391
6392         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6393         * message.el (gnus-extract-address-components):
6394         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6395
6396         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6397         password.
6398
6399 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * mailcap.el: Reduce dependencies.
6402         (mail-header-parse-content-type): Autoload.
6403         (mailcap-delete-duplicates): New alias.
6404         (mailcap-mime-info): Add optional argument NO-DECODE.
6405         (mailcap-mime-types): Use mailcap-delete-duplicates.
6406
6407         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6408
6409 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6410
6411         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6412         (imap-parse-status): Upcase status-att for servers that sends them
6413         lower-case (e.g., MS Exchange 2007).
6414
6415 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6418         function.
6419
6420         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6421         (gnus-uu-yenc-article): New function.
6422
6423         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6424
6425         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6426         buffer.
6427
6428 2007-12-02  Glenn Morris  <rgm@gnu.org>
6429
6430         * binhex.el (binhex): New custom group.
6431         (binhex-decoder-program, binhex-decoder-switches)
6432         (binhex-use-external): Move to the binhex custom group.
6433
6434         * uudecode.el (uudecode): New custom group.
6435         (uudecode-decoder-program, uudecode-decoder-switches)
6436         (uudecode-use-external): Move to the uudecode custom group.
6437
6438         * netrc.el (top-level): Don't load `encrypt' features.
6439         (netrc-parse): Don't use encrypt.
6440         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6441
6442         * encrypt.el: Remove file.
6443
6444 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6447         matches on patches.
6448
6449         * gnus-art.el (gnus-article-browse-html-article): Mention
6450         `mm-text-html-renderer' in the doc string.
6451
6452         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6453         string.  Add comments.
6454
6455         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6456         if rhs is ASCII.
6457
6458 2007-12-01  Glenn Morris  <rgm@gnu.org>
6459
6460         * mail-source.el (top-level): Require format-spec before
6461         eval-when-compile.
6462
6463 2007-11-30  Glenn Morris  <rgm@gnu.org>
6464
6465         * encrypt.el: Require password, rather than autoloading password-read.
6466
6467 2007-11-29  Glenn Morris  <rgm@gnu.org>
6468
6469         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6470         (sasl-make-client, sasl-next-step, sasl-step-data)
6471         (sasl-step-set-data): Declare as functions.
6472
6473 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6476
6477 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6478
6479         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6480         certs should be verified and what is to be done in the event of a
6481         verification failure.
6482
6483         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6484         caller can indicate whether the cache should be disregarded for this
6485         call.  This way the result of the call is reproducible at all times and
6486         can be considered a canonical server name for the supplied method.
6487         (gnus-agent-method-p): Canonicalize server names by pushing their
6488         method through `gnus-method-to-server' using the no-cache argument.
6489
6490         * gnus-srvr.el (gnus-server-insert-server-line): Call
6491         `gnus-method-to-server' with `no-cache' argument.
6492
6493         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6494         gnus-agent-possibly-synchronize-flags as this should be called when the
6495         server is actually being opened.
6496         (gnus-agent-possibly-synchronize-flags)
6497         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6498         flags file of an agentized server to the latter function.
6499
6500         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6501         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6502         after a connection has been established successfully.
6503
6504 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (article-display-face): Force to display face if called
6507         interactively; check if gnus-article-x-face-too-ugly matches author.
6508         (article-display-x-face): Display face even if From header is missing
6509         as article-display-face does.
6510
6511 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6512
6513         * hashcash.el (message-narrow-to-headers-or-head)
6514         (message-fetch-field, message-goto-eoh)
6515         (message-narrow-to-headers): Declare as functions.
6516
6517 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * mail-source.el (mail-sources): Default to fetch from file for
6520         compatibility with default of nnmail-spool-file.
6521
6522 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6525         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6526         to look for encoded word that should be encoded again.
6527         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6528         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6529         encoding pattern.
6530         (rfc2047-decode-region): Switch strict regexp and loose one according
6531         to rfc2047-allow-irregular-q-encoded-words.
6532
6533 2007-11-25  Romain Francoise  <romain@orebokech.com>
6534
6535         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6536
6537 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * tls.el (tls-program): Provide more custom choices from
6540         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6541         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6542
6543 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6546         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6547
6548         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6549         `nnmail-spool-file'.
6550
6551         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6552         `nnmail-spool-file'.
6553
6554         * gnus-move.el (gnus-change-server): Ditto.
6555
6556         * gnus-kill.el (gnus-batch-score): Ditto.
6557
6558         * gnus-cache.el (gnus-jog-cache): Ditto.
6559
6560         * gnus-msg.el (gnus-summary-reply):
6561         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6562
6563 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6566         version.  Minor improvement to doc strings.
6567         (tls-program): Add comment.
6568
6569 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6570
6571         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6572         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6573         mismatch between the hostname provided in the certificate and the name
6574         of the host connnecting to.
6575         (open-tls-stream): Use them.  Check certificates against trusted root
6576         certificates.
6577
6578 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * gnus-cache.el (gnus-cache-generate-nov-databases):
6581         Use nnml-generate-nov-databases-directory instead of
6582         nnml-generate-nov-databases-1.
6583
6584 2007-11-24  Glenn Morris  <rgm@gnu.org>
6585
6586         * message.el (message-tool-bar-retro): Update for rename
6587         mail_send.xpm->mail-send.xpm.
6588
6589 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6592         `smime-ldap-search' for Emacs 22 and up.
6593
6594 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6597
6598         * message.el (message-send-mail-function): Fix error convention.
6599         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6600         (message-widen-reply, message-send-mail, message-talkative-question)
6601         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6602         (message-clone-locals, message-send-news): Use with-current-buffer.
6603         (message-insert-or-toggle-importance): Remove unused var `valid'.
6604         (message-make-references): Remove unused var `new-references'.
6605         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6606
6607 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6608
6609         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6610         (spam-split-symbolic-return-positive): Reflow docstring.
6611         (spam-backends, spam-summary-exit-behavior)
6612         (spam-mark-ham-unread-before-move-from-spam-group)
6613         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6614         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6615         (spam-clear-cache, spam-backend-check, spam-install-backend)
6616         (spam-install-statistical-backend, spam-list-of-processors)
6617         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6618         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6619         (spam-check-crm114, spam-initialize, spam-unload-hook):
6620         Fix typos in docstrings.
6621
6622 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6625         been checked if they have never been read and those group levels are
6626         higher than the one that a user specified.
6627
6628 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6631         foreign groups unless a group level is specified by a user.
6632         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6633
6634 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * message.el (message-send-mail-function): Require sendmail.
6637
6638 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * message.el (message-send-mail-function): Check for smtpmail too.
6641
6642         * utf7.el (utf7-encode, utf7-decode): Use coding system
6643         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6644
6645         * message.el (message-send-mail-function): New function.
6646         (message-send-mail-function): Set default using
6647         message-send-mail-function.  Adjust doc string.
6648         (message-send-mail-with-mailclient): New function.
6649
6650 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6651
6652         * smime.el (from):
6653         * rfc2047.el (message-posting-charset):
6654         * qp.el (mm-use-ultra-safe-encoding):
6655         * pop3.el (parse-time-months):
6656         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6657         * nnml.el (files):
6658         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6659         (jka-compr-compression-info-list, ange-ftp-path-format)
6660         (efs-path-regexp):
6661         * nndiary.el (files):
6662         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6663         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6664         (epg-digest-algorithm-alist, inhibit-redisplay)
6665         (password-cache-expiry):
6666         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6667         (pgg-output-buffer, password-cache-expiry):
6668         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6669         (efs-path-regexp):
6670         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6671         (inhibit-redisplay):
6672         * mm-uu.el (file-name, start-point, end-point, entry)
6673         (gnus-newsgroup-name, gnus-newsgroup-charset):
6674         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6675         (latin-unity-ucs-list):
6676         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6677         (mm-uu-binhex-decode-function):
6678         * message.el (gnus-message-group-art, gnus-list-identifiers)
6679         (rmail-enable-mime-composing, gnus-local-organization)
6680         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6681         (gnus-read-active-file, facemenu-add-face-function)
6682         (facemenu-remove-face-function, gnus-article-decoded-p)
6683         (tool-bar-mode):
6684         * mail-source.el (display-time-mail-function):
6685         * gnus-util.el (nnmail-pathname-coding-system)
6686         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6687         (gnus-original-article-buffer, gnus-user-agent)
6688         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6689         (xemacs-codename, sxemacs-codename, emacs-program-version):
6690         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6691         * gnus-start.el (gnus-agent-covered-methods)
6692         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6693         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6694         (gnus-newsgroup-headers, gnus-group-list-mode)
6695         (gnus-group-mark-positions, gnus-newsgroup-data)
6696         (gnus-newsgroup-unreads, nnoo-state-alist)
6697         (gnus-current-select-method, mail-sources)
6698         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6699         (nnmail-spool-file, gnus-cache-active-hashtb):
6700         * gnus-mh.el (mh-lib-progs):
6701         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6702         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6703         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6704         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6705         (gnus-group-buffer):
6706         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6707         (font-lock-set-defaults):
6708         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6709         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6710         (gnus-summary-post-menu, total-parts, type, condition, length):
6711         * gnus-agent.el (gnus-agent-read-agentview):
6712         * flow-fill.el (show-trailing-whitespace):
6713         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6714         eval-and-compile wrappers for byte compiler pacifiers.
6715
6716         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6717         (mm-display-inline-fontify): Check for featurep 'xemacs not
6718         extent-list.
6719
6720         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6721         itimer-list.
6722         (mm-create-image-xemacs): Only do something for XEmacs.
6723         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6724
6725         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6726
6727         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6728         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6729
6730 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6731
6732         * nnimap.el (nnimap-split-download-body):
6733         * gnus-demon.el (gnus-demon):
6734         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6735
6736 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6739         macros.
6740         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6741         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6742         copy data from unibyte buffer to multibyte current buffer.
6743         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6744         to copy data from unibyte current buffer to multibyte buffer.
6745         (nntp-make-process-buffer): Make process buffer unibyte.
6746
6747         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6748
6749 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6750
6751         * pop3.el (pop3-open-server): Accept and process data more robustly at
6752         connexion start to avoid spurious "POP SSL connexion failed" errors.
6753
6754 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6757         read group names.
6758
6759 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6762
6763 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6766         (nnmail-save-active): Use a unibyte buffer when saving active file,
6767         which may contain non-ASCII group names.
6768
6769         * nnml.el (nnml-request-group): Decode group names in messages.
6770
6771 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * message.el (message-citation-line-function)
6774         (message-insert-formatted-citation-line): Fix spelling of
6775         `message-insert-formated-citation-line'.
6776
6777 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6780
6781 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6784         nnmail-pathname-coding-system.
6785
6786         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6787         that a user enters; decode group names in messages.
6788
6789         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6790
6791 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6794
6795         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6796
6797         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6798         risky local variable.
6799
6800         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6801
6802 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * encrypt.el: Improve documentation to fix function name typo.
6805         Reported by Daiki Ueno <ueno@unixuser.org>.
6806
6807 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6810         even if the point is not in the last page of an article.
6811         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6812         back to the previous page.
6813
6814 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6817
6818 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6821
6822 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6823
6824         * message.el (message-check-news-body-syntax): Avoid
6825         mm-string-as-multibyte.
6826         (message-hide-headers): Don't assume (point-min)==1.
6827
6828 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * message.el (message-remove-blank-cited-lines): Fix if remove is
6831         given.
6832         (message-bogus-address-regexp): New variable.
6833         (message-bogus-recipient-p): New function.
6834         (message-check-recipients): New command.
6835         (message-syntax-checks): Add `bogus-recipient'.
6836         (message-fix-before-sending): Add `bogus-recipient'.
6837
6838         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6839         (gnus-treat-body-boundary): Don't test window-system.
6840
6841 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6842
6843         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6844
6845 2007-10-28  Miles Bader  <miles@gnu.org>
6846
6847         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6848         at compile-time too.
6849
6850 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-msg.el (gnus-message-setup-hook): Add
6853         `message-remove-blank-cited-lines' to options.
6854
6855 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * message.el (message-remove-blank-cited-lines): New function.
6858         Suggested by Karl Plästerer.
6859
6860 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6863         mapc.
6864
6865         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6866         (top-level): Use mapc to set functions to be traced for debugging.
6867
6868         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6869         called for effect with while loop.
6870
6871         * message.el (message-talkative-question): Replace mapcar called for
6872         effect with mapc.
6873
6874         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6875         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6876         called for effect with dolist.
6877
6878         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6879
6880         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6881         gnus-extra-headers and nnmail-extra-headers.
6882
6883         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6884         called for effect with dolist.
6885         (top-level): Use mapc to set functions to be traced for debugging.
6886
6887         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6888         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6889         dolist.
6890
6891         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6892         Replace mapcar called for effect with mapc.
6893         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6894         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6895         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6896         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6897
6898         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6899         remove-if that's a cl function.
6900
6901         * webmail.el (webmail-debug): Replace mapcar called for effect with
6902         dolist.
6903
6904         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6905         with mapc.
6906
6907 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6910         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6911         with while loop.
6912
6913         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6914         functions from article-* functions.
6915         (gnus-multi-decode-header): Replace mapcar called for effect with
6916         dolist.
6917
6918         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6919         (gnus-bookmark-show-details): Replace mapcar called for effect with
6920         while loop.
6921
6922         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6923         called for effect with while loop.
6924
6925         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6926         with dolist.
6927
6928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6929         mapcar called for effect with dolist.
6930
6931         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6932
6933         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6934         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6935         Replace mapcar called for effect with dolist.
6936         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6937         mapc.
6938
6939         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6940         Replace mapcar called for effect with dolist.
6941         (gnus-topic-list): Replace mapcar called for effect with mapc.
6942
6943         * gnus.el: Use mapc instead of mapcar to add autoloads.
6944
6945 2007-10-23  Richard Stallman  <rms@gnu.org>
6946
6947         * gnus-group.el (gnus-group-highlight): Mark as risky.
6948
6949 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus.el (gnus-server-to-method): Return method found first in
6952         gnus-newsrc-alist.
6953
6954         * gnus-art.el (gnus-article-highlight-signature)
6955         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6956         button overlay without the front stickiness.
6957
6958 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6959
6960         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6961         overview buffer needed a catch to receive its throw.
6962         (gnus-agent-flush-cache): Declared as interactive to make this function
6963         easier to use.
6964
6965 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6968         `next-line'.
6969
6970 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6973         exclude address matching message-dont-reply-to-names.
6974
6975 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-util.el (gnus-string<): New function.
6978
6979         * gnus-sum.el (gnus-article-sort-by-author)
6980         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6981
6982 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6985         the frame-focus tag is set in gnus-buffer-configuration.
6986
6987 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6990         the front stickiness.
6991
6992 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6995         url pattern; remove duplicate one.
6996         (gnus-article-extend-url-button): New function.
6997         (gnus-article-add-buttons): Use it.
6998         (gnus-button-push): Use concatenated url that it makes.
6999
7000 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7001
7002         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7003
7004 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7007         Don't hardcode point-min==1.
7008
7009 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7012         Fix comment about "iso8859-1".
7013
7014 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7015
7016         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7017         ones returned from the verify-function.
7018
7019         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7020         mml2015-extract-cleartext-signature if extraction failed.
7021
7022 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7023
7024         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7025         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7026         failed.
7027
7028 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7031
7032 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7035         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7036         recommends to use EasyPG instead of PGG.
7037
7038         * pgg.el: Revert to revision 6.23.2.16.
7039
7040         * pgg-def.el: Revert to revision 6.6.2.14.
7041
7042         * pgg-gpg.el: Revert to revision 6.23.2.34.
7043
7044 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7047         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7048         thread for both the null and zero (kill/expire thread) universal prefix
7049         cases.
7050         (gnus-summary-expire-thread): Add new function to expire a thread,
7051         using gnus-summary-kill-thread.
7052         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7053         shortcuts for gnus-summary-expire-thread.
7054         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7055         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7056
7057 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7060         extras value, so an extras entry can be deleted.
7061         (gnus-registry-delete-extra-entry): Use it.
7062         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7063         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7064         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7065         storage through the gnus-registry, and provide an appropriate API for
7066         it.
7067
7068 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7071         Suggested by Leo <sdl.web@gmail.com>.
7072
7073         * gnus.el: Do.
7074
7075 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7078         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7079
7080         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7081
7082         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7083         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7084
7085 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7088         newline.
7089         (nnmbox-request-accept-article): Don't change article in source buffer;
7090         narrow to header to use message-fetch-field rather than
7091         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7092         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7093         as delimiters; make sure article ends with newline.
7094         (nnmbox-delete-mail): Correct last position of article to be deleted;
7095         ignore X-Gnus-Newsgroup header in article body.
7096         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7097         positions; make sure article ends with newline.
7098
7099         * message.el (message-display-abbrev): Don't infloop when a user
7100         inserts SPC in the beginning of header.
7101
7102         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7103         coding-system-for-read and coding-system-for-write for XEmacs having no
7104         file-coding feature.
7105
7106         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7107
7108 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7111         list of groups not followed by default.  Fix type to be regexp.
7112         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7113
7114 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7115
7116         * hmac-def.el (define-hmac-function): Switch from old-style to
7117         new-style backquotes.
7118
7119         * md4.el (md4-make-step): Likewise.
7120
7121 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7124         raw-text coding system when saving .newsrc file, which may contain
7125         non-ASCII group names.
7126
7127 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-cus.el (gnus-score-extra): New widget.
7130         (gnus-score-extra-convert): New function.
7131         (gnus-score-customize): Use it for Extra.
7132
7133 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7134
7135         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7136         (mml2015-mailcrypt-clear-verify): Use it.
7137         (mml2015-gpg-clear-verify): Use it.
7138         (mml2015-pgg-clear-verify): Use it.
7139         (mml2015-epg-clear-verify): Replace the current part with the output
7140         from GnuPG; don't extract the plaintext by itself.
7141
7142         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7143         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7144         mml2015-clear-verify-function; don't touch the armor headers or
7145         dash-escaped text here.
7146
7147 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7150         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7151         parts, or application/octet-stream as a last resort.
7152         (gnus-mime-view-part-as-type): Don't toggle display.
7153         (gnus-mime-view-part-as-charset): Don't turn off display before
7154         querying charset.
7155
7156         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7157         stuff to undisplayer function in Emacs.
7158         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7159
7160         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7161         text/calendar parts.
7162
7163 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7166         decoding text/calendar parts.
7167
7168         * message.el (message-forward-make-body-mime): Always mark body as
7169         having no illegible text; remove signed-or-encrypted argument.
7170         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7171
7172         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7173         (mml-generate-mime-1): Don't encode body if it is specified to be in
7174         raw form; don't make buffer be unibyte when inserting multibyte string.
7175
7176 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7177
7178         * sha1.el: Fix up comment style.
7179         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7180         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7181
7182         * hex-util.el: Fix up comment style.
7183         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7184
7185         * gnus-salt.el: Use with-current-buffer.
7186         (gnus-pick-setup-message): Fix long-standing typo.
7187
7188 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * imap.el (imap-logout-timeout): New variable.
7191         (imap-logout, imap-logout-wait): New functions.
7192         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7193
7194         * nnimap.el (nnimap-logout-timeout): New server variable.
7195         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7196         nnimap-logout-timeout.
7197
7198         * gnus-art.el (gnus-article-summary-command-nosave)
7199         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7200
7201 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus.el (gnus-maximum-newsgroup): New variable.
7204
7205         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7206         according to gnus-maximum-newsgroup.
7207
7208         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7209         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7210         Limit the range of articles according to gnus-maximum-newsgroup.
7211
7212 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7213
7214         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7215         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7216         Don't perform gnus-configure-windows here; reuse existing sticky
7217         article buffer.
7218
7219         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7220         it doesn't exist in gnus-article-mode.
7221
7222 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7225         (gnus-agent-decoded-group-name): New function.
7226         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7227         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7228
7229 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7230
7231         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7232         Add binding for gnus-sticky-article.
7233         (gnus-summary-exit): Don't kill sticky article buffers.
7234
7235         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7236         article buffer.
7237         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7238         (gnus-kill-sticky-article-buffers): New commands.
7239
7240 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * nntp.el (nntp-xref-number-is-evil): New server variable.
7243         (nntp-find-group-and-number): If it is non-nil, don't trust article
7244         numbers in the Xref header.
7245
7246 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-agent.el (gnus-agent-read-group): New function.
7249         (gnus-agent-flush-group, gnus-agent-expire-group)
7250         (gnus-agent-regenerate-group): Use it.
7251         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7252         nnmail-pathname-coding-system.
7253
7254 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7257
7258         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7259         that are unread as unread, and also as selected so that information of
7260         marks having been changed by a user may be updated when exiting group.
7261
7262 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7265         calculated ignoring signature parts to gnus-treat-article.
7266
7267 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7270         a point here in order to keep the window start.
7271         (gnus-insert-mime-security-button): Make a button overlay without the
7272         front stickiness.
7273         (gnus-mime-display-security): Goto the end of a button.
7274
7275         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7276
7277 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7280         group-name-at-point.
7281         (gnus-group-completing-read): New function that offers decoded
7282         non-ASCII group names for completion.
7283         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7284         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7285         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7286         (gnus-group-fetch-control): Use it.
7287         (gnus-fetch-group): Use group-name-at-point for the initial value
7288         rather than the default value; use gnus-alive-p.
7289
7290         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7291         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7292         (gnus-summary-post-news): Use gnus-group-completing-read.
7293
7294         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7295         (gnus-read-move-group-name): Decode group name for completion.
7296
7297 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7300         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7301         Yamaoka slightly modified the code).
7302
7303 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7306         (nnmail-split-incoming): Bind it.
7307
7308         * nnml.el (nnml-group-name-charset): New function.
7309         (nnml-decoded-group-name): Use it; don't decode group name if
7310         nnmail-group-names-not-encoded-p is non-nil.
7311         (nnml-encoded-group-name): New function.
7312         (nnml-group-pathname): Inline nnml-decoded-group-name.
7313         (nnml-request-expire-articles): Decode group name in message.
7314         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7315         nnmail-pathname-coding-system.
7316         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7317         not decoded ones according to nnmail-group-names-not-encoded-p.
7318         (nnml-generate-active-info): Use nnml-encoded-group-name.
7319
7320 2007-08-08  Glenn Morris  <rgm@gnu.org>
7321
7322         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7323         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7324         doc-strings and comments.
7325
7326 2007-07-25  Glenn Morris  <rgm@gnu.org>
7327
7328         * Relicense all FSF files to GPLv3 or later.
7329
7330 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-sum.el (gnus-summary-move-article): Make
7333         gnus-summary-respool-article work.
7334
7335 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7336
7337         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7338         string.
7339
7340 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7341
7342         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7343         that should be ignored when comparing distant RSS articles with local
7344         ones.
7345         (nnrss-make-hash-index): New function.  Create a hash index according
7346         to the ignored fields.
7347         (nnrss-check-group): Use it.
7348
7349 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7352
7353         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7354
7355         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7356         the new optional argument ENCODED is non-nil.
7357         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7358         coding system for encoding group name.
7359         (gnus-group-make-rss-group): Pass un-encoded group name to
7360         gnus-group-make-group.
7361         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7362         encoded.
7363
7364         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7365         Encode group name to which articles are moved or copied.
7366         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7367         coding system for encoding Newsgroup, Followup-To and Xref headers.
7368
7369         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7370         marks; use nnheader-file-coding-system to write a file.
7371         (nnagent-retrieve-headers): Bind file-name-coding-system to
7372         nnmail-pathname-coding-system.
7373
7374         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7375
7376         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7377         (nnml-request-article, nnml-request-create-group)
7378         (nnml-request-rename-group, nnml-find-id)
7379         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7380         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7381         (nnml-save-marks): Use nnml-group-pathname instead of
7382         nnmail-group-pathname.
7383
7384         (nnml-request-create-group, nnml-request-expire-articles)
7385         (nnml-request-move-article, nnml-request-delete-group)
7386         (nnml-deletable-article-p, nnml-possibly-create-directory)
7387         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7388         (nnml-open-marks): Bind file-name-coding-system to
7389         nnmail-pathname-coding-system.
7390
7391         (nnml-request-article): Pass server argument to nnml-find-group-number.
7392         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7393         server argument to nnml-possibly-create-directory.
7394         (nnml-request-accept-article): Pass server argument to
7395         nnml-active-number and nnml-save-mail.
7396         (nnml-find-group-number): Pass server argument to nnml-find-id.
7397         (nnml-request-update-info): Pass server argument to
7398         nnml-marks-changed-p.
7399
7400         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7401         (nnml-save-mail, nnml-active-number): Add server argument.
7402
7403         (nnml-request-delete-group): Warn if group is missing.
7404         (nnml-get-nov-buffer): Decode group name.
7405         (nnml-generate-active-info): Encode group name.
7406         (nnml-open-marks): Decode group name in messages.
7407
7408 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7411         if it is not specified.
7412         (gnus-article-pipe-part, gnus-article-save-part)
7413         (gnus-article-interactively-view-part, gnus-article-copy-part)
7414         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7415         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7416         (gnus-article-replace-part, gnus-article-delete-part)
7417         (gnus-article-view-part-as-type): Pass raw prefix argument to
7418         gnus-article-part-wrapper.
7419
7420 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-agent.el (gnus-agent-save-active): Bind
7423         nnheader-file-coding-system to gnus-agent-file-coding-system.
7424
7425         * gnus-cache.el (gnus-cache-save-buffers)
7426         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7427         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7428         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7429         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7430         (gnus-cache-generate-active, gnus-cache-rename-group)
7431         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7432         (gnus-cache-update-overview-total-fetched-for): Bind
7433         file-name-coding-system to nnmail-pathname-coding-system.
7434         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7435         variables.
7436         (gnus-cache-decoded-group-name): New function.
7437         (gnus-cache-file-name): Use it.
7438         (gnus-cache-generate-active): Use non-decoded group name for active.
7439
7440         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7441         right place.
7442         (gnus-write-active-file): Don't break non-ASCII group names.
7443
7444         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7445         nnmail-pathname-coding-system.
7446
7447         * lpath.el: Bind default-file-name-coding-system,
7448         file-name-coding-system and language-info-alist for XEmacs.
7449
7450         * gnus-uu.el (gnus-uu-decode-save): Typo.
7451
7452 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7455
7456 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7459         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7460         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7461         (gnus-agent-flush-group, gnus-agent-flush-cache)
7462         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7463         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7464         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7465         (gnus-agent-regenerate-group)
7466         (gnus-agent-update-files-total-fetched-for)
7467         (gnus-agent-update-view-total-fetched-for): Bind
7468         file-name-coding-system to nnmail-pathname-coding-system.
7469         (gnus-agent-group-pathname): Don't encode file names by
7470         nnmail-pathname-coding-system.
7471         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7472         coding-system-for-write instead of buffer-file-coding-system to
7473         gnus-agent-file-coding-system.
7474
7475         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7476         Decode group name.
7477
7478         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7479
7480         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7481         (gnus-read-newsrc-el-file): Make group names unibyte.
7482
7483         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7484         nnmail-pathname-coding-system.
7485
7486         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7487         (nnrss-request-delete-group): Bind file-name-coding-system to
7488         nnmail-pathname-coding-system.
7489         (nnrss-read-server-data, nnrss-read-group-data): Bind
7490         file-name-coding-system correctly.
7491         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7492
7493         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7494         (nntp-server-to-method-cache): New variable.
7495         (nntp-group-pathname): New function that decodes non-ASCII group names.
7496         (nntp-possibly-create-directory, nntp-marks-changed-p)
7497         (nntp-save-marks, nntp-open-marks): Use it.
7498         (nntp-possibly-create-directory, nntp-open-marks):
7499         Bind file-name-coding-system to nnmail-pathname-coding-system.
7500         (nntp-open-marks): Decode group names when bootstrapping marks.
7501
7502         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7503         Newsgroups and Folowup-To headers.
7504
7505 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7508         (gnus-server-closed-face, gnus-server-denied-face)
7509         (gnus-server-offline-face): Remove variable.
7510         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7511
7512         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7513         of modifying message-stack directly for XEmacs.
7514
7515         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7516         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7517         if the coding-system argument is nil for XEmacs.
7518
7519         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7520         mm-charset-override-alist.
7521
7522         * rfc2047.el: Don't require base64; require rfc2045 for the function
7523         rfc2045-encode-string.
7524         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7525         to quote the parameter value.
7526
7527 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7530         form in gnus-group-name-charset-method-alist.
7531
7532         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7533         overrides the default layout edit-form.
7534
7535         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7536
7537         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7538
7539 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7542         as unfetched articles.
7543
7544 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7547
7548 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7551         original back end that keeps marks in the local system.
7552
7553 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7556         arg of pop-to-buffer for XEmacs.
7557         (gnus-article-read-summary-keys): Ditto; don't restore window
7558         configuration if summary command ends up with neither article buffer
7559         nor summary buffer; describe bindings if summary keys end with C-h.
7560
7561 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * message.el (message-fix-before-sending): Skip raw message part to be
7564         forwarded while checking illegible text.
7565         (message-forward-make-body-mime, message-forward-make-body): Mark
7566         signed or encrypted raw message as having no illegible text.
7567
7568 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7571         (gnus-message-with-timestamp-1): New macro.
7572         (gnus-message-with-timestamp): New function.
7573         (gnus-message): Use them.
7574
7575         * nnheader.el (nnheader-message): Use them.
7576
7577 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7580         .newsrc.eld file.
7581
7582 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-agent.el (gnus-agent-fetch-headers)
7585         (gnus-agent-retrieve-headers): Bind
7586         gnus-decode-encoded-address-function to identity.
7587
7588         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7589         available also when the server returns simply a dot.
7590
7591         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7592
7593 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7596
7597 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-ems.el (gnus-x-splash): Make it work.
7600
7601         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7602         from being used.
7603
7604         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7605
7606 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7609         4th and the 5th arguments.
7610
7611         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7612         the front stickiness.
7613         (gnus-article-summary-command-nosave): Correct the order of the
7614         arguments passed to pop-to-buffer.
7615         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7616         summary command ends up with the article buffer.
7617
7618         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7619         the same faces.
7620
7621 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7622
7623         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7624
7625 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7626
7627         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7628         * gnus-sum.el (gnus-summary-highlight):
7629         * pgg.el (pgg-sign-region, pgg-sign):
7630         * mail-source.el (mail-source-delete-old-incoming-confirm):
7631         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7632
7633 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-mime-view-part-externally)
7636         (gnus-mime-view-part-internally): Fix predicate function passed to
7637         completing-read.
7638
7639         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7640
7641         * gnus.el (gnus-update-message-archive-method): Add :version.
7642
7643 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus.el (gnus-update-message-archive-method): New variable.
7646
7647         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7648         according to gnus-message-archive-method if
7649         gnus-update-message-archive-method is non-nil.
7650
7651 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7654         by Loic Dachary <loic@dachary.org>.
7655         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7656
7657 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * message.el (message-pop-to-buffer): Add switch-function argument.
7660         (message-mail): Pass switch-function argument to it.
7661
7662 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7665         Improve doc string.
7666
7667 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7670         (gnus-header-content)
7671         * gnus-cite.el (gnus-cite-10)
7672         * gnus-srvr.el (gnus-server-closed)
7673         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7674         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7675         (gnus-group-mail-3-empty, gnus-group-mail-low)
7676         (gnus-group-mail-low-empty, gnus-splash)
7677         * message.el (message-header-to, message-header-cc)
7678         (message-header-subject, message-header-other, message-header-name)
7679         (message-header-xheader, message-separator, message-cited-text)
7680         (message-mml): Lighten colors of faces used for dark background.
7681
7682 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7683
7684         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7685         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7686
7687 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * message.el (message-narrow-to-headers-or-head):
7690         Ignore mail-header-separator in the body.
7691
7692 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7695         same as window size.
7696
7697 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7698
7699         * message.el (message-font-lock-keywords): Use message-header-xheader
7700         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7701         ahead of the anything pattern, to get it recognised.
7702
7703 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7706         spam.el loads uses it in the compiled defadvice form.
7707
7708 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7709
7710         * gnus-sum.el (gnus-articles-to-read)
7711         (gnus-summary-insert-old-articles): Don't truncate group name for
7712         `read-string'.
7713
7714         * gnus-util.el (gnus-limit-string): Delete this function.
7715
7716         * gnus-sum.el (gnus-simplify-subject-fully): Use
7717         `truncate-string-to-width' instead.
7718
7719 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7720
7721         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7722         if, on summary exit, the next group has to be selected.
7723         (gnus-summary-exit): Use it.
7724
7725 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7728         non-break space.
7729
7730 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7733         Check if group is not a directory.
7734         (nnfolder-request-expire-articles): Don't delete articles if the target
7735         group is not available.
7736
7737         * nnml.el (nnml-request-create-group): Properly check if group is not a
7738         file.
7739         (nnml-request-expire-articles): Don't delete articles if the target
7740         group is not available.
7741
7742         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7743         Don't quote characters that are within parentheses.
7744
7745 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7748         (gnus-handle-ephemeral-exit): Select article according to it.
7749
7750 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-insert-formated-citation-line): Remove newline.
7753         (message-citation-line-format): Add final \n here so that the user can
7754         avoid a blank line.
7755
7756 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7757
7758         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7759         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7760         Update lanl/arXiv support.
7761
7762 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * gnus.el: Bump version number.
7765
7766 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus.el (gnus-version-number): Bump version.
7769
7770 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7771
7772         * gnus.el: No Gnus v0.6 is released.
7773
7774 2007-04-27  Didier Verna  <didier@xemacs.org>
7775
7776         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7777         * gmm-utils.el (gmm-regexp-concat): here.
7778         * message.el: Don't require 'gnus-util.
7779         (message-dont-reply-to-names): Handle name change above.
7780         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7781
7782 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7785         since the initial value varies according to the system.
7786
7787 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7790
7791 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7792
7793         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7794
7795 2007-04-24  Didier Verna  <didier@xemacs.org>
7796
7797         Improve the type of gnus-ignored-from-addresses.
7798         * gnus-util.el (gnus-orify-regexp): New function.
7799         * message.el (gnus-util): Require it.
7800         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7801         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7802         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7803
7804 2007-04-24  Didier Verna  <didier@xemacs.org>
7805
7806         * gnus-sum.el:
7807         * gnus-utils.el: Fix some trailing whitespaces.
7808
7809 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7812         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7813         article's Message-ID; refer parent article in summary buffer.
7814
7815         * message.el (message-bounce): Call mime-to-mml.
7816
7817         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7818         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7819         optimize and/or forms properly.
7820
7821 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7824         URL.
7825
7826 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7829
7830 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7833         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7834         displayed of multipart/alternative part if it is invoked from summary
7835         buffer.
7836
7837         * mm-view.el (mm-inline-text-html-render-with-w3m)
7838         (mm-inline-text-html-render-with-w3m-standalone)
7839         (mm-inline-render-with-function): Use mail-parse-charset by default.
7840
7841 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7842
7843         * parse-time.el (parse-time-string-chars): Check if CHAR
7844         is less than the length of parse-time-syntax.
7845
7846 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7849         from gnus-newsgroup-processable.
7850
7851 2007-04-16  Didier Verna  <didier@xemacs.org>
7852
7853         * gnus-msg.el (gnus-configure-posting-styles): Handle
7854         message-signature-directory properly with :file syntax.  Reported by
7855         "Leo".
7856
7857 2007-04-11  Didier Verna  <didier@xemacs.org>
7858
7859         New user option: message-signature-directory.
7860         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7861         * message.el (message-insert-signature): Ditto.
7862         * message.el (message-signature-file): Doc update.
7863         * message.el (message-signature-directory): New.
7864
7865 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-msg.el (gnus-inews-yank-articles): Use
7868         message-exchange-point-and-mark instead of exchange-point-and-mark.
7869
7870 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * message.el (message-yank-original): Make sure cited text ends with
7873         newline; don't exchange point and mark.
7874
7875 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7876
7877         * tls.el (open-tls-stream): Properly handle case where there
7878         is no associated buffer.
7879
7880 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7881
7882         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7883         message-yank-original, make sure (< mark TEXT point).
7884
7885 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * message.el (message-fill-column): New variable.
7888         (message-mode): Use it.  Add comment on a possible new hook.
7889
7890         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7891         (nnmail-get-new-mail): Reformat.
7892
7893         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7894
7895         * gmm-utils.el: Fix Commentary.
7896         (gmm-tool-bar-from-list): Fix typo in doc string.
7897
7898 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7899
7900         * message.el (message-yank-original): Don't switch point and mark
7901         unnecessarily to put point and mark as documented.
7902
7903 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7906         from the message heads.
7907
7908 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7909
7910         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7911         article buffer does not have a window.  This may not be the best
7912         solution but is certainly better than setting the start of the null,
7913         that is the current, window.
7914
7915 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7918         (gnus-draft-setup): Run it.
7919
7920         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7921         gnus-score-fast-scoring.  Allow regexp.
7922         (gnus-score-headers): Use it.
7923
7924         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7925         XEmacs.
7926
7927         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7928         string.
7929         (gnus-button-alist): Also catch `<f1> k ...'.
7930         (gnus-treat-display-x-face): Fix doc string.
7931
7932 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7933
7934         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7935         evaluation of gnus-extended-version to ensure correct generation of the
7936         User-Agent header when message-generate-headers-first is used.
7937
7938 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7939
7940         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7941         hashcash-path is nil.  Don't call callback with incorrect number of
7942         parameters if val is 0.
7943
7944 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7945
7946         * message.el (message-required-news-headers):
7947         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7948
7949 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7950
7951         * tls.el (open-tls-stream): In handshake-waiting loop,
7952         don't wait more if there is output available to process.
7953
7954 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7955
7956         * tls.el (tls-program): Doc fix.
7957
7958 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * message.el (message-generate-new-buffers): Change the meaning of the
7961         nil value; add `standard' to the choices; treat t as `unique'; improve
7962         doc string.
7963         (gnus-select-frame-set-input-focus): Autoload.
7964         (message-buffer-name): Search for the existing message buffer if
7965         message-generate-new-buffers is nil or `standard'; treat the value t of
7966         message-generate-new-buffers as `unique'.
7967         (message-pop-to-buffer): Raise the frame already displaying the message
7968         buffer; clear the echo area after querying.
7969         (message-setup): Pass the `continue' argument to compose-mail.
7970         (message-mail): Prefer `switch-function' if it is given; search for the
7971         existing message buffer if the `continue' argument is non-nil; pass
7972         continue and switch-function arguments to compose-mail by way of
7973         message-setup.
7974         (message-mail-other-window): Adjust argument of message-setup.
7975         (message-mail-other-frame): Ditto.
7976
7977 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7980         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7981         to turn font-lock on when turning gnus-message-citation-mode on.
7982
7983 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7984
7985         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7986         (mml-smime-function-alist): New variable; add epg as the backend.
7987         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7988         mml-smime- functions instead.
7989         * mm-view.el: Require smime.
7990
7991 2007-03-05  Didier Verna  <didier@xemacs.org>
7992
7993         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7994         instead of just inheritance for posting styles.
7995         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7996
7997 2007-02-24  Chris Moore  <dooglus@gmail.com>
7998
7999         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8000         * pgg-pgp.el (pgg-pgp-encrypt-region):
8001         * pgg-gpg.el (pgg-gpg-encrypt-region):
8002         Check pgg-encrypt-for-me if no other recipients.
8003
8004 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8005
8006         * tls.el (tls-certtool-program): Fix custom type.
8007
8008 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8011         and point-at-eol instead of line-(beginning|end)-position.
8012
8013         * assistant.el (assistant-parse-buffer): Ditto.
8014
8015         * netrc.el (netrc-parse-services): Ditto.
8016
8017 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8018
8019         * mml2015.el (mml2015-epg-find-usable-key): New function.
8020         (mml2015-epg-sign): Use it.
8021         (mml2015-epg-encrypt): Use it.
8022
8023 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * message.el (message-make-in-reply-to): Quote name containing
8026         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8027         if there are special characters.  Reported by NAKAJI Hiroyuki
8028         <nakaji@jp.freebsd.org>.
8029
8030 2007-02-27  Didier Verna  <didier@xemacs.org>
8031
8032         Include the group parameters as well as the topic ones in the
8033         inheritance filter process.
8034         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8035         argument GROUP-PARAMS-LIST.
8036         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8037
8038 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * nntp.el (nntp-never-echoes-commands)
8041         (nntp-open-connection-functions-never-echo-commands): New variables.
8042         (nntp-send-command): Use them.
8043
8044 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8045
8046         * mml2015.el (mml2015-epg-verify): Simplified.
8047
8048 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * mml.el (mml-content-disposition-alist): New user option.
8051         (mml-content-disposition): New function.
8052         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8053         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8054
8055 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8056
8057         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8058         verification.
8059
8060 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8061
8062         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8063         articles posted in the last 24 hours.
8064
8065 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8066
8067         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8068
8069 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8070
8071         * nntp.el (nntp-send-command): Don't wait for echoes when
8072         nntp-open-ssl-stream is used.
8073
8074 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8077         (gnus-message-add-citation-keywords)
8078         (gnus-message-remove-citation-keywords): Remove.
8079         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8080         directly, make the variables in font-lock-defaults buffer-local, add
8081         gnus-message-citation-keywords to them and then update the value of
8082         font-lock-keywords.
8083
8084 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * message.el (message-cite-original-1): Don't call
8087         gnus-article-highlight-citation.
8088
8089         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8090         citations; fix line count.
8091
8092 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8095         (gnus-message-add-citation-keywords)
8096         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8097         versions of font-lock-add-keywords and font-lock-remove-keywords to
8098         work with XEmacs correctly.
8099
8100 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-cite.el (gnus-cite-face-list): Set the values of
8103         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8104         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8105         (gnus-message-cite-prefix-regexp): New variable.
8106         (gnus-message-search-citation-line): Use it; protect against long
8107         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8108         the 0th match data for Emacs.
8109         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8110         (gnus-message-add-citation-keywords): Append keywords rather than
8111         prepending; emulate font-lock-add-keywords if it is not available.
8112         (gnus-message-remove-citation-keywords): Emulate
8113         font-lock-remove-keywords if it is not available.
8114
8115         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8116
8117         * message.el (message-cite-prefix-regexp): Set the value of
8118         gnus-message-cite-prefix-regexp.
8119
8120 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8121
8122         * nnweb.el (nnweb-google-parse-1): Update parser.
8123
8124 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8125
8126         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8127
8128 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8129
8130         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8131         regexp.
8132
8133 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8136         string-to-multibyte.
8137         (uudecode-decode-region-internal): Use it.
8138
8139         * lpath.el: Fbind string-as-multibyte for XEmacs.
8140
8141 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8144         custom choice.
8145
8146         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8147
8148 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8149
8150         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8151
8152         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8153         `write-region' to respect `mm-inhibit-file-name-handlers'.
8154
8155 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8158         Use gnus-home-directory instead of "~/" or "$HOME".
8159
8160 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8163         to mention filename.
8164         Add comments at beginning regarding usage.
8165         (encrypt-write-file-contents): Change interactive so a string is
8166         acceptable.  If the file has no associated model, show an error instead
8167         of a nonsense prompt.
8168
8169 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8170
8171         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8172         Thanks to Yoshihiko Yamada for kind notification of this typo.
8173
8174 2007-01-12  Kenichi Handa  <handa@m17n.org>
8175
8176         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8177         multibyte buffer.
8178
8179 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-score.el (gnus-score-fast-scoring): New variable.
8182         (gnus-score-headers): Use it.
8183
8184         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8185
8186         * message.el (message-cite-original-1): Call
8187         gnus-article-highlight-citation if requested.
8188         (message-make-from): Allow name and address as optional arguments.
8189
8190         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8191
8192         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8193         bugs to doc string.
8194         (gnus-button-alist): Add mid\\|message-id.
8195         (gnus-button-fetch-group): Extend for use in
8196         `browse-url-browser-function'.
8197         (gnus-button-url-regexp): Try to catch paired parentheses like in
8198         Wikipedia URLs.
8199
8200         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8201         Suggested by Simon Krahnke <overlord@gmx.li>.
8202
8203 2007-01-13  Romain Francoise  <romain@orebokech.com>
8204
8205         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8206         Update copyright.
8207
8208 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8209
8210         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8211
8212 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8213
8214         * gnus-registry.el (gnus-registry-unfollowed-groups)
8215         (gnus-registry-split-fancy-with-parent): Fix documentation.
8216
8217 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8220         from nnweb groups.
8221
8222 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8225         Xref urls.  Erase buffer before requesting head.
8226
8227 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8230         customizable.
8231
8232 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8233
8234         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8235         no signing key is found.
8236         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8237         no encrypting and/or signing key is found.
8238
8239 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8242
8243 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8244
8245         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8246         headers read from disk with the ones newly found in the current search.
8247         This should no longer cause problems, because the article numbers in
8248         Gmane's `nov.php' output are ignored since the previous change.
8249
8250 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8251
8252         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8253
8254 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8257         replace-regexp-in-string; bind url-version; fbind display-images-p and
8258         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8259         find-face and set-itimer-function for Emacs; bind itimer-list for
8260         Emacs.
8261
8262         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8263
8264 2007-01-01  Romain Francoise  <romain@orebokech.com>
8265
8266         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8267
8268 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8269
8270         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8271         `define-minor-mode' macro definition expanded properly.
8272         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8273         exclude it there.
8274
8275         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8276         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8277         `fboundp' test.
8278         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8279         This is OK to autoload in (S)XEmacs now.
8280
8281 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8284         keystroke.
8285         (gnus-summary-limit-to-singletons): Fix typo.
8286
8287         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8288         else fails.
8289
8290 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8291
8292         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8293         docstring.
8294
8295         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8296         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8297         (gnus-summary-insert-dormant-articles): Fix typo in message.
8298
8299 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8302         nil for XEmacs.
8303         (gnus-message-citation-mode): Don't autoload in XEmacs.
8304
8305         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8306
8307 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8308
8309         * nnimap.el (nnimap-expunge-search-string): Mention
8310         nnimap-search-uids-not-since-is-evil in docstring.
8311
8312 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * spam.el: Revert to make-obsolete-variable because
8315         define-obsolete-variable-alias is not supported in Emacs 21.
8316
8317         * spam.el (spam-ifile-path, spam-ifile-database-path)
8318         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8319         make-obsolete-variable.
8320         (spam-bsfilter-path, spam-bsfilter-program)
8321         (spam-spamassassin-path, spam-spamassassin-program)
8322         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8323         use "path" inappropriately.
8324         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8325         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8326         variable names.
8327
8328 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8329
8330         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8331         summary buffer.
8332
8333         * password.el (password-cache-remove): Use clear-string to burn
8334         password, if available.
8335
8336 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8339
8340         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8341
8342         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8343         (gnus-message-highlight-citation): Move defcustom here from
8344         gnus-cite.el.
8345         (gnus-message-citation-mode): Autoload.
8346
8347         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8348         checks to make it compile with XEmacs.
8349         (gnus-message-citation-mode): New minor mode.
8350         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8351         (gnus-message-highlight-citation): New variables.
8352         (gnus-message-search-citation-line)
8353         (gnus-message-add-citation-keywords)
8354         (gnus-message-remove-citation-keywords)
8355         (turn-on-gnus-message-citation-mode)
8356         (turn-off-gnus-message-citation-mode): New functions.
8357
8358 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8359
8360         * gnus-cite.el: Enable highlighting of different citation levels in
8361         message-mode.
8362
8363 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * message.el (message-make-fqdn): Fix comment.
8366         (message-bogus-system-names): Add ".local".
8367
8368         * spam.el (spam-ifile-path, spam-ifile-program)
8369         (spam-ifile-database-path, spam-ifile-database)
8370         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8371         Don't use "path" inappropriately.
8372         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8373         strings.
8374         (spam-check-ifile, spam-ifile-register-with-ifile)
8375         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8376         new variable names.
8377
8378         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8379         (gnus-treat-display-smileys): Simplify using
8380         gnus-image-type-available-p.
8381
8382         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8383         available.
8384
8385         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8386         `display-images-p' if available.
8387
8388 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8391         one after turning on the buffer's multibyteness instead of decoding
8392         them directly in the unibyte buffer that causes unexpected conversion
8393         in Emacs 23 (unicode).
8394
8395 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8396
8397         * message.el (message-generate-hashcash): Fix custom type.
8398
8399 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8402
8403 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8406         disconnect icons.  Add help text.
8407
8408 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8409
8410         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8411         negated to be consistent with the others we handle.
8412
8413 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8416         version of gnus-summary-buffer to something, so that we can use two
8417         article buffers at the same time.
8418
8419 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8422         trigger all the extra headers.
8423         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8424         sorting.
8425
8426 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8427
8428         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8429         solid groups.
8430
8431 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8432
8433         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8434
8435 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * legacy-gnus-agent.el: Add Copyright notice.
8438
8439 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8440
8441         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8442
8443 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8446
8447         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8448         to make it work reliably in CVS Emacs.
8449         (gnus-summary-limit-strange-charsets-predicate)
8450         (gnus-summary-limit-to-predicate): New functions.
8451
8452 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8453
8454         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8455         specifying array size.
8456         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8457         array if it is too small.
8458         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8459         (gnus-sort-threads-loop): New function.
8460
8461 2006-12-06  Chris Moore  <dooglus@gmail.com>
8462
8463         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8464         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8465
8466 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8467
8468         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8469         options.
8470
8471 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8474         DOS-ing the recipient.
8475
8476         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8477         the headers when creating the mapping to avoid mismappings.
8478         (nnweb-gmane-create-mapping): Always nix out old mapping.
8479
8480 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8483         and mm-verify-option to never.
8484
8485 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * message.el (message-signed-or-encrypted-p): New function.
8488         (message-forward-make-body): Use it.
8489
8490         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8491         Replace encode-coding-string with mm-encode-coding-string.
8492
8493 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * nneething.el (nneething-decode-file-name): Replace
8496         decode-coding-string with mm-decode-coding-string.
8497
8498         * gnus-int.el (gnus-open-server): Say failed server's name.
8499
8500 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8501
8502         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8503         strings to a single string.  Quote `errors-file-name'.
8504         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8505         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8506         Adjust calls.  Use `shell-quote-argument'.
8507
8508 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8509
8510         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8511         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8512
8513         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8514         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8515         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8516         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8517         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8518         (gnus-subscribe-newsgroup, gnus-1):
8519         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8520         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8521         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8522         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8523
8524 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8527         keystroke.
8528         (gnus-summary-limit-to-bodies): Implement headersp.
8529
8530 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8533
8534 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8537
8538 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * message.el (message-generate-hashcash): Expand range of values to
8541         include `opportunistic'.
8542         (message-send-mail): Use it.
8543
8544 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8545
8546         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8547         and comment it.
8548
8549         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8550
8551 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-util.el (gnus-extract-address-components): Improve comment.
8554
8555 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-util.el (gnus-extract-address-components): Work with address in
8558         which the name portion contains @.
8559
8560         * lpath.el: Fbind custom-autoload.
8561
8562 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus.el (gnus-start): Move custom group up.
8565         (gnus-select-method): Don't autoload, but make it available for
8566         `customize-variable'.
8567         (gnus-getenv-nntpserver): Don't autoload.
8568
8569 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8570
8571         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8572
8573 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * message.el (message-sendmail-extra-arguments): New variable.
8576         (message-send-mail-with-sendmail): Use it.
8577
8578 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8581         mm-with-unibyte-current-buffer to make string unibyte.
8582
8583         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8584         mm-string-as-multibyte.
8585
8586 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8587
8588         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8589         Reported by Werner Koch <wk@gnupg.org>.
8590
8591 2006-11-14  Daiki Ueno  <ueno@p360>
8592
8593         * mml2015.el: Autoload epa-select-keys when compiling.
8594
8595 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8596
8597         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8598         message-options.
8599         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8600
8601 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8602
8603         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8604         EasyPG (< 0.0.6).
8605         (mml2015-always-trust): New user option.
8606         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8607         prompt.
8608
8609 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * nntp.el (nntp-authinfo-force): New variable.
8612         (nntp-send-authinfo): Use it.
8613
8614 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8617         decode encoded words.  Improve prompt.  Add comment about forwarding.
8618         (message-replacement-char): Move up.
8619
8620 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8621
8622         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8623         instead of gnus-intersection because arguments of gnus-sorted-nunion
8624         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8625
8626 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8629         (message-simplify-subject-functions): Enable
8630         message-strip-subject-encoded-words by default.
8631
8632 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * message.el (message-strip-subject-encoded-words): New function.
8635         (message-simplify-subject-functions): New variable.
8636         (message-simplify-subject): Use it.  Fix typo in doc string.
8637         Support message-strip-subject-encoded-words.
8638
8639 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8640
8641         * gnus-diary.el (gnus-diary-delay-format-function):
8642         * nndiary.el (nndiary-reminders):
8643         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8644
8645 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-art.el (article-hide-boring-headers): Fetch date from
8648         gnus-original-article-buffer to avoid problems with localized date
8649         strings.
8650
8651 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8654
8655 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8658         New variables.
8659         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8660         (mm-charset-synonym-alist): Move some entries to
8661         mm-codepage-iso-8859-list.
8662         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8663         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8664
8665 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8668
8669 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8672         with Emacs 21 and XEmacs.
8673
8674 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * spam.el (spam-parse-address): New function for better parsing,
8677         catching errors, etc.
8678         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8679
8680 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * mm-view.el: Add interactive arg to html2text autoload.
8683
8684 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8687
8688 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8691         variables.
8692         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8693         (mm-charset-synonym-alist): Move some entries to
8694         mm-codepage-iso-8859-list.
8695
8696         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8697
8698 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * message.el (message-citation-line-format)
8701         (message-insert-formated-citation-line): Fix implementation of %E, %N
8702         and %n according to the doc string.
8703
8704 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8705
8706         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8707         car-safe to avoid bad parses.
8708
8709 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8712         names.
8713
8714         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8715
8716 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8719         header.
8720
8721         * message.el (message-draft-headers): Add Date.
8722         (message-headers-to-generate): Fix typo in docstring.
8723
8724         * nndraft.el (nndraft-required-headers): New variable.
8725         (nndraft-generate-headers): Use it.
8726
8727         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8728
8729 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * gnus-registry.el (gnus-registry-wash-for-keywords)
8732         (gnus-registry-find-keywords): New functions to allow easy searching of
8733         articles that are in the registry.
8734
8735 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8738         ietf-drums-parse-address instead of gnus-extract-address-components.
8739         Reported by Damien Elmes <damien@repose.cx>.
8740
8741 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * gnus.el (gnus-mime): Remove unused custom group.
8744
8745 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8746
8747         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8748         "blank line" when searching for end of armor headers.
8749
8750 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gmm-utils.el (gmm-write-region): Fix variable name.
8753
8754 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gmm-utils.el (gmm-write-region): New function based on compatibility
8757         code from `mm-make-temp-file'.
8758
8759         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8760
8761         * nnmaildir.el (nnmaildir--update-nov)
8762         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8763         Use `gmm-write-region'.
8764
8765 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8768         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8769
8770         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8771
8772         * message.el (message-replacement-char): New variable.
8773         (message-fix-before-sending): Use it.
8774         (message-simplify-subject): New function to remove duplicate code.
8775         (message-reply, message-followup): Use it.
8776
8777         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8778         gnus-summary-limit-to-articles.
8779
8780 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-util.el (gnus-with-local-quit): New macro.
8783
8784         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8785
8786 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8789         ignore non-string data.
8790
8791 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8792
8793         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8794         non-string data (needs to be done in the registry too).
8795
8796 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8799         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8800         (gnus-registry-split-fancy-with-parent)
8801         (gnus-registry-fetch-simplified-message-subject-fast)
8802         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8803         Remove text properties on ingress into the registry and when it's saved.
8804         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8805         registry from entries with no groups.
8806
8807 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8808
8809         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8810         function to remove string properties.
8811
8812 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gmm-utils.el (gmm): Adjust custom version.
8815
8816         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8817         custom version.
8818
8819         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8820
8821 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * gnus-art.el (gnus-insert-prev-page-button)
8824         (gnus-insert-next-page-button): Simplify.  Reformat.
8825
8826 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8827
8828         * gnus-art.el (gnus-insert-prev-page-button)
8829         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8830
8831 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8832
8833         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8834
8835 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8836
8837         * gnus-art.el (gnus-insert-mime-button)
8838         (gnus-insert-mime-security-button):
8839         Apply gnus-article-button-face to MIME and security buttons.
8840
8841 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8844         readable.
8845
8846 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8849
8850 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8851
8852         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8853         `browse-url-of-file' instead of `browse-url'.
8854
8855 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8856
8857         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8858         regexp.  Articles containing quotation were cut prematurely.
8859
8860 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * message.el (message-cite-original-1): Use nobody by default for the
8863         value of From header.
8864         (message-reply): Ditto.
8865
8866 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8867
8868         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8869         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8870         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8871
8872 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8875         mails in the doc string.  Add some URLs in comment.
8876         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8877
8878 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8881         backslashes handling and the way to find boundaries of quoted strings.
8882
8883 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8884
8885         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8886         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8887         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8888         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8889
8890 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8893         doc string.
8894         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8895
8896 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * lpath.el: Fbind epg-check-configuration.
8899
8900 2006-09-06  Simon Josefsson  <jas@extundo.com>
8901
8902         * mml2015.el (mml2015-use): Doc fix, mention epg.
8903
8904 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8905
8906         * mml2015.el (mml2015-use): Default to epg, if available.
8907
8908 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8909
8910         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8911         message-sender.
8912         (mml1991-epg-encrypt): Ditto.
8913         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8914         message-sender.
8915         (mml2015-epg-encrypt): Ditto.
8916
8917 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8918
8919         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8920         several common directories.
8921
8922 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8923
8924         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8925         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8926
8927 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-art.el (article-decode-encoded-words): Make it fast.
8930
8931 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8934
8935         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8936         in quoted string into `\'.
8937
8938 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8941         Use standard-syntax-table.
8942
8943 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-art.el (gnus-decode-address-function): New variable.
8946         (article-decode-encoded-words): Use it to decode headers which are
8947         assumed to contain addresses.
8948         (gnus-mime-delete-part): Remove useless `or'.
8949
8950         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8951         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8952         (gnus-nov-parse-line): Use it to decode From header.
8953         (gnus-get-newsgroup-headers): Ditto.
8954         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8955
8956         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8957         (mail-decode-encoded-address-string): New alias.
8958
8959         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8960         New function.
8961         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8962         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8963         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8964         (rfc2047-decode-string): Ditto.
8965         (rfc2047-decode-address-region): New function.
8966         (rfc2047-decode-address-string): New function.
8967
8968 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * message.el (message-caesar-buffer-body): Allow rotating headers.
8971
8972         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8973
8974         * message.el (message-insert-formated-citation-line): Fix %f.
8975         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8976
8977 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8980         (gnus-bookmark-mouse-available-p): New macro.
8981         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8982         (gnus-bookmark-bmenu-show-infos): Use it.
8983         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8984         (gnus-bookmark-bmenu-hide-infos): Ditto.
8985         (gnus-bookmark-remove-properties): New function.
8986         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8987         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8988         (gnus-bookmark-write-file): Bind coding-system-for-write.
8989         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8990         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8991         group before selecting it.
8992         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8993         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8994         quit-window if it is not available; use gnus-mouse-2 and bind it to
8995         gnus-bookmark-bmenu-select-by-mouse.
8996         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8997         (gnus-bookmark-bmenu-select-by-mouse): New function.
8998
8999 2006-08-13  Romain Francoise  <romain@orebokech.com>
9000
9001         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9002         space.
9003
9004 2006-08-10  Romain Francoise  <romain@orebokech.com>
9005
9006         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9007         (dns-mode-soa-auto-increment-serial): New user option.
9008         (dns-mode-soa-maybe-increment-serial): New function.
9009         (dns-mode): Add the latter to `write-contents-functions'.
9010
9011 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * compface.el (uncompface): Use binary rather than raw-text-unix.
9014
9015 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * compface.el (uncompface): Make sure the eol conversion doesn't take
9018         place when communicating with the external programs.  Reported by
9019         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9020
9021 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9024
9025 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9026
9027         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9028         Make it more robust by parsing author and date independently.
9029
9030 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9033
9034 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9035
9036         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9037         first matching secret key.
9038         (mml2015-epg-encrypt): Ditto.
9039
9040         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9041         first matching secret key.
9042         (mml1991-epg-encrypt): Ditto.
9043
9044         * mml2015.el (mml2015-encrypt-to-self): New user option.
9045         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9046         mml2015-epg-encrypt-to-self is set.
9047
9048         * mml1991.el (mml1991-encrypt-to-self): New variable.
9049         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9050         mml1991-epg-encrypt-to-self is set.
9051
9052         * mml2015.el (mml2015-signers): New user option.
9053         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9054         (mml2015-epg-encrypt): Allow to select signing keys.
9055
9056         * mml1991.el (mml1991-signers): New variable.
9057         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9058         (mml1991-epg-encrypt): Allow to select signing keys.
9059
9060 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * nnheader.el (nnheader-insert-head): Make it work even if the file
9063         uses CRLF for the line-break code.
9064
9065 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9066
9067         * mml2015.el: Require mml-sec instead of password.
9068         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9069         (mml2015-cache-passphrase): Inherit the default value from
9070         mml-secure-cache-passphrase.
9071         (mml2015-passphrase-cache-expiry): Inherit the default value from
9072         mml-secure-passphrase-cache-expiry.
9073
9074         * mml1991.el: Require mml-sec instead of password.
9075         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9076         (mml1991-cache-passphrase): Inherit the default value from
9077         mml-secure-cache-passphrase.
9078         (mml1991-passphrase-cache-expiry): Inherit the default value from
9079         mml-secure-passphrase-cache-expiry.
9080
9081         * mml-sec.el: Require password.
9082         (mml-secure-verbose): New user option.
9083         (mml-secure-cache-passphrase): New user option.
9084         (mml-secure-passphrase-cache-expiry): New user option.
9085
9086 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9087
9088         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9089         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9090         andreas@altroot.de (Andreas Vögele).
9091
9092         FIXME: Use `tiny change'?
9093
9094 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9095
9096         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9097         workaround for the url package included with Emacs.
9098
9099         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9100
9101 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9104         correctly.  This fixes a bug caused by the 2006-05-12 change.
9105
9106 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9107
9108         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9109         some information about the error when saying that the `bogus' mail
9110         group will be used.
9111
9112 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9115         string.
9116
9117 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9118
9119         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9120
9121 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9122
9123         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9124
9125 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9126
9127         * mml1991.el (mml1991-function-alist): Add epg.
9128         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9129         (mml1991-epg-encrypt): New functions.
9130
9131 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9132
9133         * mml2015.el (mml2015-verbose): New variable.
9134         (mml2015-cache-passphrase): Ditto.
9135         (mml2015-passphrase-cache-expiry): Ditto.
9136         (mml2015-function-alist): Add epg.
9137         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9138         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9139         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9140         functions.
9141
9142 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9143
9144         * message.el (message-cite-original-1): Preserve region when removing
9145         quoted text due to X-No-Archive in order to avoid bogus attribution
9146         when citing multiple messages.
9147
9148 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9149
9150         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9151         Kenneth Jacker <khj@be.cs.appstate.edu>.
9152
9153 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * gnus-diary.el (gnus-user-format-function-d)
9156         (gnus-user-format-function-D): Autoload.
9157
9158         * imap.el (Commentary): Fix typo.
9159
9160         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9161         2006-04-22 contribution.
9162
9163 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9164
9165         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9166         It didn't really fix the bogosity I'm seeing with solid web groups.
9167
9168 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9169
9170         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9171         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9172         created using server names.  If we use the feature without declaring
9173         it, Gnus does not properly manage server and group state.
9174
9175         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9176         bound.
9177
9178 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9179
9180         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9181         looking up the method using GROUP's prefix before inventing a new one.
9182         It is used on killed/unknown groups in various places where returning
9183         an all-new method isn't expected by the caller.
9184
9185         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9186         and match semantics of gnus-group-real-prefix.
9187
9188 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * nnmail.el (nnmail-broken-references-mailers): New variable.
9191         (nnmail-ignore-broken-references): New function generalizing
9192         nnmail-fix-eudora-headers.
9193         (nnmail-fix-eudora-headers): Now obsolete.
9194
9195         * gnus-art.el (gnus-button-handle-custom): Support
9196         `customize-apropos*'.
9197
9198 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9201
9202         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9203         articles.
9204
9205 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * message.el (message-cite-reply-above): New variable.
9208         (message-yank-original): Use it.
9209
9210 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9213
9214 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9217         as read.
9218
9219         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9220
9221 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9224         (gnus-bookmark-default-file): Use gnus-directory.
9225         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9226         Remove "*" in doc string.
9227         (gnus-bookmark-write-file): Simplify.
9228         (gnus-bookmark-maybe-sort-alist): Use `when'.
9229         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9230         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9231         FIXME about Emacs 21 and XEmacs compatibility.
9232         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9233         compatibility.
9234         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9235         compatibility.
9236         (gnus-bookmark-menu-heading): Fix version.
9237
9238 2006-06-19  Bastien Guerry  <bzg@altern.org>
9239
9240         * gnus-bookmark.el: New file.
9241
9242 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * message.el (message-syntax-checks): Doc fix.
9245
9246 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9247
9248         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9249         unsubscribed groups as if they were killed ones.  It causes duplicate
9250         entries in gnus-newsrc-alist.
9251
9252 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * message.el (message-syntax-checks): Doc fix.
9255         (message-send-mail): Add check for continuation headers.
9256         (message-check-news-header-syntax): Fix regexp used to check for
9257         continuation headers.
9258
9259 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9262
9263 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9266
9267 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9270         default-truncate-lines.
9271
9272 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9275         to fill the utf-8 entry.
9276
9277         * lpath.el: Fbind unicode-precedence-list.
9278
9279 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9280
9281         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9282
9283 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9284
9285         * gnus-agent.el (directory-files-and-attributes): Move all the way
9286         forward (the third and final move).
9287         (gnus-agent-read-agentview): Trap reconstruction errors due to
9288         nonexistant directory.  Handle by returning nil.
9289
9290 2006-05-30  Didier Verna  <didier@xemacs.org>
9291
9292         * message.el (message-dont-reply-to-names): Update the custom type.
9293         * message.el (message-dont-reply-to-names): New defsubst: potentially
9294         convert a list of regexps into a single one.
9295         * message.el (message-get-reply-headers): Use it.
9296         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9297
9298 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-agent.el (directory-files-and-attributes): Move forward.
9301
9302 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-ml.el (gnus-mailing-list-subscribe)
9305         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9306         (gnus-mailing-list-message): Fix doc strings.
9307
9308 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9309
9310         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9311         of doing it manually.
9312
9313 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9316         comment.
9317
9318 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9319
9320         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9321         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9322         (gnus-agent-read-local): All symbols allocated in my-obarray.
9323         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9324         (gnus-agent-regenerate-group): Check numeric names to see if they are
9325         messages or groups.
9326         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9327         better way of do this...)
9328
9329         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9330         'dummy.group' (there should be a better way of do this...)
9331
9332 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9335         (gnus-saved-headers): Ditto.
9336         (gnus-default-article-saver): Mention functions may have properties.
9337         (gnus-article-save): Override gnus-save-all-headers and
9338         gnus-saved-headers by :headers property which saver function may have.
9339         (gnus-summary-save-in-file): Add :headers property.
9340         (gnus-summary-write-to-file): Ditto.
9341
9342         * gnus-sum.el (gnus-summary-save-article): Bind
9343         gnus-prompt-before-saving to t when saving many articles in a file;
9344         always show all headers.
9345
9346         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9347
9348 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9351         marks.
9352
9353         * message.el (message-indent-citation): Add optional arguments to allow
9354         using it outside of message buffers.
9355
9356         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9357         (gnus-article-treat-unfold-headers): Use it.
9358         (gnus-article-truncate-lines): New variable.
9359         (gnus-article-mode): Use it.
9360         (gnus-article-toggle-truncate-lines): New function.
9361
9362         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9363         gnus-article-toggle-truncate-lines.
9364
9365         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9366         coding system in XEmacs, use binary.
9367
9368 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9371         after-load-alist.
9372
9373         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9374         this function should save decoded articles.
9375         (gnus-summary-write-to-file): Use property to specify this function
9376         should save decoded articles and specify gnus-summary-save-in-file
9377         should be used to save articles other than the first one when saving
9378         many articles.
9379         (gnus-summary-save-body-in-file): Use property to specify this
9380         function should save decoded articles.
9381         (gnus-summary-write-body-to-file): Use property to specify this
9382         function should save decoded articles and specify
9383         gnus-summary-save-body-in-file should be used to save articles other
9384         than the first one when saving many articles.
9385
9386         * gnus-sum.el (gnus-summary-save-article): Simplify.
9387
9388 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-default-article-saver): Add
9391         gnus-summary-write-body-to-file.
9392         (gnus-article-save-coding-system): Don't use coding system object
9393         in XEmacs.
9394         (gnus-read-save-file-name): Add optional `dir-var' argument which
9395         specifies directory in which files are saved; work even if optional
9396         `variable' argument is not specified.
9397         (gnus-summary-write-to-file): Read file name.
9398         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9399         (gnus-summary-write-body-to-file): New function.
9400
9401         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9402         (gnus-summary-local-variables): Add it.
9403         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9404         (gnus-summary-save-article): Remove optional `decode' argument;
9405         determine whether to decode articles by the value of
9406         gnus-default-article-saver; when saving many files using
9407         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9408         it first and use gnus-summary-save-in-file or
9409         gnus-summary-save-body-in-file thereafter unless
9410         gnus-prompt-before-saving is always; move point to article which
9411         will be saved.
9412         (gnus-summary-save-article-file): Revert.
9413         (gnus-summary-write-article-file): Revert.
9414         (gnus-summary-save-article-body-file): Revert.
9415         (gnus-summary-write-article-body-file): New function.
9416
9417 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-art.el (gnus-default-article-saver): Doc fix.
9420         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9421         from gnus-summary-save-article-coding-system, and default to a
9422         certain coding system.
9423         (gnus-output-to-file): Add coding cookie and encode text according
9424         to gnus-article-save-coding-system; don't use mm-append-to-file.
9425
9426         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9427         gnus-art.el and rename to gnus-article-save-coding-system.
9428         (gnus-summary-save-article): Require gnus-art; don't show all
9429         headers if it decodes articles; don't add coding cookie here;
9430         don't bind mm-text-coding-system-for-write.
9431         (gnus-summary-save-article-file): Save decoded articles.
9432         (gnus-summary-write-article-file): When saving many files, use
9433         gnus-summary-write-to-file first and gnus-summary-save-in-file
9434         thereafter unless gnus-prompt-before-saving is always.
9435         (gnus-summary-save-article-body-file): Save decoded articles.
9436
9437         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9438
9439 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * nnrss.el (nnrss-check-group): Bind hash-index.
9442
9443 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9444
9445         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9446         its hash index.  Store this hash in `nnrss-group-data'.
9447         (nnrss-read-group-data): Update accordingly.
9448
9449 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9452         entry.
9453
9454         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9455         gnus-article-browse-html-article.
9456
9457 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9458
9459         * gnus-sum.el (gnus-summary-mime-map): Add
9460         gnus-article-browse-html-article.
9461
9462         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9463
9464 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9467         suitable coding systems in customize.
9468
9469 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * mail-source.el (mail-sources): Fix custom type.
9472
9473 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9476         (gnus-summary-expire-articles-now): Shorten prompt.
9477
9478         * gmm-utils.el (wid-edit): Require.
9479         (defun-gmm): Renamed from `gmm-defun-compat'.
9480         (gmm-image-search-load-path): Use it.
9481         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9482
9483 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9486         variable.
9487         (gnus-summary-save-article): Add optional `decode' argument.  If
9488         it is set and gnus-summary-save-article-coding-system is non-nil,
9489         save decoded article.
9490         (gnus-summary-write-article-file): Save decoded article if
9491         gnus-summary-save-article-coding-system is non-nil.
9492
9493         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9494         type.
9495
9496 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9499
9500 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9503         first to test gnus-single-article-buffer which may be buffer-local.
9504
9505         * gnus-sum.el (gnus-summary-setup-buffer): Make
9506         gnus-single-article-buffer buffer-local and nil in ephemeral
9507         group; make gnus-article-buffer, gnus-article-current, and
9508         gnus-original-article-buffer always buffer-local.
9509         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9510         group.
9511         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9512
9513 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * nnml.el (nnml-request-compact-group): Compressed files might not
9516         have .gz extension.
9517
9518 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9519
9520         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9521         (mm-copy-to-buffer): Use with-current-buffer.
9522         (mm-display-part): Simplify.
9523         (mm-inlinable-p): Add optional arg `type'.
9524
9525 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9526
9527         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9528         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9529         Try harder to show the attachment internally or externally using
9530         gnus-mime-view-part-as-type.
9531
9532 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * message.el (message-from-style, message-signature-separator)
9535         (message-user-organization-file, message-send-mail-function)
9536         (message-citation-line-function, message-yank-prefix)
9537         (message-indent-citation-function, message-signature)
9538         (message-signature-file, message-signature-insert-empty-line):
9539         Remove autoloads.
9540
9541         * gnus-art.el (gnus-buttonized-mime-types): Remove
9542         "multipart/signed".  Revert 2006-04-26 change.
9543
9544 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus.el (gnus-version-number): Bump version.
9547
9548 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9549
9550         * gnus.el: No Gnus v0.5 is released.
9551
9552 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9553
9554         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9555         fetching articles by message-id.
9556
9557 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * message.el (hashcash): Require hashcash as normal.
9560
9561         * ecomplete.el (ecomplete-highlight-match-line): Use
9562         point-at-eol.
9563         (ecomplete-highlight-match-line): Use `highlight', because that
9564         face exists in both Emacs and XEmacs.
9565
9566         * message.el (message-display-abbrev): Use point-at-bol.
9567
9568         * mail-source.el: Don't require timer/timer-funcs.
9569
9570         * gnus-async.el: Ditto.
9571
9572         * password.el: Ditto.
9573
9574         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9575
9576         * mm-url.el: Ditto.
9577
9578         * gnus-xmas.el: Don't require timer-funcs.
9579
9580         * mm-util.el: Require timer/timer-funcs.
9581
9582 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9583
9584         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9585         Close.
9586
9587 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9590         unibyte after clear-decrypt function runs.
9591
9592         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9593         returns as a unibyte string.
9594
9595 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * lpath.el: Revert.
9598
9599         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9600         (pgg-gpg-process-sentinel): Revert.
9601
9602         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9603         (pgg-pgp-lookup-key): Revert.
9604
9605         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9606         (pgg-pgp5-lookup-key): Revert.
9607
9608         * pgg.el (pgg-fetch-key): Revert.
9609
9610 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * lpath.el: Fbind string-as-multibyte for XEmacs.
9613
9614         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9615         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9616         (mml1991-pgg-encrypt): Ditto.
9617
9618         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9619         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9620         a multibyte buffer.
9621
9622         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9623         (pgg-pgp-lookup-key): Ditto.
9624
9625         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9626         (pgg-pgp5-lookup-key): Ditto.
9627
9628         * pgg.el (pgg-fetch-key): Ditto.
9629
9630 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * message.el (message-user-organization-file): Check several
9633         locations of the organization file.
9634
9635         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9636         Add gnus-article-view-part-as-type.
9637
9638         * gnus-art.el (gnus-article-view-part-as-type): New function.
9639
9640         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9641         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9642
9643         * mml.el: Simplify autoload.
9644         (mml-mode): defvar dnd-protocol-alist instead of using
9645         symbol-value.
9646         (mml-default-directory): New variable.
9647         (mml-minibuffer-read-file): Use it.
9648         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9649
9650         * message.el (message-citation-line-format): New variable.
9651         (message-insert-formated-citation-line): New function.
9652         (message-citation-line-function): Add
9653         `message-insert-formated-citation-line' to custom type.
9654
9655         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9656         to doc string.
9657
9658         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9659         depending on mm-verify-option.
9660
9661 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9664         binding pgg-* variables; reimplement the section which prevents
9665         MIME header from being signed.
9666         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9667         pgg-text-mode; remove a blank line at the top of body.
9668
9669         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9670         lines at the top of body; use gnus-newsgroup-charset if there's no
9671         Charset header.
9672
9673 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * message.el (message-self-insert-commands): Doc fix.
9676
9677         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9678         (mm-uu-pgp-encrypted-test): Ditto.
9679         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9680         between header and body; return application/pgp-encrypted handle
9681         if decryption failed; decode decrypted body by charset.
9682
9683         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9684         element match to application/pgp-*.
9685
9686 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9687
9688         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9689         HTML.
9690
9691 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * mail-source.el (mail-source-call-script): Message the error
9694         string.
9695
9696 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * gnus-util.el (gnus-byte-compile): Use it.
9699
9700 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9701
9702         * gnus-util.el (kill-empty-logs): New function.
9703
9704 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705
9706         * message.el (message-mail-alias-type): Doc fix.
9707         (message-mail-alias-type-p): New function.
9708         (message-send): Use it.
9709         (message-mode): Ditto.
9710         (message-strip-forbidden-properties): Ditto.
9711
9712         * ecomplete.el (ecomplete-database-file-coding-system): New
9713         variable.
9714         (ecomplete-save): Use it.
9715         (ecomplete-setup): Use it.
9716
9717 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * message.el (message-self-insert-commands): New variable.
9720         (message-strip-forbidden-properties): Use it.
9721
9722 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9725         that doesn't make XEmacs choke.
9726
9727 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * gnus-util.el (gnus-replace-in-string):
9730         Prefer replace-regexp-in-string over of replace-in-string.
9731
9732 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-util.el (gnus-select-frame-set-input-focus):
9735         Use select-frame-set-input-focus if it is available in XEmacs; use
9736         definition defined in Emacs 22 for old Emacsen.
9737
9738         * dgnushack.el: Autoload unmorse-region for XEmacs.
9739
9740         * lpath.el: Bind cursor-in-non-selected-windows and
9741         select-frame-set-input-focus for XEmacs.
9742
9743 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9746
9747 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * gnus-registry.el (gnus-registry-cache-save): Remove text
9750         properties when saving via the temp buffer.
9751
9752 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * message.el (message-generate-hashcash): Honor custom type.
9755
9756 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * message.el (message-generate-hashcash): Default to non-nil when
9759         hashcash is found.
9760
9761         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9762         (gnus-refer-thread-limit): Increase default to 500.
9763
9764         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9765
9766         * flow-fill.el (fill-flowed): Allow delete-space.
9767
9768 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9771         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9772         Remove autoloads.
9773
9774 2006-04-18  Simon Josefsson  <jas@extundo.com>
9775
9776         * message.el (message-generate-hashcash): Default to.
9777
9778 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9781         concatenating segments rather than before concatenating them.
9782
9783 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9786
9787 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9790
9791         * message.el (message-forward-make-body-plain): Allow
9792         message-forward-ignored-headers to be a list.
9793         (message-remove-ignored-headers): Factor out into function.
9794         (message-forward-make-body-mml): Use it.
9795
9796         * imap.el (imap-quote-specials): New function.
9797         (imap-login-auth): Quote specials.
9798
9799         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9800         (rfc2231-parse-string): Allow concatanation of parameters that
9801         aren't contiguous.  The test case is
9802           (mail-header-parse-content-type "message/external-body;
9803             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9804             access-type=LOCAL-FILE;
9805             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9806
9807 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9808
9809         * nntp.el (nntp-accept-process-output): Return the value of
9810         `nnheader-accept-process-output'.
9811
9812 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9815         (gnus-button-alist): Recognize more diff formats.
9816         (gnus-button-patch): Strip directory.
9817
9818 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9821         Emacs 22 when setting focus.
9822
9823 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-art.el (gnus-article-treat-types): Do treatment of
9826         text/x-verbatim parts.
9827         (gnus-button-patch): New command.
9828
9829         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9830         addresses that contain invalid characters.
9831
9832 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * message.el (message-put-addresses-in-ecomplete): Use
9835         gnus-replace-in-string.
9836         (message-is-yours-p): Use the more correct
9837         mail-header-parse-address instead of
9838         mail-extract-address-components.
9839         (message-put-addresses-in-ecomplete): Fix typo.
9840
9841         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9842         keystroke.
9843
9844         * gnus-art.el (gnus-treatment-function-alist): Change order of
9845         newsgroups/generic header folding to avoid double-folding.
9846
9847         * message.el (message-hidden-headers): Add X-Draft-From.
9848
9849         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9850         command.
9851         (gnus-summary-repeat-search-article-backward): New command.
9852
9853         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9854         groups in the parent topic.
9855
9856 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9857
9858         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9859         (spam-extra-header-to-number): Return the CRM114 number as a
9860         number instead of a string.
9861
9862 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus-art.el (gnus-face-properties-alist): Moved here from
9865         gnus-fun.
9866
9867         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9868
9869 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * message.el (message-strip-forbidden-properties): Only display on
9872         self-insert-command.
9873
9874         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9875         reindent.
9876         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9877
9878 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9879
9880         * smiley.el (smiley-style): Fix typo.
9881
9882 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * hashcash.el (hashcash-insert-payment-async-2): Use
9885         message-goto-eoh instead of doing it manually.
9886         (mail-add-payment): Use message-narrow-to-header instead of trying
9887         to do the same itself.
9888
9889         * message.el (message-hidden-headers): Add Face.
9890
9891         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9892         reparenting code.
9893         (gnus-summary-reparent-children): Refactored out code.
9894         (gnus-summary-thread-map): New keystroke.
9895         (gnus-summary-reparent-children): Make into command.
9896
9897         * smiley.el (smiley-style): Default to `medium' if using a large
9898         font.
9899
9900         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9901         does it itself.
9902
9903         * message.el (message-point-in-header-p): Simplify definition.
9904
9905 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * nnagent.el (nnagent-request-set-mark): Silence log file
9908         writing.
9909         (nnagent-request-set-mark): Use write-region instead of
9910         append-to-file.
9911
9912         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9913         strange select method.
9914
9915         * ecomplete.el (ecomplete-display-matches): Get highlightling
9916         right.
9917         (ecomplete-display-matches): Use literals.
9918         (ecomplete-display-matches): Disable message logging.
9919
9920         * message.el (message-display-abbrev): Small optimization.
9921
9922         * ecomplete.el (ecomplete-display-matches): Allow automatic
9923         display.
9924
9925         * message.el (message-strip-forbidden-properties): Display
9926         abbrevs.
9927         (message-display-abbrev): Get automatic display right.
9928
9929         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9930         keystrokes.
9931
9932 2006-04-13  Romain Francoise  <romain@orebokech.com>
9933
9934         TODO: Backport to v5-10!
9935
9936         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9937         Moved here (and renamed) from gnus-registry.el.
9938
9939         * gnus-registry.el: Require gnus-util.
9940         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9941
9942 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-group.el (gnus-group-catchup-current): Change
9945         if-then-else-if-then-else into cond.
9946         (gnus-group-catchup): Indent.
9947         (group-name-at-point): New function.
9948         (gnus-fetch-group): Provide default from thing at point.
9949
9950 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * message.el (message-display-abbrev): Fix regexp.
9953
9954         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9955         choosing.
9956         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9957         dead variables.
9958
9959         * message.el (message-newline-and-indent): Remove debugging.
9960         (message-display-abbrev): Use new implementation.
9961
9962 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * gnus-art.el (gnus-article-mode): Set
9965         cursor-in-non-selected-windows to nil.
9966
9967         * smiley.el: Revert previous change.
9968         (smiley-data-directory): defvar it before using it in the
9969         defcustom of `smiley-style'.
9970
9971 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972
9973         * message.el (message-newline-and-indent): New function.
9974
9975         * ecomplete.el: Implement more bits.
9976
9977         * message.el (message-put-addresses-in-ecomplete): Clean up the
9978         string.
9979
9980         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9981
9982         * gnus-sum.el (gnus-summary-save-parts): Bind
9983         gnus-summary-save-parts-counter and use it to make unique file
9984         names.
9985
9986         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9987
9988         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9989         parameter to say whether to actually parse the individual
9990         addresses.
9991
9992         * message.el (message-put-addresses-in-ecomplete): New function.
9993         (ecomplete): Require.
9994         (message-mail-alias-type): Add ecomplete as an option.
9995
9996 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9997
9998         * flow-fill.el (fill-flowed): Remove trailing space from blank
9999         quoted lines.
10000
10001 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * smiley.el (smiley-style): Move definition later to avoid a
10004         compilation warning.
10005
10006 2006-04-12  Kenichi Handa  <handa@m17n.org>
10007
10008         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10009         buffer and then decode the buffer text if necessary.
10010         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10011         first, and after mm-encode-body, change the buffer to unibyte.
10012         Use mm-disable-multibyte instead of set-buffer-multibyte.
10013
10014 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10017         Content-Type header instead of Content-Disposition header.
10018         (gnus-mime-inline-part): Ditto.
10019         (gnus-mime-view-part-as-charset): Ignore charset that the part
10020         specifies.
10021
10022         * mm-decode.el (mm-display-part): Work with external parts and
10023         usual parts similarly.
10024
10025         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10026         instead of gnus-display-mime.
10027
10028         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10029         instead of with-temp-buffer.
10030
10031         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10032         tag to summarized topics part in order to encode non-ASCII text.
10033
10034 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * smiley.el (smiley-style): New variable.
10037         (smiley-directory): New function.
10038         (smiley-data-directory): Derive from `smiley-style' using
10039         `smiley-directory'.
10040         (smiley-regexp-alist): Add new entries.
10041
10042         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10043         (gnus-article-browse-delete-temp): Add :version.
10044
10045 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10046
10047         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10048         the sieve region.
10049
10050 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051
10052         * gnus.el (gnus-version-number): Bump version.
10053
10054 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus.el: No Gnus v0.4 is released.
10057
10058 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10061         layout.
10062
10063         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10064         unknown charset.
10065
10066         * message.el (message-header-synonyms): Add Original-To to the
10067         default.
10068
10069         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10070         optional parameter.
10071
10072 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-fun.el (gnus): Require it for gnus-directory.
10075
10076 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10079
10080 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10083
10084 2006-04-05  Simon Josefsson  <jas@extundo.com>
10085
10086         * password.el (password-reset): New function.
10087
10088 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10089
10090         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10091         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10092
10093 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10094
10095         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10096         Some whitespace was matched into the url, which broke browsing hits
10097         > 100 when mm-url-use-external was nil.
10098
10099 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10102         gnus-extra-headers for 'Newsgroups.
10103
10104         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10105         bound.
10106
10107 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10108
10109         * pgg-gpg.el: Clean up process buffers every time gpg processes
10110         complete.
10111
10112 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10115         doc string.
10116
10117 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10118
10119         * pgg-gpg.el (pgg-gpg-process-filter)
10120         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10121
10122         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10123         lines, temporary fix.
10124
10125 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10128
10129 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10130
10131         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10132         default-enable-multibyte-characters.  This reverts the change from
10133         revision 6.17 which is no longer necessary because the passphrase
10134         is sent separately now.  GnuPG messages are unreadable under
10135         multibyte locales with default-enable-multibyte-characters set to
10136         nil.
10137
10138 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * message.el (message-tool-bar-gnome): Move "spell".
10141
10142 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10145         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10146         instead.
10147
10148 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10149
10150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10151         newsgroups handling for NNTP overviews which don't include
10152         Newsgroups.
10153
10154 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10155
10156         * message.el (message-resend): Bind message-generate-hashcash to nil.
10157
10158 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10159
10160         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10161         when searching for already-paid recipients.
10162
10163 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10164
10165         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10166         passphrases when it is not needed.
10167         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10168         passphrase stuff from gpg, should only be necessary when you use
10169         gpg with a smartcard.
10170
10171 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * mml.el (mml-insert-mime): Ignore cached contents of
10174         message/external-body part.
10175
10176         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10177         (mm-insert-part): Ditto.
10178
10179 2006-03-23  Simon Josefsson  <jas@extundo.com>
10180
10181         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10182         Reiner.
10183         (pgg-gpg-use-agent-p): Use it again.
10184
10185 2006-03-23  Simon Josefsson  <jas@extundo.com>
10186
10187         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10188         older emacsen.
10189         (pgg-gpg-use-agent-p): Don't use it.
10190
10191 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10194         if we can.
10195
10196 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10197
10198         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10199         (pgg-gpg-update-agent): New function.
10200         (pgg-gpg-use-agent-p): New function.
10201         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10202         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10203         (pgg-gpg-sign-region): Use it.
10204
10205 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10208         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10209
10210 2006-03-21  Simon Josefsson  <jas@extundo.com>
10211
10212         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10213         <wilde@sha-bang.de>.
10214         (pgg-gpg-use-agent): New variable.
10215         (pgg-gpg-process-region): Use it.
10216         (pgg-gpg-encrypt-region): Likewise.
10217         (pgg-gpg-encrypt-symmetric-region): Likewise.
10218         (pgg-gpg-decrypt-region): Likewise.
10219         (pgg-gpg-sign-region): Likewise.
10220         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10221
10222 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10225
10226         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10227         Add comment on version.
10228
10229 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * smiley.el: Add missing test smiley.
10232
10233 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mm-decode.el (mm-with-part): New macro.
10236         (mm-get-part): Use it; work with message/external-body as well.
10237         (mm-save-part): Treat name and filename equally.
10238
10239         * mm-extern.el (mm-extern-cache-contents): New function.
10240         (mm-inline-external-body): Use it; force the part to be displayed;
10241         move undisplayer added to the cached handle to the parent.
10242
10243         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10244         (gnus-mime-view-part-as-type): Work with message/external-body.
10245
10246         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10247
10248 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10251         images in image-load-path.  [Sync with image.el, revision 1.60, in
10252         Emacs.]
10253
10254 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10257         path rather than symbol.  Always return list of directories.
10258         Guarantee that image directory comes first.  [Sync with image.el,
10259         revision 1.59, in Emacs.]
10260
10261         * message.el (message-make-tool-bar): Adjust to new API of
10262         `gmm-image-load-path-for-library'.
10263
10264         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10265
10266         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10267
10268 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10269
10270         * gnus-art.el (gnus-article-only-boring-p):
10271         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10272         intangible text.
10273         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10274
10275 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10278         `defun' instead of `gmm-defun-compat'.
10279
10280 2006-03-14  Simon Josefsson  <jas@extundo.com>
10281
10282         * message.el (message-unique-id): Don't use message-number-base36
10283         if (user-uid) is a float.
10284         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10285
10286 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10289
10290         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10291         empty line between a part and a message part.
10292
10293 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * smiley.el: Add more test smileys.
10296         (smiley-data-directory, smiley-regexp-alist)
10297         (gnus-smiley-file-types): Fix doc strings.
10298         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10299         adding new elements.
10300         (smiley-mouse-map): Unused code.  Make it a comment.
10301
10302 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10305         scan latest NoCeM messages instead of old ones.
10306         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10307         delimiters that are recently used.
10308         (gnus-nocem-load-cache): Add autoload cookie.
10309
10310         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10311
10312         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10313         level which is larger than gnus-use-nocem is specified.
10314
10315         * gnus-group.el (gnus-group-get-new-news): Ditto.
10316
10317 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-util.el (gnus-tool-bar-update): New function.
10320
10321         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10322         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10323
10324         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10325
10326         * gnus-group.el (gnus-group-redraw-when-idle)
10327         (gnus-group-redraw-check): Remove.
10328         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10329
10330 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10333         if optional last element is specified in splits (FIELD VALUE...).
10334
10335 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10338         to gmm-image-load-path-for-library.  Call with no-error argument.
10339         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10340
10341         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10342
10343         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10344
10345         * gmm-utils.el (gmm-image-load-path): Remove alias.
10346
10347 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gmm-utils.el (gmm-image-load-path): Add alias.
10350
10351         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10352         nnml-generate-nov-databases-1.
10353         (nnml-generate-nov-databases): Use it.
10354         (nnml-generate-nov-databases-directory): Document no-active
10355         argument.
10356
10357         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10358         directory if path is t.  Add no-error.
10359
10360         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10361         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10362
10363         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10364         resetting gnus-article-browse-html-temp-list.
10365
10366         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10367         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10368         Add example to docstring.  Rename local variables.  Move error
10369         checks to default case in cond and simplify.
10370
10371 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10374         handle is multipart when calling it recursively.
10375         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10376
10377 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10378
10379         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10380         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10381
10382 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10385         is loaded.
10386
10387         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10388         loaded.
10389
10390 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10393         to "Emacs 23 (unicode)" in doc string.
10394
10395         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10396         "Emacs 23 (unicode)" in comment.
10397
10398 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10401
10402         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10403         characters 160 through 255 in Emacs 23.
10404
10405 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10408         gnus-article-browse-html-temp.
10409         (gnus-article-browse-delete-temp): Make it customizable.  Add
10410         `file'.  Adjust doc string.
10411         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10412         query for each file.  Adjust doc string.
10413         (gnus-article-browse-html-parts): Add
10414         `gnus-article-browse-delete-temp-files' to
10415         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10416
10417 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10418
10419         * gnus-art.el (gnus-article-browse-html-temp)
10420         (gnus-article-browse-delete-temp): New variables.
10421         (gnus-article-browse-delete-temp-files): New function.
10422         (gnus-article-browse-html-parts): Use it.
10423
10424 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10427
10428         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10429         string.
10430
10431         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10432         gnus-summary-insert-new-articles when unplugged.  Remove
10433         gnus-summary-search-article-forward.
10434
10435         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10436         display-visual-class instead of display-color-cells.
10437
10438 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * dgnushack.el: Autoload customize-group for XEmacs.
10441
10442         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10443         message/* containing non-ASCII text properly.
10444
10445 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * message.el: Require gmm-utils, remove autoloads.
10448         (message-tool-bar): Set default based on
10449         gmm-tool-bar-style.
10450         (message-tool-bar-gnome): Add gmm-customize-mode.
10451
10452         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10453         gmm-tool-bar-style.
10454         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10455
10456         * gnus-group.el (gnus-group-tool-bar): Set default based on
10457         gmm-tool-bar-style.
10458         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10459
10460         * gmm-utils.el (gmm-image-directory): Rename variable from
10461         gmm-image-load-path.
10462         (gmm-image-load-path): Use gmm-image-directory.
10463         (gmm-customize-mode): New function.
10464         (gmm-tool-bar-style): New variable.
10465
10466         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10467         gnus-group-redraw-line-number.
10468         (gnus-group-redraw-check): Simplify.
10469         (gnus-group-tool-bar-update): Remove redraw check.
10470         (gnus-group-make-tool-bar): Add redraw check.
10471
10472 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10473
10474         * gnus-art.el (gnus-button): Add missing parentheses.
10475
10476 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * lpath.el: Fbind line-number-at-pos.
10479
10480 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10483
10484 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-art.el (gnus-button): New face.
10487         (gnus-article-button-face): Use it.
10488
10489         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10490         gnus-summary-next-page.  Re-order.
10491
10492         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10493         next-node are now included.
10494         (gnus-group-redraw-line-number): New internal variable.
10495         (gnus-group-redraw-check): Helper function for updating the tool
10496         bar.
10497         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10498
10499         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10500
10501         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10502         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10503         Use it to match format of Spamassassin 3.0 and later.  Reported by
10504         IRIE Tetsuya <irie@t.email.ne.jp>.
10505         (spam-check-bogofilter)
10506         (spam-bogofilter-register-with-bogofilter): Fix args of
10507         `gnus-error' calls.
10508
10509 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10512         unnecessary interaction when sending queued mails.  Reported by
10513         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10514
10515 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10518         first or last are nil.
10519
10520 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10521
10522         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10523
10524 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10527
10528 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * dns.el (query-dns): Protect more against buggy tcp output.
10531
10532 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10535         nov.php.
10536
10537 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10538
10539         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10540         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10541         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10542         output on the server side.
10543         (nnweb-google-create-mapping): Update regexps and add some
10544         progress indication.
10545
10546 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10549         gnus-agent-toggle-plugged.  Re-order icons.
10550         (gnus-group-tool-bar-gnome): Add
10551         gnus-group-{prev,next}-unread-group.
10552         (gnus-group-tool-bar-gnome): Re-order icons.
10553
10554         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10555         gnus-summary-insert-new-articles.
10556
10557         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10558         comments.
10559
10560         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10561         also available in Emacs 21.3.
10562
10563         * message.el (message-fix-before-sending): Change "Emacs 22" to
10564         "Emacs 23 (unicode)" in comment.
10565
10566         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10567         "Emacs 23 (unicode)" in comment.
10568
10569         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10570         comment.
10571         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10572
10573         * mm-view.el (mm-fill-flowed): Add :version.
10574
10575 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10578         and load-path.
10579
10580 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * message.el: Autoload gmm-image-load-path.
10583         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10584         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10585         consitency.
10586
10587         * gmm-utils.el (gmm-image-load-path): Also search in
10588         "../etc/images".  Don't set gmm-image-load-path if we don't find
10589         the image.
10590
10591 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gmm-utils.el (gmm-image-load-path): Don't make
10594         `gmm-image-load-path' include subdirectories which the second arg
10595         `image' might specify.
10596
10597         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10598         subdirectory to icon file names.
10599
10600         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10601
10602 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10605         gmm-image-load-path calls.
10606
10607         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10608
10609         * message.el (message-make-tool-bar): Ditto.
10610
10611         * mml.el (mml-preview): Added comment concerning tool bar icons.
10612
10613         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10614         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10615
10616         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10617         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10618
10619         * message.el (message-tool-bar-gnome): Use new icon names.
10620         (message-make-tool-bar): Use `gmm-image-load-path'.
10621
10622         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10623         functions from MH-E.
10624         (gmm-image-load-path): New variable from MH-E.
10625         (gmm-image-load-path): New function from MH-E.  Added arguments
10626         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10627         *-image-load-path-called-flag.
10628
10629 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10630
10631         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10632
10633 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10634
10635         * nnimap.el (nnimap-request-move-article): Change folder back to
10636         source group before deleting.
10637
10638 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10641
10642         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10643         mm-url.
10644
10645         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10646
10647 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10650         coding system which mm-charset-to-coding-system returns for a
10651         given charset is valid.
10652
10653 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10654
10655         * html2text.el (html2text-remove-tag-list):
10656         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10657
10658 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10659
10660         * gnus-cus.el: Revert 2005-10-17 change.
10661
10662 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-art.el (article-strip-banner): Call
10665         article-really-strip-banner only when the regexp match is made.
10666
10667 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-art.el (article-strip-banner): Use
10670         gnus-extract-address-components instead of
10671         mail-header-parse-addresses to make it work with non-ASCII text;
10672         remove mail-encode-encoded-word-string.
10673
10674         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10675         values which are surrounded with \"...\"; make it never cause a
10676         Lisp error; give up parsing of parameters if it failed in
10677         extracting type.
10678
10679 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10680
10681         * smime.el (smime-cert-by-ldap-1): Fix bug where
10682         `smime-ldap-search' returns results without userCertificates.
10683
10684 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10687
10688 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * spam.el (spam-check-spamassassin-headers): Adapt format for
10691         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10692         <ari@mbf.ocn.ne.jp>.
10693         (spam-list-of-processors): Add spam-use-gmane.
10694
10695 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10698         make-temp-file; make it work with XEmacs as well.
10699
10700         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10701         mm-make-temp-file.
10702
10703         * mm-decode.el (mm-display-external): Use the 3rd arg of
10704         mm-make-temp-file.
10705         (mm-create-image-xemacs): Ditto.
10706
10707 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10710         with message-narrow-to-headers.
10711         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10712         (gnus-draft-check-draft-articles): New function.
10713         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10714
10715 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-art.el (gnus-article-browse-html-parts):
10718         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10719         Don't use suffix argument for mm-make-temp-file for Emacs 21
10720         compatibility.  Remove useless `format'.
10721
10722 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10723
10724         * nnweb.el (nnweb-google-wash-article): Update regexps.
10725         (nnweb-group-alist): Use defvoo instead of defvar.
10726
10727 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10730         re-loading nn* modules.
10731
10732 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10735         for `tool-bar-mode' and don't check it's default-value.
10736
10737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10738
10739         * message.el (message-make-tool-bar): Ditto.
10740
10741         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10742         `substring'.  Shorten tmp-file name.
10743
10744         * gnus.el: Remove bogus comment.
10745
10746 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10747
10748         * gnus-art.el (gnus-article-browse-html-parts): New function.
10749         (gnus-article-browse-html-article): New function for viewing html
10750         articles with a browser.
10751
10752 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10753
10754         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10755         in elisp.
10756         (pgg-gpg-encrypt-symmetric-region): Ditto.
10757         (pgg-gpg-sign-region): Ditto.
10758
10759         * pgg-def.el (pgg-text-mode): New variable.
10760
10761         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10762         (mml2015-pgg-encrypt): Ditto.
10763
10764         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10765         (mml1991-pgg-encrypt): Ditto.
10766
10767 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10770         message-make-date instead of current-time-string.
10771
10772         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10773         to gnus-decoded which mm-uu might set.
10774
10775 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10778         don't decode quoted parameters; remove misimported Emacs code.
10779         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10780         (rfc2231-decode-encoded-string): Don't use split-string which
10781         behaves differently according to Emacs version; use
10782         mm-decode-coding-region to convert charset to coding-system.
10783         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10784         (rfc2231-encode-string): Remove misimported Emacs code.
10785
10786 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10789         when calling mail-header-parse-content-type.
10790         (article-de-quoted-unreadable): Ditto.
10791         (article-de-base64-unreadable): Ditto.
10792         (article-wash-html): Ditto.
10793
10794         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10795         calling mail-header-parse-content-type and
10796         mail-header-parse-content-disposition.
10797         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10798         mail-header-parse-content-type.
10799
10800         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10801         insert charset and format parameters; encode description after
10802         inserting it to buffer.
10803         (mml-insert-parameter): Fold lines properly even if a parameter is
10804         segmented into two or more lines; change the max column to 76.
10805
10806         * rfc1843.el (rfc1843-decode-article-body): Don't use
10807         ignore-errors when calling mail-header-parse-content-type.
10808
10809         * rfc2231.el (rfc2231-parse-string): Return at least type if
10810         possible; don't cause an error even if it fails in parsing of
10811         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10812         (rfc2231-encode-string): Don't break lines at the beginning, leave
10813         it to mml-insert-parameter.
10814
10815         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10816         calling mail-header-parse-content-type.
10817
10818 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * spam-report.el (spam-report-gmane-use-article-number):
10821         Improve doc string.
10822         (spam-report-gmane-internal): Check if a suitable header was found
10823         in the article.
10824
10825 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10828         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10829
10830 2006-02-05  Romain Francoise  <romain@orebokech.com>
10831
10832         Update copyright notices of all files in the gnus directory.
10833
10834 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10835
10836         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10837
10838 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10841         segmented lines of parameter value to cope with Thunderbird 1.5
10842         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10843         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10844         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10845
10846 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10847
10848         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10849         parts.
10850
10851 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10852
10853         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10854         there's only one active file for all servers.
10855         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10856         solid groups.  Gnus might have used a FAST request to select the group.
10857         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10858         and nnweb-search redundantly in the active file.
10859         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10860         (nnweb-request-create-group): Don't use ARGS.
10861         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10862         initialisations.  Let nnoo do the work.
10863
10864 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10867         Say the part has been decoded.
10868
10869         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10870
10871 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10872
10873         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10874         mailcap-viewer-test-cache when there's no 'test clause, since that
10875         will invert the meaning of a "nil" test previously determined by
10876         mailcap-mailcap-entry-passes-test.
10877
10878 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10881         compiling.
10882
10883         * gnus-sum.el: Ditto.
10884
10885         * message.el: Don't bind tool-bar-map when compiling.
10886
10887 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10890
10891 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10892
10893         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10894         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10895         current Google Groups.
10896
10897 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10900         and tool-bar-mode.
10901
10902         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10903         and tool-bar-mode.
10904
10905         * message.el (message-tool-bar-update): Simplify.
10906         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10907
10908         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10909         gnus-summary-buffer.
10910         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10911         gnus-summary-reply.
10912
10913         * gmm-utils.el (gmm): Add :version.
10914
10915 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * Makefile.in (clean): New rule.
10918         (distclean): Use it.
10919
10920 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10921
10922         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10923         autoload.
10924
10925 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gmm-utils.el (gmm-verbose): Add :group.
10928
10929 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * message.el: Change some comments WRT tool-bars.
10932
10933         * gnus-sum.el (gnus-summary-tool-bar)
10934         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10935         (gnus-summary-tool-bar-zap-list): New variables.
10936         (gnus-summary-make-tool-bar): Complete rewrite using
10937         `gmm-tool-bar-from-list'.
10938
10939         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10940         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10941         variables.
10942         (gnus-group-make-tool-bar): Complete rewrite using
10943         `gmm-tool-bar-from-list'.
10944         (gnus-group-tool-bar-update): New function.
10945
10946         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10947
10948 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10951         is dissected into a single part of which the type is the same as
10952         the given one; decode charset.
10953
10954 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10955
10956         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10957         into alists as symbol not string, since that's what
10958         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10959         look for.
10960
10961 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10964         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10965
10966         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10967
10968 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10971         (gnus-xmas-mime-security-button-menu): New function.
10972
10973         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10974         (gnus-mime-security-button-menu): New definition.
10975         (gnus-mime-security-button-map): Use them.
10976         (gnus-mime-security-button-menu): New function.
10977         (gnus-insert-mime-security-button): Addition to help echo.
10978         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10979         (gnus-mime-security-pipe-part): New functions.
10980
10981         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10982         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10983
10984         * mm-decode.el (mm-handle-set-disposition): Remove.
10985         (mm-handle-set-description): Remove.
10986
10987 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10990         (mm-w3m-standalone-supports-m17n-p): New function.
10991         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10992         w3m usage.
10993
10994         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10995         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10996
10997 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * message.el (message-tool-bar-zap-list): Use
11000         gmm-tool-bar-zap-list as custom type.
11001         (message-tool-bar-update): New function.
11002         (message-tool-bar, message-tool-bar-gnome)
11003         (message-tool-bar-retro): Add message-tool-bar-update.
11004         (message-tool-bar-gnome): Add flyspell-buffer.
11005
11006         * gnus-util.el (gnus-error): Describe `args'.
11007
11008         * gmm-utils.el (gmm-error): Describe `args'.
11009         (gmm-tool-bar-zap-list): New widget.
11010         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11011
11012 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11015         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11016         the number of recursive calls.
11017
11018         * mm-decode.el (mm-handle-set-disposition): New macro.
11019         (mm-handle-set-description): New macro.
11020
11021 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11024         encoding.
11025
11026 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * message.el (message-tool-bar-zap-list, message-tool-bar)
11029         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11030         (message-tool-bar-local-item-from-menu): Remove.
11031         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11032         (message-make-tool-bar): New function.
11033         (message-mode): Use `message-make-tool-bar'.
11034
11035         * gmm-utils.el: New file.
11036         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11037         (gmm-lazy): New widget copied from `nnmail.el'.
11038         (gmm-tool-bar-from-list): New function for creating customizable
11039         tool bars.
11040         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11041         output.
11042         (gmm): Add :prefix to defgroup.
11043
11044 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11045
11046         * gmm-utils.el (gmm-widget-p): New function.
11047
11048 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * mml.el (mml-attach-file): Describe `description' in doc string.
11051         (mml-menu): Add Emacs MIME manual and PGG manual.
11052
11053 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11054
11055         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11056
11057 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11058
11059         * nntp.el (nntp-end-of-line): Doc fix.
11060
11061 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11062
11063         * imap.el (imap-open): Handle case where buffer is a buffer
11064         object.
11065
11066 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11067
11068         * gnus-delay.el (gnus-delay): Don't autoload.
11069         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11070         to be re-loaded when customizing the `gnus-delay' group.
11071
11072 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11073
11074         * message.el (message-insert-citation-line): Use newlines.
11075
11076 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11077
11078         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11079         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11080         these routines, so the passphrase can be managed externally and
11081         passed in to the system.
11082         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11083         pgg-add-passphrase-to-cache function.
11084
11085         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11086         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11087         these routines, so the passphrase can be managed externally and
11088         passed in to the system.
11089         (pgg-pgp5-sign-region): Use new name of
11090         pgg-add-passphrase-to-cache function.
11091
11092 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11093
11094         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11095         part of the decoded armor to find the key-identifier.
11096         (pgg-gpg-lookup-key-owner): New function to return the
11097         human-readable identifier of a key owner.
11098         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11099         itself.
11100         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11101         the key value) if we have a key and can match it against a secret
11102         key.  Also, added a note pointing out fact that the prompt only
11103         indicates the first matching key.
11104
11105         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11106         pgg-decrypt-region.
11107         (pgg-add-passphrase-to-cache): Rename from
11108         `pgg-add-passphrase-cache' to reduce confusion (all callers
11109         changed).
11110         (pgg-remove-passphrase-from-cache): Rename from
11111         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11112         changed).
11113         (pgg-read-passphrase, pgg-add-passphrase-cache)
11114         (pgg-remove-passphrase-cache): Add informative docstrings.
11115         (pgg-decrypt): Convey provided passphrase in subordinate call to
11116         pgg-decrypt-region.
11117
11118 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11119
11120         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11121         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11122         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11123         'passphrase' argument, so the passphrase can be managed externally
11124         and then passed in to the system.
11125
11126         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11127         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11128         so the passphrase cache can be used reliably with identifiers
11129         besides a pgp packet's key id.
11130
11131         * pgg-gpg.el (pgg-gpg-encrypt-region)
11132         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11133         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11134         these routines, so the passphrase can be managed externally and
11135         passed in to the system.
11136
11137         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11138         'notruncate' argument, so the passphrase cache can be used
11139         reliably with identifiers besides a pgp packet's key id.
11140
11141 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11142
11143         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11144         symmetric encryption.
11145         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11146         encrypted session key.
11147         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11148         message ask for the passphrase in a proper way.
11149
11150         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11151         New user commands for symmetric encryption.
11152
11153 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11156
11157         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11158
11159 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11160
11161         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11162
11163 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mm-decode.el (mm-inlined-types): Add application/pgp.
11166         (mm-automatic-display): Ditto.
11167
11168         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11169         part as text.
11170
11171 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * nnrss.el: Update copyright.
11174         (nnrss-opml-import): Query whether to subscribe to each entry.
11175
11176         * gnus-art.el:
11177         * gnus-sum.el:
11178         * gnus-xmas.el:
11179         * messagexmas.el:
11180         * mm-uu.el:
11181         * mm-view.el: Update copyright.
11182
11183 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * message.el (message-info): New function.
11186         (message-mode-menu): Add it.
11187         Update copyright.
11188
11189         * ChangeLog: Fix and update copyright.
11190
11191 2006-01-13  Romain Francoise  <romain@orebokech.com>
11192
11193         * message.el (message-forward-subject-name-subject): Prefer the
11194         address to 'nowhere' if the sender has no name.
11195         Fix typo.  Update copyright year.
11196
11197 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (article-wash-html): Use
11200         gnus-summary-show-article-charset-alist if a numeric arg is given.
11201         (gnus-article-wash-html-with-w3m-standalone): New function.
11202
11203         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11204         mm-inline-text-html-render-with-w3m-standalone.
11205         (mm-text-html-washer-alist): Map w3m-standalone to
11206         gnus-article-wash-html-with-w3m-standalone.
11207         (mm-inline-text-html-render-with-w3m-standalone): New function.
11208
11209 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11212         Improve LaTeX.
11213
11214 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11217         (nnrss-request-article): Render text/plain parts as HTML.
11218
11219         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11220         the buffer.
11221
11222 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11225         custom definition of `gnus-posting-styles'.
11226
11227         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11228         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11229
11230 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11233         Use nntp for bug archive.
11234
11235 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11238         parts.
11239         (nnrss-normalize-date): New function converts ISO 8601 date into
11240         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11241         (nnrss-check-group): Use it.
11242
11243 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11246
11247         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11248         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11249         (nnrss-insert-w3): Ditto.
11250
11251 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11254         the articles to be forwarded including the case where neither a
11255         number of articles nor a region is specified.
11256
11257 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nnrss.el (nnrss-request-article): Fix last change; fill
11260         text/plain parts.
11261
11262 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11265         in text/plain part.
11266         (nnrss-check-group): Don't add excessive newline to dc:subject.
11267
11268 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11269
11270         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11271         article.
11272
11273 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11276         (nnml-use-compressed-files, nnml-save-mail): Support other
11277         comression programs such as bzip2.
11278
11279 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11280
11281         * dns.el (query-dns): Make sure we check the buffer size before
11282         removing tcp headers.
11283
11284 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11287         remove MIME buttons associated with multipart/alternative parts.
11288         (gnus-mime-display-alternative): Tag buttons using `article-type'
11289         text property.
11290
11291         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11292         associated with multipart/alternative parts.
11293
11294         * gnus-art.el (gnus-signature-separator): Fix custom type.
11295
11296         * mm-decode.el (mm-inlined-types): Fix custom type.
11297         (mm-keep-viewer-alive-types): Ditto.
11298         (mm-automatic-display): Ditto.
11299         (mm-attachment-override-types): Ditto.
11300         (mm-inline-override-types): Ditto.
11301         (mm-automatic-external-display): Ditto.
11302
11303 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * spam-report.el (spam-report-user-mail-address)
11306         (spam-report-user-agent): New variables.
11307         (spam-report-url-ping-plain): Use spam-report-user-agent.
11308
11309 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11310
11311         * gnus-art.el (gnus-button-handle-custom): Do not just use
11312         `customize-apropos' for any "M-x customize-*" button but the
11313         function called for.  Accept both the function name and its
11314         argument in order to achieve this.
11315         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11316         function name to `gnus-button-handle-custom' in case of "M-x
11317         customize-*" buttons.
11318
11319 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11322         multipart/alternative and add xref to mm-discouraged-alternatives
11323         in doc string.
11324
11325         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11326         gnus-buttonized-mime-types in doc string.
11327
11328 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11331         Suggest image/.* in the doc string.
11332
11333 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11336         message-marks (Debian bug #342521).
11337
11338 2005-12-12  Simon Josefsson  <jas@extundo.com>
11339
11340         * password.el (password-read-from-cache): Add.
11341         (password-read): Use it.
11342
11343 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11346         us-ascii as a MIME charset.
11347
11348         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11349         against the case where the 2nd arg TYPE is nil.
11350
11351 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * pop3.el (pop3-stream-type): Fix custom version.
11354
11355         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11356
11357 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11358
11359         * mm-decode.el (mm-display-external): Add missing cdr.
11360
11361 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11364         RFC1524) if it is in mailcap or add a suffix according to
11365         mailcap-mime-extensions when generating a temp filename; postpone
11366         deleting a temp file for 2 seconds for some wrappers, shell
11367         scripts, and so on, which might exit right after having started a
11368         viewer command as a background job.
11369
11370 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * nntp.el (nntp-marks-directory): Fix custom group.
11373
11374         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11375         steps when < 10.
11376
11377         * gnus-start.el (gnus-no-server-1): Mention
11378         `gnus-level-default-subscribed' in doc string.
11379
11380 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11381
11382         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11383         parens.
11384
11385 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-xmas.el (gnus-use-toolbar): Revert.
11388         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11389         gnus-use-toolbar is default.
11390
11391         * messagexmas.el (message-use-toolbar): Revert.
11392         (message-setup-toolbar): Use global default-toolbar if
11393         message-use-toolbar is default.
11394
11395 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11398         according to default-toolbar-visible-p.
11399
11400         * messagexmas.el (message-use-toolbar): Ditto.
11401
11402 2005-11-26  Dave Love  <fx@gnu.org>
11403
11404         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11405         (tls-program, tls-success): Provide openssl alternative.
11406
11407         * starttls.el: Doc fixes.
11408         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11409         SERVICE to PORT.
11410
11411         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11412         port null or service name.
11413         (starttls-negotiate): Autoload.
11414
11415 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * message.el (message-kill-to-signature): Fix interactive spec.
11418
11419 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * pop3.el (pop3-open-server): Recognize a string as a service name.
11422
11423 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11424
11425         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11426
11427 2005-11-23  Dave Love  <fx@gnu.org>
11428
11429         Add pop3s, pop3/starttls.
11430
11431         * pop3.el (pop3-authentication-scheme): Clarify doc.
11432         (open-tls-stream, starttls-open-stream): Autoload.
11433         (pop3-stream-type): New.
11434         (pop3-open-server): Use it.
11435
11436         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11437         for POP.
11438         (mail-source-keyword-map): Add :stream for POP.
11439         (mail-source-fetch-pop): Use pop3-stream-type.
11440
11441 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11444         of current-time-string.
11445
11446 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11447
11448         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11449         date header.
11450
11451 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11452
11453         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11454         it can seriously impact performance as it bypasses the agent's
11455         local caches.
11456
11457 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11458
11459         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11460         must be explicitly online rather than "not explicitly offline" for
11461         its flags to be synchronized.
11462
11463         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11464         that gnus-uu-unmark-thread will function correctly.
11465
11466         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11467         1024K is instead displayed as 1M.
11468
11469 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11472
11473 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11474
11475         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11476
11477 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11478
11479         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11480         error message to display actual error condition.
11481         (gnus-agent-save-local): Avoid saving symbols that are bound to
11482         nil as they simply result in a warning message in
11483         gnus-agent-read-local.
11484
11485 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11488         rather than make-variable-buffer-local for file-precious-flag.
11489
11490 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11491
11492         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11493         for duplicates which are removed.  The invalid sort check then
11494         triggers a rescan after the sort as sorting may have moved
11495         duplicate entries such that they can be cheaply detected.
11496
11497 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11500
11501 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11502
11503         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11504         internal variable to a custom variable.  Changed default value
11505         from compressed(2) to uncompressed(1).
11506         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11507         support for uncompressed agentview files.  Taken together, reading
11508         the agentview file should now be 6-7 times faster.
11509
11510 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11513         as a buffer-local variable.  This avoids creating truncated
11514         dribble files as a result of a hang up, eg.
11515
11516 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11517
11518         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11519         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11520         XEmacs.
11521
11522 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus-start.el (gnus-start-draft-setup): Enforce
11525         `gnus-draft-mode' for nndraft:drafts at startup.
11526
11527         * gnus.el (gnus-splash): Change custom group.
11528         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11529         allow-list argument.
11530
11531         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11532         string.
11533
11534 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * gnus-art.el (gnus-default-article-saver): Add user-defined
11537         `function' to custom type.
11538
11539 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11540
11541         * imap.el (imap-open): Handle case where buffer is a buffer
11542         object.
11543
11544 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11547         long lines.
11548         (gnus-cache-delete-group): Wrap doc strings.
11549
11550         * gnus-agent.el (gnus-agent-rename-group)
11551         (gnus-agent-delete-group): Wrap doc strings.
11552
11553 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * messagexmas.el (message-use-toolbar): Change the valid values
11556         into default, top, bottom, left, and right.
11557         (message-toolbar-thickness): New variable.
11558         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11559         well.
11560         (message-setup-toolbar): Make it work.
11561
11562         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11563         (gnus-use-toolbar): Change the valid values into default, top,
11564         bottom, left, and right.
11565         (gnus-toolbar-thickness): New variable.
11566         (gnus-xmas-setup-toolbar): New function.
11567         (gnus-xmas-setup-group-toolbar): Use it.
11568         (gnus-xmas-setup-summary-toolbar): Use it.
11569
11570 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11571
11572         * gnus-start.el (gnus-1): Add "native" to
11573         gnus-predefined-server-alist.
11574
11575         * gnus.el (gnus-method-to-server): Don't add "native" to the
11576         lists here, because that leads to problems when
11577         gnus-select-method is bound.
11578
11579 2005-11-09  Simon Josefsson  <jas@extundo.com>
11580
11581         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11582         use (not sort-by-date) instead.
11583
11584 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11585
11586         * gnus-delay.el (gnus-delay-group): Don't autoload.
11587         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11588         to be re-loaded when customizing the `gnus-delay' group.
11589
11590 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11591
11592         * message.el: Revert last changes.
11593         (message-insert-citation-line): Use newlines.
11594
11595 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11596
11597         * message.el (message-courtesy-message)
11598         (message-mark-insert-begin, message-mark-insert-end)
11599         (message-elide-ellipsis, message-cancel-message)
11600         (message-add-header, message-change-subject)
11601         (message-cross-post-followup-to-header)
11602         (message-cross-post-insert-note, message-reduce-to-to-cc)
11603         (message-widen-reply, message-delete-not-region)
11604         (message-kill-to-signature, message-insert-signature)
11605         (message-insert-importance-high, message-insert-importance-low)
11606         (message-insert-or-toggle-importance)
11607         (message-insert-disposition-notification-to)
11608         (message-indent-citation, message-yank-original)
11609         (message-cite-original-without-signature, message-cite-original)
11610         (message-insert-citation-line, message-position-on-field)
11611         (message-fix-before-sending, message-send-mail-partially)
11612         (message-send-mail, message-send-mail-with-sendmail)
11613         (message-send-mail-with-qmail, message-send-news)
11614         (message-check-news-header-syntax, message-generate-headers)
11615         (message-insert-courtesy-copy, message-fill-address)
11616         (message-fill-header, message-shorten-references)
11617         (message-setup-1, message-cancel-news)
11618         (message-forward-make-body-plain, message-forward-make-body-mime)
11619         (message-forward-make-body-mml, message-encode-message-body)
11620         (message-forward-make-body-digest-plain)
11621         (message-forward-make-body-digest-mime)
11622         (message-use-alternative-email-as-from): Insert `hard-newline'
11623         instead of ordinary newlines.
11624
11625 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * message.el (message-generate-headers): Downcase the argument
11628         given to message-check-element.
11629
11630 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11631
11632         * nntp.el (nntp-authinfo-rejected): New error condition.
11633         (nntp-wait-for): Use new error condition to signal authentication
11634         error.
11635         (nntp-retrieve-data): Rethrow new error condition to break out of
11636         recursive call to nntp-send-authinfo.
11637
11638 2005-11-08  Romain Francoise  <romain@orebokech.com>
11639
11640         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11641         (gnus-summary-exit-map): Bind to `Z p'.
11642         (gnus-summary-make-menu-bar): Add menu item.
11643
11644 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11647         (gnus-treat-*): Add `first' in all doc strings.
11648
11649         * gnus-group.el (gnus-group-compact-group): Fix typo.
11650
11651 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus.el (gnus-parameters-case-fold-search): New variable.
11654         (gnus-parameters-get-parameter): Use it.
11655
11656         * gnus-score.el (gnus-home-score-file): Doc fix.
11657
11658 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11659
11660         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11661
11662 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mm-util.el (mm-special-display-p): New function.
11665
11666         * mml.el (mml-preview): Use it; doc fix.
11667
11668 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11669
11670         * imap.el (imap-open): Handle case where buffer is a buffer object.
11671
11672 2005-10-29  Romain Francoise  <romain@orebokech.com>
11673
11674         * message.el (message-fix-before-sending): Fix comment.
11675
11676 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11677
11678         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11679
11680 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11681
11682         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11683         Used in gnus-score.el.
11684
11685 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11688
11689 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11692         whitespace removed in revision 7.8.  Use concatenated string to
11693         protect trailing whitespace.
11694
11695 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11696
11697         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11698         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11699         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11700         Courier IMAP ("some version from 2004").  Mostly based on similar
11701         code in the same function.
11702
11703 2005-10-26  Didier Verna  <didier@xemacs.org>
11704
11705         * gnus-group.el (gnus-group-compact-group): Invalidate original
11706         article buffer.
11707         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11708         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11709         NOV database and in article itself.
11710         Invalidate article backlog.
11711
11712 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11715
11716 2005-10-26  Simon Josefsson  <jas@extundo.com>
11717
11718         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11719         part of 2004-07-25 change.
11720
11721 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * message.el (message-display-completion-list): New function.
11724         (message-expand-group): Use it; make sure the Completions buffer
11725         is modifiable.
11726 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11727
11728         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11729         user-mail-name is an empty string.
11730
11731 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11734         depending on gnus-score-decay-constant.
11735
11736         * encrypt.el (encrypt-insert-file-contents)
11737         (encrypt-write-file-contents): Don't use `gnus-message'.
11738
11739         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11740         arguments.
11741         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11742         arguments to mm-uu-verbatim-marks-extract.
11743         (mm-uu-hide-markers): New variable.
11744         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11745
11746         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11747         (gnus-convert-image-to-face-command): Use "convert" by default to
11748         allow other input image formats.
11749         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11750         accordingly.
11751
11752 2005-10-23  Simon Josefsson  <jas@extundo.com>
11753
11754         * imap.el (imap-gssapi-program): Align command line parameters
11755         with latest GNU SASL.
11756         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11757
11758 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759
11760         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11761         HTML.
11762         (nnslashdot-request-article): Ditto.
11763
11764         * lpath.el (featurep): Add nobreak-char-display.
11765
11766 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11767
11768         * mail-source.el (mail-source-fetch-pop): Require pop3.
11769         (mail-source-check-pop): Ditto.
11770
11771 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11774         errors.
11775
11776 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11779         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11780
11781         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11782
11783         * mm-bodies.el (mm-decode-string): Call
11784         `mm-charset-to-coding-system' with allow-override argument.
11785
11786 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11789         (rfc2047-charset-to-coding-system): New function.
11790         (rfc2047-decode-encoded-words): New function.
11791         (rfc2047-decode-region): Use them.
11792         (rfc2047-decode-cte): Remove.
11793         (rfc2047-parse-and-decode): Remove.
11794         (rfc2047-decode): Remove.
11795
11796 2005-10-15  Kenichi Handa  <handa@m17n.org>
11797
11798         * rfc2047.el (rfc2047-decode-cte): New function.
11799         (rfc2047-decode-region): Change the way to decode successive
11800         encoded-words: decode B- or Q-encoding in each encoded-word,
11801         concatenate them, and decode it as charset.
11802
11803 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * lpath.el: Fbind codepage-setup for XEmacs.
11806
11807 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11808
11809         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11810         widget-move-and-invoke.
11811         (gnus-custom-mode): Use gnus-custom-map.
11812
11813 2005-10-15  Bill Wohler  <wohler@newt.com>
11814
11815         * message.el (message-tool-bar-map): Renamed image file from
11816         mail_send to mail/send.
11817
11818 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11819
11820         * message.el (message-expand-group): Pass the common
11821         prefix substring of completion to `display-completion-list'.
11822
11823 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * mml-sec.el (mml-secure-method): New internal variable.
11826         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11827         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11828         functions using mml-secure-method.
11829
11830         * mml.el (mml-mode-map): Add key bindings for those functions.
11831         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11832         Harder <harder@myrealbox.com>.
11833         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11834         end of message if point is the headers of the message.
11835
11836         * message.el (message-in-body-p): New function.
11837
11838         * assistant.el: Autoload gnus-util and netrc.
11839
11840         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11841         Use `mm-charset-override-alist' only when decoding.
11842
11843         * mm-bodies.el (mm-decode-body): Call
11844         `mm-charset-to-coding-system' with allow-override argument.
11845
11846         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11847         `filename' from Content-Disposition if Content-Type doesn't
11848         provide `name'.
11849         (gnus-mime-view-part-as-type): Set default instead of
11850         initial-input.
11851
11852 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11853
11854         * format-spec.el (format-spec): Propagate text properties of % spec.
11855
11856 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * gnus-art.el (gnus-treat-predicate): Add `first'.
11859
11860 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11863         (mm-charset-override-alist): New variable.
11864         (mm-charset-to-coding-system): Use it.
11865         (mm-codepage-setup): New helper function.
11866         (mm-charset-eval-alist): New variable.
11867         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11868         about unknown charsets.
11869
11870         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11871
11872 2005-10-04  David Hansen  <david.hansen@gmx.net>
11873
11874         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11875         (nnrss-check-group): Ditto.
11876
11877 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11880         Rename x-gnus-verbatim to x-verbatim.
11881         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11882
11883         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11884         x-verbatim.
11885
11886         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11887
11888         * gnus-util.el (gnus-remove-duplicates): Remove.
11889
11890         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11891         instead of gnus-remove-duplicates.
11892
11893         * message.el (message-remove-duplicates): Remove.
11894         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11895         message-remove-duplicates.
11896
11897         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11898         available, else use implementation from `delete-dups'.
11899
11900         * message.el (message-insert-expires): New function.
11901         (message-mode-map): Add key binding.
11902         (message-mode-field-menu): Add menu entry.
11903         (message-mode): Document it.
11904         (message-make-expires-date): Use `message-make-date'.
11905
11906 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11907
11908         * message.el (message-make-expires-date): New function.
11909
11910 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * Makefile.in (list-installed-shadows): New entry.
11913         (install): Use it.
11914         (remove-installed-shadows): New entry.
11915
11916         * dgnushack.el (dgnushack-default-load-path): New variable.
11917         (dgnushack-find-lisp-shadows): New function.
11918         (dgnushack-remove-lisp-shadows): New function.
11919
11920 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * Makefile.in (install-el-elc): New entry.
11923         (install): Use it so that .el files are necessarily installed.
11924
11925 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11928
11929 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11930
11931         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11932         function rather than the diff-mode.el package.
11933         (mm-display-external): Use with-current-buffer.
11934         (mm-viewer-completion-map, mm-viewer-completion-map):
11935         Move initialization inside declaration.
11936
11937 2005-09-29  Simon Josefsson  <jas@extundo.com>
11938
11939         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11940         autoload mail-check-payment.
11941         (spam-check-hashcash): Define unconditionally, since hashcash.el
11942         is part of Gnus now.  Ignore errors from payment checking.
11943
11944 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * message.el (message-bold-region, message-unbold-region): Rename
11947         from `bold-region' and `unbold-region'.
11948
11949         * message.el: Remove useless autoloads.
11950
11951 2005-09-28  Simon Josefsson  <jas@extundo.com>
11952
11953         * message.el (message-use-idna): Default to t.
11954         (message-use-idna): Test whether encoding works too.  Doc fix.
11955
11956 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * nntp.el (nntp-warn-about-losing-connection): Remove.
11959
11960 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11963         customizable.  Change default value.
11964         (mm-uu-diff-groups-regexp): Change default value.
11965         (mm-uu-type-alist): Add doc string.
11966         (mm-uu-configure): Add doc string.  Make it interactive.
11967         (mm-uu-tex-groups-regexp): New variable.
11968         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11969         (mm-uu-type-alist): Add LaTeX documents.
11970         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11971         of "text/verbatim".
11972         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11973
11974         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11975         instead of "text/verbatim".
11976
11977         * message.el (message-mark-inserted-region)
11978         (message-mark-insert-file): Use slrn style marks when called with
11979         prefix argument.
11980
11981 2005-09-27  Simon Josefsson  <jas@extundo.com>
11982
11983         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11984
11985 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11986
11987         * message.el (message-remove-duplicates): New function.
11988         Implementation borrowed from `gnus-remove-duplicates'.
11989         (message-idna-to-ascii-rhs): Also encode idna addresses in
11990         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11991         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11992         only ask about the same idna domain once per header and also tell
11993         in what header to replace the idna domain.
11994
11995         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11996         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11997         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11998         a header is decoded and not just the last one.
11999
12000 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12003         has been decoded.
12004
12005         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12006         (mm-insert-part): Don't modify text if it has been decoded.
12007
12008         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12009         decoded.
12010
12011         * mm-view.el (mm-inline-text): Don't strip text props unless
12012         decoding enriched or richtext parts.
12013
12014 2005-09-25  Romain Francoise  <romain@orebokech.com>
12015
12016         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12017         * gnus-start.el (gnus-subscribe-interactively):
12018         * gnus-uu.el (gnus-uu-grab-articles):
12019         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12020         space.
12021
12022 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12023
12024         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12025         * mm-view.el (mm-view-pkcs7-decrypt):
12026         * gnus-sum.el (gnus-summary-limit-to-extra)
12027         (gnus-summary-respool-article, gnus-read-move-group-name):
12028         * gnus-score.el (gnus-summary-increase-score):
12029         * gnus-util.el (gnus-completing-read-with-default):
12030         * gnus-art.el (gnus-read-save-file-name)
12031         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12032         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12033         * message.el (message-check-news-header-syntax):
12034         Follow convention for reading with the minibuffer.
12035
12036 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * spam-report.el (spam-report-url-ping-plain):
12039         Use gnus-extended-version as User-Agent.
12040
12041         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12042         default value is nil.
12043
12044         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12045         (mm-uu-verbatim-marks-extract): New function.
12046         (mm-uu-extract): New face.
12047         (mm-uu-copy-to-buffer): Use it.
12048
12049         * spam-report.el (spam-report-gmane-ham): Renamed from
12050         `spam-report-gmane-unspam'.
12051         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12052         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12053
12054         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12055         Autoload.
12056         (spam-report-gmane-unregister-routine): Renamed
12057         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12058
12059 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12062         (spam-report-gmane-unregister-routine): Add support for gmane
12063         unregistration.
12064
12065         * spam-report.el (spam-report-gmane-unspam)
12066         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12067         (spam-report-gmane): Change to take a single article and do unspam
12068         registration.
12069
12070 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * mm-url.el (mm-url-decode-entities): Fix regexp.
12073
12074 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12077         default to nil, to be able to use Gnus at all.  If the default
12078         switches to something else, then the function should be fixed not
12079         be exceedingly slow.
12080
12081 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12082
12083         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12084         fail hard.
12085
12086         * spam-report.el: Add better Keywords line.
12087
12088         * spam.el: Add Maintainer and better Keywords line.
12089
12090 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gnus-art.el (gnus-article-replace-part)
12093         (gnus-mime-replace-part): New functions.
12094         (gnus-mime-action-alist, gnus-mime-button-commands)
12095         (gnus-mime-save-part-and-strip): Added file argument.
12096         (gnus-article-part-wrapper): Added interactive argument.
12097
12098         * gnus-sum.el (gnus-summary-mime-map): Add
12099         `gnus-article-replace-part'.
12100
12101 2005-09-19  Didier Verna  <didier@xemacs.org>
12102
12103         The nnml compaction feature:
12104         * nnml.el (nnml-request-compact-group): New function.
12105         * nnml.el (nnml-request-compact): New function.
12106         * gnus-int.el (gnus-request-compact-group): New function.
12107         * gnus-int.el (gnus-request-compact): New function.
12108         * gnus-group.el (gnus-group-compact-group): New function.
12109         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12110         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12111         * gnus-srvr.el (gnus-server-compact-server): New function.
12112         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12113         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12114
12115 2005-09-18  Deepak Goel  <deego@gnufans.org>
12116
12117         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12118         format spec.
12119
12120 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12123
12124 2005-09-15  Romain Francoise  <romain@orebokech.com>
12125
12126         * message.el (message-fill-paragraph): Clarify docstring.
12127
12128 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-art.el (gnus-mime-display-part): Protect against broken
12131         MIME messages.
12132
12133 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12136         before parsing header.
12137
12138 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12139
12140         * html2text.el (html2text-replace-list): Add new entities.
12141
12142 2005-09-11  Romain Francoise  <romain@orebokech.com>
12143
12144         * message.el (message-alternative-emails): Improve docstring.
12145         (message-setup-1): Call `message-use-alternative-email-as-from'
12146         after `message-setup-hook' to give it precedence over posting
12147         styles, etc.
12148         (message-use-alternative-email-as-from): Add docstring.  Remove
12149         the original From header if present.
12150
12151         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12152         (nnml-save-mail): Use it.
12153
12154         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12155         articles.  Add new argument `silent'.
12156         (gnus-uu-mark-all): Report the total number of marked articles.
12157
12158 2005-09-10  Romain Francoise  <romain@orebokech.com>
12159
12160         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12161         (gnus-uu-mark-series): Likewise.
12162
12163 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * spam-report.el (spam-report-gmane): Fix generation of spam
12166         report URL.
12167
12168 2005-09-10  Simon Josefsson  <jas@extundo.com>
12169
12170         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12171         t, based on discussion on the ding list with Robert Epprecht
12172         <epprecht@solnet.ch>.
12173
12174 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * spam-report.el (spam-report-gmane): Make it work without
12177         X-Report-Spam header.  Gmane now only provides Archived-At.
12178         This is only used if `spam-report-gmane-use-article-number' is nil.
12179         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12180
12181         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12182         make `gnus-summary-sort-by-recipient' work with threading.
12183
12184         * nnweb.el (nnweb-google-wash-article): Print a message if article
12185         is not available.
12186
12187 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12188
12189         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12190         change.  Decode text/* parts content before displaying.
12191
12192 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12195
12196 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12199
12200         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12201         url-package-name, url-package-version,
12202         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12203         w3m-display-inline-images, and w3m-minor-mode-map.
12204
12205 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * message.el (message-tab-body-function): Fix mismatched custom type.
12208
12209         * gnus.el (gnus-group-change-level-function): Ditto.
12210
12211         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12212
12213         * gnus-art.el (gnus-signature-limit)
12214         (gnus-article-mime-part-function): Ditto.
12215
12216 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * mml.el (mml-mode): Silence the byte compiler.
12219
12220         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12221         using `(sit-for 0)' before moving the point to the specified part;
12222         skip unbuttonized parts.
12223         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12224         return to the summary window if gnus-auto-select-part is non-nil.
12225
12226 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12229         variables.
12230         (mml-dnd-attach-file, mml-mode): Use them.
12231
12232         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12233         Make fetching article by MID work again for Google Groups.  Added
12234         FIXME concerning gnus-group-make-web-group.
12235
12236         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12237         Don't depend on Gnus by using mail-extract-address-components if
12238         gnus-extract-address-components is not bound.
12239
12240 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * gnus-art.el (gnus-mime-display-security): Don't display the
12243         signature, but only the signed part.
12244
12245 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12248
12249         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12250         list, not listp.
12251
12252 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12253
12254         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12255         when encoding.
12256
12257         * mm-bodies.el (mm-decode-content-transfer-encoding):
12258         De-canonicalize CRLF for all text content types, not just
12259         text/plain.
12260
12261 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12264         valid article; point arrow and cursor at the MIME button.
12265
12266 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12269         Suggested by Dan Christensen <jdc@uwo.ca>.
12270
12271         * mm-decode.el (mm-save-part): Enable change of prompt.
12272
12273 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12274
12275         * gnus-msg.el (gnus-inews-add-send-actions): Made
12276         `message-post-method' lambda parameter ARG `&optional'.
12277
12278 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * gnus-sum.el (gnus-summary-mime-map): Added
12281         gnus-article-save-part-and-strip, gnus-article-delete-part and
12282         gnus-article-jump-to-part.
12283
12284         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12285         (gnus-article-edit-part): Use it.
12286         (gnus-article-part-wrapper): Added no-handle argument.
12287         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12288         functions.
12289
12290 2005-08-29  Romain Francoise  <romain@orebokech.com>
12291
12292         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12293         docstring.
12294         (gnus-face-from-file): Likewise.
12295
12296 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12299         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12300         non-nil.
12301         (gnus-auto-select-part): New variable.
12302         (gnus-article-jump-to-part): New function.
12303         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12304         (gnus-mime-delete-part): Allow selecting specified part after
12305         deleting or stripping parts.
12306         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12307         part if argument is bogus.
12308
12309 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12310
12311         * gnus-art.el (w3m-minor-mode-map):
12312         * gnus-spec.el (gnus-newsrc-file-version):
12313         * gnus-util.el (nnmail-active-file-coding-system)
12314         (gnus-original-article-buffer, gnus-user-agent):
12315         * gnus.el (gnus-ham-process-destinations)
12316         (gnus-parameter-ham-marks-alist)
12317         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12318         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12319         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12320         * mm-decode.el (gnus-current-window-configuration):
12321         * mm-extern.el (gnus-article-mime-handles):
12322         * mm-url.el (url-current-object, url-package-name)
12323         (url-package-version):
12324         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12325         (smime-keys, w3m-cid-retrieve-function-alist)
12326         (w3m-current-buffer, w3m-display-inline-images)
12327         (w3m-minor-mode-map):
12328         * mml-smime.el (gnus-extract-address-components):
12329         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12330         (gnus-newsrc-hashtb, message-default-charset)
12331         (message-deletable-headers, message-options)
12332         (message-posting-charset, message-required-mail-headers)
12333         (message-required-news-headers):
12334         * mml1991.el (mc-pgp-always-sign):
12335         * mml2015.el (mc-pgp-always-sign):
12336         * nnheader.el (nnmail-extra-headers):
12337         * rfc1843.el (gnus-decode-encoded-word-function)
12338         (gnus-decode-header-function, gnus-newsgroup-name):
12339         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12340
12341 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12342
12343         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12344         the end of the date treatments.
12345
12346 2005-08-15  Simon Josefsson  <jas@extundo.com>
12347
12348         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12349         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12350         Capello and Romain Francoise.
12351         (pgg-fetch-key-function): Removed, not used?
12352         (pgg-insert-url-with-w3): Require url, to get
12353         url-insert-file-contents regardless of where it is defined.
12354
12355 2005-08-13  Romain Francoise  <romain@orebokech.com>
12356
12357         * message.el (message-cite-original-1): New function.
12358         (message-cite-original): Use it.
12359         (message-cite-original-without-signature): Ditto.
12360
12361 2005-08-08  Romain Francoise  <romain@orebokech.com>
12362
12363         * message.el (message-yank-empty-prefix): New variable.
12364         (message-indent-citation): Use it.
12365         (message-cite-original-without-signature): Respect X-No-Archive.
12366
12367 2005-08-08  Simon Josefsson  <jas@extundo.com>
12368
12369         * pgg.el: Autoload url-insert-file-contents instead of loading
12370         w3/url.
12371         (pgg-insert-url-with-w3): Don't load url here.
12372
12373 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12374
12375         * message.el (message-kill-to-signature): Don't insert newline at
12376         bol.
12377         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12378
12379 2005-08-06  Romain Francoise  <romain@orebokech.com>
12380
12381         * message.el (message-user-fqdn): Fix typo in docstring.
12382
12383 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12384
12385         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12386
12387         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12388
12389 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * mm-bodies.el (mm-encode-body): Use coding system rather than
12392         charset to encode text.
12393
12394         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12395         number of charsets if utf-8 is available (XEmacs).
12396
12397 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12400         taken from `gnus-button-mid-or-mail-regexp'.
12401         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12402         (gnus-button-alist): Improve regexp for domain part of the MIDs
12403         for news:localpart@domain buttons.
12404         (gnus-button-ctan-directory-regexp): Update.
12405
12406 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * sieve-manage.el (sieve-manage-interactive-login): Use
12409         make-local-variable rather than make-variable-buffer-local.
12410         (sieve-manage-open): Ditto.
12411         (sieve-manage-authenticate): Ditto.
12412
12413         * mml.el (mml-generate-mime-1): Make the content type default to
12414         text/plain if the filename is not specified.
12415
12416 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12419         instead of insert-buffer.
12420
12421         * message.el (message-yank-original): Ditto; set the mark at the
12422         end of the yanked message.
12423
12424 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12427         lines to scroll rather than to stop it.
12428
12429         * mml.el (mml-generate-default-type): Add doc string.
12430         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12431         default to application/octet-stream when determining the content
12432         type if it is not specified for the part or the mml contents; add
12433         a comment about mml-generate-default-type.
12434
12435 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12438         make it default to application/octet-stream when determining the
12439         content type if it is not specified for the external contents.
12440
12441 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12444         segmented parameter but also other parameters might be there.
12445
12446 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-decode.el (mm-display-external): Delete temp file, directory
12449         and buffer immediately if the external process is exited.
12450
12451 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12454         fewer lines than that of scroll-margin.
12455         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12456
12457 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-art.el (gnus-article-next-page): Revert.
12460         (gnus-article-beginning-of-window): New macro.
12461         (gnus-article-next-page-1): Use it.
12462         (gnus-article-prev-page): Ditto.
12463         (gnus-article-edit-part): Use insert-buffer-substring instead of
12464         insert-buffer.
12465         (gnus-article-edit-exit): Ditto.
12466
12467         * gnus-util.el (gnus-beginning-of-window): Remove.
12468         (gnus-end-of-window): Remove.
12469
12470         * lpath.el: Don't bind header-line-format and scroll-margin.
12471
12472 2005-07-25  Simon Josefsson  <jas@extundo.com>
12473
12474         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12475         to have the url package without w3.  Reported by Daiki Ueno
12476         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12477
12478 2005-07-20  Didier Verna  <didier@xemacs.org>
12479
12480         * gnus-diary.el: Remove the description comment (nndiary is now
12481         properly documented in the Gnus manual).
12482         Fix the spelling of "Back End".
12483         * nndiary.el: Ditto.
12484         Fix the copyright notice.
12485
12486 2005-07-18  Romain Francoise  <romain@orebokech.com>
12487
12488         * gnus-sum.el (gnus-summary-to-prefix)
12489         (gnus-summary-newsgroup-prefix): New variables.
12490         (gnus-summary-from-or-to-or-newsgroups): Use them.
12491
12492 2005-07-17  Romain Francoise  <romain@orebokech.com>
12493
12494         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12495         space as it's generally not especially interesting to the user.
12496
12497 2005-07-16  Romain Francoise  <romain@orebokech.com>
12498
12499         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12500         nil to avoid prompting and file modification if one of the
12501         messages at the top of the nnfolder file contains a copyright
12502         notice.
12503         Update copyright notice.
12504
12505         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12506         instead of `current-time-string' as the latter creates a time
12507         string that is not RFC 2822 compliant (it lacks the zone).
12508         Update copyright notice.
12509
12510 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12511
12512         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12513         for text/rtf.  Display default in prompt.  Pass default for M-n.
12514
12515         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12516
12517 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * gnus-msg.el (gnus-button-mailto): Remove
12520         save-selected-window-window hackery because it relies on
12521         save-selected-window internals.
12522
12523 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12526         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12527         (gnus-article-prev-page): Ditto.
12528
12529         * gnus-util.el (gnus-beginning-of-window): New function.
12530         (gnus-end-of-window): New function.
12531
12532         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12533
12534 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12535
12536         * gnus-score.el (gnus-score-edit-all-score): Set
12537         gnus-score-edit-exit-function to gnus-score-edit-done and call
12538         gnus-message.
12539
12540 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * gnus-msg.el (gnus-button-mailto): Remove
12543         save-selected-window-window hackery because it relies on
12544         save-selected-window internals.
12545
12546 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12549         add-minor-mode.
12550         (gnus-binary-mode): Ditto.
12551
12552         * gnus-topic.el (gnus-topic-mode): Ditto.
12553
12554 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12555
12556         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12557         (gnus-article-prev-page): Take scroll-margin into consideration.
12558
12559 2005-07-04  Lute Kamstra  <lute@gnu.org>
12560
12561         Update FSF's address in GPL notices.
12562
12563 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12564
12565         * gnus.el (gnus-exit):
12566         * gnus-group.el (gnus-group-icons):
12567         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12568
12569         * gnus-nocem.el (gnus-nocem):
12570         * message.el (message-various, message-buffers, message-sending)
12571         (message-interface, message-forwarding, message-insertion)
12572         (message-headers, message-news, message-mail):
12573         * pgg-gpg.el (pgg-gpg):
12574         * pgg-parse.el (pgg-parse):
12575         * pgg-pgp.el (pgg-pgp):
12576         * pgg-pgp5.el (pgg-pgp5):
12577         * pop3.el (pop3): Finish `defgroup' description with period.
12578
12579 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (article-display-face): Improve the efficiency.
12582         (article-display-x-face): Ditto; remove grey x-face stuff.
12583
12584 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (article-display-face): Correct the position in
12587         which Faces are inserted.
12588
12589 2005-06-29  Didier Verna  <didier@xemacs.org>
12590
12591         * gnus-art.el (article-display-face): Display faces in correct
12592         order.
12593
12594 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12597         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12598         (gnus-nocem-check-article): Fetch the Type header.
12599         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12600         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12601         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12602         make sure gnus-nocem-hashtb is initialized.
12603         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12604         (gnus-nocem-unwanted-article-p): Ditto.
12605
12606         * pgg.el (pgg-verify): Return the verification result.
12607
12608 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12609
12610         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12611         is ascii.
12612
12613 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12614
12615         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12616         `show-nonbreak-escape'.
12617
12618 2005-06-23  Lute Kamstra  <lute@gnu.org>
12619
12620         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12621
12622         * dig.el (dig-mode):
12623         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12624
12625 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12626
12627         * nnimap.el (nnimap-split-download-body): Fix spellings.
12628
12629 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12630
12631         * gnus-art.el (gnus-article-encrypt-body):
12632         * gnus-cus.el (gnus-score-customize):
12633         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12634         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12635
12636 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12637
12638         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12639         header by looking for magic "MII" at the beginnig.
12640
12641 2005-06-16  Miles Bader  <miles@gnu.org>
12642
12643         * gnus-xmas.el (gnus-xmas-group-startup-message):
12644         Use renamed gnus-splash face.
12645
12646         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12647         (assistant-field-face): New backward-compatibility alias for renamed
12648         face.
12649         (assistant-render-text): Use renamed assistant-field face.
12650
12651         * spam.el (spam): Remove "-face" suffix from face name.
12652         (spam-face): New backward-compatibility alias for renamed face.
12653         (spam-face, spam-initialize): Use renamed spam face.
12654
12655         * message.el (message-header-to, message-header-cc)
12656         (message-header-subject, message-header-newsgroups)
12657         (message-header-other, message-header-name)
12658         (message-header-xheader, message-separator, message-cited-text)
12659         (message-mml): Remove "-face" suffix from face names.
12660         (message-header-to-face, message-header-cc-face)
12661         (message-header-subject-face, message-header-newsgroups-face)
12662         (message-header-other-face, message-header-name-face)
12663         (message-header-xheader-face, message-separator-face)
12664         (message-cited-text-face, message-mml-face):
12665         New backward-compatibility aliases for renamed faces.
12666         (message-font-lock-keywords): Use renamed message faces.
12667
12668         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12669         (sieve-test-commands, sieve-tagged-arguments):
12670         Remove "-face" suffix from face names.
12671         (sieve-control-commands-face, sieve-action-commands-face)
12672         (sieve-test-commands-face, sieve-tagged-arguments-face):
12673         New backward-compatibility aliases for renamed faces.
12674         (sieve-control-commands-face, sieve-action-commands-face)
12675         (sieve-test-commands-face, sieve-tagged-arguments-face):
12676         Use renamed sieve faces.
12677
12678         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12679         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12680         (gnus-group-news-3-empty, gnus-group-news-4)
12681         (gnus-group-news-4-empty, gnus-group-news-5)
12682         (gnus-group-news-5-empty, gnus-group-news-6)
12683         (gnus-group-news-6-empty, gnus-group-news-low)
12684         (gnus-group-news-low-empty, gnus-group-mail-1)
12685         (gnus-group-mail-1-empty, gnus-group-mail-2)
12686         (gnus-group-mail-2-empty, gnus-group-mail-3)
12687         (gnus-group-mail-3-empty, gnus-group-mail-low)
12688         (gnus-group-mail-low-empty, gnus-summary-selected)
12689         (gnus-summary-cancelled, gnus-summary-high-ticked)
12690         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12691         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12692         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12693         (gnus-summary-low-undownloaded)
12694         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12695         (gnus-summary-low-unread, gnus-summary-normal-unread)
12696         (gnus-summary-high-read, gnus-summary-low-read)
12697         (gnus-summary-normal-read, gnus-splash):
12698         Remove "-face" suffix from face names.
12699         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12700         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12701         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12702         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12703         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12704         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12705         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12706         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12707         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12708         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12709         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12710         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12711         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12712         (gnus-summary-normal-ticked-face)
12713         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12714         (gnus-summary-normal-ancient-face)
12715         (gnus-summary-high-undownloaded-face)
12716         (gnus-summary-low-undownloaded-face)
12717         (gnus-summary-normal-undownloaded-face)
12718         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12719         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12720         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12721         (gnus-splash-face):
12722         New backward-compatibility aliases for renamed faces.
12723         (gnus-group-startup-message): Use renamed gnus faces.
12724
12725         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12726         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12727         (gnus-server-agent): Remove "-face" suffix from face names.
12728         (gnus-server-agent-face, gnus-server-opened-face)
12729         (gnus-server-closed-face, gnus-server-denied-face)
12730         (gnus-server-offline-face):
12731         New backward-compatibility aliases for renamed faces.
12732         (gnus-server-agent-face, gnus-server-opened-face)
12733         (gnus-server-closed-face, gnus-server-denied-face)
12734         (gnus-server-offline-face): Use renamed gnus faces.
12735
12736         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12737         Remove "-face" suffix from face names.
12738         (gnus-picon-xbm-face, gnus-picon-face):
12739         New backward-compatibility aliases for renamed faces.
12740
12741         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12742         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12743         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12744         (gnus-cite-11): Remove "-face" suffix from face names.
12745         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12746         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12747         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12748         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12749         New backward-compatibility aliases for renamed faces.
12750         (gnus-cite-attribution-face, gnus-cite-face-list)
12751         (gnus-article-boring-faces): Use renamed gnus faces.
12752
12753         * gnus-art.el (gnus-signature, gnus-header-from)
12754         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12755         (gnus-header-content): Remove "-face" suffix from face names.
12756         (gnus-signature-face, gnus-header-from-face)
12757         (gnus-header-subject-face, gnus-header-newsgroups-face)
12758         (gnus-header-name-face, gnus-header-content-face):
12759         New backward-compatibility aliases for renamed faces.
12760         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12761
12762         * gnus-sum.el (gnus-summary-selected-face)
12763         (gnus-summary-highlight): Use renamed gnus faces.
12764         * gnus-group.el (gnus-group-highlight): Likewise.
12765
12766 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12767
12768         * gnus-sieve.el (gnus-sieve-article-add-rule):
12769         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12770         * spam-stat.el (spam-stat-buffer-change-to-spam)
12771         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12772
12773         * message.el (message-is-yours-p):
12774         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12775
12776 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * mm-view.el (mm-inline-text): Withdraw the last change.
12779
12780 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12783         executing enriched-decode.
12784
12785 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12788         charset of tar files.
12789
12790 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12791
12792         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12793
12794 2005-06-04  Lute Kamstra  <lute@gnu.org>
12795
12796         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12797         information is never recorded.
12798
12799 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12800
12801         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12802
12803 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * pop3.el (pop3-apop): Run md5 in the binary mode.
12806
12807         * starttls.el (starttls-set-process-query-on-exit-flag):
12808         Use eval-and-compile.
12809
12810 2005-05-31  Simon Josefsson  <jas@extundo.com>
12811
12812         * smime.el (smime-replace-in-string): Define.
12813         (smime-cert-by-ldap-1): Use it.
12814
12815 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-art.el (article-display-x-face): Replace
12818         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12819
12820         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12821         set-process-query-on-exit-flag or process-kill-without-query.
12822
12823         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12824         loop instead of replace-regexp.
12825
12826         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12827         instead of process-kill-without-query if it is available.
12828
12829         * lpath.el: Fbind ldap-search-entries.
12830
12831         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12832         instead of find-file-hooks if it is available.
12833
12834         * mml1991.el: Bind pgg-default-user-id when compiling.
12835
12836         * mml2015.el: Bind pgg-default-user-id when compiling.
12837
12838         * nndraft.el (nndraft-request-associate-buffer):
12839         Use write-contents-functions instead of write-contents-hooks if it is
12840         available.
12841
12842         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12843         instead of find-file-hooks if it is available.
12844
12845         * nntp.el (nntp-open-connection): Replace
12846         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12847         (nntp-open-ssl-stream): Ditto.
12848         (nntp-open-tls-stream): Ditto.
12849
12850         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12851         set-process-query-on-exit-flag or process-kill-without-query.
12852         (starttls-open-stream-gnutls): Use it instead of
12853         process-kill-without-query.
12854         (starttls-open-stream): Ditto.
12855
12856 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12857
12858         * smime.el (smime-cert-by-ldap-1): Don't use
12859         replace-regexp-in-string.
12860
12861 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12862
12863         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12864
12865         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12866         in PEM format.  Adjust to the XEmacs compability.
12867
12868 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12871         by `string-to-number'.
12872         * gnus-agent.el (gnus-agent-regenerate-group)
12873         (gnus-agent-fetch-articles): Ditto.
12874         * gnus-art.el (gnus-button-fetch-group): Ditto.
12875         * gnus-cache.el (gnus-cache-generate-active)
12876         (gnus-cache-articles-in-group): Ditto.
12877         * gnus-group.el (gnus-group-set-current-level)
12878         (gnus-group-insert-group-line): Ditto.
12879         * gnus-score.el (gnus-score-set-expunge-below)
12880         (gnus-score-set-mark-below, gnus-summary-score-effect)
12881         (gnus-summary-score-entry): Ditto.
12882         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12883         (gnus-soup-pack): Ditto.
12884         * gnus-spec.el (gnus-xmas-format): Ditto.
12885         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12886         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12887         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12888         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12889         * nndb.el (nndb-get-remote-expire-response): Ditto.
12890         * nndiary.el (nndiary-parse-schedule-value)
12891         (nndiary-string-to-number, nndiary-request-replace-article)
12892         (nndiary-request-article): Ditto.
12893         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12894         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12895         * nneething.el (nneething-make-head): Ditto.
12896         * nnfolder.el (nnfolder-request-article)
12897         (nnfolder-retrieve-headers): Ditto.
12898         * nnheader.el (nnheader-file-to-number): Ditto.
12899         * nnkiboze.el (nnkiboze-request-article): Ditto.
12900         * nnmail.el (nnmail-process-unix-mail-format)
12901         (nnmail-process-babyl-mail-format): Ditto.
12902         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12903         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12904         (nnmh-request-create-group, nnmh-request-list-1)
12905         (nnmh-request-group, nnmh-request-article): Ditto.
12906         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12907         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12908         * nnsoup.el (nnsoup-make-active): Ditto.
12909         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12910         * nntp.el (nntp-find-group-and-number)
12911         (nntp-retrieve-headers-with-xover): Ditto.
12912         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12913         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12914         (pgg-format-key-identifier): Ditto.
12915         * pop3.el (pop3-last, pop3-stat): Ditto.
12916         * qp.el (quoted-printable-decode-region): Ditto.
12917
12918         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12919         of concat.
12920
12921 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12924
12925         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12926
12927         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12928
12929         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12930
12931         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12932
12933         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12934
12935         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12936         (gnus-carpal-mode): Ditto.
12937
12938         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12939         (gnus-browse-mode): Ditto.
12940
12941         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12942
12943         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12944
12945 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12946
12947         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12948
12949 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-util.el (gnus-run-mode-hooks): New function.
12952
12953         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12954
12955         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12956         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12957
12958 2005-05-27  Lute Kamstra  <lute@gnu.org>
12959
12960         * dns-mode.el (dns-mode): Specify customization group.
12961
12962 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12963
12964         * gnus-agent.el (gnus-agent-make-mode-line-string):
12965         Use mode-line-highlight as mouse-face.
12966
12967 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * canlock.el (canlock): Change the parent group to news.
12970
12971         * deuglify.el (gnus-outlook-deuglify): Add :group.
12972
12973         * dig.el (dig): Add :group.
12974
12975         * dns-mode.el (dns-mode): Add :group.
12976
12977         * encrypt.el (encrypt): Add :group.
12978
12979         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12980         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12981         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12982         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12983         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12984
12985         * gnus-diary.el (gnus-diary): Add :group.
12986
12987         * gnus.el (gnus-group-news-1-face): Add :group.
12988         (gnus-group-news-1-empty-face): Ditto.
12989         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12990         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12991         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12992         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12993         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12994         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12995         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12996         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12997         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12998         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12999         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13000         (gnus-summary-high-ticked-face): Ditto.
13001         (gnus-summary-low-ticked-face): Ditto.
13002         (gnus-summary-normal-ticked-face): Ditto.
13003         (gnus-summary-high-ancient-face): Ditto.
13004         (gnus-summary-low-ancient-face): Ditto.
13005         (gnus-summary-normal-ancient-face): Ditto.
13006         (gnus-summary-high-undownloaded-face): Ditto.
13007         (gnus-summary-low-undownloaded-face): Ditto.
13008         (gnus-summary-normal-undownloaded-face): Ditto.
13009         (gnus-summary-high-unread-face): Ditto.
13010         (gnus-summary-low-unread-face): Ditto.
13011         (gnus-summary-normal-unread-face): Ditto.
13012         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13013         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13014
13015         * hashcash.el (hashcash): New custom group.
13016         (hashcash-default-payment): Add :group.
13017         (hashcash-payment-alist): Ditto.
13018         (hashcash-default-accept-payment): Ditto.
13019         (hashcash-accept-resources): Ditto.
13020         (hashcash-path): Ditto.
13021         (hashcash-extra-generate-parameters): Ditto.
13022         (hashcash-double-spend-database): Ditto.
13023         (hashcash-in-news): Ditto.
13024
13025         * message.el (message-minibuffer-local-map): Add :group.
13026
13027         * netrc.el (netrc): Add :group.
13028
13029         * sieve-manage.el (sieve-manage-log): Add :group.
13030         (sieve-manage-default-user): Diito.
13031         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13032         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13033         (sieve-manage-authenticators): Ditto.
13034         (sieve-manage-authenticator-alist): Ditto.
13035         (sieve-manage-default-port): Ditto.
13036
13037         * sieve-mode.el (sieve-control-commands-face): Add :group.
13038         (sieve-action-commands-face): Ditto.
13039         (sieve-test-commands-face): Ditto.
13040         (sieve-tagged-arguments-face): Ditto.
13041
13042         * smime.el (smime): Add :group.
13043
13044         * spam-report.el (spam-report): Add :group.
13045
13046         * spam.el (spam, spam-face): Add :group.
13047
13048 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13049
13050         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13051         return \n.\n.\n at the end of articles.  Protect against that.
13052         (nntp-with-open-group): Allow debugging.
13053
13054         * nnheader.el (mail-header-set-extra): Make into a function
13055         because I just could't understand how to quote the list properly.
13056
13057         * dns.el (query-dns-cached): New function.
13058
13059 2005-05-26  Lute Kamstra  <lute@gnu.org>
13060
13061         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13062
13063 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13066
13067         * gnus-art.el: Don't autoload mail-extract-address-components.
13068
13069         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13070         eval-and-compile to evaluate it.
13071
13072         * hashcash.el: Don't autoload executable-find.
13073
13074         * nndb.el: Don't declare the nndb back end two or more times; don't
13075         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13076
13077         * nntp.el: Autoload format-spec instead of format; use
13078         eval-and-compile to evaluate autoload forms.
13079
13080 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13081
13082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13083
13084 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085
13086         * gnus.el (gnus-version-number): Bump version.
13087
13088 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13089
13090         * gnus.el: No Gnus v0.3 is released.
13091
13092 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13093
13094         * lpath.el (featurep): Bind show-nonbreak-escape.
13095
13096 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (gnus-article-edit-part): Disable undo.
13099
13100 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13103         gnus-article-date-lapsed-new-header is t if date timer is active;
13104         skip headers in which the original date value is empty.
13105         (gnus-article-save-original-date): Redefine it as a macro.
13106         (gnus-display-mime): Use it.
13107
13108 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-art.el (article-date-ut): Support converting date in
13111         forwarded parts as well.
13112         (gnus-article-save-original-date): New function.
13113         (gnus-display-mime): Use it.
13114
13115 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13116
13117         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13118         enclosure element of <item>.
13119
13120 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * message.el (message-kill-buffer-query): Renamed from
13123         `message-kill-buffer-query-if-modified'.  Added :version.
13124
13125 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13128         window layout.
13129
13130 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * mml.el: Autoload dnd when compiling.
13133
13134 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13137         x-dnd-*.
13138
13139 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * qp.el (quoted-printable-encode-region): Save excursion.
13142
13143 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * message.el (message-kill-buffer-query-if-modified): Add new variable
13146         so the user can kill a modified message buffer quickly.
13147         (message-kill-buffer): Use it.
13148
13149 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * lpath.el: Fbind display-time-event-handler; don't fbind
13152         string-to-multibyte.
13153
13154         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13155
13156 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13159         contained in text because xml.el decodes entities) with LFs.
13160
13161 2005-04-11  Lute Kamstra  <lute@gnu.org>
13162
13163         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13164         differently.
13165
13166 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         * mm-util.el (mm-detect-coding-region): Typo.
13169
13170 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13173
13174 2005-04-06  Deepak Goel  <deego@gnufans.org>
13175
13176         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13177         user-function allow user modifications of the scores.
13178         (spam-stat-score-buffer-user): New function, to allow
13179         user-computed modifications to the score.
13180         (spam-stat-score-buffer-user-functions): List of additional
13181         scoring functions.
13182         (spam-stat-error-holder): Global temporary error holder.
13183         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13184         variable.
13185
13186 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * gnus-registry.el (gnus-registry-clean-empty-function)
13189         (gnus-registry-trim, gnus-registry-fetch-groups)
13190         (gnus-registry-delete-group): Groups that match
13191         `gnus-registry-ignored-groups' are removed from the registry
13192         entries, not just ignored for splitting.  This helps clean up the
13193         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13194         to get all the groups a message ID is in.
13195
13196         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13197         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13198         (spam-stat-score-buffer-user-functions): Add :number custom type.
13199
13200 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13203         argument in XEmacs.
13204
13205         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13206         (nnrss-request-group): Decode group name first.
13207         (nnrss-request-article): Make a text/plain article if mml-to-mime
13208         failed.
13209         (nnrss-get-encoding): Return a compatible encoding according to
13210         nnrss-compatible-encoding-alist.
13211         (nnrss-find-el): Use consp instead of listp.
13212         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13213
13214 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13217         which Emacs 20 doesn't support.
13218         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13219
13220 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13223         silence the byte compiler inside the defun.
13224
13225         * gnus-demon.el (parse-time-string): Add autoload.
13226
13227         * gnus-delay.el (parse-time-string): Add autoload.
13228
13229         * gnus-art.el (parse-time-string): Add autoload.
13230
13231         * nnultimate.el (parse-time): Require for `parse-time-string'.
13232
13233 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13234
13235         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13236
13237         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13238
13239         * smime.el (smime-ldap-host-list): Add :version.
13240
13241 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13244         pass it to `gnus-browse-read-group'.
13245         (gnus-browse-read-group): Add NUMBER argument and pass it to
13246         `gnus-group-read-ephemeral-group'.
13247
13248         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13249         argument and pass it to `gnus-group-read-group'.
13250
13251 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13252
13253         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13254         mm-xemacs-find-mime-charset-1 if we have the mule feature
13255         available at runtime.
13256
13257 2005-03-25  Werner Lemberg  <wl@gnu.org>
13258
13259         * nnmaildir.el: Replace `illegal' with `invalid'.
13260
13261 2005-03-23  Lute Kamstra  <lute@gnu.org>
13262
13263         * time-date.el: Add comment on time value formats.
13264         Don't require parse-time.
13265         (with-decoded-time-value): New macro.
13266         (encode-time-value): New function.
13267         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13268         (days-to-time): Return a valid time value when arg is huge.
13269         (time-since): Use time-subtract.
13270         (time-to-number-of-days): Use time-to-seconds.
13271
13272 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13273
13274         * gnus-start.el (gnus-display-time-event-handler):
13275         Check display-time-timer at runtime rather than only at load time
13276         in case display-time-mode is turned off in the mean time.
13277
13278 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13281         used.
13282
13283         * nneething.el (nneething-map-file-directory): Derive from
13284         `gnus-directory'.
13285
13286         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13287         the To/Cc button.
13288
13289 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * nnmaildir.el (nnmaildir-request-accept-article):
13292         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13293
13294 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13295
13296         * gnus-async.el: Require timer-funcs at compile time when in
13297         XEmacs for `run-with-idle-timer'.
13298
13299 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13300
13301         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13302         autoloaded function.
13303
13304 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13305
13306         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13307
13308 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13309
13310         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13311
13312 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13315         gnus-expert-user to default.
13316
13317 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13318
13319         * nnimap.el (nnimap-open-server): Ditto.
13320
13321         * imap.el (imap-authenticate): Fix typo.
13322
13323 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13324
13325         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13326         buffer (since IMAP server might return FETCH response out of
13327         order, and the nntp buffer must be sorted).
13328
13329 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13330
13331         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13332         comparison on string.
13333
13334         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13335         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13336         (gnus-agent-summary-fetch-series): Modified to protect against
13337         gnus-agent-summary-fetch-group clearing processable flags.
13338         (gnus-agent-synchronize-group-flags): Update live group buffer as
13339         synchronization may occur due to the user toggle the plugged
13340         status.
13341         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13342         successfully downloaded.
13343         (gnus-agent-expire-group-1): Avoid using markers when the overview
13344         is in ascending order; greatly improves performance.
13345         (gnus-agent-regenerate-group): Use
13346         gnus-agent-synchronize-group-flags to reset read status in both
13347         gnus and server.
13348         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13349
13350 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * message.el: Don't autoload former message-utils variables.
13353         (message-strip-subject-trailing-was): Change doc string.
13354
13355         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13356         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13357         (nnweb-google-search): Add "hl=en" here.
13358         (nnweb-google-parse-1, nnweb-google-create-mapping):
13359         Don't hardcode URL.
13360
13361 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * message.el (message-get-reply-headers, message-followup):
13364         Mention related variables `message-use-followup-to' and
13365         `message-use-mail-followup-to', in the information buffer.
13366
13367         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13368         of broken groups(-beta).google.com.
13369
13370 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13373         parameter to invoked gnus-request-move-article; remove the
13374         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13375         all at once instead of once per article.
13376         (gnus-summary-remove-process-mark): Accept a list of articles as
13377         well as a single article for processing.
13378
13379         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13380         parameter.
13381
13382         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13383
13384         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13385
13386         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13387         parameter.
13388
13389         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13390         parameter.
13391
13392         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13393         parameter and remove the gnus-sum-hint-move-is-internal variable.
13394
13395         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13396         parameter.
13397
13398         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13399         parameter.
13400
13401         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13402         parameter.
13403
13404         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13405
13406         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13407         parameter.
13408
13409         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13410         parameter.
13411
13412 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13413
13414         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13415         a more conservative way.
13416
13417 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13418
13419         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13420         buffer, so it moves the window's cursor.
13421
13422 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13423
13424         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13425         `mm-dissect-multipart' and receive the from field as an (optional)
13426         argument from `mm-dissect-multipart'.
13427         (mm-dissect-multipart): Receive the from field as an argument and
13428         pass it on when we call `mm-dissect-buffer' on MIME parts.
13429         Fixes verification/decryption of signed/encrypted MIME parts.
13430
13431 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * gnus-sum.el (gnus-summary-move-article): Set
13434         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13435         whatever it calls (right now, only nnimap-request-move article
13436         respects it).
13437
13438         * nnimap.el (nnimap-request-move-article): When
13439         gnus-sum-hint-move-is-internal is set, don't do the extra
13440         nnimap-request-article.
13441
13442 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13445
13446         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13447         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13448
13449         * gnus-sum.el (gnus-summary-caesar-message):
13450         Apply `gnus-treat-article' after rotation.
13451
13452         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13453         doc string.
13454
13455 2005-02-22  Simon Josefsson  <jas@extundo.com>
13456
13457         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13458         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13459         <arne@arnested.dk>.
13460         (encrypt): Add password-cache and password-cache-expiry as group
13461         members.
13462
13463 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13464
13465         * smime.el (smime-ldap-host-list): Doc fix.
13466         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13467         cache) password.
13468         (smime-sign-region): Use it.
13469         (smime-decrypt-region): Use it.
13470         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13471         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13472         fails.
13473         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13474         certificate from DER to PEM format rather than calling openssl.
13475
13476         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13477
13478         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13479         for signing/encryption.
13480
13481         * mml.el (mml-parse-1): Use them.
13482
13483 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13484
13485         * nnrss.el (nnrss-verbose): Removed.
13486         (nnrss-request-group): Use `nnheader-message' instead.
13487
13488 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13489
13490         * nnrss.el (nnrss-verbose): New variable.
13491         (nnrss-request-group): Make it say nnrss is requesting a group.
13492
13493 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13496         Handle news URL with given port correctly.
13497
13498 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13501         containing special characters.
13502
13503         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13504
13505         * mml.el (mime-to-mml): Ditto.
13506
13507         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13508         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13509         (rfc2047-decode-region): Quote decoded words containing special
13510         characters when rfc2047-quote-decoded-words-containing-tspecials
13511         is non-nil.
13512
13513 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13514
13515         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13516
13517         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13518
13519 2005-02-15  Simon Josefsson  <jas@extundo.com>
13520
13521         * nnimap.el (nnimap-debug): Doc fix.
13522
13523         * imap.el (imap-debug): Doc fix.
13524
13525 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13528
13529 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13530
13531         * gnus.el (spam-contents): Improve docs for spam-contents
13532         parameter in its variable incarnation.
13533
13534 2005-02-14  Simon Josefsson  <jas@extundo.com>
13535
13536         * smime-ldap.el: Use require instead of load-library for ldap.
13537         (smime-ldap-search): Indent.
13538         (smime-ldap-search-internal): Shorten line.
13539
13540         * smime.el (smime-cert-by-dns): Add doc-string.
13541         (smime-cert-by-ldap-1): Indent.
13542
13543         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13544         mml-smime-get-dns-ldap.
13545         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13546
13547 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13548
13549         * smime.el: Require smime-ldap.
13550         (smime-ldap-host-list): New variable.
13551         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13552
13553         * mml-smime.el (mml-smime-encrypt-query): New function.
13554         (mml-smime-encrypt-query): Use it.
13555
13556         * smime-ldap.el: New file.
13557
13558 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13561
13562 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13565         argument in doc string.  Make query for type more clear.
13566
13567 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gnus.el (gnus-group-startup-message): Search for gnus images in
13570         etc/images/gnus.
13571         * mm-util.el (mm-image-load-path): Likewise.
13572         * smiley.el (smiley-data-directory): Search for smilies in
13573         etc/images/smilies.
13574
13575 2005-02-09  Kim F. Storm  <storm@cua.dk>
13576
13577         Change Emacs release version from 21.4 to 22.1 throughout.
13578         Change Emacs development version from 21.3.50 to 22.0.50.
13579
13580 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13583
13584         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13585         non-Mule XEmacs as well.
13586         (mm-decompress-buffer): Signal an error intentionally if it does
13587         not decompress compressed data because auto-compression-mode is
13588         disabled.
13589
13590 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13591
13592         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13593         an ID in the registry even if it has no groups.
13594
13595 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13598         merge it into mm-decompress-buffer.
13599         (gnus-mime-copy-part): Use the MIME part charset, the value which
13600         a user specified or gnus-newsgroup-charset for decoding, like
13601         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13602         save-buffer what was used.  Suggested by Kevin Ryde
13603         <user42@zip.com.au>.
13604         (gnus-mime-inline-part): Allow the name parameter as well as the
13605         filename parameter; force decompressing of compressed data; always
13606         display contents being not decoded as unibyte.
13607
13608         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13609         as well as the filename parameter.
13610
13611         * mm-util.el (mm-decompress-buffer): Merge
13612         gnus-mime-jka-compr-maybe-uncompress.
13613         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13614         of compressed data.
13615
13616 2005-02-08  Simon Josefsson  <jas@extundo.com>
13617
13618         * imap.el (imap-log): Doc fix.
13619
13620 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13623         the coding cookies; decompress compressed parts.
13624
13625         * mml.el (mml-generate-mime-1): Add the charset parameter according
13626         to the value which a user specified manually or the coding cookie.
13627
13628         * mm-util.el (mm-string-to-multibyte): New function.
13629         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13630         (mm-coding-system-to-mime-charset): New function.
13631         (mm-decompress-buffer): New function.
13632         (mm-find-buffer-file-coding-system): New function.
13633
13634         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13635         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13636         parts.
13637
13638 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13639
13640         * mm-view.el (mm-display-inline-fontify): Decode a part according
13641         to the charset parameter.
13642
13643 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13646         prefix arg is neither nil nor a number, as info specifies.
13647
13648 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13651         timestamps.
13652
13653 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13654
13655         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13656         groups error checking and notify user.
13657
13658 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13659
13660         * message.el (message-send-mail-function): Check existence of
13661         sendmail-program first before using default value
13662         `message-send-mail-with-sendmail'.  Otherwise use more generic
13663         `smtpmail-send-it'.
13664
13665 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * nntp.el (nntp-request-update-info): Always return nil.
13668
13669 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13670
13671         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13672
13673 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13674
13675         * message.el (message-beginning-of-line): Change the behavior when
13676         invoked between BOL and : so that it first moves backward.
13677
13678 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13681         article buffer when editing of the article is discarded.
13682         (gnus-article-prepare): Revert.
13683
13684 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-art.el (gnus-article-prepare):
13687         Remove message-strip-forbidden-properties from the local hook.
13688
13689 2005-01-27  Simon Josefsson  <jas@extundo.com>
13690
13691         * password.el (password-cache-add): Only start one timer per key.
13692         Reported by Derek Atkins <warlord@MIT.EDU>.
13693
13694 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13695
13696         * run-at-time.el: Removed.  It is no longer needed as
13697         timer-funcs.el in the xemacs-base package has a working version of
13698         `run-at-time'.
13699
13700         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13701
13702         * password.el: Require timer-funcs instead of run-at-time in
13703         XEmacs.
13704         Remove `password-run-at-time' macro.
13705         (password-cache-add): Use `run-at-time' instead of
13706         `password-run-at-time'.
13707
13708         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13709         Remove `nnheader-cancel-function-timers' alias,
13710         `cancel-function-timers' exists in XEmacs in timer-funcs.
13711
13712         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13713         for `run-with-idle-timer'.
13714
13715         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13716         for `run-at-time'.
13717
13718         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13719         for `with-timeout'.
13720
13721         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13722         the same as for XEmacs 21.4.
13723         No need to ignore `run-with-idle-timer', this function exists in
13724         XEmacs now in timer-funcs.el in the xemacs-base package.
13725         (dgnushack-compile): No need to delete
13726         run-at-time.el from the list of files to compile because it
13727         doesn't exist anymore.
13728
13729 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13732         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13733
13734 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13735
13736         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13737         sensitively.
13738
13739 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13740
13741         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13742
13743 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13746         which will be inserted according to the multibyteness of a buffer
13747         rather than the type of contents.  Suggested by ARISAWA Akihiro
13748         <ari@mbf.ocn.ne.jp>.
13749
13750         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13751         of string which old xml.el may return rather than a string.
13752
13753 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13756
13757 2005-01-16  Simon Josefsson  <jas@extundo.com>
13758
13759         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13760         idn/idna.el isn't available.
13761         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13762         <michael@waxrat.com>.
13763
13764         * hashcash.el: Remove non-FSF copyright header.
13765
13766         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13767         (hashcash-generate-payment): Use it.
13768         (hashcash-generate-payment-async): Use it.
13769
13770 2005-01-15  Simon Josefsson  <jas@extundo.com>
13771
13772         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13773         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13774
13775         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13776         gnus-summary-idna-message.
13777         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13778         (gnus-summary-idna-message): New function.
13779
13780 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13783         gnus-novice-user.
13784
13785 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * nnrss.el (nnrss-request-delete-group): Delete entries in
13788         nnrss-group-alist as well.
13789         (nnrss-save-server-data): Insert newline.
13790
13791 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus.el (gnus-user-agent): Use list of symbols instead of
13794         symbols.  Display full version number for (S)XEmacs.  Optionally
13795         display (S)XEmacs codename.
13796
13797         * gnus-util.el (gnus-emacs-version): Update for new
13798         `gnus-user-agent'.
13799
13800         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13801         Gnus version.
13802
13803 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13806         which is unreadable in some setups.
13807
13808 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-spec.el (gnus-update-format-specifications): Flush the
13811         group format spec cache if it doesn't support decoded group names.
13812
13813 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13816         Allow to apply decay on score files matching a regexp.
13817
13818 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13821         compatibility in %g and %c.
13822
13823 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13826         name for only %g and %c.
13827         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13828         of gnus-tmp-group to decoded group name.
13829         (gnus-group-make-rss-group): Exclude `/'s from group names.
13830
13831 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * nnrss.el (nnrss-get-encoding): Fix regexp.
13834
13835 2004-12-27  Simon Josefsson  <jas@extundo.com>
13836
13837         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13838         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13839         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13840
13841 2004-12-17  Kim F. Storm  <storm@cua.dk>
13842
13843         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13844
13845         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13846
13847 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13848
13849         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13850
13851 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * nnrss.el: Require rfc2047 and mml.
13854         (nnrss-file-coding-system): New variable.
13855         (nnrss-format-string): Redefine it as an inline function.
13856         (nnrss-decode-group-name): New function.
13857         (nnrss-string-as-multibyte): Remove.
13858         (nnrss-retrieve-headers): Decode group name; don't use
13859         nnrss-format-string.
13860         (nnrss-request-group): Decode group name.
13861         (nnrss-request-article): Decode group name; allow a Message-ID as
13862         well as an article number; don't use nnrss-format-string; encode a
13863         Message-ID string which may contain non-ASCII characters; use
13864         mml-to-mime to compose a MIME article.
13865         (nnrss-request-expire-articles): Decode group name.
13866         (nnrss-request-delete-group): Decode group name.
13867         (nnrss-fetch): Clarify error message.
13868         (nnrss-read-server-data): Use insert-file-contents instead of load;
13869         bind file-name-coding-system; use multibyte buffer.
13870         (nnrss-save-server-data): Bind coding-system-for-write to the
13871         value of nnrss-file-coding-system; bind file-name-coding-system;
13872         add coding cookie.
13873         (nnrss-read-group-data): Use insert-file-contents instead of load;
13874         bind file-name-coding-system; use multibyte buffer.
13875         (nnrss-save-group-data): Bind coding-system-for-write to the
13876         value of nnrss-file-coding-system; bind file-name-coding-system.
13877         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13878         make it work with non-ASCII text.
13879         (nnrss-find-el): Make it work with old xml.el as well.
13880
13881 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13882
13883         * nnrss.el (nnrss-get-encoding): New function.
13884         (nnrss-fetch): Use unibyte buffer initially; bind
13885         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13886         decode contents according to the encoding attribute.
13887         (nnrss-save-group-data): Add coding cookie.
13888         (nnrss-mime-encode-string): New function.
13889         (nnrss-check-group): Use it to encode subject and author.
13890
13891 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13894         imaginary variable.
13895
13896 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13899         correctly even if there are wide characters.
13900
13901 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13904         downcased symbol names; make a new cache instead of reusing
13905         bbdb-hashtable.
13906
13907 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13910         concatenating segments rather than before concatenating them.
13911         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13912
13913         * message.el (message-get-reply-headers): Bind `extra'.
13914
13915 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * message.el (message-extra-wide-headers): New variable.
13918         (message-get-reply-headers): Use it.
13919
13920 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13923         (gnus-agent-group-pathname): Ditto.
13924
13925         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13926
13927         * gnus-group.el (gnus-group-make-group): Decode group name.
13928         (gnus-group-make-rss-group): Register the group data after opening
13929         the nnrss group.
13930
13931 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13932
13933         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13934         by expiry now get marked as read.
13935
13936 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13939
13940 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13941
13942         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13943         unify Latin characters in XEmacs.
13944         (mm-find-mime-charset-region): Use it.
13945
13946 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-util.el (gnus-delete-directory): New function.
13949
13950         * gnus-agent.el (gnus-agent-delete-group): Use it.
13951
13952         * gnus-cache.el (gnus-cache-delete-group): Use it.
13953
13954 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13957         names.
13958
13959 2004-12-16  Simon Josefsson  <jas@extundo.com>
13960
13961         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13962
13963 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13966
13967         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13968         (gnus-group-set-current-level): Decode group name.
13969
13970 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13971
13972         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13973         failed.
13974
13975 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-group.el (gnus-group-delete-group): Decode group name.
13978         (gnus-group-make-rss-group): Encode group name.
13979         (gnus-group-catchup-current): Decode group name.
13980         (gnus-group-kill-group): Decode group name.
13981
13982 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13983
13984         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13985
13986 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * gnus-group.el (gnus-group-make-rss-group):
13989         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13990
13991         * gnus-start.el (gnus-setup-news): Honor user's setting to
13992         gnus-message-archive-method.  Suggested by Lute Kamstra
13993         <lute@gnu.org>.
13994
13995 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13996
13997         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13998         global counterparts of the buffer-local variables.
13999
14000 2004-11-16  Romain Francoise  <romain@orebokech.com>
14001
14002         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14003         counterparts of the buffer-local variables.
14004
14005 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * message.el (message-forbidden-properties): Fixed typo in doc
14008         string.
14009
14010 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-util.el (gnus-replace-in-string): Added doc string.
14013
14014         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14015         to avoid problems when splitting mails with many recipients.
14016
14017 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14018
14019         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14020         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14021
14022 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14023
14024         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14025         if there is no hashtable in memory or file modification time is
14026         newer than cached timestamp.
14027
14028 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14031         not-matching option.
14032
14033 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14034
14035         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14036         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14037         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14038         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14039         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14040         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14041
14042 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * message.el (message-forward-make-body-mml): Remove headers
14045         according to message-forward-ignored-headers if a message is decoded.
14046
14047 2004-12-02  Romain Francoise  <romain@orebokech.com>
14048
14049         * message.el (message-forward-make-body-plain): Always remove
14050         headers according to message-forward-ignored-headers.
14051
14052 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * spam.el (spam-summary-prepare-exit): Remove the
14055         gnus-summary-limit pop for now, it has problems with ham marks for
14056         me.
14057
14058 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14061         correctly.
14062
14063 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14064
14065         * format-spec.el (format-spec): Message the char.
14066
14067 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14068
14069         * gnus-art.el (gnus-split-methods): Reformat comments.
14070
14071         * spam.el (spam-summary-prepare-exit): Remove article limits
14072         before exiting the summary buffer.
14073
14074 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14077         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14078
14079         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14080         order to silence the byte compiler.
14081
14082         * spam.el: Fix the way to silence the byte compiler, which
14083         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14084         bbdb-search-simple, spam-BBDB-register-routine,
14085         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14086         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14087         spam-stat-buffer-is-spam, spam-stat-load,
14088         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14089         spam-stat-save and spam-stat-split-fancy.
14090
14091 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14094         which may confuse users.
14095         (canlock-password-for-verify): Ditto.
14096
14097         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14098
14099         * gnus-art.el (gnus-emphasis-alist): Ditto.
14100
14101         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14102
14103         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14104
14105         * gnus-start.el (gnus-save-killed-list): Ditto.
14106
14107         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14108         (gnus-sum-thread-tree-root): Ditto.
14109         (gnus-sum-thread-tree-false-root): Ditto.
14110         (gnus-sum-thread-tree-single-indent): Ditto.
14111
14112         * message.el (message-courtesy-message): Ditto.
14113         (message-archive-note): Ditto.
14114         (message-subscribed-address-file): Ditto.
14115         (message-user-fqdn): Ditto.
14116
14117         * spam-report.el (spam-report-gmane-regex): Ditto.
14118
14119         * spam.el (spam-blackhole-good-server-regex): Ditto.
14120
14121 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * mml.el (mml-preview): Widen the message buffer before copying
14124         the contents to the preview buffer; sort headers before previewing.
14125
14126         * message.el (message-hidden-headers): Fix the way to avoid a bug
14127         in the `repeat' widget in Emacs 21.3 or earlier.
14128
14129 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * message.el (message-hidden-headers): Default to "^References:".
14132         Improve customization type.  Suggested by Reiner Steib
14133         <Reiner.Steib@gmx.de>.
14134
14135 2004-11-25  Romain Francoise  <romain@orebokech.com>
14136
14137         * message.el (message-strip-forbidden-properties): Remove check for
14138         obsolete `message-hidden' text property, hidden headers are not
14139         accessible in the buffer anymore.
14140
14141 2004-11-22  Romain Francoise  <romain@orebokech.com>
14142
14143         * message.el (message-header-format-alist): Add `From' in list
14144         so that it can be sorted.
14145         (message-fix-before-sending): Widen and sort headers before
14146         sending.
14147         (message-hide-headers): Use narrowing to hide headers by moving
14148         them to the top of the buffer and narrowing to the region
14149         underneath.
14150
14151 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14152
14153         * message.el (message-strip-forbidden-properties): Bind
14154         buffer-read-only (etc) to nil.
14155
14156 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14159         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14160
14161 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14162
14163         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14164
14165 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * dns.el (query-dns): Use sit-for to time instead of
14168         accept-process-output, since that doesn't seem to work on udp
14169         sockets.
14170
14171 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14174
14175 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14176
14177         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14178         doc string.  Improve doc string.
14179
14180 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * nntp.el (nntp-request-update-info): Return nil if
14183         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14184         may not call gnus-activate-group which uselessly issues the GROUP
14185         commands for all nntp groups and wastes time.  Reported by Romain
14186         Francoise <romain@orebokech.com>.
14187
14188         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14189
14190 2004-11-15  Simon Josefsson  <jas@extundo.com>
14191
14192         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14193         headers separately.
14194         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14195         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14196
14197 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * gnus-start.el (gnus-convert-old-newsrc):
14200         Assign legacy-gnus-agent to 5.10.7.
14201
14202 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14203
14204         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14205         start of the lines.
14206
14207 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14208
14209         * hashcash.el (hashcash-default-payment): Change default to 20.
14210         (hashcash-default-accept-payment): Change default to 20.
14211         (hashcash-process-alist): New variable.
14212         (hashcash-generate-payment-async): Add.
14213         (hashcash-already-paid-p): Add.
14214         (hashcash-insert-payment): Don't generate payments twice.
14215         (hashcash-insert-payment-async): Add.
14216         (hashcash-insert-payment-async-2): Add.
14217         (hashcash-cancel-async): Add.
14218         (hashcash-wait-async): Add.
14219         (hashcash-processes-running-p): Add.
14220         (hashcash-wait-or-cancel): Add.
14221         (mail-add-payment): New optional argument.  Conditionally start
14222         asynchronous calculation.
14223         (mail-add-payment-async): Add.
14224
14225         * message.el (message-send-mail): Wait for asynchronous hashcash
14226         results.  Don't clobber existing X-Hashcash headers.
14227         (message-setup-1): Call mail-add-payment-async when
14228         message-generate-hashcash is non-nil.
14229
14230 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14231
14232         * message.el (message-use-alternative-email-as-from): Examine the
14233         From header as well; use message-make-from in order to include a
14234         user's full name.
14235
14236 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14239         default; improve customization type.
14240         (gnus-emphasis-custom-with-format): New macro.
14241         (gnus-emphasis-custom-value-to-external): New function.
14242         (gnus-emphasis-custom-value-to-internal): New function.
14243
14244 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14245
14246         * dns.el (query-dns): Resolve reverse addresses.
14247
14248 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14249
14250         * gnus-group.el (gnus-group-get-new-news): Use it.
14251
14252         * gnus-start.el (gnus-check-reasonable-setup): New function.
14253
14254 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14257         "Args out of range" error.  Reported by Arnaud Giersch
14258         <arnaud.giersch@free.fr>.
14259
14260 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14261
14262         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14263
14264 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14265
14266         * spam.el (spam group): Add :version.
14267
14268         * pgg-def.el (pgg group): Add :version.
14269
14270 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-art.el (gnus-article-edit-article): Don't associate the
14273         article buffer with a draft file.  This is a temporary measure
14274         against the 2004-08-22 change to gnus-article-edit-mode.
14275
14276 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14279         (html2text-format-tags): Remove unused variable `attr'.
14280
14281 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14284
14285         * tls.el (tls-process-connection-type, tls-success)
14286         (tls-certtool-program): Add :version.
14287
14288         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14289         (starttls-extra-arguments, starttls-process-connection-type)
14290         (starttls-connect, starttls-failure, starttls-success): Add :version.
14291
14292         * spam-stat.el (spam-stat): Add :version.
14293
14294         * sieve.el (sieve): Add :version.
14295
14296         * sha1.el (sha1): Add :version.
14297         (sha1-use-external): Remove redundant version.
14298
14299         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14300         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14301         (nnmail-split-fancy-match-partial-words)
14302         (nnmail-split-lowercase-expanded): Add :version.
14303
14304         * nndiary.el (nndiary): Add :version.
14305
14306         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14307
14308         * mml-sec.el (mml-default-sign-method)
14309         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14310         Add :version.
14311
14312         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14313
14314         * mm-url.el (mm-url-use-external, mm-url-program)
14315         (mm-url-arguments): Add :version.
14316
14317         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14318         (mm-attachment-file-modes, mm-decrypt-option)
14319         (mm-w3m-safe-url-regexp): Add :version.
14320
14321         * message.el (message-cite-prefix-regexp)
14322         (message-sendmail-envelope-from, message-minibuffer-local-map)
14323         (message-user-fqdn, message-completion-alist): Add :version.
14324
14325         * gnus-win.el (gnus-configure-windows-hook)
14326         (gnus-use-frames-on-any-display): Add :version.
14327
14328         * gnus-art.el (gnus-article-address-banner-alist)
14329         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14330         (gnus-treat-from-picon, gnus-treat-mail-picon)
14331         (gnus-treat-x-pgp-sig): Add :version.
14332
14333         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14334         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14335         (gnus-summary-article-delete-hook)
14336         (gnus-summary-display-while-building): Add :version.
14337
14338         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14339         (gnus-get-top-new-news-hook): Add :version.
14340
14341         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14342         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14343
14344         * gnus-registry.el (gnus-registry): Add :version.
14345
14346         * gnus-spec.el (gnus-use-correct-string-widths)
14347         (gnus-make-format-preserve-properties): Add :version.
14348
14349         * gnus.el (gnus-group-charter-alist)
14350         (gnus-group-fetch-control-use-browse-url)
14351         (gnus-install-group-spam-parameters): Add :version.
14352
14353         * gnus-diary.el (gnus-diary): Add :version.
14354
14355         * gnus-delay.el (gnus-delay): Add :version.
14356
14357         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14358         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14359         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14360         Add :version.
14361
14362         * gnus-agent.el (gnus-agent-max-fetch-size)
14363         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14364         (gnus-agent-prompt-send-queue): Add :version.
14365
14366         * deuglify.el (gnus-outlook-deuglify): Add :version.
14367
14368         * html2text.el: Beautify code.  Improve doc strings.  Some
14369         checkdoc cleanup.
14370         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14371
14372 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14373
14374         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14375
14376 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14379         when package is loaded.
14380
14381         * spam.el (spam-summary-score-preferred-header): Add global preference
14382         for people who want to override the default SpamAssassin over
14383         Bogofilter preference (when both are set).
14384         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14385         (spam-user-format-function-S): Check
14386         spam-summary-score-preferred-header.
14387         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14388         (spam-user-format-function-S): Format the score correctly.
14389
14390 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14393         signature file.  Suggested by Manoj Srivastava
14394         <srivasta@golden-gryphon.com>.
14395
14396         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14397         iso-2022-jp even in the Japanese language environment.
14398         Suggested by Jason Rumney <jasonr@gnu.org>.
14399
14400 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14403         use the same characters as the dummy marks; make it free from
14404         getting affected by the language environment.
14405         (gnus-summary-read-group-1): Update mark positions only when the
14406         format spec is updated.
14407
14408         * gnus-spec.el (gnus-update-format-specifications): Return a list
14409         of updated types.
14410
14411 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14414         of boundp to check if display-warning is available.
14415
14416 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14417
14418         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14419
14420 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * nnspool.el (nnspool-spool-directory): Use news-path if the
14423         news-directory variable is not bound.
14424
14425         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14426         function instead of display-warning if it is not available.
14427
14428 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14431         v5-10: Use `point-at-bol'.
14432
14433 2004-10-26  Simon Josefsson  <jas@extundo.com>
14434
14435         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14436         <chenggao@gmail.com>.
14437
14438 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14441         instead.
14442
14443 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14446         to remove a server from the nnimap-server-buffer-alist.
14447         (nnimap-open-connection, nnimap-close-server): Use it.
14448
14449         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14450
14451 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14454         running the major-mode function.
14455
14456 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14459         dummy marks in the right way.
14460
14461 2004-10-18  David Edmondson  <dme@dme.org>
14462
14463         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14464         excessively.
14465
14466 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * gnus-util.el (gnus-split-references): Accept a nil references
14469         string and go on blissfully.
14470
14471         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14472         cases where the references string is non-nil but has no references.
14473
14474         * encrypt.el: Add autoload tags.
14475
14476         * spam.el (spam-resolve-registrations-routine): Remove article
14477         from unregistration list too.  Reported by David Hanak
14478         <dhanak@isis.vanderbilt.edu>
14479
14480 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14483         nil.  Changed custom type.
14484
14485 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14488
14489         * gnus-sum.el (gnus-summary-move-article): Use it.
14490
14491 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * encrypt.el: Add autoload cookies.
14494
14495         * spam.el (spam-backend-article-list-property)
14496         (spam-backend-get-article-todo-list)
14497         (spam-backend-put-article-todo-list)
14498         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14499         Resolve registrations separately.
14500         (spam-register-routine): Format comments.
14501         (spam-unregister-routine, spam-register-routine): Always call with
14502         specific-articles, no default list.
14503         (spam-summary-prepare-exit): Use the spam-classifications function.
14504
14505         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14506         gnus-encrypt.el.
14507
14508         * encrypt.el: Copied from gnus-encrypt.el.
14509
14510         * gnus-encrypt.el: Commented that it's obsolete.
14511
14512 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14515         (gnus-score-save): Use it.
14516
14517         * message.el (message-bury): Use `window-dedicated-p'.
14518
14519 2004-10-15  Simon Josefsson  <jas@extundo.com>
14520
14521         * pop3.el (top-level): Don't require nnheader.
14522         (pop3-read-timeout): Add.
14523         (pop3-accept-process-output): Add.
14524         (pop3-read-response, pop3-retr): Use it.
14525
14526 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * spam.el (spam-register-routine): Move comment.
14529         (spam-verify-bogofilter): Use 'unknown for the initial
14530         spam-bogofilter-valid state, not 'never.
14531
14532         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14533         for netrc-machine.
14534
14535         * nnimap.el (nnimap-open-connection): Use
14536         netrc-machine-user-or-password.
14537
14538 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14539
14540         * gnus-registry.el (gnus-registry-unload-hook):
14541         Set as a variable with add-hook.
14542
14543         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14544         of news-path.
14545
14546         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14547
14548         * spam.el: Delete duplicate `provide'.
14549         (spam-unload-hook): Set as a variable with add-hook.
14550
14551 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14554         in the doc string.
14555
14556         * message.el (message-ignored-news-headers)
14557         (message-ignored-supersedes-headers)
14558         (message-ignored-resent-headers)
14559         (message-forward-ignored-headers): Improve custom type.
14560
14561 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * message.el (message-tokenize-header): Fix 2004-09-06 change
14564         which used point-min in the wrong place.
14565
14566 2004-10-12  Simon Josefsson  <jas@extundo.com>
14567
14568         * tls.el (tls-certtool-program): New variable.
14569         (tls-certificate-information): New function, based on
14570         ssl-certificate-information.
14571
14572 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * compface.el: Move the version of ELisp-based uncompface program
14575         to the contrib directory because of the copyright problem.
14576
14577 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * message.el (message-kill-buffer): Raise the current frame.
14580
14581 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14584
14585         * gnus.el (message-y-or-n-p): Autoload.
14586
14587         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14588         (pop3-password-required, pop3-authentication-scheme)
14589         (pop3-leave-mail-on-server): Made customizable.
14590         (pop3): New custom group.
14591         (pop3-retr): Remove `sleep-for' statements.
14592         Suggested by Dave Love <fx@gnu.org>.
14593
14594         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14595         Windows/DOS.
14596
14597         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14598         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14599         Dave Love <fx@gnu.org>.
14600
14601         * mml.el (mml-minibuffer-read-disposition): Require match.
14602         Suggested by Dave Love <fx@gnu.org>.
14603
14604 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14607         doc string.
14608
14609 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14612
14613 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14614
14615         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14616         instead of calling `mm-insert-inline', to decode text/* parts
14617         before displaying them.
14618
14619 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * mm-uu.el (mm-uu-text-plain-type): New variable.
14622         (mm-uu-pgp-signed-extract-1): Use it.
14623         (mm-uu-pgp-encrypted-extract-1): Use it.
14624         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14625         bind mm-uu-text-plain-type with that value.
14626         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14627         mm-uu-dissect.
14628
14629 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-group.el (gnus-update-group-mark-positions):
14632         * gnus-sum.el (gnus-update-summary-mark-positions):
14633         * message.el (message-check-news-body-syntax):
14634         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14635         of string-as-multibyte.
14636
14637 2004-10-05  Juri Linkov  <juri@jurta.org>
14638
14639         * gnus-group.el (gnus-update-group-mark-positions):
14640         * gnus-sum.el (gnus-update-summary-mark-positions):
14641         * message.el (message-check-news-body-syntax):
14642         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14643         8-bit unibyte values to a multibyte string for search functions.
14644
14645 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14648         (mm-uu-dissect-text-parts): New function.
14649
14650         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14651         dissect text parts.
14652
14653         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14654         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14655
14656         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14657
14658         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14659         gnus-current-topics instead of gnus-current-topic.
14660
14661 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14662
14663         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14664
14665 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14666
14667         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14668         where approriate.
14669
14670         * nnml.el (nnml-generate-active-info): do.
14671
14672         * nndiary.el (nndiary-generate-active-info): do.
14673
14674         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14675         (gnus-topic-move): do.
14676
14677         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14678         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14679
14680         * gnus-srvr.el (gnus-server-prepare)
14681         (gnus-server-open-all-servers): do.
14682
14683         * gnus-msg.el (gnus-summary-cancel-article)
14684         (gnus-summary-resend-message)
14685         (gnus-summary-mail-crosspost-complaint): do.
14686
14687         * gnus-move.el (gnus-change-server): do.
14688
14689         * gnus-group.el (gnus-group-unmark-all-groups)
14690         (gnus-group-set-current-level): do.
14691
14692 2004-10-04  Simon Josefsson  <jas@extundo.com>
14693
14694         * message.el (message-generate-hashcash): Doc fix.
14695
14696 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14697
14698         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14699         avoid infinite recursion via gnus-get-function.
14700
14701 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14702
14703         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14704
14705         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14706
14707         * nnmail.el (nnmail-split-history): do.
14708
14709         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14710         (nnml-request-delete-group): do.
14711
14712         * nnslashdot.el (nnslashdot-read-groups): do.
14713
14714         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14715         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14716
14717         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14718         (nnspool-sift-nov-with-sed): Use last.
14719         (nnspool-retrieve-headers-with-nov): Use mapc.
14720         (nnspool-request-newgroups): Use dolist.
14721         (nnspool-request-group): Use last.
14722
14723         * nntp.el (nntp-read-server-type): Use dolist.
14724
14725         * nnvirtual.el (nnvirtual-create-mapping)
14726         (nnvirtual-update-read-and-marked): Use dolist.
14727         (nnvirtual-convert-headers): Simplify.
14728
14729 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14730
14731         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14732         support for sync'ing tick marks.
14733
14734 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14737         there's no visible header.
14738
14739 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14740
14741         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14742         necessary, pass full group name to gnus-request-set-marks.
14743
14744 2004-10-01  Simon Josefsson  <jas@extundo.com>
14745
14746         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14747         acroread.
14748
14749 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14750
14751         * spam-report.el (spam-report-gmane): Fix interactive.
14752
14753         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14754
14755         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14756         when writing file.
14757         (gnus-agent-synchronize-flags): Don't default to being
14758         interactive.
14759
14760 2004-09-30  Simon Josefsson  <jas@extundo.com>
14761
14762         * message.el (message-generate-hashcash): Add.
14763         (message-send-mail): Use it, call mail-add-payment.
14764
14765 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14768
14769 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14770
14771         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14772         gnus-requst-update-info with explicit code to sync the in-memory
14773         info read flags with the marks being sync'd to the backend.
14774
14775         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14776
14777 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14778
14779         * spam.el (spam-verify-bogofilter): Add new function.
14780         (spam-check-bogofilter)
14781         (spam-bogofilter-register-with-bogofilter): Use it.
14782         (spam-verify-bogofilter): Add small fixes.
14783
14784 2004-09-28  Simon Josefsson  <jas@extundo.com>
14785
14786         * hashcash.el (hashcash-generate-payment): Revert.
14787
14788 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14791         gnus-extract-references instead of gnus-split-references.
14792
14793         * gnus-util.el (gnus-extract-references): Add new function, analogous
14794         to gnus-split-references but extracts only the message-ID without
14795         anything extra.
14796
14797         * hashcash.el (hashcash-generate-payment)
14798         (hashcash-check-payment): Do the right thing if hashcash-path is
14799         nil (because the hashcash program could not be found).
14800
14801         * spam.el (spam-use-hashcash): Remove comment.
14802
14803 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14804
14805         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14806         (gnus-cache-enter-article, gnus-cache-remove-article)
14807         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14808
14809         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14810
14811         * gnus-art.el (article-hide-boring-headers)
14812         (article-translate-strings, article-display-face)
14813         (gnus-article-mime-match-handle-first)
14814         (gnus-article-highlight-headers)
14815         (gnus-article-add-buttons-to-head): do.
14816
14817 2004-09-27  Simon Josefsson  <jas@extundo.com>
14818
14819         * hashcash.el: New version, from
14820         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14821         ../contrib/.
14822
14823 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14826
14827 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14828
14829         * gnus-dup.el (gnus-dup-open): Use mapc.
14830         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14831
14832         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14833         Reported by Stefan Wiens <s.wi@gmx.net>.
14834
14835         * gnus.el (gnus-shutdown): Use dolist.
14836
14837         * gnus-undo.el (gnus-undo): Use mapc.
14838
14839         * nnrss.el (nnrss-generate-active): do.
14840
14841         * message.el (message-cite-original-without-signature)
14842         (message-cite-original): Use mapc.
14843         (message-do-actions, message-make-forward-subject): Use dolist.
14844
14845 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14846
14847         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14848         deletion to remove entire duplicate line.  Fixes merged article
14849         number bug.
14850
14851 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14852
14853         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14854         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14855         first ask if you want to open a server and then, even when you
14856         responded with no, asking if you want to synchronize the server's
14857         flags.
14858         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14859         multi-line expressions.
14860         (gnus-agent-synchronize-group-flags): New internal function.
14861         Updates marks in memory (in the info structure) AND in the
14862         backend.
14863
14864         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14865
14866         * nnagent.el (nnagent-request-set-mark): Use
14867         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14868         method, to ensure that synchronization updates marks in the
14869         backend and in the info (in memory) structure.
14870
14871 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14874         convention fully; don't miss the root article of a thread; make
14875         the X-Draft-From header with correct article numbers.
14876
14877 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14878
14879         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14880         unless plugged.  Disable the agent so that an open failure causes
14881         an error.
14882
14883         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14884         Reverted 2004-09-21 change.  The backend must be opened while
14885         synchronizing flags even when the backend stores the flags
14886         locally.
14887
14888 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14891         in `header' match.  Reported by Svend Tollak Munkejord.
14892
14893         * message.el (message-cite-original): Fix use of
14894         `message-cite-articles-with-x-no-archive'.
14895
14896 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14899         (gnus-window-to-buffer): Ditto.
14900
14901         * mml.el (mml-preview-buffer): New variable.
14902         (mml-preview): Manage window layout with gnus-buffer-configuration.
14903
14904         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14905         X-Draft-From header even if those articles aren't quoted.
14906
14907 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14908
14909         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14910         (gnus-request-set-mark, gnus-request-update-mark): Use new
14911         g-s-t-u-l-m to decide to use backend even when unplugged.
14912
14913 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14916         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14917
14918 2004-09-20  Simon Josefsson  <jas@extundo.com>
14919
14920         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14921         "utf-16-le".
14922
14923 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14924
14925         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14926
14927 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * uudecode.el (uudecode-use-external): Add :version.
14930
14931         * smime.el (smime-CA-file, smime-encrypt-cipher)
14932         (smime-dns-server): Add :version.
14933
14934         * smiley.el (gnus-smiley-file-types): Add :version.
14935
14936         * sha1.el (sha1-use-external): Add :version.
14937
14938         * pgg-def.el (pgg-query-keyserver): Add :version.
14939
14940         * nnmail.el (nnmail-fancy-expiry-targets)
14941         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14942         Add :version.
14943
14944         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14945         (nnimap-retrieve-groups-asynchronous): Add :version.
14946         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14947
14948         * mml.el (mml-content-disposition-parameters)
14949         (mml-insert-mime-headers-always): Add :version.
14950
14951         * mm-util.el (mm-coding-system-priorities): Add :version.
14952
14953         * mm-decode.el (mm-inline-text-html-with-images)
14954         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14955         (mm-verify-option): Add :version.
14956         (mm-text-html-renderer): Change :version.
14957
14958         * message.el (message-fcc-externalize-attachments)
14959         (message-required-headers, message-draft-headers)
14960         (message-subject-trailing-was-query)
14961         (message-subject-trailing-was-ask-regexp)
14962         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14963         (message-mark-insert-end, message-archive-header)
14964         (message-archive-note, message-cross-post-default)
14965         (message-cross-post-note, message-followup-to-note)
14966         (message-cross-post-note-function, message-use-mail-followup-to)
14967         (message-subscribed-address-functions)
14968         (message-subscribed-address-file, message-subscribed-addresses)
14969         (message-subscribed-regexps, message-allow-no-recipients)
14970         (message-yank-cited-prefix, message-signature-insert-empty-line)
14971         (message-hidden-headers, message-hierarchical-addresses)
14972         (message-mail-user-agent, message-use-idna)
14973         (message-valid-fqdn-regexp)
14974         (message-strip-special-text-properties, message-header-synonyms)
14975         (message-beginning-of-line, message-tab-body-function): Add :version.
14976         (message-insert-canlock, message-wide-reply-confirm-recipients):
14977         Change :version.
14978
14979         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14980         and :version.
14981         (mail-source-delete-old-incoming-confirm)
14982         (mail-source-movemail-program): Add :version.
14983
14984         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14985         (gnus-agent-cache, gnus-agent): Change :version.
14986
14987         * gnus-util.el (gnus-use-byte-compile): Change :version.
14988
14989         * gnus-sum.el (gnus-summary-make-false-root-always)
14990         (gnus-summary-default-high-score)
14991         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14992         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14993         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14994         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14995         (gnus-sum-thread-tree-single-indent)
14996         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14997         (gnus-sum-thread-tree-leaf-with-other)
14998         (gnus-sum-thread-tree-single-leaf): Add :version.
14999         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15000         (gnus-article-loose-mime): Change :version.
15001
15002         * gnus-start.el (gnus-backup-startup-file)
15003         (gnus-save-startup-file-via-temp-buffer): Add :version.
15004
15005         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15006         (gnus-server-offline-face): Add :version.
15007
15008         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15009
15010         * gnus-msg.el (gnus-gcc-externalize-attachments)
15011         (gnus-debug-files, gnus-debug-exclude-variables)
15012         (gnus-discouraged-post-methods): Change :version.
15013         (gnus-confirm-mail-reply-to-news)
15014         (gnus-confirm-treat-mail-like-news): Add :version.
15015
15016         * gnus-int.el (gnus-server-unopen-status): Add :version.
15017
15018         * gnus-group.el (gnus-group-jump-to-group-prompt)
15019         (gnus-large-ephemeral-newsgroup)
15020         (gnus-fetch-old-ephemeral-headers): Add :version.
15021
15022         * gnus-fun.el (gnus-x-face-directory)
15023         (gnus-convert-pbm-to-x-face-command)
15024         (gnus-convert-image-to-x-face-command)
15025         (gnus-convert-image-to-face-command): Add :version.
15026
15027         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15028
15029         * gnus-cite.el (gnus-cite-blank-line-after-header)
15030         (gnus-article-boring-faces): Add :version.
15031
15032         * gnus-art.el (gnus-buttonized-mime-types)
15033         (gnus-inhibit-mime-unbuttonizing)
15034         (gnus-treat-display-face)
15035         (gnus-treat-body-boundary): Change :version.
15036         (gnus-body-boundary-delimiter, gnus-picon-databases)
15037         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15038         (gnus-treat-date-english, gnus-treat-fold-headers)
15039         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15040         (gnus-treat-mail-picon, gnus-treat-wash-html)
15041         (gnus-article-encrypt-protocol)
15042         (gnus-use-idna, gnus-article-over-scroll)
15043         (gnus-mime-display-multipart-alternative-as-mixed)
15044         (gnus-mime-display-multipart-related-as-mixed)
15045         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15046         (gnus-ctan-url, gnus-button-ctan-handler)
15047         (gnus-button-handle-ctan-bogus-regexp)
15048         (gnus-button-ctan-directory-regexp)
15049         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15050         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15051         (gnus-button-man-level, gnus-button-emacs-level)
15052         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15053
15054         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15055         (gnus-agent-go-online): Change :version.
15056         (gnus-agent-expire-unagentized-dirs)
15057         (gnus-agent-auto-agentize-methods): Add :version.
15058
15059         * flow-fill.el (fill-flowed-display-column)
15060         (fill-flowed-encode-column): Add :version.
15061
15062         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15063         (gnus-outlook-deuglify-unwrap-max)
15064         (gnus-outlook-deuglify-cite-marks)
15065         (gnus-outlook-deuglify-unwrap-stop-chars)
15066         (gnus-outlook-deuglify-no-wrap-chars)
15067         (gnus-outlook-deuglify-attrib-cut-regexp)
15068         (gnus-outlook-deuglify-attrib-verb-regexp)
15069         (gnus-outlook-deuglify-attrib-end-regexp)
15070         (gnus-outlook-display-hook): Add :version.
15071
15072         * binhex.el (binhex-use-external): Add :version.
15073
15074 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15077         and `invisible'.
15078
15079 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15082         in gnus-registry-trim.
15083
15084 2004-09-13  Simon Josefsson  <jas@extundo.com>
15085
15086         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15087
15088         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15089
15090         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15091         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15092         <yamaoka@jpl.org>.
15093         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15094         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15095         <yamaoka@jpl.org>.
15096
15097         * sieve.el (sieve-manage-mode): Ditto.
15098
15099 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15102
15103 2004-09-11  Simon Josefsson  <jas@extundo.com>
15104
15105         * dns-mode.el: Add.
15106
15107         * mm-view.el (mm-display-dns-inline): Add.
15108
15109         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15110         (mm-automatic-display): Ditto.
15111
15112         * mailcap.el (mailcap-mime-data): Add text/dns.
15113         (mailcap-mime-extensions): Map .soa to text/dns.
15114
15115 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15116
15117         * gnus-art.el (article-decode-mime-words, article-babel)
15118         (gnus-article-highlight-signature, gnus-article-add-buttons)
15119         (gnus-signature-toggle): Remove unnecessary bindings of
15120         `inhibit-read-only' inherited from v5.10 merge.
15121
15122 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * nntp.el (nntp): New customization group.
15125         (nntp-authinfo-file): Add customization group.
15126
15127         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15128
15129         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15130
15131         * gnus.el (to-address, to-list, subscribed)
15132         (large-newsgroup-initial): Ditto.
15133
15134         * flow-fill.el (fill-flowed-display-column)
15135         (fill-flowed-encode-column): Ditto.
15136
15137 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15138
15139         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15140         Use point-min rather than 1.
15141         (message-send-mail): Use buffer-size rather than point-max.
15142
15143         * gnus-sum.el (gnus-summary-search-article-forward):
15144         Signal a specific `search-failed' rather than a generic `error'.
15145
15146         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15147         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15148         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15149
15150 2004-09-10  Simon Josefsson  <jas@extundo.com>
15151
15152         * nndb.el (require): Remove tcp and duplicate cl.
15153
15154 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-agent.el (directory-files-and-attributes): Move forward.
15157
15158 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15159
15160         * gnus-agent.el (directory-files-and-attributes): Optionally
15161         defined to support XEmacs.
15162
15163 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15164
15165         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15166         to avoid run-time CL dependencies.
15167         (gnus-agent-unfetch-articles): New function.
15168         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15169         article numbers even when local .overview file is missing.
15170         (gnus-agent-read-article-number): New function.  Only accepts
15171         27-bit article numbers.
15172         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15173         gnus-agent-read-article-number.
15174         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15175         from backend while recognizing that article numbers in .overview
15176         must be valid.
15177         (gnus-agent-update-files-total-fetched-for): Use
15178         directory-files-and-attributes to improve performance.
15179         * gnus-int.el (gnus-request-move-article): Use
15180         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15181         improve performance.
15182
15183         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15184         some users confused by references to .newsrc when they only have a
15185         .newsrc.eld file.
15186         (gnus-convert-mark-converter-prompt)
15187         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15188         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15189         New function.  Used internally to only display 'gnus converting
15190         files' message when actually necessary.
15191
15192         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15193         methods now autoloaded.
15194
15195 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15198         identifiers.
15199
15200 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus-picon.el: Fix indentation and closing parenthesis.
15203
15204 2004-09-01  Simon Josefsson  <jas@extundo.com>
15205
15206         * message.el (message-canlock-generate): Require sha1, not
15207         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15208         to require within a function.  Sadly, if sha1.el isn't loaded, the
15209         let binding in m-c-g will hide the defcustom definition, which is
15210         bad.)
15211
15212         * canlock.el: Require sha1, not sha1-el.
15213
15214         * message.el: Don't autoload sha1 (there is a autoload cookie in
15215         sha1.el).
15216
15217         * sha1-el.el: Renamed to sha1.el.
15218
15219 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15220
15221         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15222
15223 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15224
15225         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15226
15227 2004-08-30  Kim F. Storm  <storm@cua.dk>
15228
15229         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15230
15231         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15232         Add :group 'nnimap.
15233
15234 2004-08-30  Andreas Schwab  <schwab@suse.de>
15235
15236         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15237         ?* and ?\;.
15238
15239         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15240         and ?\' to symbol instead of whitespace.
15241
15242 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15245
15246         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15247         instead of re-search-forward.
15248
15249         * gnus-uu.el (gnus-uu-save-article): Ditto.
15250         (gnus-uu-post-encode-uuencode): Ditto.
15251
15252         * html2text.el (html2text-clean-list-items): Ditto.
15253         (html2text-clean-dtdd): Ditto.
15254         (html2text-format-tags): Ditto.
15255
15256         * message.el (message-send-mail-with-sendmail): Fix regexp.
15257         (message-fill-field-general): Use search-forward instead of
15258         re-search-forward.
15259         (unbold-region): Ditto.
15260
15261         * nnrss.el (nnrss-request-article): Ditto.
15262
15263         * nnslashdot.el (nnslashdot-request-article): Ditto.
15264
15265         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15266
15267         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15268         "Unrecognized menu descriptor" error in XEmacs.
15269
15270 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15271
15272         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15273         parent article of a sparse article in the thread hashtb.
15274
15275 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15276
15277         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15278         (nnmail-expand-newtext): Lowercase expanded entries if
15279         nnmail-split-lowercase-expanded is non-nil.
15280
15281 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15284
15285         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15286         of gnus-tmp-news-method into string under XEmacs.  It will be
15287         passed to gnus-correct-length which takes only a string argument.
15288
15289 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-util.el (gnus-bind-print-variables): New macro.
15292         (gnus-prin1): Use it.
15293         (gnus-prin1-to-string): Use it.
15294         (gnus-pp): New function.
15295         (gnus-pp-to-string): New function.
15296
15297         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15298         Replace pp-to-string with gnus-pp-to-string.
15299         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15300         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15301         * gnus-msg.el (gnus-debug): Ditto.
15302         * gnus-score.el (gnus-score-save): Ditto.
15303         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15304         gnus-pp-to-string.
15305         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15306         with gnus-pp.
15307         * score-mode.el (gnus-score-pretty-print): Ditto.
15308         * webmail.el (webmail-debug): Ditto.
15309
15310 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (article-display-face, article-display-x-face):
15313         Use buffer-read-only.
15314
15315 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-art.el (article-hide-list-identifiers):
15318         Bind inhibit-read-only as t.
15319
15320 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15323
15324 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15325
15326         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15327         (gnus-narrow-to-page): Don't assume point-min == 1.
15328         (gnus-article-edit-mode): Derive from message-mode.
15329
15330         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15331         point-min == 1.
15332
15333         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15334         Disable incorrect use of `assert'.
15335
15336         * message.el (message-mode): Set comment-start-skip.
15337
15338
15339 2004-08-22  Sam Steingold  <sds@gnu.org>
15340
15341         * pop3.el (pop3-leave-mail-on-server): New user variable.
15342         (pop3-movemail): Delete mail only when it is nil.
15343
15344 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15347
15348         * mml.el (mml-preview): Use `pop-to-buffer'.
15349
15350         * message.el (message-goto-mail-followup-to): Insert after "To".
15351         (message-carefully-insert-headers): Add comment.
15352
15353         * gnus.el: Remove unused variable `gnus-article-check-size'.
15354
15355         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15356
15357         * gnus-art.el (gnus-button-alist): Improve
15358         `gnus-button-handle-library' entry.
15359
15360 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15361
15362         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15363         downcase, since XEmacs capitalizes error messages differently.
15364
15365 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15366
15367         * nntp.el: Add (require 'gnus) due to reference to
15368         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15369
15370 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15371
15372         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15373         `mm-fill-flowed'.
15374
15375         * mm-decode.el (mm-dissect-singlepart): Check it.
15376
15377 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15380         'imap' for netrc parsing.
15381
15382 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * mailcap.el (mailcap-mime-data): Mark as risky.
15385
15386 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15389         may be included in the encoded word.
15390         (rfc2047-encode): Don't append a space if the encoded word
15391         includes close parenthesis.
15392
15393 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15396         of text within parentheses.
15397
15398 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15401         (gnus-encrypt-write-file-contents): Make the password key the file
15402         name PLUS the cipher, not just the cipher.  Also remove failed
15403         passwords from the cache.
15404
15405 2004-08-06  Simon Josefsson  <jas@extundo.com>
15406
15407         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15408         fix.
15409
15410 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15413         LWSP.
15414
15415 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15418         to append in-reply-to: data to the references: header.
15419
15420         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15421         (netrc-parse): Use gnus-encrypt.el functions.
15422
15423         * gnus-encrypt.el: Add new file for encryption support; currently
15424         does only a few GPG ciphers and an internal XOR cipher.
15425
15426         * password.el: Add comments on using password-read-and-add.
15427         (password-read-and-add): Add function to read and add the
15428         password to the cache at once.
15429
15430 2004-07-28  Simon Josefsson  <jas@extundo.com>
15431
15432         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15433         parameter (but don't use it, for now).
15434
15435         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15436         instead of hard coding to nil.
15437
15438 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15441         as mm-inline-image-xemacs does.
15442
15443 2004-07-26  Simon Josefsson  <jas@extundo.com>
15444
15445         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15446         Revert part of 2004-07-17 change below.
15447
15448 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15451         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15452
15453 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15456         quotes that actually start with ">" at the beginning of the
15457         lines.
15458
15459 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * rfc2047.el (rfc2047-encode-region): Fix last change.
15462         (rfc2047-encode-parameter): Remove useless concat.
15463
15464 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15467         encode special characters; fix some kind of misconfigured headers;
15468         signal a real error if debug-on-quit or debug-on-error is non-nil.
15469         (rfc2047-encode-max-chars): New variable.
15470         (rfc2047-encode-1): Use it.
15471         (rfc2047-encode-parameter): New function.
15472
15473         * mml.el (mml-insert-parameter): Remove an excessive space.
15474
15475 2004-07-17  Simon Josefsson  <jas@extundo.com>
15476
15477         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15478         Kai Grossjohann <kai@emptydomain.de>.
15479         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15480         (gnus-group-make-menu-bar): Ditto.
15481
15482         * gnus-util.el (gnus-group-server): Add.
15483
15484 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * message.el (message-clone-locals): Clone sendmail and smtp
15487         variables.
15488
15489 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * rfc2047.el (rfc2047-encode-region): Fix last change.
15492
15493 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15496         characters as non-special.
15497
15498 2004-07-09  Simon Josefsson  <jas@extundo.com>
15499
15500         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15501         Users will lose all flag changes made while unplugged with
15502         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15503         good default.  See numerous reports on ding mailing list.
15504
15505 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15508         add generate-head-function and generate-article-function to the
15509         rfc822-forward entry.
15510         (nndoc-rfc822-forward-generate-article): New function.
15511         (nndoc-rfc822-forward-generate-head): New function.
15512
15513         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15514
15515 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15516
15517         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15518         respect display group parameter and gnus-summary-expunge-below.
15519         (gnus-articles-to-read): Remove unused reference to display group
15520         parameter.
15521
15522 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * nnheader.el (nnheader-uniquify-message-id): New experimental
15525         variable.
15526         (nnheader-nov-read-message-id): Use it.
15527
15528         * spam-report.el (spam-report-gmane): Add interactive.
15529
15530 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15533         qp-or-base64 for the application/* types.
15534
15535 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15536
15537         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15538
15539 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15542         trim value.
15543
15544 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15545
15546         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15547         New macro and function.
15548         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15549
15550 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15553         after-load-alist.
15554
15555 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15556
15557         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15558         update info that isn't there.
15559
15560 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15561
15562         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15563         entry.
15564
15565 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * mm-view.el (mm-inline-render-with-function): Use multibyte
15568         buffer; decode html source by charset.
15569
15570         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15571
15572         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15573         Mule-UCS is loaded under XEmacs.
15574         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15575
15576 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15577
15578         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15579
15580 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * mm-util.el (mm-coding-system-p): Return a coding-system.
15583         (mm-mime-mule-charset-alist): Use shift_jis instead of
15584         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15585         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15586         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15587         instead of japanese-shift-jis and iso-latin-1 respectively in
15588         order to share the default value with both Emacs and XEmacs-mule.
15589         (mm-mule-charset-to-mime-charset): Make
15590         mm-coding-system-priorities effective.
15591         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15592         while predicating of candidates upon the priorities.
15593
15594 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15595
15596         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15597         gnus-uu-invert-processable.
15598
15599         * gnus.el: Autoload gnus-uu-invert-processable.
15600
15601 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * mm-util.el (mm-with-multibyte-buffer): New macro.
15604
15605         * rfc2047.el (rfc2047-encode-string): Use it.
15606         (rfc2047-encode-region): Move point to the end of the region after
15607         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15608
15609 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15612         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15613
15614 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15617         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15618         Karl Chen <quarl@nospam.quarl.org>.
15619
15620 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15621
15622         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15623         invalid addresses.
15624
15625 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * spam.el: Change section markers, revise TODO list.
15628         (spam-backends): Make new master list of all installed backends.
15629         (spam-summary-exit-behavior): Add new variable to determine how
15630         messages moves are done at summary exit.
15631         (spam-move-spam-nonspam-groups-only)
15632         (spam-process-ham-in-nonham-groups)
15633         (spam-process-ham-in-spam-groups): Remove variables, the
15634         spam-summary-exit-behavior variable should be used to manage this
15635         behavior.
15636         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15637         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15638         and spam-old-spam-articles.
15639         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15640         Add empty variables, placeholders for the backends they represent.
15641         (spam-set-difference): Move, unchanged.
15642         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15643         unless the user has a processor variable.
15644         (spam-classifications, spam-classification-valid-p)
15645         (spam-backend-properties, spam-backend-property-valid-p)
15646         (spam-backend-function-type-valid-p)
15647         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15648         (spam-report-articles-gmane, spam-report-articles-resend):
15649         Remove functions, they are not needed.
15650         (spam-install-backend-super, spam-backend-list)
15651         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15652         (spam-backend-function, spam-backend-ham-registration-function)
15653         (spam-backend-spam-registration-function)
15654         (spam-backend-ham-unregistration-function)
15655         (spam-backend-spam-unregistration-function)
15656         (spam-backend-statistical-p, spam-backend-mover-p)
15657         (spam-install-backend-alias, spam-install-checkonly-backend)
15658         (spam-install-mover-backend, spam-install-nocheck-backend)
15659         (spam-install-backend, spam-install-statistical-backend)
15660         (spam-install-statistical-checkonly-backend): Add backend installation
15661         support.
15662         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15663         (spam-group-processor-p): Use the new backend code and respect the
15664         summary exit behavior.
15665         (spam-mark-spam-as-expired-and-move-routine): Remove.
15666         (spam-summary-prepare): Change to use the new spam-old-articles
15667         variable.
15668         (spam-copy-or-move-routine, spam-copy-spam-routine)
15669         (spam-move-spam-routine, spam-copy-ham-routine)
15670         (spam-move-ham-routine): Add code to copy/move ham or spam.
15671         (spam-fetch-field-fast): Improve doc and code, plus allow the
15672         'number request.
15673         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15674         variables.
15675         (spam-split, spam-find-spam): Use the new backend code.
15676         (spam-registration-functions): Remove variable.
15677         (spam-unregister-routine): Add convenience wrapper.
15678         (spam-log-undo-registration, spam-register-routine)
15679         (spam-log-processing-to-registry)
15680         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15681         where possible.
15682         (spam-check-gmane-xref, spam-check-regex-headers)
15683         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15684         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15685         (spam-check-bogofilter-headers, spam-check-spamoracle)
15686         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15687         (spam-check-crm114-headers): Use the spam-split-group that
15688         spam-split prepares, no need to determine it every time.
15689
15690         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15691         to the nnheader-parse-naked-head call.
15692
15693         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15694
15695         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15696         the nnheader-nov-read-message-id call.
15697
15698 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15701         gnus-activate-group twice.  Suggested by Markus Peter
15702         <warp@spin.de>.
15703
15704 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-art.el (gnus-article-time-format): Exchange the order of
15707         day and month in the default value; fix customization type.
15708         (article-date-ut): Use add-text-properties.
15709         (article-make-date-line): Use message-make-date instead of
15710         current-time-string.
15711
15712         * message.el (message-fetch-field): Don't use set-text-properties.
15713         (message-make-date): Simplify.
15714
15715         * messagexmas.el (message-xmas-make-date): New function.
15716         (message-xmas-redefine): Defalias message-make-date to it.
15717
15718 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15721         (rfc2047-encode-region): Treat text within parentheses as special;
15722         show the original text when error has occurred.
15723
15724         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15725         already-computed method to gnus-activate-group.
15726
15727         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15728         same select-methods identical Lisp objects.
15729
15730         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15731         object when modifying the info.
15732
15733 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15736         gnus-opened-servers since it has never been opened with the new
15737         configuration yet.
15738
15739 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15742         arg to nnheader-generate-fake-message-id.
15743
15744 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15745
15746         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15747         number and build a fake message ID localized to a group and
15748         article number (so it's repeatable from that point on).
15749         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15750         ID format.
15751
15752         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15753         nnheader-generate-fake-message-id with the article number.
15754
15755 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15756
15757         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15758         end-of-buffer.
15759
15760 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15761
15762         * message.el (message-ignored-supersedes-headers): Add Approved.
15763
15764 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15767         goto-char.
15768         (rfc2047-encode): Fold the line before encoding.
15769
15770 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15771
15772         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15773         folding -- not all headers can be folded, and this should be done
15774         by the message composition mode.  Probably.  I think.
15775
15776 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15779         fast.
15780
15781         * gnus-ems.el (gnus-remove-image): Don't use
15782         message-text-with-property; remove only the image found first.
15783
15784         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15785         found first.
15786
15787 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15788
15789         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15790
15791 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * message.el (message-text-with-property): Make it fast and accept
15794         optional arguments.
15795         (message-strip-forbidden-properties): Use it.
15796         (message-fix-before-sending): Follow the m-t-w-p change.
15797
15798         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15799
15800 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-art.el (article-hide-headers): Don't change the buffer
15803         mistakenly when performing mml-preview even if
15804         gnus-single-article-buffer is nil.
15805
15806 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15807
15808         * message.el (message-expand-name-databases): New user option.
15809         (message-expand-name): Use it.
15810
15811 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15812
15813         * spam.el (spam-report-articles-resend)
15814         (spam-report-resend-register-routine): Allow ham reporting.
15815         (spam-report-resend-register-ham-routine): Add wrapper.
15816         (spam-registration-functions): Add ham resending functions.
15817         (spam-list-of-processors): Add ham resend processor.
15818
15819         * gnus.el (ham-resend-to): Add new group parameter.
15820         (spam-process): Add ham resend option.
15821
15822         * spam-report.el (spam-report-resend): Allow reporting ham.
15823         (spam-report-resend-ham): Add wrapper.
15824
15825 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15826
15827         * message.el (message-cite-articles-with-x-no-archive): New
15828         variable.
15829         (message-cite-original): Use it.
15830
15831 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15832
15833         * message.el (message-cite-original): Respect X-No-Archive.
15834
15835 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-art.el (article-hide-headers): Refer to the values for
15838         gnus-ignored-headers and gnus-visible-headers in the summary
15839         buffer since a user may have set them as group parameters.
15840
15841 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * assistant.el (assistant-node-name): Add convenience function.
15844         (assistant-render-text, assistant-render-node): Add error handling,
15845         plus handle multiple next nodes.
15846         (assistant-find-next-node): Comment out for now.
15847         (assistant-find-next-nodes): Add function, returns list of next
15848         nodes.
15849
15850 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * mail-source.el (mail-source-directory): Fix doc-string.
15853
15854 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15855
15856         * assistant.el (assistant-render-text, assistant-eval): Add :set
15857         widget type, which is different because it takes and returns a
15858         list.  Much hilarity ensues.
15859
15860 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15863
15864         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15865         doc-string.
15866
15867         * gnus-start.el (gnus-activate-group): Added doc-string.
15868
15869 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15872
15873 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * assistant.el (assistant-render-text): Try to add a :set
15876         widget, more to come.
15877
15878         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15879         strings.
15880         (spam-report-articles-resend)
15881         (spam-register-routine): Do registration iff any articles warrant
15882         it.
15883         (spam-summary-prepare-exit): Change log message for nil group
15884         destinations.
15885
15886 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15887
15888         * spam.el (spam-report-resend-register-routine): Allow
15889         spam-report-resend-to to be a group parameter or a global value.
15890
15891 2004-05-26  Simon Josefsson  <jas@extundo.com>
15892
15893         * starttls.el: Merge with my GNUTLS based starttls.el.
15894         (starttls-gnutls-program, starttls-use-gnutls)
15895         (starttls-extra-arguments, starttls-process-connection-type)
15896         (starttls-connect, starttls-failure, starttls-success): New
15897         variables.
15898         (starttls-program, starttls-extra-args): Doc fix.
15899         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15900         functions.
15901         (starttls-negotiate, starttls-open-stream): Check
15902         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15903         function if it is set.
15904
15905 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15908         structured fields.
15909
15910 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15913
15914 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15915
15916         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15917         variable.
15918         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15919         assigning the spam-mark to new messages.
15920
15921 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15922
15923         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15924
15925 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15928
15929         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15930         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15931         default.
15932
15933 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15934
15935         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15936         correct data.
15937
15938 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15939
15940         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15941         (spam-group-processor-p): Fix function.
15942         (spam-group-processor-multiple-p)
15943         (spam-group-spam-processor-report-gmane-p)
15944         (spam-group-spam-processor-report-resend-p)
15945         (spam-group-spam-processor-bogofilter-p)
15946         (spam-group-spam-processor-blacklist-p)
15947         (spam-group-spam-processor-ifile-p)
15948         (spam-group-ham-processor-ifile-p)
15949         (spam-group-spam-processor-spamoracle-p)
15950         (spam-group-spam-processor-crm114-p)
15951         (spam-group-ham-processor-bogofilter-p)
15952         (spam-group-spam-processor-stat-p)
15953         (spam-group-ham-processor-stat-p)
15954         (spam-group-ham-processor-whitelist-p)
15955         (spam-group-ham-processor-BBDB-p)
15956         (spam-group-ham-processor-spamoracle-p)
15957         (spam-group-ham-processor-copy-p): Remove functions with some
15958         prejudice against unneeded code.
15959         (spam-report-articles-resend)
15960         (spam-report-resend-register-routine): Allow the group/topic
15961         spam-resend-to value to override spam-report-resend-to.
15962         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15963         properly now.
15964
15965         * gnus.el (spam-resend-to): Add group/topic parameter.
15966         (spam-process): Move the OBSOLETE processors to the end of the
15967         choices.
15968
15969 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15970
15971         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15972         with resend-to set to nil, and then ask the user if necessary.
15973         (spam-report-resend): spam-report-resend takes a list of articles, not
15974         separate article numbers.
15975
15976 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15979         addition to emacs-w3m.
15980
15981 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982
15983         * assistant.el (assistant-authinfo-data): New function.
15984         (assistant-eval): Eval for entire assistant.
15985
15986         * netrc.el (netrc-services-file): New variable.
15987         (netrc-parse-services): New function.
15988         (netrc-find-service-name): New function.
15989         (netrc-find-service-number): New function.
15990         (netrc-port-equal): New function.
15991         (netrc-machine): Use it.
15992
15993         * nnimap.el (nnimap-open-connection): Use netrc.
15994
15995         * gnus-util.el (gnus-netrc-get): Remove aliases.
15996
15997         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15998
15999         * assistant.el (wid-edit): Fix compilation.
16000
16001         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16002
16003 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16004
16005         * gnus-util.el (gnus-set-file-modes): New function.  (small
16006         patch).
16007
16008 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16009
16010         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16011
16012         * assistant.el (assistant-render-node): Fix up rendering and
16013         read-only text.
16014         (assistant-render-node): Reset.
16015         (assistant-make-read-only): Not sticky.
16016
16017 2004-05-20  Danny Siu  <dsiu@adobe.com>
16018
16019         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16020         centered even when gnus-auto-center-summary is t.
16021
16022 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16023
16024         * dns.el (dns-get-txt-answer): New function.
16025         (dns-read-txt): Ditto.
16026         (query-dns): Use it.
16027
16028 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16031         active for foreign groups even if the group level is higher than
16032         the specified value.
16033
16034 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035
16036         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16037         non-active groups.
16038
16039         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16040
16041 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16042
16043         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16044
16045 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16046
16047         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16048         (spam-crm114-header, spam-crm114-spam-switch)
16049         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16050         (spam-crm114-positive-spam-header)
16051         (spam-crm114-database-directory, spam-list-of-processors)
16052         (spam-group-spam-processor-crm114-p)
16053         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16054         (spam-generic-score, spam-list-of-checks)
16055         (spam-list-of-statistical-checks, spam-registration-functions)
16056         (spam-check-crm114-headers, spam-crm114-score)
16057         (spam-check-crm114, spam-crm114-register-with-crm114)
16058         (spam-crm114-register-spam-routine)
16059         (spam-crm114-unregister-spam-routine)
16060         (spam-crm114-register-ham-routine)
16061         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16062         asjo@koldfront.dk (Adam Sjøgren).
16063
16064         * gnus.el: Add spam-use-crm114.
16065
16066         * spam.el (spam-list-of-processors, spam-registration-functions):
16067         Add spam-use-resend.
16068         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16069         (spam-report-articles-gmane): Add doc fix.
16070         (spam-report-articles-resend, spam-report-resend-register-routine):
16071         Add wrappers around spam-report-resend-to.
16072
16073         * spam-report.el (spam-report-resend-to, spam-report-resend):
16074         Add support for resending spam.
16075         (spam-report-gmane): Fix line length >80.
16076
16077         * gnus.el (spam-process): Add spam-use-resend.
16078
16079 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16080
16081         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16082         number of processed spam messages.
16083         (spam-ham-copy-or-move-routine): Return the number of processed
16084         ham messages.
16085         (spam-summary-prepare-exit): Use the above values to decide
16086         whether status messages shouled be displayed.
16087
16088 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16091         `rfc2047-encoding-function-alist' in order to avoid conflicting
16092         with the old version.
16093         (rfc2047-encode-region): Concatenate words containing non-ASCII
16094         characters in structured fields; don't encode space-delimited
16095         ASCII words even in unstructured fields; don't break words at
16096         char-category boundaries.
16097         (rfc2047-encode-1): New function.
16098         (rfc2047-encode): Use it; encode text so that it occupies the
16099         maximum width within 76-column; work correctly on Q encoding for
16100         iso-2022-* charsets.
16101         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16102         sure not to break a line just after the header name.
16103         (rfc2047-b-encode-region): Removed.
16104         (rfc2047-b-encode-string): New function.
16105         (rfc2047-q-encode-region): Removed.
16106         (rfc2047-q-encode-string): New function.
16107
16108         * mm-util.el (mm-replace-in-string): New function.
16109
16110 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16111
16112         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16113         get it right.
16114         (gnus-inews-make-draft): Really.
16115
16116 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16117
16118         * nnmh.el (nnmh-request-list-1): Don't check the link count
16119         before descending.  (small patch)
16120
16121 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16124         stuff.
16125
16126         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16127         on real group name.
16128
16129         * gnus-art.el (gnus-signature-limit): Doc fix.
16130
16131         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16132
16133         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16134
16135 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16136
16137         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16138         isn't a string.
16139
16140 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * gnus-draft.el (gnus-draft-send): Bind
16143         rfc2047-encode-encoded-words.
16144
16145         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16146         (rfc2047-encodable-p): Say that =? needs encoding.
16147         (rfc2047-encode-encoded-words): New variable.
16148
16149         * gnus-group.el (gnus-group-select-group): Doc fix.
16150
16151         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16152
16153         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16154         to nil.
16155
16156         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16157
16158         * nnheader.el (nnheader-get-lines-and-char): New function.
16159
16160 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-msg.el (gnus-summary-followup-with-original): Document
16163         yanking of region when active.
16164
16165 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16168         groups if the group level is higher than the specified value.
16169
16170 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16173         (gnus-group-jump-to-group): Added prefix argument using
16174         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16175         non-active group.
16176
16177         * compface.el (uncompface): Be verbose when changing
16178         `uncompface-use-external'.
16179
16180         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16181         handle manual section.
16182
16183 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16184
16185         * gnus-art.el (gnus-button-alist): Revert previous change.
16186
16187 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16190
16191 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16194         whether backend can accept message.
16195
16196         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16197
16198 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16199
16200         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16201         Avoid creating directory when nntp-marks-is-evil is true.
16202         Reported by Reiner Steib.
16203
16204 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-picon.el (gnus-picon-style): New variable.
16207         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16208         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16209         Jesper Harder <harder@ifa.au.dk>.
16210
16211 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16212
16213         * message.el (message-fill-field): Return point.
16214         (message-generate-headers): Go to end of field.
16215
16216         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16217         stuff for non-living groups.
16218
16219 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16220
16221         * gnus-art.el (gnus-article-followup-with-original)
16222         (gnus-article-reply-with-original): gnus-mark-active-p ->
16223         gnus-region-active-p.
16224
16225 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16228         only when there is spam or ham to be processed.
16229
16230 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231
16232         * mail-source.el (mail-source-delete-crash-box): Refactor.
16233         (mail-source-fetch): Use it.
16234         (mail-source-fetch-file): Ditto.
16235         (mail-source-fetch-directory): Run postscript in loop.
16236         (mail-source-fetch-pop): Delete.
16237         (mail-source-fetch-maildir): Ditto.
16238         (mail-source-fetch-imap): Ditto.
16239
16240         * imap.el (imap-authenticators): Comment out sasl.
16241
16242         * message.el (message-skip-to-next-address): New function.
16243         (message-fill-header-address): Refactor.
16244         (message-fill-address): Use it.
16245         (message-delete-address): Use it.
16246         (message-fill-header-general): Refactor.
16247         (message-fill-field-address): Rename.
16248         (message-narrow-to-field): Find the start of the header.
16249         (message-header-format-alist): Don't pre-fill.
16250         (message-fill-header): Removed.
16251         (message-insert-header): New function.
16252         (message-shorten-references): Use it.
16253
16254         * rfc2047.el (rfc2047-field-value): Strip props.
16255
16256         * mail-parse.el (mail-header-make-address): New alias.
16257
16258         * ietf-drums.el (ietf-drums-make-address): New function.
16259
16260         * imap.el: Add compiler directives.
16261
16262         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16263
16264         * gnus-art.el (article-decode-idna-rhs): Don't use
16265         message-idna-inside-rhs-p.
16266
16267 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16268
16269         * message.el (message-idna-inside-rhs-p): Removed.
16270         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16271
16272         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16273         false positives.
16274
16275 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16276
16277         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16278
16279 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280
16281         * nneething.el (nneething-file-name): Don't create spurious
16282         files.
16283
16284         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16285         (gnus-inews-do-gcc): Remove sleep.
16286
16287         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16288         part under point.
16289
16290         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16291         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16292
16293 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16294
16295         * spam.el (spam-summary-prepare-exit): Fixed (length).
16296
16297 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16298
16299         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16300         as expired without moving it" message when there are spam
16301         messages left.
16302
16303 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16304
16305         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16306         header is not nil.
16307
16308 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16309
16310         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16311         nntp-possibly-create-directory, not nntp-possibly-change-group.
16312         (nntp-marks-changed-p): New arg SERVER.
16313         (nntp-request-update-info): Adjust caller.
16314
16315 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16316
16317         * nntp.el (nntp-save-marks): Pass missing arg.
16318
16319 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16320
16321         * nntp.el: Support marks.
16322         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16323         (nntp-marks-modtime, nntp-marks-directory): New variables.
16324         (nntp-request-set-mark, nntp-request-update-info)
16325         (nntp-possibly-create-directory, nntp-marks-changed-p)
16326         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16327         functions.
16328
16329 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16330
16331         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16332         (gnus-xmas-redefine): Rename.
16333
16334         * gnus-score.el (gnus-score-insert-help): Use
16335         gnus-select-lowest-window.
16336
16337         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16338         appt-select-lowest-window and rename to gnus-select-lowest-window.
16339
16340         * gnus.el: do.
16341
16342 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16343
16344         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16345         encodings of MIME-encoded words, in order to improve
16346         interoperability with several broken MUAs.
16347
16348 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16349
16350         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16351         tags, only when charsets are not specified in headers.
16352         (mm-inline-text-html-render-with-w3m): Ditto.
16353
16354         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16355         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16356
16357 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16358
16359         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16360         instead of MIME-decoded from fields when checking
16361         `gnus-article-address-banner-alist'.
16362
16363 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16364
16365         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16366         description rather than subject.
16367
16368 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16369
16370         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16371
16372 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373
16374         * gnus.el (gnus-version-number): Bump.
16375
16376 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16377
16378         * gnus.el: No Gnus v0.2 is released.
16379
16380 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16381
16382         * gnus-agent.el (gnus-agent-read-agentview): Inline
16383         gnus-uncompress-range.
16384
16385 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16386
16387         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16388         `exec-installed-p'.
16389
16390 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16391
16392         * gnus.el (spam-process, spam-autodetect-methods): Add
16393         bsfilter and bsfilter-headers.
16394
16395         * spam.el (spam-bsfilter): New customize group.
16396         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16397         (spam-bsfilter-header, spam-bsfilter-probability-header)
16398         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16399         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16400         (spam-bsfilter-database-directory): New options.
16401         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16402         (spam-list-of-statistical-checks, spam-registration-functions):
16403         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16404         (spam-bsfilter-score): New command.
16405         (spam-check-bsfilter-headers, spam-check-bsfilter)
16406         (spam-bsfilter-register-with-bsfilter)
16407         (spam-bsfilter-register-spam-routine)
16408         (spam-bsfilter-unregister-spam-routine)
16409         (spam-bsfilter-register-ham-routine)
16410         (spam-bsfilter-unregister-ham-routine): New functions.
16411         (spam-generic-score): Support bsfilter; Accept an optional argument
16412         to recalcurate spam score even if scoring header has already been
16413         added.
16414         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16415         optional argument to recalcurate spam score even if scoring header
16416         has already been added.
16417
16418 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16421         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16422         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16423         link is missing.
16424
16425 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16428         (html2text-get-attr): Rewrite.
16429
16430         * message.el (message-setup-1): Remove redundant put-text-property
16431         on mail-header-separator.
16432
16433 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16434
16435         * gnus-registry.el (gnus-registry-cache-whitespace)
16436         (gnus-registry-action, gnus-registry-spool-action)
16437         (gnus-registry-split-fancy-with-parent): Change message levels
16438         from 5 to 3 or 7, as needed.
16439
16440         * spam.el (spam-summary-prepare-exit)
16441         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16442         (spam-split, spam-find-spam, spam-log-undo-registration)
16443         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16444         level from 5 to 6.
16445
16446 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16449         2004-03-04 change).
16450
16451 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16452
16453         * sieve-manage.el (sieve-manage-open):
16454         * nnweb.el (nnweb-insert-html):
16455         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16456         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16457         * nnspool.el (nnspool-request-group):
16458         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16459         * nnml.el (nnml-request-update-info):
16460         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16461         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16462         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16463         (nnimap-request-set-mark):
16464         * nnfolder.el (nnfolder-request-update-info):
16465         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16466         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16467         * gnus-uu.el (gnus-uu-find-articles-matching):
16468         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16469         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16470         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16471         * gnus-nocem.el (gnus-nocem-scan-groups):
16472         * gnus-int.el (gnus-start-news-server):
16473         * gnus-group.el (gnus-group-make-kiboze-group)
16474         (gnus-group-browse-foreign-server):
16475         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16476         Use mapc when appropriate.
16477
16478 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16479
16480         FIXME: Make separate entries for each person.
16481
16482         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16483         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16484         <shields@msrl.com>:
16485
16486         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16487         may need for spam sorting and scoring.
16488         (spam-user-format-function-S): Add user format function suitable for
16489         general use.
16490         (spam-article-sort-by-spam-status): Add sorting function for summary
16491         sorting.
16492         (spam-extra-header-to-number): Add function to get a score from a
16493         header.
16494         (spam-summary-score): Add function to get a numeric score from the
16495         headers.
16496         (spam-generic-score): Fix function doc, was in wrong place.
16497         (spam-initialize): Take symbols when it's run, and install the
16498         extra headers that spam-necessary-extra-headers thinks we need.
16499
16500 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16503         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16504
16505 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16506
16507         * gnus-sum.el (gnus-set-global-variables)
16508         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16509         (gnus-article-get-xrefs, gnus-summary-best-group)
16510         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16511         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16512         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16513         Use with-current-buffer.
16514
16515 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16516
16517         * spam.el (spam-summary-prepare-exit): Simplify logic.
16518         (spam-fetch-article-header): Read the article header if it's not
16519         available.
16520         (spam-list-articles): Simplify logic.
16521         (spam-filelist-register-routine): Fix bug with unregister-list.
16522
16523         * gnus-registry.el: Fix comments at beginning.
16524
16525 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16526
16527         * message.el (message-cater-to-broken-inn): Remove.
16528         (message-shorten-references): Make sure the total folded length of
16529         References is shorter than 998 characters to cater to a bug in INN
16530         2.3.  Also, don't pretend that references aren't folded -- this
16531         hasn't worked for a while.
16532
16533 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16534
16535         * gnus-agent.el (gnus-agentize):
16536         gnus-agent-send-mail-real-function no longer set to current value
16537         of message-send-mail-function but rather a lambda that calls
16538         message-send-mail-function.  The change makes the agent real-time
16539         responsive to user changes to message-send-mail-function.
16540
16541 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16542
16543         * legacy-gnus-agent.el
16544         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16545         help from Florian Weimer <fw@deneb.enyo.de>
16546
16547 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * nnmail.el (nnmail-cache-insert): Revert last change.
16550
16551 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * nnmail.el (nnmail-cache-insert): Always check whether
16554         nnmail-cache-ignore-groups matches a group name.
16555
16556 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16559         (spam-find-spam, spam-log-processing-to-registry)
16560         (spam-log-registered-p, spam-log-unregistration-needed-p)
16561         (spam-log-undo-registration): Use gnus-message instead of
16562         gnus-error, none of these errors are fatal.
16563
16564         * gnus-registry.el (gnus-registry-clean-empty-function)
16565         (gnus-registry-clean-empty): Remove only empty entries without
16566         extra data.
16567
16568 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16569
16570         * spam-stat.el (spam-stat-buffer-change-to-spam)
16571         (spam-stat-buffer-change-to-non-spam): Change (error) to
16572         (gnus-message 8) invocation.
16573
16574 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * nntp.el (nntp-via-netcat-command): New variable.
16577         (nntp-via-netcat-switches): New variable.
16578         (nntp-open-via-rlogin-and-netcat): New function.
16579         (nntp-open-connection-function): Doc fix.
16580         (nntp-telnet-command): Doc fix.
16581         (nntp-end-of-line): Doc fix.
16582         (nntp-via-rlogin-command): Doc fix.
16583         (nntp-via-user-name): Doc fix.
16584         (nntp-via-address): Doc fix.
16585
16586 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16589         error in Emacs 21.1.
16590
16591 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16594
16595 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16596
16597         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16598         (gnus-agent-with-refreshed-group): New macro.
16599         (gnus-agent-rename-group): New function.
16600         (gnus-agent-delete-group): New function.
16601         (gnus-agent-save-group-info): Use gnus-command-method when
16602         `method' parameter is nil.  Don't write nil entries into the
16603         active file.
16604         (gnus-agent-get-group-info): New function.
16605         (gnus-agent-fetch-articles): Use
16606         gnus-agent-update-files-total-fetched-for to increment disk space
16607         used.
16608         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16609         gnus-agent-update-view-total-fetched-for to increment disk space
16610         used.
16611         (gnus-agent-get-local): Added optional parameters to avoid calling
16612         gnus-group-real-name and gnus-find-method-for-group.
16613         (gnus-agent-set-local): Delete stored entry if either min, or max,
16614         are nil.
16615         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16616         quit, use gnus-agent-regenerate-group to record existance of any
16617         articles fetched to disk before the quit occurred.
16618         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16619         gnus-agent-update-view-total-fetched-for, and
16620         gnus-agent-update-files-total-fetched-for to decrement disk space
16621         used.
16622         (gnus-agent-retrieve-headers): Use
16623         gnus-agent-update-view-total-fetched-for to increment disk space
16624         used.
16625         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16626         with gnus-agent-update-files-total-fetched-for to decrement disk
16627         space and fresh group buffer.
16628         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16629         (gnus-agent-need-update-total-fetched-for): New variable.
16630         (gnus-agent-update-files-total-fetched-for): New function.
16631         (gnus-agent-update-view-total-fetched-for): New function.
16632         (gnus-agent-total-fetched-for): New function.
16633
16634         * gnus-cache.el (gnus-cache-save-buffers): Use
16635         gnus-cache-update-overview-total-fetched-for to change disk space
16636         used by this group.
16637         (gnus-cache-possibly-enter-article): Use
16638         gnus-cache-update-file-total-fetched-for to increment disk space
16639         used by this group.
16640         (gnus-cache-possibly-remove-article): Use
16641         gnus-cache-update-file-total-fetched-for to decrement disk space
16642         used by this group.
16643         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16644         (gnus-cache-rename-group): New function.
16645         (gnus-cache-delete-group): New function.
16646         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16647         (gnus-cache-need-update-total-fetched-for): New variable.
16648         (gnus-cache-with-refreshed-group): New macro.
16649         (gnus-cache-update-file-total-fetched-for): New function.
16650         (gnus-cache-update-overview-total-fetched-for): New function.
16651         (gnus-cache-rename-group-total-fetched-for): New function.
16652         (gnus-cache-delete-group-total-fetched-for): New function.
16653         (gnus-cache-total-fetched-for): New function.
16654
16655         * gnus-group.el: Require gnus-sum and autoload functions to
16656         resolve warnings when gnus-group.el compiled alone.
16657         (gnus-group-line-format): Documented new %F.
16658         (size of Fetched data) group line format; identifies disk space
16659         used by agent and cache.
16660         (gnus-group-line-format-alist): Defined new F format.
16661         (gnus-total-fetched-for): New function.
16662         (gnus-group-delete-group): No longer update
16663         gnus-cache-active-altered as gnus-request-delete-group now keeps
16664         the cache in sync.
16665         (gnus-group-list-active): Let the agent store a server's active
16666         list if currently plugged.
16667
16668         * gnus-int.el (gnus-request-delete-group):
16669         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16670         local disk in sync with the server.
16671         (gnus-request-rename-group):
16672         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16673         local disk in sync with the server.
16674
16675         * gnus-start.el (gnus-get-unread-articles):
16676         Cosmetic simplification to logic.
16677
16678         * gnus-util.el (gnus-rename-file): New function.
16679
16680 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16681
16682         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16683
16684 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16685
16686         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16687         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16688
16689 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16690
16691         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16692         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16693
16694 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16695
16696         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16697
16698 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16699
16700         * spam.el (spam-set-difference): Add function to replace
16701         gnus-set-difference in spam.el.
16702         (spam-summary-prepare-exit): Use spam-set-difference.
16703
16704 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * gnus-registry.el (gnus-registry-cache-file): Update to use
16707         gnus-dribble-directory OR gnus-home-directory OR ~.
16708         (gnus-registry-split-fancy-with-parent): Fix doc.
16709
16710 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * message.el (message-exchange-point-and-mark): Use
16713         message-mark-active-p.  Suggested by Jesper Harder
16714         <harder@ifa.au.dk>.
16715
16716 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * message.el (message-exchange-point-and-mark): Don't activate
16719         region if it was inactive.  Suggested by Hiroshi Fujishima
16720         <pooh@nature.tsukuba.ac.jp>.
16721
16722 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * gnus-art.el (article-display-face): Display Faces in the same
16725         order as X-Faces.
16726
16727 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16730
16731 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16734         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16735         (gnus-article-mime-hierarchy): Remove.
16736         (gnus-article-mime-hierarchy-next): Remove.
16737         (gnus-article-mode): Revert 2004-03-19 change.
16738         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16739         (gnus-insert-mime-button): Revert 2004-03-19 change.
16740         (gnus-mime-accumulate-hierarchy): Remove.
16741         (gnus-mime-enter-multipart): Remove.
16742         (gnus-mime-leave-multipart): Remove.
16743         (gnus-mime-display-part): Revert 2004-03-19 change.
16744         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16745
16746         * mml.el (mml-preview): Revert 2004-03-19 change.
16747
16748 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16749
16750         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16751
16752 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16755         t while entering a file name using the mm-with-multibyte macro.
16756         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16757
16758         * mm-util.el (mm-with-multibyte): New macro.
16759
16760 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16763         user option.
16764         (gnus-mime-multipart-functions): Doc and customization fix.
16765         (gnus-article-mime-hierarchy): New variable.
16766         (gnus-article-mime-hierarchy-next): New variable.
16767         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16768         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16769         gnus-article-mime-hierarchy-next to nil.
16770         (gnus-insert-mime-button): Show hierarchy numbers.
16771         (gnus-mime-accumulate-hierarchy): New function.
16772         (gnus-mime-enter-multipart): New function.
16773         (gnus-mime-leave-multipart): New function.
16774         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16775         (gnus-mime-display-alternative): Show hierarchy numbers.
16776
16777         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16778         gnus-article-mime-hierarchy-next to nil.
16779
16780 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16781
16782         * dns.el: Don't require gnus-xmas.
16783
16784 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16787         inline PGP.
16788         (mml-menu): Disable mml-quote-region if mark is inactive.
16789
16790 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16793         when the group's active is not available.
16794
16795 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16798         error.
16799
16800 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * imap.el (imap-store-password): New variable.
16803         (imap-interactive-login): Use it.
16804         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16805
16806 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16809         window-start and hscroll to summary window.
16810
16811 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16812
16813         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16814         conversion message to newsrc-dribble when an actual conversion is
16815         performed.
16816
16817 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16818
16819         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16820
16821 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * mm-decode.el (mm-complicated-handles): New function reviving
16824         former definition of mm-multiple-handles.
16825
16826         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16827         (gnus-mime-delete-part): Use it.
16828
16829 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16830
16831         * gnus-agent.el (gnus-agent-read-local): Bind
16832         nnheader-file-coding-system to gnus-agent-file-coding-system to
16833         avoid the implicit assumption that they will always be equal.
16834         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16835         coding-system-for-write, as the with-temp-file macro first prints
16836         to a buffer then saves the buffer.
16837
16838 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-art.el (gnus-article-edit-part): New function.
16841         (gnus-mime-save-part-and-strip): Use it; do query instead of
16842         signaling an error; don't use mm-multiple-handles.
16843         (gnus-mime-delete-part): Ditto.
16844
16845 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16846
16847         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16848         old file versions.
16849         (gnus-group-prepare-hook): Removed function that converted list
16850         form of gnus-agent-expire-days to group properties.
16851
16852         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16853         (gnus-request-accept-article): Re-indented.
16854
16855         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16856         converters to handle old agent file formats.  Added logic for a
16857         "backup before upgrading warning".
16858         (gnus-convert-mark-converter-prompt): Developers can mark
16859         functions as needing (default), or not needing,
16860         gnus-convert-old-newsrc's "backup before upgrading warning".
16861         (gnus-convert-converter-needs-prompt): Tests whether the user
16862         should be protected from potentially irreversable changes by the
16863         function.
16864
16865         * legacy-gnus-agent.el: New.  Provides converters that are only
16866         loaded when gnus-convert-old-newsrc needs to call them.
16867
16868 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * mail-source.el (mail-source-touch-pop): Doc fix.
16871
16872         * message.el (message-smtpmail-send-it): Doc fix.
16873
16874 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16875
16876         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16877
16878         * nnmail.el (nnmail-split-fancy): do.
16879
16880         * gnus-kill.el (gnus-kill, gnus-execute): do.
16881
16882 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16883
16884         * gnus-sum.el (gnus-widget-reversible-match)
16885         (gnus-widget-reversible-to-internal)
16886         (gnus-widget-reversible-to-external): New functions.
16887         (gnus-widget-reversible): New widget.
16888         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16889
16890 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16891
16892         * gnus-sum.el (gnus-thread-sort-functions)
16893         (gnus-article-sort-functions): Document `(not F)' items.
16894
16895 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * spam.el (spam-use-gmane-xref): Add new backend.
16898         (spam-gmane-xref-spam-group): Add variable to control the name of the
16899         Gmane spam group.
16900         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16901         (spam-regex-headers-spam, spam-regex-headers-ham)
16902         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16903         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16904         backends and checks.
16905         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16906
16907         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16908         an autodetect method.
16909
16910 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16911
16912         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16913         articles are being added to a group.
16914         (gnus-request-replace-article): Inform the agent that articles
16915         need to be uncached as the cached contents are no longer valid.
16916
16917 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * binhex.el: Don't autoload executable-find.
16920
16921         * canlock.el: Don't autoload mail-fetch-field.
16922
16923         * dgnushack.el: Autoload c-mode for XEmacs.
16924
16925         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16926
16927         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16928         rmail-dont-reply-to and rmail-output.
16929
16930         * gnus-score.el: Don't autoload ffap-string-at-point.
16931
16932         * gnus-setup.el: Don't autoload sc-cite-original.
16933
16934         * imap.el: Don't autoload base64-decode-string,
16935         base64-encode-string and md5.
16936
16937         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16938         and rmail-msg-restore-non-pruned-header.
16939
16940         * mm-decode.el: Don't autoload executable-find.
16941
16942         * mm-url.el: Don't autoload executable-find.
16943
16944         * mm-view.el: Don't autoload diff-mode.
16945
16946         * nndb.el: Don't autoload news-reply-mode, news-setup,
16947         cancel-timer and telnet.
16948
16949         * password.el: Don't autoload run-at-time for Emacs.
16950
16951         * sha1-el.el: Don't autoload executable-find.
16952
16953         * sieve-mode.el: Don't autoload c-mode.
16954
16955         * uudecode.el: Don't autoload executable-find.
16956
16957 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16958
16959         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16960         (gnus-agent-possibly-alter-active): Avoid null in numeric
16961         comparison.
16962         (gnus-agent-set-local): Refuse to save null in local object table.
16963         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16964         list of articles that will be marked as unread.
16965
16966 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16969
16970 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16973         language tags.
16974
16975 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16976
16977         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16978         Don't bind "obarray".
16979
16980         * gnus-sum.el (gnus-thread-sort-functions): Added
16981         `gnus-thread-sort-by-most-recent-number' and
16982         `gnus-thread-sort-by-most-recent-date'.
16983         Reported by Kai Grossjohann <kai@emptydomain.de>.
16984
16985 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16988
16989 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16990
16991         * gnus-cus.el (gnus-agent-customize-category): Removed
16992         ignore-errors macro reference that required cl to be loaded at
16993         run-time.
16994
16995         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16996         single-interval range of the form (min . max).  Previously the
16997         range had to look like ((min . max)).  Likewise, return
16998         (min . max) rather than ((min . max)).
16999         (gnus-range-map): Use gnus-range-normalize to accept
17000         single-interval range.
17001
17002         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17003         the cache, but not the agent, now appear with their usual face.
17004
17005         * dgnushack.el (loaddir): New variable that is bound to the
17006         directory containing the dgnushack.el file. Use loaddir, rather
17007         than srcdir, to update load-path. Change lets dgnushack compile
17008         code in directories other than GNUS/lisp.
17009
17010 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * lpath.el: Don't bind w3m-safe-url-regexp.
17013
17014         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17015         w3m-safe-url-regexp variable buffer-local.
17016
17017         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17018
17019 2004-02-27  Simon Josefsson  <jas@extundo.com>
17020
17021         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17022         gnus-group-real-prefix.
17023         (gnus-summary-move-article): Use it, instead of
17024         gnus-group-real-prefix.
17025
17026 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * lpath.el: Bind w3m-safe-url-regexp.
17029
17030         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17031         w3m-safe-url-regexp variable buffer-local and set it as the value
17032         of mm-w3m-safe-url-regexp.
17033
17034         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17035
17036         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17037         parsing gnus-posting-styles when the message is not for replying.
17038
17039         * dgnushack.el: Autoload sgml-mode for XEmacs.
17040
17041         * nnrss.el (nnrss-opml-export): Use
17042         mm-set-buffer-file-coding-system instead of
17043         set-buffer-file-coding-system.
17044
17045 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17046
17047         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17048         of checkdoc.el).
17049         * nnrss.el: do.
17050         * gnus-mlspl.el: do.
17051         * gnus-ml.el: do.
17052         * gnus-srvr.el: do.
17053
17054         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17055
17056 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17057
17058         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17059         Corrections to custom-manual links.
17060
17061         * gnus-art.el (gnus-article): Ditto.
17062
17063         * mm-decode.el (mime-display, mime-security): Ditto.
17064
17065 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17066
17067         * flow-fill.el: Typo.
17068
17069 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17070
17071         * spam-wash.el: New file.
17072
17073 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17074
17075         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17076
17077 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17080         to be run with new-articles as LIST1, not LIST2.
17081         (spam-registration-functions): Add spam-use-ham-copy as a nil
17082         registration backend.
17083
17084 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * spam-stat.el (spam-stat-washing-hook): New option.
17087         (spam-stat-buffer-words): Use it.
17088         (spam-stat-process-directory, spam-stat-test-directory): Use
17089         insert-file-contents-literally.
17090         (spam-stat-coding-system): New variable.
17091         (spam-stat-load, spam-stat-save): Use it.
17092
17093 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * spam-report.el (spam-report-plug-agent): Quote
17096         spam-report-url-to-file and spam-report-url-ping-plain.
17097
17098 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17101         / in mailto URLs.
17102
17103 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * spam-report.el (spam-report-process-queue): Fix interactive use.
17106         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17107         (spam-report-unplug-agent): Doc fixes.
17108         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17109         (spam-report-agentize, spam-report-deagentize): Autoload.
17110
17111 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17114
17115         * message.el (message-setup-fill-variables): Add mml tags to
17116         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17117         <ajk@iu.edu>.
17118         (message-mode): Don't modify paragraph-separate there.
17119
17120 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * compface.el (uncompface-use-external): Default to undecided.
17123         (uncompface-use-external-threshold): New variable.
17124         (uncompface-float-time): New macro.
17125         (uncompface): Determine whether to use the external decoder if
17126         uncompface-use-external is undecided.
17127
17128 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17131         after images.
17132
17133         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17134
17135 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17138
17139         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17140
17141         * gnus-sum.el (gnus-summary-limit-to-age)
17142         (gnus-summary-limit-children): do.
17143
17144         * gnus-int.el (gnus-request-scan): do.
17145
17146         * gnus-group.el (gnus-group-suspend): do.
17147
17148         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17149
17150         * gnus-cite.el (gnus-cite-parse-attributions): do.
17151
17152         * gnus-agent.el (gnus-summary-set-agent-mark)
17153         (gnus-agent-regenerate-group): do.
17154
17155         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17156
17157         * binhex.el (binhex-decode-region-internal): do.
17158
17159 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-fun.el (gnus-face-properties-alist): New user option.
17162         (gnus-display-x-face-in-from): Use it.
17163
17164         * gnus-art.el (article-display-face): Ditto.
17165
17166         * compface.el (uncompface-use-external): Default to nil.
17167
17168 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17169
17170         * nntp.el (nntp-erase-buffer): New function.
17171         (nntp-retrieve-data, nntp-send-command)
17172         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17173         (nntp-possibly-change-group): Use it.
17174
17175         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17176         with-current-buffer.
17177
17178 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17179
17180         * compface.el: Merge the ELisp-based uncompface program.
17181         (compface): New customization group.
17182         (uncompface-use-external): New user option.
17183         (uncompface): Call uncompface-internal if uncompface-use-external
17184         is nil.
17185         (uncompface-internal): New function.  Note that there are also
17186         some other functions and variables added for this function.
17187
17188 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17191         if necessary.
17192
17193 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * spam-report.el (spam-report-unplug-agent)
17196         (spam-report-plug-agent, spam-report-deagentize)
17197         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17198         Add support for the Agent in spam-report: when unplugged, report to a
17199         file; when plugged, submit all the requests.
17200
17201         * spam.el (spam-register-routine): Fix message about
17202         registration.
17203
17204 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17205
17206         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17207         dependencies.
17208         (rfc2047-encode): Use it.
17209
17210         * gnus-art.el (gnus-button-marker-list): Move before first
17211         reference.
17212
17213         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17214         (imap-parse-body): Fix format string mismatch.
17215
17216         * gnus-score.el (gnus-summary-increase-score): do.
17217
17218         * nnrss.el (nnrss-close): New function.
17219
17220 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * nnrss.el (nnrss-make-filename): New function.
17223         (nnrss-request-delete-group, nnrss-read-server-data)
17224         (nnrss-save-server-data, nnrss-read-group-data)
17225         (nnrss-save-group-data): Use it.
17226         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17227         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17228         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17229
17230 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17231
17232         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17233
17234 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17237         files.
17238
17239         * message.el (message-generate-headers-first): Don't quote nil
17240         and t in docstrings.
17241
17242         * imap.el (imap-id): do.
17243
17244         * gnus-agent.el (gnus-agent-consider-all-articles)
17245         (gnus-agent-queue-mail): do.
17246
17247 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * spam-report.el (spam-report-process-queue): New function.
17250         Process requests from `spam-report-requests-file'.
17251         (spam-report-process-queue): Doc fix.
17252
17253 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * spam.el (spam-register-routine)
17256         (spam-log-processing-to-registry, spam-log-registered-p)
17257         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17258         Change "check" to "spam-check" for semi-clarity.
17259
17260 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17261
17262         * pop3.el: Require nnheader.
17263
17264         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17265
17266         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17267
17268         * gnus-picon.el: Require cl.
17269
17270         * gnus-fun.el: Require gnus-ems and gnus-util.
17271
17272         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17273
17274         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17275
17276         * gnus-art.el (gnus-article-edit-mode): Define before first
17277         reference.
17278
17279 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17282         (gnus-uu-post-encoded): Use point-at-bol.
17283
17284         * gnus-topic.el (gnus-group-active-topic-p): do.
17285
17286         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17287
17288         * gnus-group.el (gnus-group-kill-region): do.
17289
17290         * gnus-art.el (article-date-ut): do.
17291
17292         * message.el (message-fetch-field): Remove redundant
17293         case-fold-search binding.
17294         (message-narrow-to-field): Simplify.
17295
17296 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * spam.el (spam-directory): Derive from `gnus-directory'.
17299
17300         * spam-report.el (spam-report-url-to-file)
17301         (spam-report-requests-file): New function and variable for offline
17302         reporting.
17303         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17304         and user defined function.
17305         (spam-report-url-ping-mm-url): Remove doubled slash.
17306
17307 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17310
17311 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17314         format string mismatch.
17315
17316         * sieve.el (sieve-deactivate-all): do.
17317
17318         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17319
17320         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17321
17322         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17323
17324         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17325
17326 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17329         the list of checks.
17330
17331 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17332
17333         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17334         padding.
17335
17336 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17337
17338         * mm-view.el (mm-fill-flowed): New variable.
17339         (mm-inline-text): Use it.
17340
17341 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-spamassassin-register-ham-routine)
17344         (spam-spamassassin-register-spam-routine): Fix function names.
17345
17346 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus.el (gnus-tmp-grouplens): Remove.
17349         (gnus-summary-line-format): Remove grouplens.
17350
17351         * gnus-group.el (gnus-group-line-format): Ditto.
17352
17353         * gnus-spec.el (gnus-format-specs): Ditto.
17354         (gnus-update-format-specifications): Flush the group format spec
17355         cache if there's the grouplens stuff.
17356         (gnus-parse-simple-format): Replace %l with the empty string.
17357
17358 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17359
17360         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17361         omission.
17362
17363 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17366         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17367
17368 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17369
17370         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17371         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17372         New macros and functions.
17373         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17374         Handle > NLINK_MAX messages.
17375         * nnmaildir.el (nnmaildir-request-set-mark): Use
17376         nnmaildir--emlink-p and nnmaildir--eexist-p.
17377
17378 2004-01-25  Alex Schroeder  <alex@gnu.org>
17379
17380         * spam-stat.el (spam-stat-process-directory-age): New option.
17381         (spam-stat-process-directory): Use it.
17382
17383 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17384
17385         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17386         (spam-stat-save): Accept prefix argument.
17387
17388 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17389
17390         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17391         links" error.
17392
17393 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17396         the rest of the and/or forms.
17397
17398 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17399
17400         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17401         compatibility with old .newsrc.eld files.
17402
17403         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17404
17405         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17406
17407         * gnus-start.el (gnus-1): do.
17408
17409         * gnus-group.el (gnus-group-line-format-alist): do.
17410
17411         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17412
17413         * gnus-gl.el: Remove.
17414
17415 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17416
17417         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17418         marks consisting of a single range {for example, (3 . 5)} rather
17419         than a list of a single range { ((3 . 5)) }.
17420
17421 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17422
17423         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17424         with-current-buffer.
17425         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17426         avoid consing a string.
17427
17428         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17429         Remove obsolete entries for big5 and gb2312.
17430
17431 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17432
17433         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17434         uncompressed list.
17435
17436 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17437
17438         * spam-stat.el (spam-stat-strip-xref): New function.
17439         (spam-stat-process-directory): Use it.
17440
17441         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17442         here -- it's done in message-fetch-field.
17443
17444 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17445
17446         * gnus-agent.el (gnus-agent-queue-mail)
17447         (gnus-agent-prompt-send-queue): New variables.
17448         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17449         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17450         "nndraft:queue" along to gnus-draft-send.  Use
17451         gnus-agent-prompt-send-queue.
17452         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17453         is "nndraft:queue".  Suggested by Gaute Strokkenes
17454         <gs234@srcf.ucam.org>
17455
17456         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17457         (agent-enable-undownloaded-faces): Added.
17458         (gnus-agent-cat-groups): Use eval-and-compile, not
17459         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17460         method of gnus-agent-cat-groups even when the buffer has been
17461         evaled.
17462         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17463         delete gnus-agent-save-active-1.
17464         (gnus-agent-save-groups): Deleted.  Identical to
17465         gnus-agent-save-active.
17466         (gnus-agent-write-active): No longer adjust agent's copy of active
17467         file as agent's adjustments are now stored in their own
17468         file.  Removed optional parameter.
17469         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17470         servers.  Add use of min/max range limits from server's local
17471         file.
17472         (gnus-agent-save-alist): Removed unused optional argument.
17473         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17474         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17475         (gnus-agent-set-local): A per-server file that keeps min/max range
17476         limits for articles known to the agent.  Provides a fast mechanism
17477         for altering many active ranges.
17478         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17479         active file (local makes it unnecessary).
17480         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17481
17482         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17483         (agent-enable-undownloaded-faces): Added.
17484
17485         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17486         disable it when sending to "nndraft:queue".
17487         (gnus-group-send-queue): Add safety check to avoid sending queue
17488         when unplugged.
17489
17490         * gnus-group.el (gnus-group-catchup): Use new
17491         gnus-sequence-of-unread-articles, not
17492         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17493         numbers of articles.  Use gnus-range-map to avoid having to
17494         uncompress the unread list.
17495         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17496         Fixed invalid ange-ftp reference.
17497
17498         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17499         (gnus-sorted-range-intersection): Intersection of two ranges
17500         without requiring that they first be uncompressed.
17501
17502         * gnus-start.el (gnus-activate-group): Unless blocked by the
17503         caller, possibly expand the active range to include both cached
17504         and agentized articles.
17505         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17506         multiple version-dependent converters.
17507         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17508         gnus-agent-save-active.
17509         (gnus-save-newsrc-file): Save dirty agent range limits.
17510
17511         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17512         gnus-agent-possibly-alter-active.
17513         (gnus-adjust-marked-articles): Faster handling of simple lists.
17514
17515 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * spam-stat.el (spam-stat-test-directory): New optional argument
17518         displays a list of files detected.  Suggested by Andrew Cohen
17519         <cohen@andy.bu.edu>.
17520         (spam-stat-buffer-words-with-scores): Don't narrow and change
17521         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17522
17523 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17524
17525         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17526         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17527         (spam-spamassassin-arguments)
17528         (spam-spamassassin-spam-flag-header)
17529         (spam-spamassassin-positive-spam-flag-header)
17530         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17531         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17532         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17533         (spam-list-of-processors, spam-list-of-checks)
17534         (spam-list-of-statistical-checks, spam-registration-functions)
17535         (spam-check-spamassassin-headers, spam-check-spamassassin)
17536         (spam-spamassassin-score)
17537         (spam-spamassassin-register-with-sa-learn)
17538         (spam-spamassassin-register-spam-routine)
17539         (spam-spamassassin-register-ham-routine)
17540         (spam-assassin-register-spam-routine)
17541         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17542         (spam-bogofilter-score): Fix to show article before scoring.
17543
17544 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17547         default scoring function.
17548         (spam-generic-score): Call spam-spamassassin-score if
17549         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17550         spam-bogofilter-score otherwise.
17551
17552         * gnus.el (spam-process, spam-autodetect-methods): Add
17553         spamassassin and spamassassin-headers.
17554
17555 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17556
17557         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17558         Suppress unnecessary messages.
17559
17560 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17561
17562         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17563         make-hash-table.
17564
17565 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * canlock.el (base64-encode-string): Don't autoload it.
17568
17569 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * run-at-time.el: Remove useless (require 'itimer),
17572         eval-and-compile and (featurep 'xemacs).
17573
17574 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17577         GROUP is a virtual group.
17578
17579 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17580
17581         * gnus.el: Autoload `message-y-or-n-p'.
17582
17583 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * pgg-parse.el: Remove unnecessary (require 'custom).
17586
17587         * pgg-def.el: do.
17588
17589         * nnmail.el: do.
17590
17591         * gnus-undo.el: do.
17592
17593         * gnus-picon.el: do.
17594
17595         * gnus-util.el: do.
17596
17597 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17600
17601 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17604         handle, as well as a list.
17605
17606         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17607         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17608         (mm-w3m-cid-retrieve): Simplify.
17609
17610 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17611
17612         * message.el (message-kill-to-signature): Allow prefix arg to
17613         specify number of lines to keep before signature.
17614
17615 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17616
17617         * message.el (message-kill-to-signature): Change docstring.
17618
17619 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * canlock.el: Always require sha1-el.
17622         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17623
17624         * message.el: Autoload sha1 only when compiling.
17625
17626         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17627         eudc-expand-inline for XEmacs.
17628
17629 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * message.el (message-canlock-generate): Require sha1-el.
17632
17633 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17634
17635         * message.el (message-expand-name): Silence the byte compiler.
17636
17637         * lpath.el: Add detect-coding-system.
17638
17639         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17640         cus-edit.
17641
17642 2004-01-13  Simon Josefsson  <jas@extundo.com>
17643
17644         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17645         Invoke gnus-score-mode.  Reported by
17646         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17647
17648         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17649         Jim Blandy <jimb@redhat.com> (tiny change).
17650
17651 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17654
17655 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17656
17657         * spam.el (spam-get-article-as-string): Update to use
17658         gnus-request-article-this-buffer, much simpler.
17659         (spam-get-article-as-buffer): Remove.
17660
17661 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17662
17663         * message.el (message-expand-name): Use EUDC if the user uses that.
17664
17665 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17666
17667         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17668         character for the encoding to avoid consing a string.
17669
17670         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17671         unnecessarily.
17672
17673         * mm-util.el (mm-replace-chars-in-string): Remove.
17674
17675         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17676         of mm-replace-chars-in-string.
17677
17678 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17679
17680         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17681
17682         * mm-util.el (mm-subst-char-in-string): Support inplace.
17683
17684         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17685         a new string in every iteration.  Use shy groups.
17686
17687 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17688
17689         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17690         * gnus-soup.el (gnus-soup-group-brew):
17691         * gnus-msg.el (gnus-put-message):
17692         * gnus-move.el (gnus-group-move-group-to-server):
17693         * gnus-kill.el (gnus-batch-score):
17694         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17695         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17696         (gnus-group-update-group, gnus-group-read-group)
17697         (gnus-group-make-group, gnus-group-make-help-group)
17698         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17699         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17700         (gnus-group-sort-by-unread, gnus-group-catchup)
17701         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17702         (gnus-group-yank-group, gnus-group-set-info)
17703         (gnus-group-list-groups):
17704         * gnus.el (gnus-generate-new-group-name):
17705         * gnus-delay.el (gnus-delay-send-queue):
17706         * nnvirtual.el (nnvirtual-catchup-group):
17707         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17708         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17709         (gnus-group-prepare-topics, gnus-topic-check-topology):
17710         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17711         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17712         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17713         (gnus-group-make-articles-read):
17714         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17715         (gnus-group-change-level, gnus-kill-newsgroup)
17716         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17717         (gnus-get-unread-articles, gnus-make-articles-unread)
17718         (gnus-make-ascending-articles-unread): Use accessor
17719         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17720         to get group information for improved readability.
17721
17722
17723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17724
17725         * gnus-art.el (article-decode-mime-words, article-babel)
17726         (gnus-article-highlight-signature, gnus-article-add-buttons)
17727         (gnus-signature-toggle): Use gnus-with-article-buffer.
17728
17729         * gnus-art.el (gnus-article-highlight-headers)
17730         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17731
17732         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17733         (gnus-article-set-globals, gnus-request-article-this-buffer)
17734         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17735         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17736         (gnus-mime-display-alternative): Use with-current-buffer.
17737
17738 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17739
17740         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17741         also under 80 char limit, and call gnus-error if needed.
17742         (spam-fetch-article-header): Fix - it was a
17743         buffer-local variable (gnus-newsgroup-data).
17744         (spam-find-spam): Use spam-generate-fake-headers, forget about
17745         spam-insert-fake-headers.
17746         (spam-insert-fake-headers): Remove.
17747
17748 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * deuglify.el (gnus-article-outlook-unwrap-lines)
17751         (gnus-outlook-rearrange-article)
17752         (gnus-outlook-repair-attribution-outlook)
17753         (gnus-outlook-repair-attribution-block)
17754         (gnus-outlook-repair-attribution-other): Remove redundant
17755         save-excursion.
17756
17757 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17758
17759         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17760         (spam-fetch-field-subject-fast)
17761         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17762         (spam-fetch-article-header): Add functions to deal with Gnus
17763         internals for fast retrieval of article header data.
17764         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17765
17766 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17767
17768         * pop3.el (pop3-md5): Remove.
17769         (pop3-apop): Replace pop3-md5 with md5.
17770
17771         * mm-bodies.el: base64 is always built-in.
17772
17773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17774         with-current-buffer.
17775
17776 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * canlock.el (canlock-insert-header): Remove excessive grouping in
17779         regexp.
17780
17781         * gnus-sum.el (gnus-summary-read-document): Ditto.
17782
17783         * gnus-uu.el (gnus-uu-part-number): Ditto.
17784
17785         * html2text.el (html2text-remove-tags): Ditto.
17786         (html2text-format-tags): Ditto.
17787         (html2text-format-single-elements): Ditto.
17788
17789         * mml.el (mml-parse-1): Ditto.
17790
17791 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17792
17793         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17794
17795         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17796
17797         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17798
17799         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17800
17801 2003-11-15  Simon Josefsson  <jas@extundo.com>
17802
17803         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17804         (pgg-gpg-lookup-key): Use regexp match instead of
17805         split-string (split-string is different between emacs 21.2 and
17806         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17807
17808 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17809
17810         * gnus-art.el (gnus-mime-view-all-parts)
17811         (gnus-article-part-wrapper, gnus-article-view-part): Use
17812         with-current-buffer.
17813
17814 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17815
17816         * spam.el (spam-disable-spam-split-during-ham-respool)
17817         (spam-spamoracle-database, spam-cache-lookups)
17818         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17819         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17820         (spam-group-ham-marks, spam-group-spam-marks)
17821         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17822         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17823         also add spam-use-blackholes to the statistical checks.
17824         (spam-fetch-field-fast): Add interface to fetching fields, may
17825         become a macro.
17826         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17827         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17828         (spam-insert-fake-headers): Fake an article when needed.
17829         (spam-find-spam): Fake article when possible.
17830         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17831         (spam-check-bogofilter-headers): Use message-fetch-field instead
17832         of nnmail-fetch-field.
17833
17834 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17837
17838 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * spam.el (spam-split): Do not require spam-use-CHECK to be
17841         enabled if that check is passed to spam-split explicitly; also
17842         fix so 'spam doesn't get converted to spam-split-group when
17843         spam-split-symbolic-return is t.
17844         (spam-find-spam): Find registrations of the article and use those
17845         instead of re-running spam-split to find the spam/ham
17846         classification of the article.
17847         (spam-log-processing-to-registry, spam-log-registered-p)
17848         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17849         Use gnus-error instead of gnus-message.
17850         (spam-log-registration-type): Add function to determine the
17851         classification of a message based on registry entries; will
17852         return nil if both 'spam and 'ham are found.
17853         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17854         a reasonably fast local cache without the loading errors.
17855         (spam-cache-lookups): Set to t by default.
17856         (spam-find-spam): Don't try to guess spam-cache-lookups.
17857         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17858         spam-caches entry.
17859         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17860         caching of whitelist/blacklist entries.
17861         (spam-check-whitelist, spam-check-blacklist): Invoke
17862         spam-from-listed-p with a type, not a cache variable.
17863         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17864
17865 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17868
17869         * nnmail.el (nnmail-split-fancy): do.
17870
17871         * mml.el (mml-parse): do.
17872
17873         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17874         (gnus-score-adaptive): do.
17875
17876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17879         (gnus-mime-button-map): Don't set keymap parent.
17880         (gnus-button-ctan-directory-regexp): Use shy grouping.
17881         (gnus-prev-page-map): Don't set keymap parent.
17882         (gnus-prev-page-map): Remove duplicated one.
17883         (gnus-next-page-map): Don't set keymap parent.
17884         (gnus-mime-security-button-map): Ditto.
17885
17886         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17887         version number.
17888
17889         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17890
17891 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * canlock.el (canlock-sha1-function): Remove.
17894         (canlock-sha1-function-for-verify): Remove.
17895         (canlock-openssl-program): Remove.
17896         (canlock-openssl-args): Remove.
17897         (canlock-ignore-errors): Remove.
17898         (canlock-sha1-with-openssl): Remove.
17899         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17900         (canlock-verify): Don't use canlock-ignore-errors.
17901
17902         * sha1-el.el (sha1-string-external): Make it can return a string
17903         in binary form.
17904         (sha1-region-external): Ditto.
17905         (sha1-string-internal): Ditto.
17906         (sha1-region-internal): Ditto.
17907         (sha1-region): Ditto.
17908         (sha1-string): Ditto.
17909         (sha1): Ditto.
17910
17911 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * spam.el (spam-report-articles-gmane): New command.
17914
17915 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17918
17919         * run-at-time.el (run-at-time-saved): Remove.
17920         (run-at-time): Doc fix.
17921
17922 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17925         (gnus-summary-limit-map): Add it.
17926         (gnus-summary-make-menu-bar): do.
17927
17928 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17929
17930         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17931         Make attempt at some caching support (done for BBDB only now).
17932         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17933         addresses to be checked.
17934         (spam-clear-cache-BBDB): Add function, to be invoked by
17935         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17936         (spam-check-BBDB): Check and use the caches, if
17937         spam-cache-lookups is on, remove superfluous (provide).
17938
17939 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17940
17941         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17942
17943 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17944
17945         * run-at-time.el (run-at-time-saved): Move to after the definition
17946         of `run-at-time'.
17947
17948         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17949
17950 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17953         mm-w3m-local-map-property.
17954
17955         * mm-view.el (mm-w3m-mode-map): Remove.
17956         (mm-w3m-local-map-property): Remove.
17957         (mm-inline-text-html-render-with-w3m): Don't use
17958         mm-w3m-local-map-property.
17959
17960 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * run-at-time.el: New file.
17963
17964         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17965         under Emacs.
17966
17967         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17968         of gnus-set-text-properties.
17969
17970         * gnus-uu.el (gnus-uu-save-article): Ditto.
17971
17972         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17973
17974         * gnus-cite.el (gnus-cite-parse): Ditto.
17975
17976         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17977         of gnus-.
17978
17979         * gnus-xmas.el (run-at-time): Require run-at-time.
17980
17981         * gnus.el: Changed calls to nnheader-run-at-time and
17982         password-run-at-time throughout to use run-at-time directly.
17983
17984         * password.el: Removed definition of run-at-time.
17985
17986         * nnheaderxm.el: Remove definition of run-at-time.
17987
17988 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17989
17990         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17991         in prompt.
17992
17993 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17994
17995         * messagexmas.el (message-xmas-redefine): Alias
17996         `message-make-caesar-translation-table' to
17997         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17998         version.
17999
18000         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18001         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18002         `gnus-xmas-set-text-properties'.
18003         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18004         `gnus-xmas-completing-read'.
18005         (gnus-xmas-completing-read): Removed.
18006         (gnus-xmas-open-network-stream): Removed.
18007
18008         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18009         XEmacs version.
18010
18011         * dns.el (dns-make-network-process): Use `open-network-stream'
18012         instead of `gnus-xmas-open-network-stream'.
18013
18014         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18015
18016         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18017
18018 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * gnus-art.el (gnus-mime-display-alternative)
18021         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18022         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18023         Don't use gnus-local-map-property.
18024
18025         * gnus-util.el (gnus-local-map-property): Remove.
18026
18027         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18028         gnus-completing-read-maybe-default with completing-read.
18029
18030         * gnus-util.el (gnus-completing-read): do.
18031         (gnus-completing-read-maybe-default): Remove.
18032
18033 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18034
18035         * password.el: Only autoload `run-at-time' if not XEmacs.
18036         Only autoload the itimer functions if XEmacs.
18037
18038 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18041         XEmacsen.
18042
18043         * dgnushack.el: Autoload executable-find for XEmacs.
18044
18045 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18046
18047         * gnus-art.el (gnus-read-string): Remove.
18048         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18049         read-string.
18050
18051 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18052
18053         * netrc.el: Autoload password-read.
18054         (netrc): Add configuration group.
18055         (netrc-encoding-method, netrc-openssl-path): Add
18056         variables for encoding and decoding of files with symmetric
18057         ciphers.
18058         (netrc-encode): Add assistant function to encode a file with
18059         netrc-encoding-method.
18060         (netrc-parse): Add interactive parameter, added optional
18061         decoding if netrc-encoding-method is non-nil but otherwise
18062         behavior is standard.
18063         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18064         Do s/encode/encrypt/ everywhere.
18065
18066         * spam.el: Remove executable-find autoload.
18067
18068 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18069
18070         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18071
18072         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18073
18074 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * gnus-art.el (gnus-treat-ansi-sequences)
18077         (article-treat-ansi-sequences): New variable and function.
18078         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18079
18080         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18081         Use it.
18082
18083 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * mm-util.el (mm-quote-arg): Remove.
18086
18087         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18088         shell-quote-argument.
18089
18090         * gnus-uu.el (gnus-uu-command): do.
18091
18092         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18093
18094         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18095         with make-char.
18096
18097         * mm-util.el (mm-make-char): Remove.
18098
18099         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18100         add-minor-mode.
18101
18102         * gnus-undo.el (gnus-undo-mode): do.
18103
18104         * gnus-topic.el (gnus-topic-mode): do.
18105
18106         * gnus-sum.el (gnus-dead-summary-mode): do.
18107
18108         * gnus-start.el (gnus-slave-mode): do.
18109
18110         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18111
18112         * gnus-ml.el (gnus-mailing-list-mode): do.
18113
18114         * gnus-gl.el (gnus-grouplens-mode): do.
18115
18116         * gnus-draft.el (gnus-draft-mode): do.
18117
18118         * gnus-dired.el (gnus-dired-mode): do.
18119
18120         * gnus-ems.el (gnus-add-minor-mode): Remove.
18121
18122         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18123         Replace gnus-char-width with char-width.
18124
18125         * gnus-ems.el (gnus-char-width): Remove.
18126
18127         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18128         Replace gnus-char-width with char-width.
18129
18130         * gnus-ems.el (gnus-char-width): Remove.
18131
18132         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18133         definition.
18134         Remove Emacs 20 hash table compatibility code.
18135
18136         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18137         20 compatibility code.
18138
18139         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18140
18141         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18142
18143         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18144         with point-at-{eol,bol}.
18145
18146         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18147
18148         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18149
18150         * flow-fill.el (fill-flowed-point-at-bol)
18151         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18152
18153         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18154         Replace with point-at-{eol,bol} throughout all files.
18155
18156 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * ntlm.el (ntlm-string-as-unibyte): New macro.
18159         (ntlm-build-auth-response): Use it.
18160
18161         Remove Emacs 20 stuff:
18162         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18163         (butlast, mapc, remove): Remove the compiler macros.
18164         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18165         of delq and copy-sequence.
18166         * gnus-art.el (popup-menu): Remove the compiler macro.
18167         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18168         Emacs 20.
18169
18170 2004-01-05  Simon Josefsson  <jas@extundo.com>
18171
18172         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18173         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18174         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18175         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18176         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18177         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18178         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18179         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18180         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18181         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18182         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18183         string-xor into ntlm-string-xor.  Suggested by
18184         Jesper Harder <harder@myrealbox.com>.
18185
18186         * ntlm.el: Don't include poem.
18187
18188         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18189         Jesper Harder <harder@myrealbox.com>.
18190
18191         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18192
18193         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18194         probably breaks emacs with DL patch, but do we care? Is anyone
18195         still using the DL stuff?)
18196
18197         * sieve-manage.el: Use the password package.
18198         (sieve-manage-read-passwd): Remove.
18199         (sieve-manage-interactive-login): Use password.  Re-add
18200         condition-case around loop.
18201
18202         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18203         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18204         the password package.
18205
18206 2003-02-19  Simon Josefsson  <jas@extundo.com>
18207
18208         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18209         token.
18210
18211 2002-08-07  Simon Josefsson  <jas@extundo.com>
18212
18213         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18214         (sieve-manage-authenticators):
18215         (sieve-manage-authenticator-alist): Add some SASL mechs.
18216         (sieve-sasl-auth): New function.
18217         (sieve-manage-cram-md5-auth):
18218         (sieve-manage-plain-auth): Rewrite using SASL library.
18219         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18220         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18221         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18222         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18223
18224 2004-01-05  Simon Josefsson  <jas@extundo.com>
18225
18226         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18227         New files.
18228
18229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18230
18231         * gnus-group.el (gnus-no-groups-message): Update.
18232
18233         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18234
18235 2003-11-09  Simon Josefsson  <jas@extundo.com>
18236
18237         * imap.el: Support for ID IMAP extension (RFC 2971).
18238         (imap-local-variables): Add imap-id.
18239         (imap-id): New variable.
18240         (imap-id): New function.
18241         (imap-parse-response): Parse untagged ID response.
18242         * nnimap.el (nnimap-id): New variable.
18243         (nnimap-open-connection): Use it.
18244
18245 2003-12-28  Simon Josefsson  <jas@extundo.com>
18246
18247         * gnus-score.el (gnus-score-edit-all-score): New.
18248         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18249
18250 2004-01-04  Simon Josefsson  <jas@extundo.com>
18251
18252         * password.el: Add.
18253
18254 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18255
18256         * dns.el (dns-query-types): Fix typo.
18257         (dns-query-types): New function.
18258         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18259         PTR and SOA replies, see RFC 1035.
18260
18261 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18264
18265         * Moved to Changelog.2.
18266
18267 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * gnus.el (gnus-version-number): Bump version.
18270
18271 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18272
18273         * gnus.el: No Gnus v0.1 is released.
18274
18275 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18276
18277         * gnus.el: No Gnus v0.0 is released.
18278
18279 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18280
18281         * gnus.el (gnus-version-number): Bump.
18282         (gnus-version): No.
18283
18284 See ChangeLog.2 for earlier changes.
18285
18286     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18287       Free Software Foundation, Inc.
18288
18289   This file is part of GNU Emacs.
18290
18291   GNU Emacs is free software: you can redistribute it and/or modify
18292   it under the terms of the GNU General Public License as published by
18293   the Free Software Foundation, either version 3 of the License, or
18294   (at your option) any later version.
18295
18296   GNU Emacs is distributed in the hope that it will be useful,
18297   but WITHOUT ANY WARRANTY; without even the implied warranty of
18298   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18299   GNU General Public License for more details.
18300
18301   You should have received a copy of the GNU General Public License
18302   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18303
18304 ;; Local Variables:
18305 ;; coding: utf-8
18306 ;; fill-column: 79
18307 ;; add-log-time-zone-rule: t
18308 ;; End: