Use the right minor mode name in the mode line spec so that the mode line menu works...
[gnus] / lisp / ChangeLog
1 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4         name in the mode line spec so that the mode line menu works
5         (bug #2431).
6
7         * message.el (message-get-reply-headers): If we're fed `to-address',
8         then always use that.
9
10         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
11         aren't so wide as to need to switch off the edit menu.
12
13         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
14         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
15
16         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
17         `M-g'.
18         (nnimap-update-info): Update flags/read marks even if \* isn't part of
19         the permanent marks.
20
21 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
24         according to references/in-reply-to obeys the ignore-groups variable,
25         while splitting by sender and subject do not.
26
27 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
30         alist, so that we can look for non-Unicode chars.
31         (article-translate-strings): Allow both character and string maps.
32
33 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * shr.el (shr-insert): Don't insert space behind a wide character
36         categorized as kinsoku-bol, or between characters both categorized as
37         nospace.
38
39 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
42         headers to gnus-newsgroup-headers.
43
44 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * shr.el (shr-tag-img): Don't align images -- since we're not
47         rescaling, this often leads to ugly displays.
48
49 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
50
51         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
52         duplicates.
53
54 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
55
56         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
57         call.
58
59 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus.el: Autoload gnus-html-show-images.
62
63         * nnimap.el: Use nnheader-message throughout.
64
65         * shr.el (shr-tag-img): Ignore images with no data.
66
67 2010-10-15  Julien Danjou  <julien@danjou.info>
68
69         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
70         possibility to disable format=flow encoding when using hard newlines.
71
72 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * shr.el (shr-insert): Remove space inserted before or after a
75         breakable character or at the beginning or the end of a line.
76         (shr-find-fill-point): Do kinsoku; find the second best point or give
77         it up if there's no breakable point.
78
79 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * nnimap.el (nnimap-open-connection): Message when opening connection
82         for debugging purposes.
83
84         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
85         on every setup buffer call to allow this to change from article to
86         article.
87
88         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
89         buffers where we have a wide table.
90
91 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
92
93         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
94         uses *-request-thread.
95
96 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * nnimap.el (nnimap-open-connection): Remove %s from openssl
99         incantation, which is no longer valid.
100
101 2010-10-14  Julien Danjou  <julien@danjou.info>
102
103         * shr.el: Fix defcustom type (char -> character).
104
105 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * nnimap.el (nnimap-open-connection): tls-program should be a list of
108         programs.
109
110 2010-10-14  Julien Danjou  <julien@danjou.info>
111
112         * shr.el (shr-tag-a): Use url-link as widget type.
113
114         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
115         `gnus-group-get-icon'.
116
117 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
120         This should make server editing work better.
121
122         * shr.el (shr-find-fill-point): Don't inloop on indented text.
123
124         * tls.el (tls-program): Remove spurious %s from openssl.
125
126         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
127         (nnimap-parse-flags): Fix regexp.
128
129         * shr.el (shr-find-fill-point): Use a filling algorithm that should
130         probably work for CJVK text, too.
131
132         * nnimap.el (nnimap-extend-tls-programs): Removed.
133         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
134
135         * tls.el (tls-starttls-switches): Remove starttls hack.
136         (open-tls-stream): Ditto.
137         (tls-find-starttls-argument): Ditto.
138
139 2010-10-13  Julien Danjou  <julien@danjou.info>
140
141         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
142         responses.
143
144 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
147
148         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
149         anything in Emacs.
150
151         * shr.el (shr-current-column): Remove buggy and unnecessary function.
152
153 2010-10-13  Julien Danjou  <julien@danjou.info>
154
155         * shr.el (shr-width): Make shr-width a defcustom with default to
156         fill-column.
157         (shr-tag-img): Use shr-width rather than fill-column.
158
159 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * dgnushack.el (byte-optimize-apply)
162         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
163
164         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
165         position when (X-)Faces exist.
166         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
167         avatars when called interactively.
168
169 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
172         gnus-article-x-face-too-ugly is bound.
173
174 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
177
178         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
179         mailbox that doesn't exist.
180
181 2010-10-12  Julien Danjou  <julien@danjou.info>
182
183         * shr.el (shr-tag-img): Encode URL properly when retrieving.
184         (shr-get-image-data): Encode URL properly when fetching from cache.
185         (shr-tag-img): Use aligned-to spaces to align correctly images.
186
187         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
188         before inserting the Gravatar.
189
190         * shr.el (shr-tag-img): Add align attribute support for <img>.
191
192 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-gravatar.el (gnus-art): Required.
195
196         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
197         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
198         Remove long obsoleted functions.
199
200 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
203
204         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
205
206         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
207         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
208         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
209         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
210         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
211         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
212         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
213
214 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * nnimap.el (nnimap-request-rename-group): Select group read-only
217         before renaming it.
218
219         * shr.el (shr-insert): Fix up the white space only regexp.
220
221         * nnimap.el (nnimap-transform-split-mail): Not all articles have
222         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
223
224         * shr.el (shr-current-column): New function.
225         (shr-find-fill-point): New function.
226
227 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
228
229         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
230         numbers.
231
232 2010-10-11  Julien Danjou  <julien@danjou.info>
233
234         * shr.el (shr-hr-line): Add.
235         (shr-tag-hr): Use shr-hr-line to specify which character to use to
236         display hr lines.
237         (shr-max-columns): Do not change state to nil if we just inserting
238         spaces.
239
240 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-topic.el (gnus-topic-read-group): If after the last group,
243         select the last group.
244
245 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
248
249 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
250
251         * dig.el (dig-mode-map): Declare and define in one step.
252
253 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
256         for Gnus.
257         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
258         (nnimap-update-qresync-info): Mark \Seen articles as read.
259
260         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
261         non-variable, too.
262
263         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
264         available.
265         (nnimap-update-info): Rely more on the current active than the param
266         active to avoid marking articles as read too much.
267
268         * auth-source.el (auth-source-create): Use (user-login-name) for the
269         user name default.
270
271         * nnimap.el (nnimap-update-info): If the server doesn't return any
272         useful info, just use the previous info.
273         (nnimap-update-info): Prefer old info over start-article.
274         (nnimap-update-qresync-info): Finish implementing QRESYNC.
275
276 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
277
278         * nnir.el (autoload): Clean up autoloads.
279         (nnir-imap-default-search-key): Renamed from
280         nnir-imap-search-field. Use key rather than value.
281         (nnir-imap-search-other): New variable.
282         (nnir-read-parm): Use it.
283         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
284         (gnus-summary-nnir-goto-thread): Modify to work with imap.
285
286 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
289         the process, too.
290
291 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
294         Allbery.
295
296         * shr.el: Rework the way things are indented by <li> slightly.
297
298         * gnus.el (gnus-group-set-parameter): Fix typo.
299
300         * nnimap.el: Start implementing QRESYNC support.
301
302 2010-10-09  Julien Danjou  <julien@danjou.info>
303
304         * nnir.el (nnir-engines): Fix too many arguments.
305
306 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
309         group is the "last", so that the backends like nnfolder actually save
310         their folders.
311
312         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
313         try to use that for the tls stream.
314         (nnimap-retrieve-group-data-early): Rework the marks code to heed
315         UIDVALIDITY and find out which groups are read-only and not.
316         (nnimap-get-flags): Use the same marks parsing code as the rest of
317         nnimap.
318
319 2010-10-09  Julien Danjou  <julien@danjou.info>
320
321         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
322
323         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
324         retrieving gravatars.
325
326         * shr.el (shr-table-corner): Add.
327         (shr-table-line): Add.
328         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
329
330 2010-10-08  Julien Danjou  <julien@danjou.info>
331
332         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
333
334 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
335
336         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
337
338         * gnus-sum.el (gnus-mark-article-as-unread)
339         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
340         (gnus-summary-set-bookmark): Use it.
341
342         * gnus-msg.el (gnus-setup-message): Use it.
343
344         * gnus-demon.el (gnus-demon-remove-handler): Use it.
345
346         * gnus.el (gnus-group-remove-parameter): Use it.
347
348         * gnus-group.el (gnus-group-make-web-group): Use it.
349
350         * gnus-demon.el (gnus-demon-remove-handler): Use it.
351
352         * nnregistry.el: Update docs to mention manual.
353
354         * gnus-registry.el: Update docs to mention nnregistry.el.
355         (gnus-registry-initialize): Don't install nnregistry refer method
356         automatically.
357         (gnus-registry-install-nnregistry): Remove it.
358
359 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * shr.el (shr-insert): Don't insert double spaces.
362
363 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-gravatar.el (gnus-treat-from-gravatar)
366         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
367         called interactively.
368
369         * gnus-art.el (gnus-mime-view-part-externally)
370         (gnus-mime-view-part-internally): Make predicate function passed to
371         gnus-mime-view-part-as-type assume argument is a mime type, not a list
372         of a mime type.
373
374         * shr.el (shr-table-widths): Don't use cl function `reduce'.
375
376 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (require): Require cl when compiling.
379         (shr-tag-hr): New function.
380
381         * nnimap.el (nnimap-update-info): Remove double setting of high.
382         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
383         makes nnimap work properly on Courier again.
384
385         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
386         the variable for backwards compatability.
387
388         * mm-decode.el (mm-save-part): If given a non-directory result, expand
389         the file name before using to avoid setting mm-default-directory to
390         nil.
391
392         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
393         bidning gnus-agent variables.
394
395         * shr.el (shr-render-td): Use a cache for the table rendering function
396         to avoid getting an exponential rendering behaviour in nested tables.
397         (shr-insert): Rework the line-breaking algorithm.
398         (shr-insert): Don't leave trailing spaces.
399         (shr-insert-table): Also insert empty TDs.
400         (shr-tag-blockquote): Ensure paragraphs after </ul>.
401
402 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
403
404         * gnus-sum.el (gnus-number): Rename from `number'.
405         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
406         (gnus-summary-limit-children): Update uses correspondingly.
407
408 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
411         (gnus-gravatar-transform-address): Don't show avatars of people of
412         which mail addresses match gnus-gravatar-too-ugly.
413
414 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * shr.el (shr-table-widths): Expand TD elements to fill available
417         space.
418
419 2010-10-07  Julien Danjou  <julien@danjou.info>
420
421         * nnimap.el (nnimap-request-rename-group): Add this method.
422
423 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
426         name from XEmacs' function-arglist.
427
428         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
429         gravatar under XEmacs.
430
431 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * auth-source.el: Update docs with TODO items.
434
435         * gnus-sync.el: Update docs to explain state and plans.
436
437         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
438         Hooks for mark updates.
439         (gnus-request-set-mark, gnus-request-update-mark): Use them.
440
441         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
442         hooks with arguments, which is needed for mark update hooks.
443
444 2010-10-06  Julien Danjou  <julien@danjou.info>
445
446         * gnus.el (gnus-expand-group-parameter): Only return and act on what
447         was matched.
448
449         * sieve-manage.el: Update example in `Commentary'.
450
451         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
452
453         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
454         not 2000.
455         (sieve-manage-authenticate): Re-add function.
456
457 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (shr-insert): Get 'space transition right.
460         (shr-render-td): Only delete space at the end of the TD.
461
462         * nnimap.el (nnimap-open-connection): Prepare to support
463         open-gnutls-stream.
464
465         * shr.el: Rearrange function order to be more logical.
466
467 2010-10-06  Julien Danjou  <julien@danjou.info>
468
469         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
470         (nnrss-discover-feed): Remove 404 URL in docstring.
471
472         * nnir.el: Fix Swish-E URL.
473         Fix Namazu URL.
474
475         * message.el (message-change-subject): Remove 404 URL in a comment.
476
477 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
480         called interactively.
481
482         * gnus-util.el (gnus-remove-if): Allow hash table.
483         (gnus-remove-if-not): New function.
484
485         * gnus-art.el (gnus-mime-view-part-as-type)
486         * gnus-score.el (gnus-summary-score-effect)
487         * gnus-sum.el (gnus-read-move-group-name):
488         Replace remove-if-not with gnus-remove-if-not.
489
490         * gnus-group.el (gnus-group-completing-read):
491         Regard collection as a hash table if it is not a list.
492
493 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-render-td): Allow blank/missing <TD>s.
496
497         * shr.el: Document the table-rendering algorithm.
498
499 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
502         for Emacsen having no `libxml-parse-html-region' support.
503
504 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
507         invalid URLs.
508
509         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
510         line-broken.
511         (shr-tag-img): Ignore image fetching errors.
512         (shr-overlays-in-region): Compute overlay positions correctly.
513
514         * mm-decode.el (mm-shr): Require shr.
515
516         * gnus-art.el (gnus-blocked-images): Move variable here.
517
518         * shr.el (shr-insert-table): Bind free variable.
519
520         * mm-decode.el (mm-shr): Bind shr-content-function.
521
522         * shr.el (shr-content-function): New variable.
523
524         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
525         added for symmetry.
526
527         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
528
529         * gnus-group.el (gnus-group-make-group): Doc fix.
530
531         * nnimap.el (nnimap-request-newgroups): Return success.
532
533         * shr.el (shr-find-elements): New function.
534         (shr-tag-table): Put all the images after the table.
535         (shr-tag-table): Really inhibit images inside the table.
536         (shr-collect-overlays): Copy over overlays from the TD elements to the
537         main document.
538
539         * mm-decode.el (mm-shr): Bind shr-blocked-images to
540         gnus-blocked-images.
541
542 2010-10-05  Julien Danjou  <julien@danjou.info>
543
544         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
545
546         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
547         (gnus-html-maximum-image-size): Add this function.
548         (gnus-html-put-image): Use gnus-html-maximum-image-size.
549
550         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
551         server-value of the capability is nil.
552
553 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * shr.el (shr-tag-em): Add <EM> tag.
556
557 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
558
559         * sieve-manage.el (sieve-manage-default-stream): Make default stream
560         customizable.
561
562         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
563         handing broken links to browse-url.
564
565 2010-10-05  Julien Danjou  <julien@danjou.info>
566
567         * gnus-util.el (gnus-emacs-completing-read)
568         (gnus-iswitchb-completing-read): Use autoload rather than require.
569
570 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
573         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
574         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
575         iswitchb-temp-buflist for XEmacs.
576
577         * gnus-util.el (gnus-completing-read-function): Exclude
578         gnus-icompleting-read and gnus-ido-completing-read from candidates for
579         XEmacs since iswitchb.el is very old and ido.el is unavailable in
580         XEmacs.
581
582         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
583         not to use `delete-dups' that is unavailable in XEmacs 21.4.
584
585         * gnus-html.el: Don't require help-fns under XEmacs.
586         (gnus-html-schedule-image-fetching): Work for XEmacs.
587
588         * mm-decode.el (mm-shr): Decode contents by charset.
589
590 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
593         unknown.
594
595         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
596         (shr-get-image-data): Ensure against the cache file missing.
597
598         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
599         for data.
600
601         * spam-report.el (spam-report-url-ping-plain): Don't query about
602         killing the process.
603
604         * shr.el (shr-render-td): Protect against too-wide text.
605
606 2010-10-04  Julien Danjou  <julien@danjou.info>
607
608         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
609         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
610
611         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
612         retrieved.
613
614 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * shr.el (browse-url): Required.
617         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
618         lines.
619         (shr-show-alt-text, shr-browse-image): New commands.
620         (shr-browse-url, shr-copy-url): New commands.
621
622         * gnus-sum.el (gnus-widen-article-window): New variable.
623         (gnus-summary-select-article-buffer): Use it.
624
625         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
626         without @ signs.
627
628 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
629
630         * nnir.el (nnir-run-imap): Remove spurious space in search string.
631
632 2010-10-04  Julien Danjou  <julien@danjou.info>
633
634         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
635         for XEmacs.
636
637 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
640
641         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
642         (nnimap-close-server): Implement.
643
644         * dgnushack.el (iswitchb): Require to shut up the compiler.
645
646         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
647         (shr-insert): Tweak line breaking.
648         (shr-insert): Handle <pre> better.
649         (shr-tag-li): Get <li> indentation right.
650         (shr-tag-li): Get <li> indentation even righter.
651         (shr-tag-blockquote): Ensure paragraph start.
652         (shr-make-table): Tweak table generation.
653         (shr-make-table): Fix typo.
654
655         * shr.el: Implement table rendering.
656
657 2010-10-04  Julien Danjou  <julien@danjou.info>
658
659         * gnus-html.el (gnus-html-put-image): Fix resize image code.
660
661 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * shr.el (shr-insert): Use string anchors instead of line anchors.
664
665 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * shr.el: Add headings.
668         (shr-ensure-paragraph): Actually work.
669         (shr-tag-li): Make <ul> prettier.
670         (shr-insert): Get white space at the beginning/end of elements right.
671         (shr-tag-p): Collapse subsequent <p>s.
672         (shr-ensure-paragraph): Don't insert double line feeds after blank
673         lines.
674         (shr-insert): \t is also space.
675         (shr-tag-s): Fix "s" tag name function.
676         (shr-tag-s): Fix face prop name.
677
678 2010-10-03  Julien Danjou  <julien@danjou.info>
679
680         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
681
682         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
683         gnus-window-inside-pixel-edges.
684
685         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
686         gnus-ems.
687
688         * mm-view.el (mm-inline-image-emacs): Support image resizing.
689
690         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
691         function.
692
693         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
694         resize choice.
695
696 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
699         beginning of the buffer.
700
701         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
702         article buffer again.
703
704         * shr.el (shr-tag-p): Don't insert newlines at the start of the
705         buffer.
706
707         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
708         when it's at the start of the buffer.
709
710         * shr.el (shr-tag-blockquote): Convert name.
711         (shr-rescale-image): Use the right image-size variant.
712
713         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
714         buffer isn't shown, then select the current article first instead of
715         bugging out.
716         (gnus-summary-select-article-buffer): Show both the article and summary
717         buffers again.
718
719         * shr.el (shr-fontize-cont): Protect against regions with no text.
720         Rename tag functions to shr-tag-* for enhanced security.
721         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
722
723 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
724
725         * shr.el (shr-insert):
726         * pop3.el (pop3-movemail):
727         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
728         loaded.
729
730 2010-10-03  Glenn Morris  <rgm@gnu.org>
731
732         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
733
734         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
735
736         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
737
738         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
739
740         * gnus-util.el (gnus-make-local-hook): Simplify.
741
742 2010-10-02  Julien Danjou  <julien@danjou.info>
743
744         * gnus-util.el (gnus-iswitchb-completing-read): New function.
745         (gnus-ido-completing-read): New function.
746         (gnus-emacs-completing-read): New function.
747         (gnus-completing-read): Use gnus-completing-read-function.
748         Add gnus-completing-read-function.
749
750 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * shr.el (shr-insert-document): Autoload.
753         (shr-img): Be silent.
754         (shr-insert): Add a newline after every picture before text.
755         (shr-add-font): Use overlays for combining faces.
756         (shr-insert): Pass upwards the text start point.
757
758         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
759         possible.
760         (mm-shr): New function.
761
762 2010-10-02  Julien Danjou  <julien@danjou.info>
763
764         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
765         should go backward.
766
767 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
768
769         * shr.el (shr): Fix typo in provide call.
770
771 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * shr.el: New file.
774
775         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
776
777         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
778         completing read.
779
780 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
783         we're being queried about.  Suggested by Dan Jacobson.
784
785         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
786         by Jason Eisner.
787
788         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
789         table, too.  Suggested by Stefan Wiens.
790         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
791         the table unnecessary.  Suggested by Stefan Wiens.
792
793         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
794         longer needed, and probably doesn't work either, as pointed out by
795         Stefan Wiens.
796         (gnus-summary-exit): Remove call to the clearing function.
797         (gnus-summary-exit-no-update): Ditto.
798
799         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
800         instead of gnus-eval-in-buffer-window to avoid popping up frames.
801         Reported by Stefan Monnier.
802         (gnus-summary-save-in-rmail): Ditto.
803
804         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
805         article buffer, instead of both the article buffer and the summary
806         buffer.  Sort of suggested by Dan Jacobson.
807
808         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
809
810         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
811         Suggested by Dan Jacobson.
812
813         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
814         documentation clearer.
815
816         * message.el (message-shorten-references): Comment on the number "21".
817         Suggested by Stefan Monnier.
818
819         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
820         Suggested by Dan Jacobson.
821
822         * gnus.el (gnus-large-newsgroup): Mention
823         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
824
825         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
826         externalize attachments.  Bug reported by Steve Wen.
827
828         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
829         really message anything to the user.
830
831         * nnmail.el (nnmail-article-group): Allow using the fancy split method
832         directly.
833
834         * nnimap.el (nnimap-request-group): Low higher than high to signal no
835         messages in empty groups.
836
837 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
838
839         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
840         non-UIDNEXT group.
841
842 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
845         not the value from the collection.
846
847         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
848         values.  This sometimes happens on some groups that have no info.
849         (nnimap-request-newgroups): New function.
850
851 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
854         check into `gnus-registry-initialize'.
855         (gnus-registry-initialize): Ditto.
856         Fix and extend header docs.
857
858 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
861         regexp backtrace overflows.
862
863         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
864         for starttls that tls.el implements; i.e. openssl.
865
866         * tls.el (tls-starttls-switches): Give up on using starttls with
867         gnutls-cli.
868         (tls-program): Add --insecure to be consistent with the defaults from
869         openssl s_client.  Now all three commands are insecure.
870
871 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * lpath.el: Bind completion-styles-alist for XEmacs.
874
875         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
876         (gravatar-create-image): New function that's an alias to
877         gnus-xmas-create-image, gnus-create-image, or create-image.
878         (gravatar-data->image): Use it.
879
880 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
883         install the nnregistry refer method.
884         (gnus-registry-install-hooks): Use it.
885         (gnus-registry-unfollowed-groups): Add nnmairix to the default
886         unfollowed groups.
887
888 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
889
890         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
891         expanding threads.
892
893 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnir.el: Use the server names without suffixes (bug #7009).
896
897         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
898         unencrypted to STARTTLS, if possible.
899
900 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
901
902         * message.el (message-ignored-supersedes-headers): Strip Injection-*
903         headers before superseding.
904
905 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nnrss.el (nnrss-use-local): Add documentation.
908
909         * nnimap.el (nnimap-extend-tls-programs): New function.
910         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
911         (nnimap-wait-for-connection): Accept the greeting from the stupid
912         output from openssl s_client -starttls, too.
913
914         * tls.el (tls-starttls-switches): New variable.
915         (tls-find-starttls-argument): Use it.
916         (open-tls-stream): Ditto.
917
918         * netrc.el (netrc-credentials): Return the value of the "default"
919         entry.
920         (netrc-machine): Ditto.
921
922         * nnimap.el (nnimap-find-article-by-message-id): Really return the
923         article number.
924         (nnimap-split-fancy): New variable.
925         (nnimap-split-incoming-mail): Use it.
926
927         * nntp.el (nntp-server-list-active-group): Document.
928
929         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
930         SELECT to get the message-id.
931
932         * mail-source.el (mail-sources): Removed webmail support.
933         (defvar): Ditto.
934         (mail-source-fetcher-alist): Ditto.
935         (mail-source-fetch-webmail): Removed.
936
937         * webmail.el: Removed -- doesn't seem relevant any more.
938
939         * gnus.el: Fix up make-obsolete-variable declarations throughout.
940
941         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
942         the \r.
943
944 2010-09-30  Julien Danjou  <julien@danjou.info>
945
946         * gnus-agent.el (gnus-agent-add-group): Fix call to
947         gnus-completing-read.
948
949 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * nndoc.el (nndoc-retrieve-groups): New function.
952
953         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
954         `default', use nnmail-split-methods.
955         (nnimap-request-article): Downcase the NILs so that they are nil.
956
957         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
958         symbol.
959
960         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
961         code, since if the user has requested network, that's what they ought
962         to get.
963         (nnimap-request-set-mark): Erase the buffer before issuing commands.
964         (nnimap-split-rule): Mark as obsolete.
965
966         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
967         variable.
968
969         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
970         correct slot, too.
971
972 2010-09-29  Julien Danjou  <julien@danjou.info>
973
974         * gnus.el (gnus-local-domain): Declare variable obsolete.
975
976         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
977         computing.
978         (gnus-ido-completing-read): Require ido.
979
980 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-registry.el: Don't prompt on load, which makes it impossible to
983         build Gnus.
984
985         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
986         when interpreting the structures.
987         (nnimap-request-accept-article): Add \r\n to the lines to make this
988         work with Cyrus.
989
990         * nndraft.el (nndraft-request-expire-articles): Use the group name
991         instead if "nndraft".  Fix found by Nils Ackermann.
992
993 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
994
995         * nnregistry.el: Added.
996
997 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * nnmail.el (group, group-art-list, group-art):
1000         Remove unneeded directives.
1001
1002 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1005         (mm-mime-charset)
1006         * rfc2047.el (rfc2047-syntax-table)
1007         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1008
1009         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1010         rather than `insert-file-contents' and `eval-region'.
1011
1012         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1013         construction.
1014
1015         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1016
1017         * time-date.el: No need to require cl for Emacs 21.
1018
1019 2010-09-29  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1022         replacement of `gnus-gravatar-relief' to mimic
1023         `gnus-faces-properties-alist'.
1024         Add :version property.
1025
1026 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * mail-source.el (mail-source-report-new-mail)
1029         * message.el (message-default-mail-headers)
1030         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1031
1032         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1033
1034 2010-09-28  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1037         mail-address contains the same string as real-name.
1038
1039         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1040         non-blank in header, otherwise it'll get stripped.
1041
1042         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1043         real-name, and then for mail address rather than doing : or , search.
1044
1045 2010-09-27  Julien Danjou  <julien@danjou.info>
1046
1047         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1048         (gnus-server-goto-server): Use gnus-completing-read.
1049
1050         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1051
1052         * mm-util.el (defalias): Use gnus-completing-read.
1053         (mm-codepage-setup): Use gnus-completing-read.
1054
1055         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1056         (smime-decrypt-buffer): Use gnus-completing-read.
1057
1058         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1059
1060         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1061         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1062         (mml-insert-multipart): Use gnus-completing-read.
1063
1064         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1065
1066         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1067
1068         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1069
1070         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1071
1072         * gnus.el (gnus-read-method): Use gnus-completing-read.
1073
1074         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1075
1076         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1077         (gnus-mime-action-on-part): Use gnus-completing-read.
1078         (gnus-article-encrypt-body): Use gnus-completing-read.
1079
1080         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1081         (gnus-topic-move-matching): Use gnus-completing-read.
1082         (gnus-topic-copy-matching): Use gnus-completing-read.
1083         (gnus-topic-sort-topics): Use gnus-completing-read.
1084         (gnus-topic-move): Use gnus-completing-read.
1085
1086         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1087         (gnus-agent-add-group): Use gnus-completing-read.
1088
1089         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1090         gnus-completing-read.
1091         (nnmairix-update-groups): Use gnus-completing-read.
1092         (nnmairix-get-server): Use gnus-completing-read.
1093         (nnmairix-backend-to-server): Use gnus-completing-read.
1094         (nnmairix-goto-original-article): Use gnus-completing-read.
1095         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1096
1097         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1098
1099         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1100         (gnus-group-make-useful-group): Use gnus-completing-read.
1101         (gnus-group-make-web-group): Use gnus-completing-read.
1102         (gnus-group-add-to-virtual): Use gnus-completing-read.
1103         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1104
1105         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1106         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1107         (gnus-summary-execute-command): Use gnus-completing-read.
1108         (gnus-summary-respool-article): Use gnus-completing-read.
1109         (gnus-read-move-group-name): Use gnus-completing-read.
1110
1111         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1112         (gnus-summary-score-effect): Use gnus-completing-read.
1113
1114         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1115
1116         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1117         right completing-read function.
1118         (gnus-use-ido): New variable
1119         (gnus-completing-read-with-default): Remove.
1120
1121 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1124         x-focus-frame.
1125
1126         * nnimap.el (auth-source-forget-user-or-password)
1127         (auth-source-user-or-password): Autoload.
1128
1129         * message.el (message-from-style, message-interactive)
1130         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1131         (message-yank-prefix, message-indentation-spaces, message-signature)
1132         (message-signature-file): Add comment.
1133
1134 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1137         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1138         new articles.
1139
1140         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1141         parts.
1142         (nnimap-request-article): Work with the t setting, too.
1143
1144         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1145         that you don't get flashes of other buffers.
1146         (gnus-summary-show-complete-article): Intern before setting.
1147
1148 2010-09-27  David Engster  <dengste@eml.cc>
1149
1150         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1151         well as HEADERS.
1152         (nnmairix-retrieve-headers): Provide new argument for the above.
1153
1154 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-sum.el (gnus-summary-move-article): Don't alter
1157         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1158         group.
1159
1160         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1161
1162         * message.el (message-cite-prefix-regexp): Revert my last edit.
1163
1164         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1165         variable instead of the Gnus variable.
1166
1167         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1168
1169         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1170         again.
1171
1172         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1173         since some servers don't like it.
1174         (nnimap-open-connection): Forget credentials if the server says the
1175         password was wrong.
1176         (nnimap-parse-line): Protect against invalid data.
1177
1178         * gnus-sum.el (gnus-summary-move-article): Add comment.
1179         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1180         nothing alters it while scanning for new messages.
1181
1182         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1183         which may or may not help.
1184         (nnimap-open-connection): If we're doing a stream connection, and then
1185         discover we're on a STARTTLS-capable server, then open a STARTTLS
1186         connection instead.
1187
1188 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnimap.el (utf7): Required.
1191
1192         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1193         prefix.
1194
1195 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1196
1197         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1198
1199 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnimap.el (nnimap-request-accept-article): Message the error on
1202         error.
1203
1204 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1207
1208 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nndoc.el (nndoc-request-list): Return success always.
1211
1212         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1213         `fetch-old' -- we only want to fetch the articles we've requested.  The
1214         rest are in the agent, probably.
1215         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1216         disappeared server" to something low.  It's not important.
1217
1218         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1219         arrived before the FETCH data.
1220
1221         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1222         target here, because we don't know the Gnus name of the group.
1223
1224         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1225         for the correct group.
1226
1227         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1228
1229         * gnus.el (gnus): Give a final warning after startup.
1230
1231         * gnus-util.el (gnus-action-message-log): New variable.
1232         (gnus-message): Use it.
1233         (gnus-final-warning): New function.
1234
1235         * nnimap.el (nnimap-open-connection): Record the greeting.
1236         (nnimap): Add greeting.
1237
1238 2010-09-26  Julien Danjou  <julien@danjou.info>
1239
1240         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1241         arguments.
1242         (gnus-html-wash-images): Fix spec computing to include start/end.
1243
1244         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1245
1246 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1249         deletion.
1250         (nnimap-retrieve-headers): Don't select the group, because that's
1251         already done by nnimap-possibly-change-group.
1252
1253         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1254         (gnus-picon-transform-address): Use it.
1255
1256         * mail-source.el (mail-source-value): Revert previous patch.
1257
1258         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1259         on failure.
1260         (nnimap-open-connection): Look up both virtual and physical server name
1261         credentials.
1262
1263         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1264
1265 2009-02-07  Dave Love  <fx@gnu.org>
1266
1267         * tls.el (open-tls-stream): Don't query killing process.
1268
1269 2009-02-08  Dave Love  <fx@gnu.org>
1270
1271         * gnus-win.el (gnus-window-to-buffer-helper,
1272         gnus-all-windows-visible-p): Function needn't be a symbol.
1273
1274         * mail-source.el (mail-source-value): Function needn't be a symbol.
1275
1276 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * message.el (message-cite-prefix-regexp): Remove } from the cite
1279         prefix.
1280
1281         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1282         highlight again, so that the highlight is correct.
1283
1284         * gnus-picon.el (gnus-picon): Remove again.
1285         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1286
1287         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1288         doing the header highlightling, so that the background colour of the
1289         picon is correct.
1290
1291         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1292         (gnus-picon): Ditto.
1293         (gnus-picon): Reinstate.  The background colour for picons is white.
1294         (gnus-picon-insert-glyph): Make the background white.
1295
1296         * nnml.el (nnml-open-nov): Don't return dead buffers.
1297
1298         * auth-source.el (auth-source-create): Query the user for whether to
1299         store the credentials.
1300
1301         * netrc.el (netrc-store-data): New function.
1302
1303         * auth-source.el (auth-source-user-or-password): Use the existing auth
1304         sources, if any, for creation.
1305
1306         * gnus.el (gnus-group-fast-parameter): Return the last matching
1307         parameter instead of the first matching parameter.
1308
1309 2010-09-26  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1312
1313 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * mml2015.el (mml2015-use): Remove gpg support.
1316
1317         * mml1991.el (mml1991-function-alist): Remove gpg function.
1318         (mml1991-gpg-sign): Removed.
1319
1320 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1321
1322         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1323         (gnus-browse-unsubscribe-current-group): Document it.
1324         (gnus-browse-unsubscribe-group): Use it.
1325
1326 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1329         address to the To list for easier response.
1330
1331         * gnus.el (gnus-play-startup-jingle): Removed.
1332         (gnus-splash): Don't play jingle.
1333         (gnus): Silence gnus-load message.
1334
1335         * gnus-art.el (gnus-treat-play-sounds): Removed.
1336
1337         * gnus.el (gnus-play-jingle): Remove audio support.
1338
1339         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1340
1341         * earcon.el: Removed -- no users.
1342
1343         * gnus-audio.el: Removed -- no users of this package.
1344
1345         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1346
1347         * gnus-start.el (gnus-setup-news): Remove nocem support.
1348
1349         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1350
1351         * gnus.el (gnus-use-nocem): Removed.
1352
1353         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1354         Removed.
1355
1356         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1357         uses NoCeM any more.
1358
1359         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1360         (gnus-button-ctan-handler): Ditto.
1361         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1362         (gnus-button-ctan-directory-regexp): Ditto.
1363         (gnus-button-handle-ctan): Ditto.
1364         (gnus-button-tex-level): Ditto.
1365         (gnus-button-alist): Removed CTAN stuff.
1366
1367 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1370         nnimap-streaming test.
1371
1372         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1373         servers twice.
1374
1375         * nnimap.el (nnimap-open-connection): Add more error reporting when
1376         nnimap fails early.
1377
1378         * nnheader.el (nnheader-get-report-string): New function.
1379         (nnheader-get-report): Use it.
1380
1381         * gnus-int.el (gnus-check-server): Say what the error was when opening
1382         failed.
1383
1384         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1385         using streaming.
1386
1387 2010-09-25  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1390         gnus-window-inside-pixel-edges.
1391
1392 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1395
1396         * mm-decode.el (mm-save-part): Allow saving to other directories the
1397         normal Emacs way.
1398
1399         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1400         by Jay Berkenbilt.
1401
1402         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1403         there isn't a single byte.
1404
1405         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1406         just do it.  It doesn't really seem to matter what the user responds
1407         here, I think, so it's just a confusing question.
1408
1409         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1410         non-streaming case.
1411
1412         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1413         (gnus-article-encrypt-body): Use it.
1414
1415         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1416         keystroke.
1417
1418         * nnimap.el (nnimap-find-wanted-parts-1): Use
1419         gnus-fetch-partial-articles.
1420
1421         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1422
1423         * nnimap.el (nnimap-insert-partial-structure): New function.
1424         (nnimap-get-partial-article): New function.
1425         (nnimap-request-article): Use it.
1426         (nnimap-wait-for-response): Return whether the wait was successful.
1427         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1428         retrieval wasn't successful.
1429         (nnimap-retrieve-group-data-early): Allow throttling servers.
1430         (nnimap-streaming): New variable.
1431         (nnimap-fetch-partial-articles): Removed.
1432
1433         * mm-decode.el (mm-with-part): Protect against killed buffers.
1434
1435         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1436         for prettier summary display.
1437
1438 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1439
1440         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1441         directly.
1442
1443 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1446         apparently third-party libraries depend on it.
1447
1448         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1449         before starting negotiation.
1450
1451         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1452         privacy reasons.
1453         (gnus-treat-mail-gravatar): Ditto.
1454
1455         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1456         buffer when inserting images.  Inserting text into the headers, for
1457         instance, can make them invalid.
1458
1459 2010-09-25  Julien Danjou  <julien@danjou.info>
1460
1461         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1462         variables.
1463
1464         * nnheader.el: Remove useless variables news-reply-yank-from and
1465         news-reply-yank-message-id.
1466
1467         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1468         variables.
1469
1470         * mml1991.el: Remove useless mml1991-verbose.
1471
1472         * gnus.el: Remove useless variable gnus-use-generic-from.
1473         Remove obsolete variable gnus-topic-indentation.
1474
1475         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1476
1477         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1478
1479         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1480
1481         * gnus-group.el: Remove useless gnus-group-icon-cache.
1482         Remove useless gnus-ephemeral-group-server.
1483
1484         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1485
1486         * mml2015.el: Remove useless mml2015-verbose.
1487
1488         * mml-smime.el: Remove useless mml-smime-verbose.
1489
1490         * gnus.el: Remove useless gnus-local-domain.
1491
1492         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1493         gnus-gravatar-size.
1494
1495         * gnus-art.el: Remove useless gnus-treat-translate.
1496
1497 2010-09-24  Julien Danjou  <julien@danjou.info>
1498
1499         * gnus-sum.el: Add support for Gravatars.
1500
1501         * gnus-art.el: Add support for Gravatars.
1502
1503         * gnus-gravatar.el: Add this file.
1504
1505         * gravatar.el: Add this file.
1506
1507 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1510
1511         * gnus-group.el (gnus-group-fetch-faq): Removed.
1512
1513         * gnus.el (gnus-group-faq-directory): Removed.
1514
1515         * gnus-group.el (gnus-group-fetch-charter): Removed.
1516
1517         * gnus.el (gnus-group-charter-alist): Removed.
1518
1519         * gnus-group.el (gnus-group-archive-directory): Removed.
1520         (gnus-group-recent-archive-directory): Ditto.
1521         (gnus-group-make-archive-group): Removed.
1522
1523         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1524
1525         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1526         use the same article number for all the cached articles.
1527
1528         * nnimap.el (nnimap-command): Register the last command time so
1529         that we can use it for idling NOOPs.
1530         (nnimap-open-connection): Start the keeplive timer.
1531         (nnimap-make-process-buffer): Store all the process buffers.
1532         (nnimap-keepalive): New function.
1533
1534         * starttls.el: (starttls-open-stream): Add autoload cookie.
1535
1536 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1537
1538         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1539         handling.
1540
1541 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1544         its data structures.
1545
1546         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1547         instead of the cl.el copy-list.
1548         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1549         equalp.
1550
1551 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1554         and tool-bar-local-item-from-menu.
1555
1556         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1557         mode-line-highlight face for Emacs.
1558
1559         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1560         loading gnus-sum.elc; fix comment for canlock-verify.
1561         (gnus-article-jump-to-part): Use read-number.
1562         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1563         Emacs pre-21 compatible code for help-echo.
1564         (gnus-article-next-page-1): No need to adjust the number of lines.
1565         (gnus-article-describe-bindings): Always use help-buffer.
1566
1567         * gnus-audio.el (gnus-audio-inline-sound)
1568         * gnus-cus.el (gnus-custom-mode)
1569         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1570
1571         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1572
1573         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1574         compatible code.
1575
1576 2010-09-24  Glenn Morris  <rgm@gnu.org>
1577
1578         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1579         visiting the fcc file in rmail-mode.
1580
1581         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1582
1583 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * nnir.el: Silence the byte compiler.
1586
1587         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1588         alias to browse-url-url-encode-chars if any.
1589         (gnus-html-encode-url): Use it.
1590
1591 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * gnus-start.el (gnus-use-backend-marks): New variable.
1594         (gnus-get-unread-articles-in-group): Use it.
1595
1596         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1597         makeover.
1598
1599 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1600
1601         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1602
1603 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1606         Removed.
1607         (gnus-setup-news-hook): Removed
1608         gnus-fixup-nnimap-unread-after-getting-new-news.
1609
1610         * gnus-int.el (gnus-request-update-info): Protect against backends not
1611         having the function.
1612
1613         * nnimap.el (nnimap-stream): Mention starttls.
1614         (nnimap-open-connection): Add starttls support.
1615
1616 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1617
1618         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1619
1620 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1623         BODYSTRUCTUREs.
1624         (nnimap-transform-headers): Unfold quoted {42} headers.
1625
1626         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1627         the info.
1628         (gnus-get-unread-articles): Only call updatep on backends that support
1629         it.
1630
1631         * nnweb.el (nnweb-request-update-info): NOOP.
1632
1633         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1634
1635         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1636         since it only deals with marks.
1637
1638         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1639         gnus-request-marks, and make a new gnus-request-update-info.
1640
1641         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1642         the active instead of the high number, which is usually too low.
1643
1644 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1645
1646         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1647         * encrypt.el: Removed.
1648
1649 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1652         server in symbolic form.
1653
1654         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1655         0.9.
1656
1657 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1660         (nnimap-update-info): Fix up code slightly.
1661
1662         * gnus-int.el (gnus-open-server): Add tracing for performance
1663         debugging.
1664
1665         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1666         (gnus-group-insert-group-line): Pass the real group name so that it
1667         gets the right data.
1668
1669         * gnus-start.el (gnus-get-unread-articles): Don't have
1670         `gnus-get-unread-articles-in-group' update info, since that can be
1671         really slow and doesn't seem to be needed?
1672
1673 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1674
1675         * time-date.el (date-to-time): Try using parse-time-string first before
1676         using the slower timezone-make-date-arpa-standard.
1677
1678 2010-09-22  Julien Danjou  <julien@danjou.info>
1679
1680         * gnus-group.el (gnus-group-insert-group-line): Call
1681         gnus-group-highlight-line.
1682         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1683         default hook list.
1684         (gnus-group-update-eval-form): Add new function.
1685         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1686         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1687
1688 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1691         immediate, then expire all articles.
1692         (nnimap-update-info): Fix off-by-one errors.
1693         (nnimap-flags-to-marks): Would return no marks lists for group with no
1694         flags.  Instead return the other data.
1695
1696 2010-09-22  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1699         Only return an icon.
1700         (gnus-group-insert-group-line): Compute icon to return.
1701
1702         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1703         variable.
1704         (gnus-html-image-fetched): Only cache if
1705         gnus-html-image-automatic-caching is set.
1706         (gnus-html-image-fetched): Check for errors.
1707
1708 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1711         once per method on `g'.  This ensures that backends like nnfolder don't
1712         open all their folders.
1713
1714         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1715         (nnimap-request-list): Nix out group in the correct buffer.
1716         (nnimap-parse-flags): Implement by using `read' instead of
1717         hand-parsing.
1718         (nnimap-flags-to-marks): Pass on permanent-flags.
1719         (nnimap-make-process-buffer): Record the server name.
1720         (nnimap-parse-flags): Fix typo.
1721         (nnimap-request-scan): Run split on the server in general, not just a
1722         single group.
1723
1724         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1725         parameter, and propagate this downwards.
1726
1727         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1728         since EXAMINE changes it on the server.
1729
1730         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1731         this command might take a while.
1732
1733 2010-09-22  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1736         harmful if you have 2 images side-by-side, they can't be properly
1737         update on text deletion.  Using text-property is safer here.
1738         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1739         data.
1740
1741 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * nnimap.el (nnimap-expunge-inbox): Removed.
1744         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1745         (nnimap-expunge): Flip default to t.
1746
1747         * gnus.el (gnus-method-to-server): Don't push things to the cache
1748         unless it's unique.
1749         (gnus-server-to-method): Ditto.
1750
1751 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1754
1755 2010-09-22  Julien Danjou  <julien@danjou.info>
1756
1757         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1758         get the start of data.
1759         (gnus-html-encode-url): Add this function to encode special chars in
1760         URL.
1761         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1762         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1763
1764         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1765         default.
1766         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1767
1768         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1769         images alt-text.
1770         (gnus-html-put-image): Put alt-text as help-echo.
1771
1772 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1775         * mm-util.el (mm-decompress-buffer)
1776         * nnir.el (nnir-run-find-grep)
1777         * pop3.el (pop3-list): Use 3rd arg of split-string.
1778
1779         * time-date.el (format-seconds): Comment fix.
1780
1781         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1782         and byte-optimize-form-code-walker.
1783         (dgnushack-make-auto-load): Don't advise make-autoload.
1784
1785         * lpath.el: Remove Emacs 21 stuff.
1786
1787 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1790         outside the active range.  Suggested by Dan Christensen.
1791
1792         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1793         slightly later to avoid double-getting it.
1794
1795         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1796         previous patch.
1797
1798         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1799
1800 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1801
1802         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1803
1804 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-int.el (gnus-open-server): Give a better error message in the
1807         "go offline" case.
1808
1809         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1810         marks for nnimap, which is seldom the right thing to do.
1811
1812         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1813         (gnus-same-method-different-name): New function.
1814
1815         * nnimap.el (parse-time): Require.
1816
1817         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1818         method in the presence of many similar methods.
1819
1820         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1821
1822         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1823         nnml-inhibit-expiry.
1824
1825         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1826         find out whether methods are equal.
1827
1828         * nnimap.el (nnimap-find-expired-articles): New function.
1829         (nnimap-process-expiry-targets): New function.
1830         (nnimap-request-move-article): Request the article before looking at
1831         what the Message-ID is.  Fix found by Andrew Cohen.
1832         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1833
1834         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1835         for oldness in addition to being a predicate.
1836
1837         * nnimap.el (nnimap-request-group): When we have zero articles, return
1838         the right data to Gnus.
1839         (nnimap-request-expire-articles): Only delete articles immediately if
1840         the target is 'delete.
1841
1842         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1843         method, this would bug out.
1844
1845         * gnus-group.el (gnus-group-expunge-group): Renamed from
1846         gnus-group-nnimap-expunge, and implemented as a normal interface
1847         function.
1848
1849         * gnus-int.el (gnus-request-expunge-group): New function.
1850
1851         * nnimap.el (nnimap-request-create-group): Implement.
1852         (nnimap-request-expunge-group): New function.
1853
1854 2010-09-21  Julien Danjou  <julien@danjou.info>
1855
1856         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1857         (gnus-html-cache-expired): Add new function.
1858         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1859         wethever we should display image for fetch it.
1860         Compute alt-text earlier to pass it to the fetching function too.
1861         (gnus-html-schedule-image-fetching): Change function argument to only
1862         get one image at a time, not a list.
1863         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1864         cache.
1865         (gnus-html-get-image-data): New function to retrieve image data from
1866         cache.
1867         (gnus-html-put-image): Change buffer argument to use image data rather
1868         than file, and place image above region rather than inserting a new
1869         one. Do not take alt-text as argument, since it's useless now: we place
1870         the image above alt-text.
1871         (gnus-html-prune-cache): Remove.
1872         (gnus-html-show-images): Start to fetch image when we find one, do not
1873         push into a temporary list.
1874         (gnus-html-prefetch-images): Only fetch image if they have expired.
1875         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1876         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1877
1878 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1881
1882 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1885         spec inser "*" if the group isn't active instead of 0.
1886
1887         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1888         opening the server.
1889         (nnimap-request-delete-group): Implement group deletion.
1890         (nnimap-transform-headers): Return the size of the entire message in
1891         the Bytes header, not just the size of the first part.
1892         (nnimap-request-move-article): When moving an article from nnimap,
1893         request the article first so the accepting form has an article to
1894         accept.  Reported by Dan Christensen.
1895         (nnimap-command): Make sure that the error message doesn't error out.
1896
1897 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1898
1899         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1900         we haven't requested anything.
1901
1902 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1905         "".  Fix found by Andrew Cohen.
1906
1907         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1908         instead of -encode-string.
1909
1910 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1913
1914         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1915         by mm-subst-char-in-string.
1916
1917 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1920         waiting for the connection string.
1921
1922         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1923         arriving.
1924
1925         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1926         bogus characters.  This allows selecting certain Gmail groups.
1927
1928         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1929         (nnimap-fetch-partial-articles): New variable.
1930         (nnimap-open-connection): When looking for credentials, also use the
1931         nnimap-server-port.
1932         (nnimap-request-article): Return the group/article number, so that Gnus
1933         `^' works as expected.
1934         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1935         them.
1936
1937         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1938         comments.
1939         (gnus-methods-sloppily-equal): New function.
1940         (gnus): When using the development version of Gnus, load the gnus-load
1941         file.
1942
1943         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1944         `gnus-open-server' on each method before trying to scan them etc.  This
1945         ensures that all the backend parameters are set correctly.
1946
1947         * nnimap.el (nnimap-authenticator): New variable.
1948         (nnimap-open-connection): Allow anonymous login.
1949         (nnimap-transform-headers): The chars header is called Chars not
1950         Bytes.
1951         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1952         drops.
1953
1954         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1955         patch, found by Knut Anders Hatlen.
1956
1957 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1958
1959         * gnus-agent.el (gnus-agent-batch-confirmation)
1960         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1961         to gnus-message.
1962         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1963         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1964         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1965         * gnus-int.el (gnus-open-server): Likewise.
1966         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1967         (gnus-score-check-syntax): Likewise.
1968         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1969         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1970         Likewise.
1971         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1972
1973 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1976         calling conventions so that prefetch doesn't bug out.
1977
1978 2010-09-19  Julien Danjou  <julien@danjou.info>
1979
1980         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1981         rather than `subst-char-in-region' in order to be able to replace ASCII
1982         char by UTF-8 ones.
1983
1984         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1985         than curl.
1986         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1987         the right URL and ALT text on images.
1988         (gnus-html-wash-tags): Fix tag case.
1989         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1990         (gnus-article-html): Add -o display_ins_del=2 option.
1991         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1992
1993 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1996         the extra mail headers, which sometimes seem to happen for unknown
1997         reasons.
1998
1999         * mail-parse.el (mail-header-encode-parameter): Define as
2000         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2001         (or most, perhaps?) mail readers don't understand the latter, but do
2002         understand the former.
2003
2004         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2005         to nil, so that no methods are automatically agentized.  I think this
2006         is probably what most users want.
2007
2008         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2009         from url-retrieve, for instance about invalid URLs.
2010
2011         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2012         groups that have no articles.
2013         (nnimap-request-article): Check that we really got an article when we
2014         requested one.
2015
2016         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2017         doesn't exist.
2018
2019         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2020         nntp buffer so the agent can save it.
2021         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2022         that CRLF doesn't get translated to \n.
2023         (nnimap-open-connection): Don't make 'shell commands only send \n.
2024
2025 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2026
2027         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2028         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2029         Update var name.
2030         (nnml-generate-nov-file): Use dolist.
2031         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2032         Use with-current-buffer.
2033
2034 2010-09-18  Julien Danjou  <julien@danjou.info>
2035
2036         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2037         parallel.
2038
2039 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2042         the range update right.
2043         (nnimap-request-group): Don't make `M-g' bug out on group with no
2044         marks.
2045         (nnoo): Required, so that other packages can require nnimap.
2046         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2047         command we're looking for.  This helps when the server sends more
2048         responses after we've gotten everything we expected.
2049         (nnimap): Add a `newlinep' field to keep track of end-of-line
2050         conventions.
2051         Don't send CRLF to things that don't want it.
2052         (nnimap-request-accept-article): Ditto.
2053
2054 2010-09-18  Julien Danjou  <julien@danjou.info>
2055
2056         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2057         than curl to retrieve images.
2058
2059 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2062         the marks.
2063         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2064         (nnimap-wait-for-connection): New function.
2065         (nnimap-open-connection): If we have PREAUTH, don't query for login
2066         credentials.
2067         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2068         when doing a partial update.
2069
2070 2010-09-18  Julien Danjou  <julien@danjou.info>
2071
2072         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2073         tags.
2074
2075 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnimap.el (nnimap-credentials): New function.
2078         (nnimap-open-connection): Use the new function to look for credentials
2079         also on the numeric equivalents of "imap" and "imaps".
2080
2081         * gnus-start.el (gnus-activate-group): Send the info to
2082         gnus-request-group.
2083
2084         * nnimap.el (nnimap-request-group): Have the "check" version of the
2085         function parse flags and update the info, so that a `M-g' get a total
2086         resync of all flags from the group.
2087
2088         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2089         to allow backends to alter the info on group selection.  Also alter all
2090         the backend -request-group functions to take the parameter.
2091
2092         * nnimap.el (nnimap-store-info): New function.
2093         (nnimap-update-info): Store the info for later usage.
2094         (nnimap-request-group): Use the stored info for the dont-check case, so
2095         that we don't retrieve all marks when we enter a group.
2096
2097         * nnimap.el: Use deffoo instead of defun for interface functions.
2098
2099         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2100         update the group info.  This makes the nndraft groups, for instance, go
2101         back to their old behaviour.
2102
2103         * gnus-sum.el (gnus-select-newsgroup): Indent.
2104
2105         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2106         in.
2107         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2108         nothing.
2109
2110         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2111         from methods that are denied.
2112
2113         * gnus-int.el (gnus-method-denied-p): New function.
2114
2115         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2116         store the password instead of netrc.
2117         (nnimap-open-connection): Don't error out when we can't make a
2118         connections.
2119
2120         * auth-source.el (auth-source-create): In the password prompt, say what
2121         we're querying for.  Also prompt for user name if that hasn't been
2122         given.
2123
2124         * nnimap.el (nnimap-with-process-buffer): Removed.
2125
2126 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2129         method when we're reading from the agent.
2130
2131         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2132
2133         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2134         that's probably most useful for users.
2135
2136         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2137         "failed" all the time.
2138
2139         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2140         ...)) with (with-current-buffer ... ).
2141
2142         * nntp.el (nntp-open-server): Return whether the open was successful or
2143         not.
2144
2145         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2146         select an unread unseen article first.
2147
2148         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2149         /etc/services, supply some sensible port defaults.
2150
2151         * dgnushack.el: Define netrc-credentials.
2152
2153 2010-09-17  Julien Danjou  <julien@danjou.info>
2154
2155         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2156
2157 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2158
2159         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2160         doesn't have any parameters.
2161
2162 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2165         only upcased checks.
2166
2167         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2168
2169         * nnimap.el (nnimap-open-shell-stream): New function.
2170         (nnimap-open-connection): Use it.
2171         (nnimap-transform-headers): Get the number of lines in each message.
2172         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2173         number of lines.
2174         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2175         problem.
2176
2177         * utf7.el (utf7-encode): Autoload.
2178
2179         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2180         to allow the mail splitting to not return a default group.  This is
2181         useful for nnimap, which will leave unmatched mail in the inbox.
2182
2183         * nnimap.el: Rewritten.
2184
2185         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2186         nnimap usage.
2187
2188         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2189         if the move is internal, so that nnimap can do fast internal moves.
2190
2191         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2192         data.
2193         (gnus-read-active-for-groups): Support finishing the early retrieval of
2194         data.
2195
2196         * gnus-range.el (gnus-range-nconcat): New function.
2197
2198         * gnus-int.el (gnus-finish-retrieve-group-infos)
2199         (gnus-retrieve-group-data-early): New functions.
2200
2201 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2202
2203         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2204         (nnrss-retrieve-groups):
2205         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2206         (pop3-quit): Use with-current-buffer.
2207
2208 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2211         instead of nnheader-accept-process-output.
2212
2213         * dgnushack.el (dgnushack-compile): Add comment.
2214
2215         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2216
2217         * gnus-html.el (gnus-html-schedule-image-fetching)
2218         (gnus-html-prefetch-images): Replace process-kill-without-query by
2219         gnus-set-process-query-on-exit-flag.
2220
2221 2010-09-16  Romain Francoise  <romain@orebokech.com>
2222
2223         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2224
2225 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2228         parameter to unintern is mandatory-ish in Emacs 24.
2229
2230         * gnus-html.el (gnus-html-schedule-image-fetching)
2231         (gnus-html-prefetch-images): Check for curl before using it.
2232
2233         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2234         depend on curl, which isn't essential.
2235
2236         * imap.el: Revert back to version
2237         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2238         seem problematic.
2239
2240 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2241
2242         * gnus-registry.el (gnus-registry-install-shortcuts):
2243         Explicitly pass `obarray' to `unintern' to avoid a warning.
2244
2245 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2248         change.
2249
2250         * nnrss.el (nnrss-request-list): Removed this function and related
2251         functions, including the moreover stuff.
2252
2253 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * nnrss.el (nnrss-retrieve-groups): New function.
2256
2257 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2258
2259         * .dir-locals.el: Add no-byte-compile cookie.
2260
2261 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * time-date.el (format-seconds): Comment fix.
2264
2265         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2266         for back end that doesn't support request-scan.
2267
2268 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2271         then do request scans from the backends.
2272
2273         * netrc.el (netrc-credentials): New conveniency function.
2274
2275         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2276         avoid running a hook per line, since this takes a lot of time,
2277         profiling shows.
2278         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2279         directly if gnus-visual-p is true.
2280
2281 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2284         groups; replace mapcar with dolist which is a bit faster; pass groups
2285         info to gnus-read-active-file-1.
2286         (gnus-read-active-file-1): Scan only specified groups if the new
2287         optional arg `infos' is given.
2288
2289 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2292
2293         * pop3.el (pop3-movemail): Removed.
2294         (pop3-streaming-movemail): Renamed to pop3-movemail.
2295
2296         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2297         don't restrict end-tag searches to the end of the line.
2298
2299 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2302         articles of every unchecked group to t, which means unknown since the
2303         server has never been opened.
2304
2305 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-html.el (gnus-html-show-alt-text): New command.
2308         (gnus-html-browse-image): Ditto.
2309         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2310         to browse the image directly.
2311         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2312         better.
2313
2314         * gnus-async.el (gnus-async-article-callback): Call
2315         `gnus-html-prefetch-images' unconditionally.
2316
2317         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2318         before feeding URLs to curl.
2319
2320 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2323         internal images as deletable by `W D D'.
2324
2325         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2326         (gnus-async-article-callback): Fix typo.
2327
2328 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2331         current line to work around bugs in the output from w3m.
2332
2333         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2334         for groups that want that.
2335
2336         * nntp.el (nntp-wait-for-string): Supply a timeout for
2337         accept-process-output to ensure progress.
2338
2339         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2340         level to get unread articles from, then use that for foreign groups,
2341         too.
2342
2343         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2344         confuses the rest of the function.
2345
2346         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2347         for the methods that support -retrieve-groups, too.
2348
2349         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2350
2351 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2354         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2355
2356         * pop3.el: Require cl when compiling.
2357         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2358
2359 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2362         that aren't going to be activated.
2363         (gnus-get-unread-articles): Fix up the last commit.
2364
2365         * gnus-html.el (gnus-article-html): Allow calling without specifying
2366         the handle.  In that case, dissect the buffer first.
2367
2368         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2369
2370         * nnimap.el (nnimap-open-connection): Revert the change that would look
2371         into authinfo for imaps instead of imap.
2372
2373         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2374         say that you don't want to call gnus-request-group with don-check, but
2375         do check the reponse.  This is for virtual groups only.
2376         (gnus-get-unread-articles): Count the archive groups as secondary, so
2377         that they're activated the same way as before.
2378
2379         * imap.el (imap-message-map): Removed optional buffer parameter, since
2380         no callers use it.
2381         (imap-message-get): Ditto.
2382         (imap-message-put): Ditto.
2383         (imap-mailbox-map): Ditto.
2384         (imap-mailbox-put): Ditto.
2385         (imap-mailbox-get): Ditto.
2386         (imap-mailbox-get): Revert last change for this function.
2387
2388         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2389         case-insensitively.
2390         (nnimap-debug): Removed.
2391
2392         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2393         to use `imap-fetch' instead.  According to the comments, this should be
2394         safe, since all other IMAP clients use the 1:* syntax.
2395         (imap-enable-exchange-bug-workaround): Removed.
2396         (imap-debug): Removed -- doesn't seem very useful.
2397
2398         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2399         mail from a file, and the file doesn't exist.
2400
2401         * imap.el (imap-log): New convenience function used throughout instead
2402         of repeating the same code all over the place.
2403
2404         * pop3.el (pop3-streaming-movemail): Return t for success.
2405
2406         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2407         .authinfo if we're using ssl connection.
2408
2409         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2410         already have if we're in a main Gnus `g' run.
2411
2412         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2413
2414 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2417
2418         * nnmh.el (nnmh-request-list-1): Bind `file'.
2419
2420         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2421         alias to set-process-query-on-exit-flag or process-kill-without-query.
2422         (pop3-open-server): Use it.
2423
2424 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2427         box to the Incoming file.  Fixes mistake in previous checkin.
2428
2429         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2430         request loop (for debugging purposes) removed.
2431
2432         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2433         culprit is more visible.
2434         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2435         (nnml-add-incremental-nov): New functions to do "incremental" nov
2436         updates, where we just append to the end of the existing nov files
2437         without reading/writing them in full.
2438
2439         * mail-source.el (mail-source-delete-crash-box): Really only check the
2440         incoming files once in a while.
2441
2442         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2443
2444         * mail-source.el (mail-source-delete-crash-box): Only check the
2445         incoming files for deletion once per day to save a lot of file
2446         accesses.
2447
2448         * pop3.el (pop3-logon): Fix up unbound variable typo.
2449
2450         * mail-source.el (pop3-streaming-movemail): Autoload.
2451
2452         * pop3.el (pop3-streaming-movemail): Respect
2453         pop3-leave-mail-on-server.
2454
2455         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2456         retrieval.
2457
2458         * pop3.el (pop3-process-filter): Removed unused function.
2459         (pop3-streaming-movemail, pop3-send-streaming-command)
2460         (pop3-wait-for-messages, pop3-write-to-file)
2461         (pop3-number-of-responses): New functions for streaming pop3
2462         retrieval.
2463
2464         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2465         come from no known methods.
2466         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2467         list.
2468
2469         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2470         message sizes.
2471         (pop3-movemail): Use erase-buffer instead of looping and deleting
2472         regions, which seems rather odd.
2473
2474         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2475         file once per `g' run.
2476
2477         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2478         directories.  This makes the draft queue directory work.
2479
2480         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2481         data from the backends, so that we only request the list of groups from
2482         each method once.  This should speed things up considerably.
2483
2484         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2485         detect that it's not implemented.
2486
2487         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2488         we actually do recurse down into the tree, but don't stat all leaf
2489         nodes.
2490
2491         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2492         then say so instead of bugging out.
2493
2494         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2495         files exist before trying to read them.
2496
2497         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2498         around <pre_int>.
2499
2500         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2501
2502         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2503
2504 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * mm-util.el (mm-image-load-path): Just return the image directories,
2507         not all directories in the path in addition to the image directories.
2508         (mm-image-load-path): Maintain a cache of the image directories so that
2509         the `g' command in Gnus doesn't have to stat dozens of directories each
2510         time.
2511
2512         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2513         (gnus-html-wash-tags): Add a new `i' command to insert images.
2514         (gnus-html-insert-image): New command and keystroke.
2515         (gnus-html-redisplay-with-images): New command and keystroke.
2516         (gnus-html-show-images): Renamed command.
2517         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2518         spacers.
2519         (gnus-html-wash-tags): Decode entities at the end, so that entities
2520         inside the tags don't mess up the rest of the "parsing".
2521
2522         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2523         so that nnimap methods aren't agentized by default.  There's apparently
2524         many problems related to agent/imap behaviour.
2525
2526         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2527
2528         * gnus-html.el: Doc fix.
2529
2530 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2533         specifier-spec-list for Emacs 21.
2534
2535         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2536         glyph-width and glyph-height instead of display-graphic-p and
2537         image-size; make avoidance of displaying small images work for XEmacs.
2538
2539         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2540         for XEmacs.
2541
2542         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2543         of symbol that holds plist data.
2544         (gnus-process-plist): Remove plist of process after getting it.
2545
2546 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * message.el (message-generate-hashcash): Change default to
2549         'opportunistic if hashcash is installed.
2550
2551         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2552         (gnus-html-put-image): Only call image-size once, since it's somewhat
2553         time-consuming on remote X servers.
2554
2555 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2558         type on data, not a file name.
2559
2560         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2561         window-pixel-edges for Emacs 21.
2562
2563         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2564         decoded contents.
2565         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2566
2567 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2570         group line format, since it isn't very interesting.
2571
2572         * gnus-agent.el (gnus-agent-short-article),
2573         (gnus-agent-long-article): Increase values for these two variables,
2574         since most people are likely to have more network connection and
2575         storage than before.
2576
2577         * gnus.el (gnus-refer-article-method): Change default to 'current.
2578         When referring an article, the common behaviour is to refer it from the
2579         current select method, not the native select method.  The chances of
2580         the native select method having the message in question is rather slim
2581         these days.
2582
2583         * gnus-sum.el (gnus-auto-select-subject): Change default to
2584         `unseen-or-unread'.  I think it's likely that most people want to
2585         select an unseen article over a previously seen, but unread one.
2586
2587         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2588         means that in the article buffer none of the minor mode elements will
2589         be shown, usually, and this is not desirable in most cases.
2590
2591         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2592         that commands like `d' (and the like) go to the next line in the
2593         buffer, instead of the next unread article.  I think this is the
2594         behaviour that is most natural for most users.
2595         (gnus-single-article-buffer): Change default to nil, so that people can
2596         have as many article buffers open as they have summary buffer.  I think
2597         this is the most natural way for the groups to behave.
2598
2599         * message.el (message-generate-new-buffers): Change default to
2600         `unsent', so that all new message buffers start their names with the
2601         string "*unsent", and it's easier to find the buffers if you move from
2602         them.
2603
2604 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2607         small.  They're probably tracking images.
2608         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2609         (gnus-html-rescale-image): Yet another try at getting the image sizing
2610         right.
2611
2612         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2613         nntp-marks-file-name is nil.
2614
2615 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2616
2617         * gnus-html.el (gnus-html-wash-tags)
2618         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2619         Better logging.
2620
2621 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2624
2625         * gnus-html.el (gnus-html-wash-tags): Check the value of
2626         gnus-blocked-images in the summary buffer.
2627
2628 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2631
2632 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2635         like "a", it seems like.
2636         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2637         since it needs to be picked from the correct buffer.
2638
2639         * nnwfm.el: Removed.
2640
2641         * nnlistserv.el: Removed.
2642
2643 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2646         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2647
2648 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * nnkiboze.el: Removed.
2651
2652         * nndb.el: Removed.
2653
2654         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2655         alt text.
2656         (gnus-html-rescale-image): Try to get the rescaling logic right for
2657         images that are just wide and not tall.
2658
2659         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2660         overshadow variable bindings.
2661
2662 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * gnus-html.el (gnus-html-wash-tags)
2665         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2666         extra logging.
2667
2668 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2671         (gnus-max-image-proportion): New variable.
2672         (gnus-html-rescale-image): New function.
2673         (gnus-html-put-image): Rescale images.
2674
2675 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2676
2677         Fix up some byte-compiler warnings.
2678         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2679         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2680         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2681         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2682         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2683         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2684         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2685
2686 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-html.el (gnus-article-html): Decode contents by charset.
2689
2690 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2693         (gnus-html-frame-width, gnus-blocked-images)
2694         * message.el (message-prune-recipient-rules): Add custom version.
2695         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2696
2697         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2698         functions.
2699
2700         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2701         gnus-process-get.
2702
2703 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2704
2705         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2706         instead of lsub directly.
2707
2708 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnwarchive.el: Removed.
2711
2712         * gnus-soup.el: Removed.
2713
2714         * nnsoup.el: Removed.
2715
2716         * nnultimate.el: Removed.
2717
2718         * gnus-html.el (gnus-blocked-images): New variable.
2719
2720         * message.el (message-prune-recipients): New function.
2721         (message-prune-recipient-rules): New variable.
2722
2723         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2724         guess whether a long line is natural text or not.
2725
2726         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2727         gnus-process-plist and friends for compatibility.
2728
2729 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * gnus-html.el: Require packages that define macros used in this file.
2732         (gnus-article-mouse-face): Declare to silence byte-compiler.
2733         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2734         process-get.
2735         (gnus-html-put-image): Use plist-get to avoid getf.
2736         (gnus-html-prefetch-images): Use with-current-buffer.
2737
2738 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-ems.el: Provide compatibility functions for
2741         gnus-set-process-plist.
2742
2743         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2744         header-line-format for XEmacs 21.4.
2745
2746         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2747         * gnus.el (gnus-valid-select-methods)
2748         * message.el (message-send-mail-partially-limit)
2749         * mm-decode.el (mm-text-html-renderer)
2750         * mml.el (mml-insert-mime-headers-always)
2751         * smiley.el (smiley-regexp-alist): Bump custom version.
2752
2753 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-html.el: require mm-url.
2756         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2757         with the url to `url'.
2758         (gnus-html-wash-tags): Support cid: URLs/images.
2759
2760 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2763         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2764         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2765
2766         * gnus-move.el: Removed file, since it doesn't really work.
2767
2768         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2769         UTF-8.  This seems to fix problems with some German web feeds.
2770
2771         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2772         at the top so that the proper colours are applied.
2773
2774         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2775         don't have dots in their names.
2776
2777         * gnus-art.el (gnus-article-view-part): Doc fix.
2778
2779         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2780         XEmacs-compatible.
2781         (gnus-html-put-image): Don't do images on non-graphic displays.
2782
2783         * nnslashdot.el: Removed this unused backend.
2784
2785         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2786         actions.
2787         (gnus-undo-register-1): Revert last change.
2788
2789         * gnus-group.el (gnus-group-completing-read): Protect against not
2790         having completion-styles bound.
2791
2792         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2793         make broken recipients happier.
2794
2795         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2796
2797         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2798         point parameter.
2799
2800         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2801
2802         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2803         completion-styles for group selection.
2804
2805 2009-02-04  Andreas Schwab  <schwab@suse.de>
2806
2807         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2808         headers and regexp-quote the match if necessary.
2809
2810 2009-03-24  Miles Bader  <miles@gnu.org>
2811
2812         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2813         the blinking smiley.
2814
2815 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2816
2817         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2818         blink smiley.
2819
2820 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2823         where the dribbel file lives exists.
2824
2825         * message.el (message-send-mail-partially-limit): Change the default to
2826         nil, since most people don't want this.
2827
2828         * mm-url.el (mm-url-decode-entities): Also decode entities like
2829         &#x3212.
2830
2831 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2832
2833         * gnus-sum.el (gnus-summary-idna-message):
2834         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2835         Hyperlink urls in docstrings with URL `...'.
2836
2837 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2838
2839         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2840         functions.
2841
2842 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2845         say what the mouseover text should be.
2846
2847         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2848         version of the mm-w3m-safe-url-regexp variable to only download images
2849         in the groups where we want that to happen.
2850
2851         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2852
2853         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2854         easier debugging.
2855         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2856         big pictures in the article buffer.
2857
2858         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2859         gnus-article-html.
2860         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2861         w3m.
2862
2863         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2864
2865 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2868         which doesn't exist.
2869
2870         * message.el (message-inhibit-ecomplete): New variable to allow some
2871         function to inhibit ecomplete address storage.
2872         (message-resend): Disable ecomplete message storage when resending
2873         messages.
2874
2875         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2876
2877 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2880         Save excursion while copying, moving, and deleting articles in order to
2881         prevent the cursor from jumping to unforeseen place.
2882
2883 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * lpath.el: No need to bind bookmark-current-buffer,
2886         bookmark-yank-point and bookmark-make-record-function.
2887
2888 2010-08-17  Glenn Morris  <rgm@gnu.org>
2889
2890         * gnus-sync.el: Require gnus components whose functions are used.
2891
2892         * gnus-art.el (bookmark-make-record-function):
2893         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2894         Declare for compiler.
2895
2896         * mm-url.el (mml-compute-boundary): Autoload.
2897
2898 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2901
2902 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         Typo fix "hoo4a" -> "hook".
2905
2906         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2907
2908 2010-08-14  Glenn Morris  <rgm@gnu.org>
2909
2910         * gnus-sync.el (gnus-sync): Fix defgroup version.
2911
2912 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2915
2916         * gnus-sync.el: Fix docs.
2917         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2918         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2919
2920 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         Optimizations for gnus-sync.el.
2923
2924         * gnus-sync.el: Add docs about gnus-sync-backend
2925         possibilities.
2926         (gnus-sync-save): Remove unnecessary message.
2927         (gnus-sync-read): Optimize and show what groups were skipped.
2928
2929 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         Minor bug fixes for gnus-sync.el.
2932
2933         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2934         read the sync on get-new-news.
2935
2936         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2937         quiet.
2938
2939         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2940
2941 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2942
2943         Make saving and restoring of hidden threads work with overlays.
2944         Patch applied by Ted Zlatanov.
2945
2946         * gnus-sum.el (gnus-hidden-threads-configuration)
2947         (gnus-restore-hidden-threads-configuration): Update to deal with text
2948         properties, rather than searching for a magic character.
2949
2950 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2951
2952         New gnus-sync.el library for synchronization of marks.
2953
2954         * gnus-sync.el: New library for synchronization of marks.
2955
2956         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2957         renamed from `gnus-registry-grep-in-list'.
2958
2959         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2960
2961         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2962
2963 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2966         determining charset of text fails.
2967
2968 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * nnmail.el (nnmail-get-new-mail-1): Revert.
2971
2972         * nnml.el (nnml-active-number): Make sure names of newly created groups
2973         in nnml-group-alist are encoded.
2974
2975 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2978         containing non-ASCII characters in active file for nnml back end.
2979
2980 2010-07-24  David Engster  <dengste@eml.cc>
2981
2982         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2983         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2984
2985 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2986
2987         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2988         tag (Bug#6654).
2989
2990 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2993         the article buffer, not the summary buffer.
2994
2995 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2998         Emacs 23 as well.
2999
3000 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3003         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3004
3005 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3006
3007         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3008         Patch applied by Karl Fogel.
3009
3010         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3011         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3012
3013 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3014
3015         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3016         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3017         C-w still not working correctly from Article buffers; Thierry's
3018         patch to fix that will be applied after this.
3019
3020         * gnus-art.el (bookmark-make-record-function): New local variable.
3021
3022         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3023         article buffer.
3024         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3025
3026 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3027
3028         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3029         on changes in bookmark.el.
3030
3031 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3034         `no-log' instead of message not to log prompt string.
3035
3036 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3037
3038         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3039         the *other* type of HTML form submission.
3040
3041 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3042
3043         * auth-source.el (auth-source-pick): If choice does not contain a
3044         questioned keyword, set the check to t.
3045
3046 2010-06-12  Romain Francoise  <romain@orebokech.com>
3047
3048         * gnus-util.el (gnus-date-get-time): Move up before first use.
3049
3050 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3053         (gnus-article-edit-part): Bind it to make last part that is substituted
3054         or deleted visible.
3055         (gnus-mime-display-single): Buttonize part of which id equals to
3056         gnus-mime-buttonized-part-id.
3057
3058 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3059
3060         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3061         (gnus-dd-mmm): Use gnus-date-get-time.
3062         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3063         simplify logic.
3064         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3065         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3066
3067 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3068
3069         * auth-source.el (top): Autoload `secrets-list-collections',
3070         `secrets-create-item', `secrets-delete-item'.
3071         (auth-sources): Fix tag string.
3072         (auth-get-source, auth-source-retrieve, auth-source-create)
3073         (auth-source-delete): New defuns.
3074         (auth-source-pick): Rewrite in order to avoid 2 passes.
3075         (auth-source-forget-user-or-password): New parameter USERNAME.
3076         (auth-source-user-or-password): New parameters CREATE-MISSING and
3077         DELETE-EXISTING.  Retrieve password interactively, if needed.
3078
3079 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3080
3081         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3082         deleting unused directories when gnus-expert-user is t.
3083
3084 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3087         for each temp file when gnus-article-browse-delete-temp is ask.
3088
3089 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3090
3091         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3092         Lisp calls to delete-backward-char by calls to delete-char.
3093
3094 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3095
3096         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3097
3098 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3099
3100         * password-cache.el (password-cache-remove): Fix docstring.
3101
3102 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3105         article unless decoding article to be saved.
3106
3107 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3110         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3111         generated within the mm-with-unibyte-current-buffer macro.
3112
3113 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3116         to nil when we're in a mml-preview buffer and no group is selected.
3117
3118 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3119
3120         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3121         when catching the `C-g'.  Reported by "Leo".
3122
3123 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * message.el (message-forward-make-body-plain)
3126         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3127         multibyte-string-p.
3128
3129         * lpath.el: Revert.
3130
3131 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * message.el (message-forward-make-body-mml): Assume original message
3134         is multibyte string; error on unibyte.
3135         (message-forward-make-body-plain): Ditto; don't add excessive newline
3136         in body end.
3137
3138         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3139
3140 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3141
3142         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3143         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3144
3145 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mm-extern.el (mm-extern-url): Don't use
3148         mm-with-unibyte-current-buffer.
3149         (mm-extern-cache-contents): Use with-current-buffer instead of
3150         save-excursion + set-buffer.
3151
3152 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * mm-util.el (mm-emacs-mule): Remove.
3155
3156 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3157
3158         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3159         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3160         change.
3161
3162 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3165         bind the default value of enable-multibyte-characters to nil.
3166
3167 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * message.el (message-forward-make-body-plain)
3170         (message-forward-make-body-mml):
3171         Don't use mm-with-unibyte-current-buffer.
3172
3173 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3174
3175         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3176
3177 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3178
3179         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3180         (Bug#5592).
3181
3182 2010-05-07  Julien Danjou  <julien@danjou.info>
3183
3184         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3185         it to mm-pipe-part.
3186
3187         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3188         it is given.
3189
3190 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * binhex.el (binhex-decode-region-internal)
3193         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3194         (dns-query)
3195         * nnweb.el (nnweb-gmane-search)
3196         * pgg-parse.el (pgg-parse-armor)
3197         * pgg.el (pgg-verify-region)
3198         * sha1.el (sha1-string-external)
3199         * uudecode.el (uudecode-decode-region-internal)
3200         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3201         XEmacs.
3202
3203         * gnus-art.el (gnus-article-browse-html-parts)
3204         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3205         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3206         make-temp-file.
3207
3208         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3209         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3210         compiling.
3211
3212         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3213         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3214         XEmacs when compiling.
3215
3216         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3217         gnus-pick-mode-off-hook for XEmacs when compiling.
3218         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3219         gnus-binary-mode-off-hook for XEmacs when compiling.
3220
3221         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3222         nil if char-charset is not available.
3223
3224         * imap.el (imap-disable-multibyte)
3225         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3226         macros.
3227
3228         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3229         instead of encode-coding-string.
3230
3231         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3232         'xemacs) instead of mm-emacs-mule to switch function definitions.
3233         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3234
3235         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3236         bind temporary-file-directory for XEmacs;
3237         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3238         timer-set-function for XEmacs 21.4 and SXEmacs;
3239         bind timer-list for XEmacs 21.4 and SXEmacs;
3240         fbind char-charset and find-charset-region for non-Mule XEmacs;
3241         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3242         encode-coding-region and encode-coding-string for XEmacs having no
3243         file-coding feature.
3244
3245 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3246
3247         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3248
3249 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3252         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3253
3254 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3255
3256         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3257         alias `jka-compr-delete-temp-file' no longer exists.
3258
3259 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         Use define-minor-mode in Gnus where applicable.
3262         * mml.el (mml-mode): Use define-minor-mode.
3263         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3264         (gnus-undo-mode): Use define-minor-mode.
3265         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3266         (gnus-dead-summary-mode): Use define-minor-mode.
3267         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3268         Initialize in declaration.
3269         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3270         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3271         (gnus-mailing-list-mode): Use define-minor-mode.
3272         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3273         (gnus-draft-mode): Use define-minor-mode.
3274         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3275         (gnus-dired-mode): Use define-minor-mode.
3276
3277 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3278
3279         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3280         handles on recursive mml-to-mime translation and check them for
3281         boundary delimiter collisions.  Reported by Greg Troxel.
3282
3283 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3286
3287 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3288
3289         * mm-util.el (mm-find-buffer-file-coding-system):
3290         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3291
3292 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3293
3294         * message.el (message-generate-headers): Record insertion of optional
3295         headers as well.  Otherwise the check to prevent repeated insertion of
3296         optional headers is a no-op.
3297
3298 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * smime.el: Don't mention CVS.
3301
3302         * nnrss.el (nnrss-fetch): Don't mention CVS.
3303
3304         * nnir.el: Don't mention CVS.
3305
3306 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3307
3308         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3309
3310 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * lpath.el: Fbind bookmark-default-handler,
3313         bookmark-get-bookmark-record, bookmark-make-record-default,
3314         bookmark-prop-get for Emacs <23 and XEmacs.
3315
3316 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3317
3318         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3319         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3320         Use with-current-buffer to silence the byte-compiler.
3321         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3322         bother to require `gnus'.
3323         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3324
3325 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3326
3327         * gnus-sum.el (gnus-summary-bookmark-make-record)
3328         (gnus-summary-bookmark-jump): New functions.
3329         (gnus-summary-mode): Setup bookmark support.
3330
3331 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3332
3333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3334         if set.
3335
3336 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3339         gnus-article-browse-html-save-cid-image; make it work recursively for
3340         forwarded messages as well.
3341         (gnus-article-browse-html-parts): Work when prefix arg is given.
3342         (gnus-article-browse-html-article): Doc fix.
3343
3344 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3345
3346         * message.el (message-default-mail-headers):
3347         (message-default-headers): Carry the value mail-default-headers over
3348         into message-default-mail-headers, rather than message-default-headers.
3349
3350 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3351
3352         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3353         charset.
3354
3355         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3356         charset into the <meta> tag when the article is encoded to utf-8.
3357
3358 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3361         directories as well.
3362         (gnus-article-browse-html-parts): Work for images that do not specify
3363         file names; delete temp directory when quitting; insert header at the
3364         right place; use file: scheme for image files.
3365
3366 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3367
3368         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3369         (gnus-article-browse-html-parts): Use it to make temporary cid image
3370         files in addition to html file so that browser may display them.
3371
3372 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3375
3376 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3377
3378         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3379
3380 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3383         about Secret Service API sources.  Improve Customize options.
3384         (auth-source-pick): Change to accept any number of search parameters.
3385         Implement fallbacks iteratively, not recursively.  Add scoring on the
3386         second pass and sort by score.  Call Secret Service API when needed.
3387         (auth-source-user-or-password): Use it.  Call Secret Service API
3388         directly when needed to get the user name and the password.
3389
3390 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3391
3392         * message.el (message-interactive): Doc fix.
3393         (message-qmail-inject-args): Reflow.
3394         (message-kill-to-signature): Fix typo in docstring.
3395
3396         * smiley.el (smiley-buffer): Fix typo in docstring.
3397
3398 2010-03-24  Glenn Morris  <rgm@gnu.org>
3399
3400         * mail-source.el (gnus-message): Declare.
3401         (mail-source-delete-old-incoming): Require gnus-util.
3402
3403 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3406
3407         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3408
3409         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3410         password-cache's default if it is not bound.
3411         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3412         password-cache-expiry's default if it is not bound.
3413
3414         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3415         available in Emacs 21.
3416
3417         * lpath.el: Suppress compiler warnings for:
3418         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3419         XEmacs;
3420         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3421         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3422         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3423
3424 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * auth-source.el (auth-sources): Fix up definition so extra parameters
3427         are always inline.
3428
3429 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3430
3431         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3432         wasn't updated after mismatch.  Clear cached mailbox info correctly
3433         when uidvalidity changes.
3434         (nnimap-group-prefixed-name): New function to avoid some code
3435         duplication.
3436         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3437         (nnimap-request-group): Use it.
3438         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3439         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3440         with many imap folders.  This is done by caching the group status from
3441         the imap server persistently in a group parameter `imap-status'.  (This
3442         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3443         but not persistently, so every Gnus startup was still very slow.)
3444
3445 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3446
3447         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3448         delete the extra newline.  Otherwise editing of :string and :number
3449         types don't work.
3450
3451 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3452
3453         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3454         secrets.el dependency.
3455         (auth-sources): Add optional user name.  Add secrets.el configuration
3456         choice (unused right now).
3457
3458 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3461         `gnus-registry-install-shortcuts' fill in the functions.
3462
3463         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3464         warnings.
3465         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3466         (gnus-registry-install-shortcuts): Populate and use it in a
3467         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3468
3469 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3470
3471         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3472         In-place substitutions for the group name encoding/decoding.
3473         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3474         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3475         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3476         (nnimap-update-unseen, nnimap-request-list)
3477         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3478         (nnimap-request-set-mark, nnimap-split-to-groups)
3479         (nnimap-split-articles, nnimap-request-newgroups)
3480         (nnimap-request-create-group, nnimap-request-accept-article)
3481         (nnimap-request-delete-group, nnimap-request-rename-group)
3482         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3483         `encoded-mbx' for consistency.
3484         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3485         variable `imap-current-mailbox'.
3486
3487         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3488         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3489
3490 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3491
3492         * pop3.el (pop3-display-message-size-flag): Display message size byte
3493         counts during POP3 download.
3494         (pop3-movemail): Use it.
3495         (pop3-list): Implement listing of available messages.
3496
3497 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3498
3499         * nnir.el (nnir-get-article-nov-override-function): New function to
3500         override the normal NOV retrieval.
3501         (nnir-retrieve-headers): Use it.
3502
3503 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3504
3505         * auth-source.el (netrc-machine-user-or-password): Autoload.
3506
3507 2010-03-19  Glenn Morris  <rgm@gnu.org>
3508
3509         Stop message.el from loading about 40 libraries it doesn't always need.
3510         The general approach is to autoload rather than require, and to
3511         require in the specific functions rather than the file.  (Bug#5642)
3512
3513         * gmm-utils.el: Don't require wid-edit.
3514         (widget-create-child-value, widget-convert, widget-default-get):
3515         Autoload.
3516
3517         * gnus-util.el: Don't require time-date, netrc.
3518         (message-fetch-field, gnus-group-name-decode): Declare rather than
3519         autoloading.
3520         (gnus-fetch-field): Require message.
3521         (gnus-decode-newsgroups): Require gnus-group.
3522
3523         * ietf-drums.el: Don't require time-date.
3524
3525         * message.el: Don't require hashcash, canlock, ecomplete.
3526         Do require mail-utils.  Require nnheader only when compiling.
3527         (smtpmail-default-smtp-server): Remove declaration.
3528         (message-send-mail-function): Check smtpmail-default-smtp-server
3529         is bound rather than requiring smtpmail.
3530         (message-auto-save-directory, message-insert-signature): Use
3531         expand-file-name rather than nnheader-concat.
3532         (nnheader-insert-file-contents): Autoload.
3533         (hashcash-wait-async): Declare.
3534         (message-send-mail): Only call gnus-setup-posting-charset if
3535         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3536         (message-send-mail-with-sendmail): Require sendmail.
3537         (canlock-password, canlock-password-for-verify): Declare.
3538         (message-canlock-password): Require canlock.
3539         (nnheader-get-report): Autoload.
3540         (gnus-setup-posting-charset): Declare.
3541         (message-send-news): Require gnus-msg.
3542         (message-make-references, message-make-in-reply-to): Use mail-header-id
3543         rather than the alias mail-header-message-id.
3544         (ecomplete-add-item, ecomplete-save): Declare.
3545         (message-put-addresses-in-ecomplete): Require ecomplete.
3546         (ecomplete-display-matches): Autoload.
3547
3548         * mm-decode.el: Don't require mailcap, gnus-util.
3549         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3550         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3551         Autoload.
3552         (mailcap-mime-extensions): Declare.
3553
3554         * mm-encode.el: Don't require mailcap.
3555         (mailcap-extension-to-mime): Autoload.
3556
3557         * mml-sec.el: Don't require password-cache.
3558
3559         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3560         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3561         (mml-minibuffer-read-type): Require mailcap.
3562         (mml-preview): Require gnus-msg.
3563
3564         * mml1991.el: Require password-cache.
3565         (password-cache-expiry): Remove declaration.
3566
3567         * mml2015.el: Require password-cache.
3568         (password-cache-expiry): Remove declaration.
3569
3570         * nneething.el (mailcap): Require mailcap.
3571
3572         * nnheader.el (declare-function): Add compatibility stub.
3573         (message-remove-header): Declare rather than autoload.
3574         (nnheader-replace-header): Require message.
3575
3576         * nnimap.el (declare-function): Add compatibility stub.
3577         (netrc-parse, netrc-machine-user-or-password): Declare.
3578         (nnimap-open-connection): Require netrc.
3579
3580         * nntp.el (declare-function): Add compatibility stub.
3581         (netrc-parse, netrc-machine, netrc-get): Declare.
3582         (nntp-send-authinfo): Require netrc.
3583
3584         * rfc2047.el: Don't require qp.
3585         (quoted-printable-encode-region, quoted-printable-decode-string):
3586         Autoload.
3587
3588         * sieve-mode.el: Don't require easymenu.
3589         (easy-menu-add-item): Autoload it.
3590
3591         * spam-stat.el (time-to-number-of-days): Autoload it.
3592
3593 2010-03-19  Glenn Morris  <rgm@gnu.org>
3594
3595         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3596
3597 2010-03-18  Glenn Morris  <rgm@gnu.org>
3598
3599         * hashcash.el (declare-function): Remove duplicate definition.
3600
3601 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3602
3603         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3604         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3605         value if any backslash escapes).
3606
3607 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3610         if it is available.  (bug#5647)
3611
3612         * lpath.el: Suppress compiler warning for coding-system-from-name for
3613         Emacs 21 and XEmacs.
3614
3615 2010-03-14  Juri Linkov  <juri@jurta.org>
3616
3617         * hmac-def.el:
3618         * hmac-md5.el:
3619         * netrc.el: Fix keywords.
3620
3621 2010-02-26  Glenn Morris  <rgm@gnu.org>
3622
3623         * message.el (message-send-mail-function): Change the default, so that
3624         it inherits from a customized send-mail-function.  (Bug#5643)
3625
3626 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3627
3628         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3629         shell-command-to-string signals an error (bug#5299).
3630
3631 2010-02-24  Glenn Morris  <rgm@gnu.org>
3632
3633         * message.el (message-smtpmail-send-it)
3634         (message-send-mail-with-mailclient): Doc fixes.
3635
3636 2010-02-16  Glenn Morris  <rgm@gnu.org>
3637
3638         * message.el (message-default-mail-headers): Change the default value
3639         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3640
3641 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3644         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3645
3646 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3647
3648         * time-date.el (date-to-time): Doc fix (Bug#5408).
3649
3650 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3651
3652         * message.el (message-mail): Just pass yank-action on to message-setup.
3653         (message-setup): Handle (FUN . ARGS) form of yank-action.
3654         (message-with-reply-buffer, message-widen-reply)
3655         (message-yank-original): Handle non-buffer values of
3656         message-reply-buffer (Bug#4080).
3657         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3658
3659 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3660
3661         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3662         Fix typo in docstring.
3663
3664 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3665
3666         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3667         response.
3668
3669 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3672
3673         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3674
3675         * message.el (message-check-news-header-syntax): Protect against a
3676         string that `rfc822-addresses' returns when parsing fails.
3677
3678 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3681         (gnus-previous-char-property-change): New functions.
3682
3683         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3684
3685 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3686
3687         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3688         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3689
3690 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3691
3692         * message.el (message-exchange-point-and-mark): Rework last change to
3693         avoid using optional arg of exchange-point-and-mark, for backward
3694         compatibility.
3695
3696 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3697
3698         * message.el (message-exchange-point-and-mark): Call
3699         exchange-point-and-mark with an argument rather than setting
3700         mark-active by hand (Bug#5175).
3701
3702 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * nntp.el (nntp-service-to-port): Work for service expressed with
3705         numeric string; replace [:digit:] with [0-9] for XEmacs.
3706
3707 2009-12-17  Glenn Morris  <rgm@gnu.org>
3708
3709         * gnus-group.el (gnus-bug-group-download-format-alist):
3710         Change emacs entry to debbugs.gnu.org.  Bump :version.
3711
3712 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3715
3716 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * message.el (message-info): Explain why we use `Info-goto-node'.
3719
3720 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3723
3724 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3725
3726         * message.el (message-completion-in-region): New compatibility function.
3727         (message-expand-group): Use it.
3728
3729 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3732         with no unread article should be listed if the 2nd arg `predicate' is
3733         given.
3734
3735 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3738
3739 2009-11-29  Juri Linkov  <juri@jurta.org>
3740
3741         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3742         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3743         on `gnus-recenter'. (Bug#4698, Bug#4981)
3744
3745 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3746
3747         * sha1.el (sha1-string-external): default-directory "/" in case
3748         otherwise non-existent.  process-connection-type pipe for touch of
3749         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3750
3751 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3752
3753         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3754         it's comms related and sgml-mode.el has "comm" on that basis too.
3755
3756 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3759         containing tspecial characters if they have been already quoted.
3760
3761 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3762
3763         * dns-mode.el (auto-mode-alist): Purecopy string.
3764
3765 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3768
3769 2009-10-24  Glenn Morris  <rgm@gnu.org>
3770
3771         * gnus-art.el (help-xref-stack-item): Define for compiler.
3772
3773 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3774
3775         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3776
3777 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3780
3781 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3784         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3785
3786 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3789         (gnus-overlays-in): New alias to overlays-in.
3790
3791         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3792         gnus-overlay-get, and gnus-delete-overlay.
3793         (gnus-summary-show-thread): Make it work as well for systems in which
3794         next-single-char-property-change is not available.
3795         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3796
3797         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3798         (gnus-overlay-get): New alias to extent-property.
3799         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3800
3801         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3802         SXEmacs.
3803
3804         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3805         SXEmacs.
3806
3807 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3810
3811 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3812
3813         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3814         and XEmacs that don't have `remove-overlays'.
3815
3816 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3817
3818         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3819         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3820         selective display.  Use overlays instead.
3821
3822 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3823
3824         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3825
3826 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3827
3828         * spam-stat.el (spam-stat-load): Fix typo in message.
3829
3830 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3831
3832         * dig.el (dig-invoke): Fix typo in docstring.
3833         (query-dig): Reflow docstring.
3834
3835 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3836
3837         * gnus-art.el (gnus-article-encrypt-body):
3838         * message.el (message-check-recipients):
3839         * mm-util.el (mm-codepage-setup):
3840         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3841         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3842
3843 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3844
3845         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3846         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3847         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3848         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3849         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3850
3851 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3852
3853         * dig.el: Add "Keywords: comm", as per net-utils.el.
3854
3855 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3856
3857         * dig.el (dig-mode): Use define-derived-mode.
3858
3859 2009-09-19  Glenn Morris  <rgm@gnu.org>
3860
3861         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3862
3863 2009-09-18  Glenn Morris  <rgm@gnu.org>
3864
3865         * gnus-diary.el (gnus-diary-check-message):
3866         * message.el (message-insert-formatted-citation-line):
3867         * nnbabyl.el (top-level):
3868         * nndiary.el (nndiary-schedule):
3869         Fix typos in condition-case handlers.
3870
3871 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3874         configuration that provides the sole article window in a frame;
3875         position point correctly after deleting a part.
3876
3877 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3878
3879         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3880         (spam-resolve-registrations-routine): Use it to unregister articles
3881         that change status.
3882
3883 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3886         with XEmacs.
3887         (parse-time-string-chars): Use it.
3888
3889 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         * imap.el (imap-interactive-login): Better messages.
3892         (imap-open): Fix bug with renamed buffer on reconnect.
3893         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3894         for easier debugging and cleaner code.  On successful (guessed based on
3895         server capabilities) secondary authentication, set imap-state
3896         correctly.
3897         (imap-last-authenticator): Define imap-last-authenticator as a variable
3898         to avoid warnings.
3899
3900 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * nnrss.el (nnrss-request-article): Remove binding of
3903         default-enable-multibyte-characters that has gotten needless by
3904         the 2007-07-13 change in rfc2047-encode-message-header.
3905
3906         * mml.el (mml-insert-multipart): Error on the message header.
3907         (mml-insert-part): Error on the message header; position point at
3908         the end of a MIME tag.
3909
3910 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * time-date.el (autoload): Expand define-obsolete-function-alias into
3913         defalias and make-obsolete for old Emacsen that Gnus supports.
3914         (with-no-warnings): Define it for old Emacsen.
3915         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3916         is available.
3917         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3918         float-time is available; suppress compile warning for time-to-seconds.
3919
3920         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3921         (gnus-float-time): Alias to float-time if it exists.
3922
3923         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3924         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3925         float-time is available; suppress compile warning for time-to-seconds.
3926
3927         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3928         XEmacs.
3929
3930 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * imap.el (imap-message-map): Docstring fix.
3933
3934 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3937         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3938         Add the optional argument `encoding' that overrides the default.
3939
3940         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3941         mm-encode-buffer.
3942
3943 2009-09-04  Glenn Morris  <rgm@gnu.org>
3944
3945         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3946         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3947         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3948         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3949         * mm-util.el (mm-with-unibyte-current-buffer)
3950         (mm-find-buffer-file-coding-system):
3951         * yenc.el (yenc-decode-region): Use default-value rather than
3952         default-enable-multibyte-characters.
3953
3954 2009-09-03  Glenn Morris  <rgm@gnu.org>
3955
3956         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3957         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3958         than default-enable-multibyte-characters.
3959
3960 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3961
3962         * gnus-art.el (gnus-article-read-summary-keys):
3963         Fix gnus-buffer-configuration's value temporarily used.
3964
3965 2009-09-02  Glenn Morris  <rgm@gnu.org>
3966
3967         * gnus-util.el (gnus-float-time): New function.
3968         * gnus-delay.el (gnus-delay-article):
3969         * gnus-sum.el (gnus-thread-latest-date):
3970         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3971         * nnspool.el (nnspool-request-newgroups):
3972         Use gnus-float-time rather than time-to-seconds.
3973         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3974
3975         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3976         (gnus-header-subject-face, gnus-header-newsgroups-face)
3977         (gnus-header-name-face, gnus-header-content-face):
3978         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3979         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3980         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3981         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3982         (gnus-cite-face-11):
3983         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3984         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3985         (gnus-server-closed-face, gnus-server-denied-face)
3986         (gnus-server-offline-face):
3987         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3988         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3989         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3990         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3991         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3992         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3993         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3994         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3995         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3996         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3997         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3998         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3999         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4000         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4001         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4002         (gnus-summary-high-undownloaded-face)
4003         (gnus-summary-low-undownloaded-face)
4004         (gnus-summary-normal-undownloaded-face)
4005         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4006         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4007         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4008         (gnus-splash-face):
4009         * message.el (message-header-to-face, message-header-cc-face)
4010         (message-header-subject-face, message-header-newsgroups-face)
4011         (message-header-other-face, message-header-name-face)
4012         (message-header-xheader-face, message-separator-face)
4013         (message-cited-text-face, message-mml-face):
4014         * sieve-mode.el (sieve-control-commands-face)
4015         (sieve-action-commands-face, sieve-test-commands-face)
4016         (sieve-tagged-arguments-face):
4017         * spam.el (spam-face):
4018         Mark face aliases with "-face" in the name as obsolete.
4019
4020 2009-09-01  Glenn Morris  <rgm@gnu.org>
4021
4022         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4023         than goto-line.
4024
4025 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4028         Don't move point if the command is invoked inside the message header.
4029
4030 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4031
4032         * imap.el (imap-send-command): Simplify.
4033         (imap-wait-for-tag): point-max -> buffer-size.
4034
4035 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4036
4037         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4038         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4039         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4040         * nnir.el (nnir-swish-e-index-file):
4041         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4042         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4043         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4044         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4045         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4046         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4047
4048 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4051         Don't save excursion.
4052
4053 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4054
4055         * nnheader.el (nnheader-find-file-noselect):
4056         * mm-util.el (mm-insert-file-contents):
4057         Use (default-value 'major-mode) instead of default-major-mode.
4058
4059 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4062
4063 2009-08-26  Glenn Morris  <rgm@gnu.org>
4064
4065         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4066         than placing in files.el.
4067
4068 2009-08-25  Glenn Morris  <rgm@gnu.org>
4069
4070         * nnir.el (top-level): Don't require cl at run-time.
4071         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4072         Replace cl-function substitute with gnus-replace-in-string.
4073         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4074         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4075         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4076         simplified expansions.
4077
4078 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4079
4080         * dig.el (dig): Add autoload cookie.
4081
4082 2009-08-22  Glenn Morris  <rgm@gnu.org>
4083
4084         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4085         goto-line.
4086
4087 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4088
4089         * parse-time.el (parse-time-string-chars): Save match data.
4090
4091 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4092
4093         * parse-time.el (parse-time-string-chars): Compute using character
4094         classes, to handle non-ascii characters (Bug#3190).
4095
4096 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4099
4100         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4101         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4102         (gnus-mm-display-part, gnus-mime-display-single)
4103         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4104         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4105
4106         * gnus-sum.el
4107         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4108         (gnus-summary-move-article): Add expirable mark to articles copied or
4109         moved to group that has auto-expire turned on if the option is non-nil.
4110
4111 2009-07-24  Glenn Morris  <rgm@gnu.org>
4112
4113         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4114         Fix typo.  (Bug#3903)
4115
4116 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4119         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4120         that should not be used for draft articles.
4121         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4122         that has no concern in minor mode keys.
4123         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4124         Abolish.
4125
4126 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4129         article without making inquiry to a user for unknown encoding.
4130
4131         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4132         (nnmaildir--scan): Assume i-node and device number that file-attributes
4133         returns might be cons-cell.
4134
4135         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4136
4137         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4138
4139 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * auth-source.el: Remove docs now in auth.texi.  Don't use
4142         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4143         `auth-source-hide-passwords' and use them.
4144
4145 2009-07-15  Glenn Morris  <rgm@gnu.org>
4146
4147         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4148
4149 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4152         excessive whitespace from the default values of title and description.
4153
4154 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4157         mail-fetch-field to fetch Content-Description header in order to
4158         exclude newlines.
4159
4160 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4161
4162         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4163         format used by GnuPG 2.0.11.
4164
4165 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4168         to deleted part.
4169
4170 2009-05-30  David Engster  <dengste@eml.cc>
4171
4172         * nnmairix.el: Remove old documentation in the commentary block.
4173         (nnmairix-request-group): Do not update active file for nnml back ends.
4174         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4175         end so that overview files are ignored.
4176         (nnmairix-update-groups): Make updating the groups more robust by using
4177         marks.
4178         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4179         with dollar characters in message-id.
4180
4181 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4184         2008-12-25 in dns.el.
4185
4186 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4187
4188         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4189         could happen if the text is only composed of spaces and/or tabs.
4190
4191 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4192
4193         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4194         when sending a queued message to avoid extra mml tags.
4195
4196 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4199
4200 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4203         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4204         rmail-toggle-header for XEmacs;
4205         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4206
4207 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-dired.el: Remove autoload for gnus-setup-message.
4210         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4211         displaying Gnus logo; always use compose-mail.
4212
4213 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4216
4217 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4220         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4221         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4222         available.
4223         (gnus-nocem-epg-verify): New function.
4224
4225 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4228
4229 2009-02-15  Glenn Morris  <rgm@gnu.org>
4230
4231         * gnus-util.el (rmail-insert-rmail-file-header)
4232         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4233         autoloads.
4234         (rmail-default-rmail-file): Remove unnecessary declaration.
4235         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4236
4237 2009-02-14  Glenn Morris  <rgm@gnu.org>
4238
4239         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4240         variable (only used in gnus-util, which declares it anyway).
4241         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4242         which was only needed by gnus-art (changed to not use it any more).
4243         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4244         only used in gnus-util, which autoloads it itself.
4245         (rmail-update-summary): Fix autoload.
4246
4247         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4248         rather than rmail-output-to-rmail-file.
4249
4250 2009-02-07  Glenn Morris  <rgm@gnu.org>
4251
4252         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4253         autoload of function that no longer exists.
4254         (rmail-toggle-header): Declare.
4255         (message-forward-rmail-make-body): Handle mbox Rmail.
4256
4257 2009-01-31  Glenn Morris  <rgm@gnu.org>
4258
4259         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4260         2009-01-09 change.
4261
4262 2009-01-31  Dave Love  <fx@gnu.org>
4263
4264         * imap.el (imap-fetch-safe): Bind debug-on-error.
4265         (imap-debug): Add imap-fetch-safe.
4266
4267 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4270         (auth-source-forget-all-cached): New convenience function.
4271         (auth-source-user-or-password): Accept list of modes or a single mode.
4272
4273         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4274         auth-source modes.
4275
4276         * netrc.el (netrc-machine-user-or-password): Use list of
4277         auth-source modes.
4278
4279         * nnimap.el (nnimap-open-connection): Use list of
4280         auth-source modes.
4281
4282         * nntp.el (nntp-send-authinfo): Use list of
4283         auth-source modes.
4284
4285 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4288         now.
4289
4290 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4293         coding system in XEmacs; add a workaround for XEmacs.
4294
4295         * lpath.el: Fbind coding-system-aliasee.
4296
4297 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4300         of current-language-environment.
4301
4302 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4305         available at runtime.
4306
4307 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4310
4311 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4312
4313         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4314         the greatest positive fixnum value doesn't work under an XEmacs with
4315         bignum support; use the most-positive-fixnum constant instead,
4316         available since Emacs 21.1 with cl and XEmacs 21.1.
4317
4318 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4321         XEmacs gets not to work.
4322
4323 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * mm-util.el (mm-coding-system-priorities): Allow the value like
4326         "Japanese (UTF-8)" of current-language-environment.
4327
4328 2009-01-09  Glenn Morris  <rgm@gnu.org>
4329
4330         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4331         with last-command-event.
4332
4333 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4336         in the doc string.
4337
4338         * message.el (message-fix-before-sending): Amend comment.
4339
4340 2009-01-08  Dave Love  <fx@gnu.org>
4341
4342         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4343
4344 2009-01-07  David Engster  <dengste@eml.cc>
4345
4346         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4347         simplified server definitions by converting it via
4348         gnus-server-to-method.
4349
4350 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4353         parameter's operands.
4354
4355 2009-01-06  David Engster  <dengste@eml.cc>
4356
4357         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4358         primary select method (for gnus-group-mark-article-as-read).
4359
4360 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4361
4362         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4363         `(gnus)Face', not `(gnus)X-Face'.
4364
4365 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * mm-util.el (mm-ucs-to-char): New function.
4368
4369         * mm-url.el (mm-url-decode-entities): Use it.
4370
4371         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4372         unicode-to-char.
4373
4374 2009-01-05  Dave Love  <fx@gnu.org>
4375
4376         * time-date.el: Require cl for `declare'.
4377
4378 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4381         Dave Love.
4382
4383 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * message.el (message-fix-before-sending): Add `eight-bit' to
4386         illegible-text check.
4387
4388 2009-01-03  Michael Olson  <mwolson@gnu.org>
4389
4390         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4391         `headers' is nil.  This can occur if the IMAP server does not have
4392         permissions to read messages from a folder, but can write new messages
4393         to the folder.
4394         (nnimap-request-article-part): Do not insert `data' if it is nil.
4395
4396         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4397         characters which will confuse `read', so skip past them.
4398
4399 2009-01-01  Dave Love  <fx@gnu.org>
4400
4401         * imap.el (imap-string-to-integer): Fix typo.
4402         (imap-fetch-safe): New function.
4403         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4404
4405         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4406
4407         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4408         (imap-parse-greeting): Fix doc strings.
4409         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4410         (imap-parse-flag-list): Make messages unique.
4411         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4412
4413         * nnimap.el: Fix author email.
4414         (nnimap-split-rule): Add FIXME comment.
4415         (nnimap-debug): Fix doc string.
4416
4417 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4420
4421 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4422
4423         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4424         nslookup if resolv.conf isn't available.
4425         (dns-query): Rename from query-dns.
4426         (dns-query-cached): Rename from query-dns-cached.
4427
4428 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4431         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4432         to check if those variables exist (first appeared in Emacs 18.50).
4433
4434 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * mm-util.el (mm-line-number-at-pos): New function.
4437
4438         * spam-report.el (spam-report-process-queue): Use it.
4439
4440 2008-12-24  David Engster  <dengste@eml.cc>
4441
4442         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4443         parameters that haven't existed as variables as buffer-local variables.
4444
4445 2008-12-23  Dave Love  <fx@gnu.org>
4446
4447         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4448         cadar.
4449
4450         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4451         imap-starttls-p.
4452         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4453
4454 2008-12-22  Dave Love  <fx@gnu.org>
4455
4456         * imap.el: Fix author email.  Doc fixes.
4457         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4458         reply.
4459
4460 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * spam-report.el (spam-report-gmane-max-requests): New constant.
4463         (spam-report-gmane-wait): New variable.
4464         (spam-report-gmane-ham, spam-report-gmane-spam)
4465         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4466         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4467         the server.
4468
4469         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4470         Add explanations.
4471
4472         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4473         nnheader-accept-process-output and nnheader-read-timeout if available.
4474         (pop3-movemail): Use it.
4475
4476         * message.el (message-check-news-body-syntax): Fix signature check if
4477         there's an attachment.
4478
4479 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * mm-util.el: Add comments to the mm- emulating functions.
4482
4483 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4486         by Stephen Berman <stephen.berman@gmx.net>.
4487
4488 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * mm-util.el (mm-substring-no-properties): New function.
4491         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4492         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4493         (mm-string-to-multibyte): Doc fix.
4494
4495         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4496
4497 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * mml.el (mml-attach-file): Strip text properties from file name.
4500         (Bug#1574)
4501
4502 2008-12-16  Glenn Morris  <rgm@gnu.org>
4503
4504         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4505
4506 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4509         knows since the charset specified might be a bogus alias that
4510         mm-charset-synonym-alist provides.
4511
4512 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4515         "ISO_8859-1".
4516
4517         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4518
4519 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mm-util.el (mm-charset-eval-alist):
4522         Define it before mm-charset-to-coding-system.
4523         (mm-charset-to-coding-system): Add optional argument `silent';
4524         define it before mm-charset-override-alist.
4525         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4526         default value if it can be used in Emacs currently running;
4527         silence mm-charset-to-coding-system.
4528
4529 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4532         `allow-override' which says whether to use `mm-charset-override-alist'.
4533         (rfc2047-decode-encoded-words): Use it.
4534
4535         * mm-util.el (mm-charset-override-alist): Fix custom type;
4536         add `(gb2312 . gbk)' to choices.
4537
4538 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4541         fast.
4542
4543         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4544
4545         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4546
4547 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4548
4549         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4550         on links.
4551
4552         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4553
4554 2008-12-03  Lute Kamstra  <lute@gnu.org>
4555
4556         * sha1.el: Remove leading * from docstrings of defcustoms,
4557         deffaces, defconsts and defuns.
4558
4559 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4562         users' addresses that don't have domain parts.
4563         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4564         rather than message-narrow-to-head since there will be the message
4565         header separator.
4566
4567 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4570         since the result is inserted in a unibyte buffer anyway.
4571         (nnimap-demule-use-string-to-multibyte): Remove.
4572         (nnimap-demule): Alias it to mm-string-to-multibyte.
4573
4574 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4577         variable for debugging bug#464 and bug#1174.
4578         (nnimap-demule): Use it.
4579
4580 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4583         score calculation correctly.
4584
4585 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * message.el (message-send-mail): Just set the buffer to unibyte
4588         rather than use mm-with-unibyte-current-buffer which does a lot more.
4589         (message-send-mail-partially): Don't bother with
4590         mm-with-unibyte-current-buffer since it's already been made unibyte by
4591         message-send-mail.
4592
4593 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4596
4597 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4600
4601 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4604         require itself and to remove `with-no-warnings'.
4605
4606 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * starttls.el (starttls-any-program-available): Get the name of the
4609         available TLS layer program.
4610         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4611         well as the host name in the "opening" message.
4612
4613         * auth-source.el (auth-source-cache, auth-source-do-cache)
4614         (auth-source-user-or-password): Cache passwords and logins by default,
4615         allow override with `auth-source-do-cache'.
4616         (auth-source-forget-user-or-password): Allow users to remove cache
4617         entries if needed.
4618
4619 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4620
4621         * md4.el (md4-buffer): Fix typo in docstring.
4622         (md4, md4-64): Doc fixes.
4623         (md4-pack-int32): Reflow docstring.
4624
4625 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4628         condition-case to only the forward-sexp call.
4629
4630 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4633         quotes contained.  Make it more robust regardless by an extra
4634         condition-case wrapper.
4635
4636 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4639
4640 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * nnml.el (nnml-request-expire-articles): Check if the function set to
4643         `nnmail-expiry-target' returns the symbol `delete'.
4644
4645         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4646
4647         * nnmail.el (nnmail-expiry-target): Fix custom type.
4648
4649 2008-10-02  Glenn Morris  <rgm@gnu.org>
4650
4651         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4652         Silence compiler warning.
4653
4654 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4655
4656         * tls.el (open-tls-stream): Show the actual command being
4657         executed, instead of the format string.
4658
4659 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * lpath.el: Fbind codepage-setup for Emacs 23.
4662
4663 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4664
4665         * mml.el (mml-menu): Don't assume mml2015 is bound.
4666
4667 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4670         exists.
4671
4672 2008-09-27  Glenn Morris  <rgm@gnu.org>
4673
4674         * gnus-util.el (mail-header-remove-comments): Autoload it.
4675
4676 2008-09-27  Andreas Schwab  <schwab@suse.de>
4677
4678         * gnus-util.el (gnus-split-references): Strip comments.
4679         (gnus-parent-id): Likewise.
4680
4681 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * message.el (message-confirm-send): Fix version.
4684
4685 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * message.el (message-idna-to-ascii-rhs-1): Use
4688         mail-extract-address-components rather than mail-header-parse-addresses
4689         that is an alias by default to ietf-drums-parse-addresses that does not
4690         support non-ASCII names in headers' contents.
4691
4692 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * message.el (message-confirm-send): Fixed variable documentation to
4695         avoid the "y/n" wording.
4696
4697 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4698
4699         * message.el (message-set-auto-save-file-name): Save to a different
4700         filename so multiple messages (especially drafts) can be recovered.
4701
4702 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * message.el (message-confirm-send): Add appropriate version.
4705
4706 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4709         defvar.
4710
4711 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4712
4713         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4714         (mm-pkcs7-enveloped-magic): Ditto.
4715
4716 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4717
4718         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4719         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4720
4721 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4724         default, it's better.
4725
4726 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4727
4728         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4729         summary line gnus-number property and ignore them (with a warning
4730         message).
4731
4732 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4735         macro caddr in the interactive form since it won't be expanded.
4736
4737 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4740         `charset'; fix name of function called recursively.
4741         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4742
4743 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4746         (gnus-mime-set-charset-parameters): New function.
4747         (gnus-mime-view-part-as-charset): Use it to correctly display part
4748         specifying wrong charset.
4749
4750 2008-09-08  David Engster  <dengste@eml.cc>
4751
4752         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4753         in completing-read for back end server.
4754
4755 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * message.el (message-confirm-send): New variable to confirm sending a
4758         message.
4759         (message-send): Use it.
4760
4761 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4764
4765 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4768
4769 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4772         prevent tracking too many groups.
4773         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4774         Use it.
4775
4776 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4777
4778         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4779         moving point to the bottom of the window in order to avoid recentering.
4780
4781 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4784
4785         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4786         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4787         (gnus-article-beginning-of-window): Fix calculation.
4788
4789 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-msg.el (gnus-summary-supersede-article)
4792         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4793         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4794         message header.
4795
4796 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4797
4798         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4799         pending output coming after the status change.
4800
4801 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4802
4803         * message.el:
4804         * gnus-start.el:
4805         * gnus-registry.el: Remove VMS support.
4806
4807 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4810         macro.
4811         (rfc2104-hash): Use it.
4812
4813 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4816         (gnus-summary-sort-by-most-recent-date): New commands.
4817         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4818         and menu entries.
4819
4820 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4823         don't redisplay article for raw contents; remove plural articles stuff.
4824
4825         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4826         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4827         on gnus-summary-save-article; display results properly.
4828
4829 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * lpath.el: No need to fbind ns-focus-frame.
4832
4833 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4836
4837 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4840         gnus-save-all-headers.
4841
4842 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4843
4844         * gnus-util.el (ns-focus-frame): Remove declaration.
4845         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4846         like x.
4847
4848 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4849
4850         * rfc2104.el (rfc2104-zero): Delete defconst.
4851         (rfc2104-hex-alist): Likewise.
4852         (rfc2104-hex-to-int): Delete func.
4853         (rfc2104-hexstring-to-bitstring): Likewise.
4854         (rfc2104-nybbles): New defconst.
4855         (rfc2104-hash): Rewrite for speed.
4856
4857 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * tls.el (open-tls-stream): Make it work with the 2nd argument
4860         BUFFER that is a string but does not exist as a buffer object, as
4861         mentioned in the doc-string.
4862
4863 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4866         SXEmacs.
4867
4868 2008-07-16  Glenn Morris  <rgm@gnu.org>
4869
4870         * gnus-util.el (ns-focus-frame): Declare for compiler.
4871
4872 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4875         set as a group parameter.
4876         (gnus-summary-save-in-pipe): Work when it is called independently.
4877         (gnus-summary-pipe-to-muttprint): Don't modify
4878         gnus-summary-pipe-output-default-command.
4879
4880 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4881
4882         * message.el (message-send-mail-with-sendmail):
4883         Display the error message.
4884
4885 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-art.el (gnus-default-article-saver):
4888         Add gnus-summary-save-in-pipe to choices.
4889         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4890         gnus-summary-pipe-output-default-command as the default command.
4891         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4892         instead of gnus-last-shell-command.
4893
4894         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4895         New user option.
4896         (gnus-summary-muttprint-program): Mention the value will be changed.
4897         (gnus-summary-save-article): Force showing of all headers.
4898         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4899
4900 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4901
4902         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4903
4904 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4905
4906         * nnimap.el (nnimap-id):
4907         * sieve-manage.el (sieve-manage-open): Doc fixes.
4908
4909 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4910
4911         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4912         if available.
4913
4914 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4917
4918         * nnkiboze.el (nnkiboze-generate-group):
4919         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4920
4921         * nnmairix.el: Require CL.
4922
4923 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * dgnushack.el: Autoload get-display-table and put-display-table for
4926         XEmacs 21.5.
4927
4928         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4929         21.4 and SXEmacs.
4930
4931 2008-06-15  David Engster  <dengste@eml.cc>
4932
4933         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4934
4935 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4936
4937         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4938         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4939         runtime choice under XEmacs.
4940
4941         * gnus-sum.el (gnus-summary-set-display-table):
4942         Use `gnus-put-display-table', `gnus-get-display-table',
4943         `gnus-set-display-table' for the display table, instead of `aset'.
4944
4945         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4946         Use `gnus-put-display-table', `gnus-get-display-table',
4947         `gnus-set-display-table' for the display table.
4948
4949 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * nnmairix.el: Add autoloads.
4952
4953 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * nnmairix.el (nnmairix-delete-recreate-group)
4956         (nnmairix-update-and-clear-marks): Fix error messages.
4957
4958 2008-06-14  David Engster  <dengste@eml.cc>
4959
4960         * nnmairix.el: Upgrade to version 0.6.
4961         (nnmairix-group-toggle-propmarks-this-group)
4962         (nnmairix-group-toggle-readmarks-this-group)
4963         (nnmairix-group-delete-recreate-this-group)
4964         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4965         (nnmairix-remove-tick-mark-original-article): New commands.
4966         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4967         (nnmairix-propagate-marks-to-nnmairix-groups)
4968         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4969         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4970         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4971         functions needed for marks propagation and manipulation of read marks.
4972         (nnmairix-update-groups): New function.
4973         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4974         (nnmairix-determine-original-group-from-registry)
4975         (nnmairix-determine-original-group-from-path)
4976         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4977         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4978         New helper functions.
4979         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4980         keystrokes for new commands.
4981         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4982         (nnmairix-request-group): Check allow-fast group parameter.
4983         (nnmairix-request-create-group): Set allow-fast group parameter if
4984         nnmairix-allowfast-default is set.
4985         (nnmairix-close-group): Propagate marks upon closing if needed.
4986         (nnmairix-group-toggle-threads-this-group): Use new.
4987         nnmairix-group-toggle-parameter helper function.
4988         (nnmairix-search): Better check for empty search result.
4989         (nnmairix-goto-original-article): Use new helper functions for
4990         determining original article.
4991         (nnmairix-show-original-article): Make sure message-id is in brackets.
4992         (nnmairix-call-mairix-binary): Change variable name.
4993         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4994         helper function.
4995         (nnmairix-widget-toggle-activate): Fix doc string.
4996
4997 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * nnir.el: Require edmacro when compiling with XEmacs.
5000         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5001         available in Emacs 21.
5002
5003 2008-06-11  Glenn Morris  <rgm@gnu.org>
5004
5005         * gnus-util.el (x-focus-frame):
5006         * gnus.el (image-size):
5007         * mm-decode.el (image-size): Declare.
5008
5009         * gnus-picon.el (declare-function): Add compat definition.
5010         (image-size): Declare.
5011
5012         * gnus-group.el (tool-bar-map):
5013         * gnus-sum.el (tool-bar-map): Define for compiler.
5014
5015         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5016
5017         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5018
5019         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5020         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5021         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5022         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5023         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5024         * sieve-manage.el, spam-report.el, spam.el:
5025         Remove unnecessary eval-and-compile of autoloads.
5026
5027 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5028
5029         * auth-source.el: Precise Tramp doc.
5030
5031 2008-06-07  Glenn Morris  <rgm@gnu.org>
5032
5033         * nnmairix.el: Remove unnecessary eval-when-compile.
5034
5035 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * lpath.el: Fbind propertize for XEmacs 21.4.
5038
5039 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * nnir.el: Move here from ../contrib.
5042
5043 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5044
5045         * gnus-util.el (gnus-read-shell-command): New function.
5046         * mm-decode.el (mm-pipe-part):
5047         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5048
5049 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5052
5053 2008-06-03  Glenn Morris  <rgm@gnu.org>
5054
5055         * pop3.el (nnheader-accept-process-output): Autoload it.
5056
5057 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5060         are not 2-digit hexadecimal characters that follow `%'s.
5061
5062 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * message.el (message-bogus-recipient-p): Fix type in doc string.
5065         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5066         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5067         Improve custom options.
5068         (message-bogus-recipient-p): Adjust accordingly.
5069
5070 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5071
5072         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5073         long-form month and day names.
5074
5075 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * dgnushack.el: Autoload debug, eudc-expand-inline and
5078         pgg-snarf-keys-region for XEmacs.
5079
5080         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5081
5082         * nnmairix.el: Require edmacro when compiling with XEmacs.
5083
5084 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5087         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5088
5089 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * auth-source.el: Add more docs.
5092
5093         * netrc.el (netrc-machine): Always match if the port is not given.
5094
5095 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5098         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5099         retrieval faster in some cases, but might make CPU usage larger.  If
5100         this has any bad side effects, we might revert this change.
5101
5102         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5103         seems to make mail retrieval much, much faster.
5104         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5105         unconditionally.
5106
5107         * gnus-draft.el (gnus-group-send-queue): Bind
5108         message-send-mail-partially-limit to nil to avoid being prompted.
5109
5110 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5111
5112         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5113
5114         * message.el (message-bogus-address-regexp): Fix and improve custom
5115         type.
5116         (message-setup-hook): Add message-check-recipients as custom option.
5117
5118 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * message.el (message-cite-function): Remove bogus autoload which crept
5121         in during merge from v5-10.
5122
5123 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5126
5127         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5128
5129         * auth-source.el: Preliminary Tramp docs.
5130         (auth-sources): Change the default auth-sources to use
5131         EPA .gpg files.
5132
5133 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         * nntp.el: Autoload `auth-source-user-or-password'.
5136         (nntp-send-authinfo): Use it.
5137
5138         * nnimap.el: Autoload `auth-source-user-or-password'.
5139         (nnimap-open-connection): Use it.
5140
5141         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5142         for the gnus-message function.
5143         (auth-source-user-or-password): Use it.
5144
5145 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5146
5147         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5148         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5149         (rfc2104-hash): Use it.
5150
5151 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5152
5153         * gnus-art.el (gnus-article-toggle-truncate-lines):
5154         Don't use `iff' in docstring.
5155
5156 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5159
5160         * gnus-util.el (gnus-extract-address-component-name)
5161         (gnus-extract-address-component-email): Convenience functions around
5162         `gnus-extract-address-components'.
5163
5164         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5165         Use `gnus-extract-address-component-email' to fix bug of comparing full
5166         sender name to `user-mail-address'.
5167
5168 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5171         catch/throw to optimize.
5172         (gnus-registry-find-keywords): Just use member to find a keyword.
5173
5174 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5175
5176         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5177         is current before calling gnus-server-prepare.
5178         (gnus-server-setup-buffer, gnus-server-update-server)
5179         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5180
5181 2008-05-04  Juri Linkov  <juri@jurta.org>
5182
5183         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5184         (mailcap-file-default-commands): Use mailcap-replace-in-string
5185         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5186         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5187
5188 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5189
5190         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5191
5192 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5193
5194         * gnus.el: Bump version to 0.11.
5195
5196 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5197
5198         * gnus.el: No Gnus v0.10 is released.
5199
5200 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5203         hooks.
5204         (gnus-update-read-articles): Speed up non-marks-using users.
5205         (gnus-use-marks): Define gnus-use-marks.
5206         (gnus-propagate-marks): Rename variable to something more sensible.
5207
5208 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5209
5210         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5211         (gmm-image-load-path-for-library): Fix typos in docstrings.
5212         (gmm-message): Reflow docstring.
5213
5214 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5215
5216         * mail-source.el (mail-source-set-1, mail-source-bind):
5217         Move auth-source code out of the macro to clean it up and fix bugs.
5218
5219 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5222         by sender if it's equal to user-mail-address, it's likely to be
5223         useless.
5224
5225         * mail-source.el (mail-source-bind): Don't use user or password if they
5226         are not bound.  Unintern them if they are nil.  Don't use server unless
5227         it's bound, and default it to empty string otherwise.
5228
5229 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5230
5231         * mail-source.el: Load auth-source.el.
5232         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5233         get user name or password, if auth-sources is set up.
5234
5235         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5236         strategy of splitting with parent.
5237         (gnus-registry-split-fancy-with-parent)
5238         (gnus-registry-post-process-groups): Use it and fix prior
5239         bug (returning a list as the split result).
5240
5241         * auth-source.el (auth-sources): Remove server parameter.
5242         (auth-source-pick, auth-source-user-or-password)
5243         (auth-source-user-or-password-imap)
5244         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5245         (auth-source-user-or-password-sftp)
5246         (auth-source-user-or-password-smtp): Remove server parameter.
5247
5248 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5249
5250         * smime.el (smime-sign-region, smime-encrypt-region)
5251         (smime-decrypt-region):
5252         Remove redundant calls to `generate-new-buffer-name'.
5253
5254 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5255
5256         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5257         Don't use QP for message/rfc822.
5258         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5259
5260 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5261
5262         * sieve-manage.el (sieve-string-bytes): Remove.
5263         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5264         correct byte-length only if the process's coding-system is the same as
5265         the one used internally by Emacs to represent strings.
5266
5267 2008-04-22  Juri Linkov  <juri@jurta.org>
5268
5269         * mailcap.el (mailcap-file-default-commands): New function.
5270
5271 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * message.el (message-signature-separator, message-cite-function):
5274         Change custom version.
5275
5276 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5277
5278         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5279         commands.
5280         (tls-checktrust): Ditto.
5281
5282 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * mm-decode.el (mm-display-external): Make temp file read-only.
5285
5286 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5289         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5290         `C-c C-f d'.
5291
5292 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5293
5294         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5295
5296 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * gnus.el: Bump version to 0.9.
5299
5300 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * gnus.el: No Gnus v0.8 is released.
5303
5304 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5305
5306         * mail-source.el (mail-source-value):
5307         Prefer fboundp to functionp so it works with macros as well.
5308
5309 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5310
5311         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5312         Fix last change in case the element is not even a symbol.
5313
5314 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5317         Prefer fboundp to functionp so it works with macros as well.
5318
5319 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * auth-source.el: Added docs.
5322         (auth-sources): Modify format to support server.
5323         (auth-source-pick, auth-source-user-or-password)
5324         (auth-source-user-or-password-imap)
5325         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5326         (auth-source-user-or-password-sftp)
5327         (auth-source-user-or-password-smtp): Add server parameter.
5328
5329 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         * gnus-registry.el: Initialize the registry when gnus-registry-install
5332         is t.
5333
5334 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * compface.el (uncompface): Make buffer unibyte.
5337
5338 2008-04-05  Glenn Morris  <rgm@gnu.org>
5339
5340         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5341
5342 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5343
5344         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5345         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5346
5347         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5348         multibyteness after rather than before erasing it.
5349
5350         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5351         mm-with-multibyte.
5352         (gnus-request-article-this-buffer): Make sure the proper decoding is
5353         used if gnus-original-article-buffer happens to be unibyte.
5354
5355         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5356         default-enable-multibyte-characters.
5357
5358         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5359         default-enable-multibyte-characters.
5360
5361         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5362
5363         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5364
5365 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5366
5367         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5368         (imap-message-copyuid-1): Use it.
5369         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5370         J. Williams in
5371         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5372
5373         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5374         imap-enable-exchange-bug-workaround.
5375         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5376
5377 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5378
5379         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5380         a 100 byte status-checks into a 2-3MB transfer for each group.
5381         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5382         to enable bug workaround or not.
5383         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5384
5385 2008-03-31  Glenn Morris  <rgm@gnu.org>
5386
5387         * message.el (mml2015-use): Declare for compiler.
5388         (message-info): Require mml2015 when appropriate.
5389
5390 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5393         whitespace.
5394
5395 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5396
5397         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5398         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5399         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5400         (nntp-service-to-port): New function.
5401         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5402         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5403         (nntp-open-netcat-stream): New function.
5404         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5405
5406 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5407
5408         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5409
5410 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5411
5412         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5413
5414 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5415
5416         * dns.el (dns-write): Use set-buffer-multibyte.
5417
5418 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5419
5420         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5421
5422 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * message.el (message-signature-separator): Change default.
5425         Improve custom type.
5426         (message-cite-function): Change default to
5427         message-cite-original-without-signature.
5428
5429         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5430         toggle.
5431
5432         * message.el (message-check-news-body-syntax): Fix signature check.
5433         (message-setup-1): Mark buffer as unmodified _after_ running
5434         message-setup-hook and handling message-alternative-emails.
5435         (message-shorten-references): Be more strict when building list of
5436         valid references to comply with GNKSA.
5437
5438         * gnus-group.el (gnus-read-ephemeral-bug-group)
5439         (gnus-read-ephemeral-debian-bug-group)
5440         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5441
5442         * message.el (message-info): Don't use booleanp which isn't supported
5443         in Emacs 21 and XEmacs.
5444
5445 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5448         gnus-group-gmane-group-download-format.
5449         (gnus-group-read-ephemeral-gmane-group): Rename from
5450         gnus-group-read-ephemeral-gmane-group.
5451         (gnus-read-ephemeral-gmane-group-url): Rename from
5452         gnus-group-read-ephemeral-gmane-group-url.
5453         (gnus-bug-group-download-format-alist): New variable.
5454         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5455         (gnus-read-ephemeral-emacs-bug-group): New commands.
5456
5457 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5460         (gnus-visible-headers): Improve custom type.
5461
5462 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * mml.el (mml-menu): Add workarounds for XEmacs.
5465
5466         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5467         X-Boundary header.
5468
5469         * message.el (message-simplify-recipients): Fix previous commit.
5470
5471 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5472
5473         * mm-util.el (mm-set-buffer-multibyte): New function.
5474         * mm-decode.el (mm-copy-to-buffer): Use it.
5475
5476 2008-03-19  Glenn Morris  <rgm@gnu.org>
5477
5478         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5479         Accidentally removed in the sync process with Emacs.
5480
5481 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * message.el (message-alter-recipients-discard-bogus-full-name):
5484         New function.
5485         (message-alter-recipients-function): New variable.
5486         (message-get-reply-headers): Use it.
5487         (message-replace-header): New helper function.
5488         (message-recipients-without-full-name): New variable.
5489         (message-simplify-recipients): New command.
5490
5491         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5492
5493         * message.el (message-info): Handle EasyPG manual.
5494
5495         * mml.el (mml-menu): Add entry for EasyPG.
5496
5497 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5498
5499         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5500         parameter.
5501
5502         * message.el (message-disassociate-draft): Specify drafts group name
5503         fully.
5504
5505 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5508         unnecessary duplicates from the match list.
5509
5510 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5513
5514         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5515
5516         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5517         args of `how-many' of which the XEmacs version doesn't take; declare
5518         Info-index-next as function.
5519
5520 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-score.el (gnus-score-headers): Fix handling of
5523         gnus-inhibit-slow-scoring.
5524
5525         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5526         string.
5527         (gnus-button-url-regexp): Improve handling of parenthesis.
5528         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5529         (gnus-button-handle-info-keystrokes): Handle index entries.
5530
5531 2008-03-15  Glenn Morris  <rgm@gnu.org>
5532
5533         * parse-time.el (parse-time-string): Simplify.
5534
5535 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5538         Incoming* files.
5539
5540 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5543         (auth-source-pick): Use it.
5544
5545 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * binhex.el (binhex-decode-region-internal):
5548         * uudecode.el (uudecode-decode-region-internal):
5549         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5550         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5551         setting default-enable-multibyte-characters.
5552
5553 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * auth-source.el (auth-source-protocols)
5556         (auth-source-protocols-customize, auth-source-choices): Added and
5557         modified variable customizations and defaults.
5558         (auth-source-pick, auth-source-user-or-password)
5559         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5561         (auth-source-user-or-password-sftp)
5562         (auth-source-user-or-password-smtp): Use new variables and provide an
5563         interface to netrc.el.
5564
5565 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5568         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5569         Make sure the nntp port to specify is a string.
5570
5571 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5572
5573         * nntp.el: Use with-current-buffer.
5574         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5575         dubious mm-with-unibyte-current-buffer.
5576         (nntp-with-open-group-function): New function extracted from
5577         nntp-with-open-group macro.
5578         (nntp-with-open-group): Use the function, so it's easier to debug.
5579         Add indentation and debugging info.
5580         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5581         the use of the netcat alternatives.
5582
5583         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5584         Avoid mm-string-as-multibyte as well.
5585
5586         * nnweb.el (nnweb-insert-html):
5587         Remove use of nnheader-string-as-multibyte.
5588
5589         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5590         (nnheader-string-as-multibyte): Remove.
5591
5592         * mm-view.el: Use inhibit-read-only.
5593         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5594         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5595         or unibyte-string.
5596
5597         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5598         (mm-uu-yenc-extract): Use with-current-buffer.
5599
5600         * gnus-soup.el (gnus-soup-send-packet): Don't use
5601         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5602
5603         * nnmh.el: Use with-current-buffer.
5604         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5605         mm-string-as-multibyte on the output of mm-encode-coding-string.
5606
5607         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5608         (nnimap-request-move-article): Use with-current-buffer.
5609
5610         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5611         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5612         conversion uses string-make-unibyte rather than string-as-unibyte.
5613
5614         * gnus-msg.el: Use with-current-buffer.
5615
5616         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5617
5618 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5619
5620         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5621         string for caching if it is 'PIN.
5622
5623 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * lpath.el: Consider the case without Emacs/W3.
5626
5627 2008-03-08  Glenn Morris  <rgm@gnu.org>
5628
5629         * time-date.el (date-to-time, time-subtract, time-add)
5630         (safe-date-to-time): Doc fixes.
5631
5632 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * mail-source.el (mail-source-delete-old-incoming-confirm):
5635         Change default to nil.
5636         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5637
5638 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * lpath.el: Rearrange.
5641
5642         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5643         (gnus-article-goto-prev-page): Work for articles having ^L's.
5644
5645         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5646
5647         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5648
5649 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5650
5651         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5652         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5653         (gnus-bookmark-jump): Adjust some variable names.
5654
5655 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * auth-source.el: New package.
5658         (auth-source-choices): Add customization entry point variable.
5659
5660         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5661         bug.
5662
5663 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5666         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5667         (gnus-registry-install-shortcuts): Rename from
5668         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5669         the `gnus-registry-mark-map' keymap dynamically from
5670         `gnus-registry-marks'.  The generated functions update the summary line
5671         when a registry mark is added or deleted, and will call
5672         `gnus-registry-install-p' (see the comments in the code).
5673         (gnus-registry-user-format-function-M): Use concat intelligently.
5674
5675         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5676         the registry mark functions.
5677
5678 2008-03-05  Glenn Morris  <rgm@gnu.org>
5679
5680         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5681         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5682         gnus-art.
5683         (top-level): No need to load own source when compiling.
5684
5685 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5686
5687         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5688         Suggested by <chris.anderton@zetnet.co.uk>.
5689
5690 2008-03-04  Glenn Morris  <rgm@gnu.org>
5691
5692         * gnus-sum.el (top-level): No need to require gnus when compiling,
5693         since unconditionally required near start of file.
5694         (gnus-summary-display-while-building): Move definition before use.
5695
5696 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5699         formatting function.
5700
5701 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5702
5703         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5704         with plists.
5705         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5706         Use new format.
5707
5708 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5711         `where-is-internal' that returns a range of key sequences.
5712
5713 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5714
5715         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5716
5717         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5718         (gnus-summary-jump-to-group): Consider windows on other displayed
5719         frames as well.  Similar changes might be needed elsewhere, but that's
5720         the one I've bumped into during my use.
5721
5722         * nndoc.el (nndoc-oe-dbx-type-p):
5723         * gnus-msg.el (gnus-debug):
5724         * gnus-group.el (gnus-update-group-mark-positions):
5725         Use mm-string-to-multibyte.
5726
5727 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5730         doesn't handle NotDashEscaped.
5731
5732         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5733         (mml-dnd-attach-options): Fix typo in custom choice.
5734
5735         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5736         nndoc-article-type to mbox.
5737         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5738
5739         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5740         to nil, instead of html2text.
5741
5742         * imap.el (imap-debug): Add `imap-ping-server'.
5743
5744         * gnus-bookmark.el: Add FIXMEs.
5745
5746         * message.el (message-form-letter-separator)
5747         (message-send-form-letter-delay): New variables.
5748         (message-send-form-letter): Use them.  New command to send form
5749         letters.  Requested by Uwe Siart.
5750         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5751
5752 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * Update copyright years.
5755
5756 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         Sync from EMACS_22_BASE.
5759
5760         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5761
5762 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5763
5764         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5765         empty author.
5766
5767 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * gnus-registry.el (gnus-registry-marks): Add variable for
5770         customization of marks and their appearance.
5771         (gnus-registry-read-mark): Use it.
5772         (gnus-registry-do-marks): Add utility function to loop through
5773         `gnus-registry-marks'.
5774         (gnus-registry-install-shortcuts-and-menus): Add function to install
5775         shortcuts and menus.
5776         (gnus-registry-initialize): Use it.
5777         (gnus-registry-default-mark): Clarify documentation.
5778
5779 2008-02-29  Glenn Morris  <rgm@gnu.org>
5780
5781         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5782         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5783         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5784         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5785         Change defcustom :version from 23.0 to 23.1.
5786
5787 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * gnus-registry.el (gnus-registry-follow-group-p)
5790         (gnus-registry-post-process-groups): Add functions to aid registry
5791         splitting and improve logging.  Clarify behavior in function
5792         documentation.
5793         (gnus-registry-split-fancy-with-parent): Use them.
5794
5795 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * gnus-art.el: Use with-current-buffer.
5798
5799 2008-02-27  David Engster  <dengste@eml.cc>
5800
5801         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5802         Express real group name in the response.
5803
5804 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5807         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5808         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5809         autoload gnus-registry-fetch-group when compiling.
5810         (nnmairix-request-group-with-article-number-correction): Remove
5811         unreferenced argument passed to nnmairix-call-backend.
5812
5813 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5816         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5817         Wilde.
5818
5819 2008-02-27  Glenn Morris  <rgm@gnu.org>
5820
5821         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5822         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5823         variables to defconsts.  Convert comments to doc-strings.
5824         (nnmairix-last-server, nnmairix-current-server): Convert from free
5825         variables to defvars.  Convert comments to doc-strings.
5826         (gnus-registry-fetch-group): Autoload.
5827         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5828         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5829         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5830         caddr.
5831         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5832         nnmairix-request-group-with-article-number-correction call.
5833         (nnmairix-fast, nnmairix-group): New, less general names, for free
5834         variables passed from nnmairix-request-group to
5835         nnmairix-request-group-with-article-number-correction.  Declare.
5836         (nnmairix-request-group-with-article-number-correction):
5837         Use nnmairix-fast, nnmairix-group rather than fast, group.
5838
5839 2008-02-26  David Engster  <dengste@eml.cc>
5840
5841         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5842         version 0.5.
5843
5844 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5847         instead of making an extra function call.  Don't add the current group
5848         to articles only when they have the group.  Use
5849         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5850         Reported by David <de_bb@arcor.de>.
5851
5852 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5855         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5856
5857 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * mail-source.el (mail-source-delete-incoming): Change default.
5860         Supplement doc string.
5861
5862         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5863
5864 2008-02-14  Glenn Morris  <rgm@gnu.org>
5865
5866         * time-date.el (format-seconds): New function.
5867
5868 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * nnmail.el (nnmail-message-id-cache-file): Derive from
5871         `gnus-home-directory'.
5872
5873 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5876         Document negative prefix.
5877
5878         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5879
5880 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * message.el (message-unsent-separator): Add the Exim bounce
5883         separator.
5884
5885 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5886
5887         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5888         list.
5889         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5890         recipient/signer list.
5891
5892 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * Makefile.in (datarootdir): Define.
5895         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5896         name that might contain whitespace.
5897
5898 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5901         fbound (Emacs 23 unicode), signal an error.
5902
5903 2008-02-08  Glenn Morris  <rgm@gnu.org>
5904
5905         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5906
5907 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5908
5909         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5910         ports to the calls to `netrc-machine-user-or-password' in addition to
5911         "imap" and "imaps".
5912
5913 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5914
5915         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5916
5917         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5918
5919 2008-02-01  Kenichi Handa  <handa@m17n.org>
5920
5921         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5922         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5923         (rfc2104-hash): Convert the result of concat to unibyte string.
5924
5925 2008-02-01  Dave Love  <fx@gnu.org>
5926
5927         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5928         coding-system-for-read.
5929         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5930
5931 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5934         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5935         <hanche@math.ntnu.no>.
5936
5937 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5940
5941         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5942
5943 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5944
5945         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5946         * message.el (message-beginning-of-line): Use featurep instead of bound
5947         tests in order to resolve conditionals at compile time.
5948
5949 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5950
5951         * mail-source.el (mail-sources): Add `group' choice.
5952
5953         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5954         parameter `in-group' to control into which group the articles go.
5955         Add treatment of `group' mail-source.
5956
5957 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5960
5961         * mm-decode.el (mm-dissect-buffer): Decode description.
5962
5963         * mml.el (mml-to-mime): Encode message header first.
5964
5965 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5968         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5969
5970         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5971         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5972
5973 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5976
5977 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5980         prefix keys.
5981         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5982         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5983         gnus-xmas.el.
5984
5985         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5986         (gnus-xmas-article-describe-bindings): New function.
5987         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5988         gnus-xmas-article-describe-bindings.
5989
5990         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5991
5992 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5995         Add new variables for article mark management.
5996         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5997         list of extra data entries which, when present, will indicate that the
5998         article ID should not be trimmed from the registry.
5999         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6000         functions.
6001         (gnus-registry-read-mark): New function to read a mark name from the
6002         user.
6003         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6004         (gnus-registry-set-article-mark-internal): New functions to add and
6005         remove marks.
6006         (gnus-registry-get-article-marks): New function to show the marks for
6007         an article, or retrieve them for further use.
6008
6009 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6012         keys when no argument is given.
6013
6014 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * imap.el (imap-ping-server): New variable.
6017         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6018         (imap-ping-server): Minor doc string fixes.
6019
6020 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6021
6022         * imap.el (imap-ping-server): New function.
6023         (imap-opened): Call imap-ping-server.
6024
6025 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-article-sort-by-random)
6028         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6029         jidanni@jidanni.org.
6030
6031 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (gnus-article-describe-bindings): New function.
6034         (gnus-article-read-summary-keys): Use it.
6035         (gnus-article-mode-map): Bind `C-h b' to it.
6036
6037 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6040         XEmacs.
6041         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6042         against non-character events.
6043
6044         * lpath.el: Fbind map-keymap for Emacs 21.
6045
6046 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6049         command.
6050         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6051         instead of END.  Change name of the temp file.
6052         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6053         customizable.
6054
6055 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6058         bind `S W' to gnus-article-wide-reply-with-original; set default
6059         binding to gnus-article-read-summary-send-keys.
6060         (gnus-article-read-summary-keys): Fix the order of keys; display
6061         continuation keys correctly in the echo area; describe bindings
6062         correctly when keys end with `C-h'.
6063         (gnus-article-read-summary-send-keys): New function.
6064         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6065         for gnus-article-read-summary-send-keys; display continuation keys
6066         correctly in the echo area.
6067         (gnus-article-reply-with-original): Ignore prefix argument.
6068         (gnus-article-wide-reply-with-original): New function.
6069
6070         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6071         Emacs 21.
6072
6073 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6076         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6077
6078 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6081         (gnus-group-read-ephemeral-gmane-group): New command.
6082
6083 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6084
6085         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6086
6087 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * message.el (message-send-mail-function): Increase custom version.
6090
6091         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6092         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6093
6094 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6097         for the cases where imap-authenticate is called with a nil buffer
6098         parameter.
6099
6100 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6103         html parts correctly; support forwarded messages.
6104         (gnus-article-browse-html-article): Remove work buffers.
6105
6106         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6107         compiling.
6108         (netrc-bound-and-true-p): New macro.
6109         (netrc-parse): Use it instead of bound-and-true-p that is not available
6110         in XEmacs 21.4.
6111
6112 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * gnus-registry.el (gnus-registry-mark-article)
6115         (gnus-registry-article-marks): Add functionality to mark articles
6116         through the Gnus registry.
6117
6118         * encrypt.el: Clarify documentation for the new pgg method.
6119         (encrypt-file-alist): Add PGG option.
6120         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6121         functionality.  Abstract password key and messaging to external
6122         functions.
6123         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6124         (encrypt-message-method-and-cipher): Add new convenience external
6125         functions.
6126         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6127         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6128
6129         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6130         (netrc-parse): Use encrypt-file-alist to determine if
6131         encrypt-find-model or encrypt-insert-file-contents should be used.
6132
6133         * encrypt.el: Clarify documentation.  Load password-cache or
6134         password, whichever one is found first, instead of autoloading.
6135
6136 2007-12-19  Glenn Morris  <rgm@gnu.org>
6137
6138         * mml.el (message-options-set, message-narrow-to-head)
6139         (message-in-body-p, message-mail-p, message-encode-message-body):
6140         Autoload.
6141         (message-remove-header, message-narrow-to-headers-or-head)
6142         (message-subscribed-p, message-make-mail-followup-to)
6143         (message-position-on-field, message-news-p)
6144         (message-options-set-recipient, message-generate-headers)
6145         (message-sort-headers): Declare as functions.
6146
6147 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6150         convention in doc string.
6151
6152 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6155         title to html parts.
6156         (gnus-article-browse-html-article): Pass message header to it.
6157
6158         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6159
6160 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6163         or password compatible with XEmacs.
6164
6165 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6168         format document.
6169         (gnus-mime-delete-part): Don't write description line if empty.
6170         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6171
6172 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6173
6174         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6175         (gnus-summary-mark-read-and-unread-as-read)
6176         (gnus-summary-mark-current-read-and-unread-as-read)
6177         (gnus-summary-mark-unread-as-ticked): Doc fix.
6178         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6179
6180 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6183         Christoph Conrad <christoph.conrad@gmx.de>.
6184
6185 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6188         yes-or-no-p.
6189
6190 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * mm-decode.el (mm-add-meta-html-tag): New function.
6193         (mm-save-part-to-file, mm-pipe-part): Use it.
6194
6195         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6196         gnus-y-or-n-p instead of y-or-n-p.
6197         (gnus-article-browse-html-parts): Work with message/external-body; use
6198         mm-add-meta-html-tag.
6199
6200 2007-12-11  Glenn Morris  <rgm@gnu.org>
6201
6202         * gnus-cache.el: Require gnus-sum not just when compiling.
6203
6204         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6205
6206         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6207         definitions before use.
6208
6209         * mm-decode.el: Require gnus-util.
6210         (mm-remove-part): Only call delete-annotation on XEmacs.
6211
6212         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6213
6214         * nnmail.el: Require gnus-int.
6215
6216         * spam.el: Move `require's before `eval-when-compile's.
6217
6218         * gnus-ems.el (gnus-alive-p):
6219         * gnus-fun.el (message-goto-eoh):
6220         * gnus-util.el (gnus-group-name-decode):
6221         * mail-source.el (gnus-compress-sequence):
6222         * message.el (Info-goto-node, format-spec):
6223         * mm-bodies.el (message-options-get):
6224         * mm-decode.el (mm-view-pkcs7):
6225         * mm-util.el (gmm-write-region):
6226         * mml-smime.el (mml-compute-boundary)
6227         (gnus-completing-read-with-default):
6228         * mml.el (widget-button-press, gnus-make-hashtable):
6229         * mml1991.el (mm-decode-content-transfer-encoding)
6230         (mm-encode-content-transfer-encoding)
6231         (message-options-get, message-options-set):
6232         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6233         * nnfolder.el (gnus-request-group):
6234         * nnheader.el (ietf-drums-unfold-fws):
6235         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6236         * smime.el (gnus-run-mode-hooks):
6237         * spam-stat.el (gnus-message): Autoload.
6238
6239         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6240         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6241         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6242         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6243         Add declare-function compatibility definition.
6244
6245         * gnus-cache.el (nnvirtual-find-group-art):
6246         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6247         (gnus-add-image, gnus-add-wash-type):
6248         * gnus-group.el (nnkiboze-score-file):
6249         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6250         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6251         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6252         (message-tokenize-header, gnus-get-buffer-create)
6253         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6254         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6255         * gnus.el (gnus-group-decoded-name):
6256         * mail-source.el (imap-capability):
6257         * mm-bodies.el (message-options-set):
6258         * mm-decode.el (gnus-configure-windows):
6259         * mm-extern.el (message-goto-body):
6260         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6261         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6262         (epg-sub-key-validity, message-options-set):
6263         * mml.el (widget-event-point, gnus-configure-windows):
6264         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6265         * mml2015.el (epg-check-configuration, epg-configuration)
6266         (message-options-set):
6267         * nndb.el (nndb-request-article):
6268         * nnfolder.el (gnus-request-create-group):
6269         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6270         * nnmaildir.el (gnus-group-mark-article-read):
6271         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6272         * rfc1843.el (message-fetch-field):
6273         * spam.el (gnus-extract-address-components):
6274         Declare as functions.
6275
6276 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6279
6280         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6281
6282         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6283         bind show-trailing-whitespace for XEmacs.
6284
6285 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6288         new no-op macro for backward compatibility.
6289
6290         * imap.el (imap-string-to-integer): New function.
6291
6292 2007-12-09  Glenn Morris  <rgm@gnu.org>
6293
6294         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6295
6296         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6297         * message.el, mm-view.el, sieve-manage.el, smime.el:
6298         Add declare-function compatibility definition.
6299
6300         * gnus-art.el (w3-region, w3m-region, Info-menu):
6301         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6302         * gnus-sum.el (gnus-get-predicate):
6303         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6304         * message.el (mail-abbrev-in-expansion-header-p):
6305         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6306         (w3m-detect-meta-charset, w3m-region):
6307         * sieve-manage.el (password-read, password-cache-add)
6308         (password-cache-remove):
6309         * smime.el (password-read-and-add): Declare as functions.
6310
6311 2007-12-08  David Kastrup  <dak@gnu.org>
6312
6313         * gnus-sum.el (gnus-summary-simplify-subject-query):
6314         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6315         `message'.
6316
6317 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6320         it to bind idna-program, installation-directory, defined-colors, and
6321         face-attribute for XEmacs of the version that compiles defcustom forms.
6322
6323 2007-12-07  Glenn Morris  <rgm@gnu.org>
6324
6325         * gnus-art.el (article-make-date-line): Revert previous change.
6326
6327 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6330
6331 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6332
6333         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6334         Call gnus-add-to-range ranges only once with a prepared article-list.
6335
6336 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6337
6338         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6339         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6340         group names with backslashes.  Reported by Tassilo Horn
6341         <tassilo@member.fsf.org>.
6342
6343 2007-12-06  Deepak Goel  <deego3@gmail.com>
6344
6345         * gnus-art.el (article-make-date-line):
6346         * gnus-start.el (gnus-load):
6347         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6348
6349 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus-art.el (gnus-use-idna)
6352         * gnus-start.el (gnus-site-init-file)
6353         * message.el (message-use-idna)
6354         * mm-uu.el (mm-uu-hide-markers)
6355         * smiley.el (smiley-style): Revert changes that suppress warnings.
6356
6357 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6360         specify charset to html source.  Reported by Christoph Conrad
6361         <christoph.conrad@gmx.de>.
6362
6363 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6366         idna-program in order to suppress byte compile warning issued by XEmacs
6367         that came to byte compile the default value section of defcustom forms
6368         recently.
6369
6370         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6371         value of installation-directory.
6372
6373         * message.el (message-use-idna): Don't directly refer to the value of
6374         idna-program.
6375
6376         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6377
6378         * smiley.el (smiley-style): Don't directly call face-attribute.
6379
6380 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6383
6384         * gnus-dired.el: Reduce Gnus dependencies.
6385         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6386         require.  Use autoloads instead.
6387         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6388         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6389         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6390         (gnus-dired-mode): Adjust doc string.
6391         (gnus-dired-mail-mode): New variable.
6392         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6393         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6394         (gnus-dired-mail-buffers): New function.  Return mail or message
6395         composition buffers.
6396         (gnus-dired-attach): Use it.
6397         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6398         NO-DECODE.
6399         (gnus-dired-print): Use `gnus-print-buffer' depending on
6400         `gnus-dired-mail-mode'.
6401
6402 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * rfc2047.el (rfc2047-encoded-word-regexp)
6405         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6406         explaining what regexp patterns are for.
6407
6408 2007-12-04  Glenn Morris  <rgm@gnu.org>
6409
6410         * password.el: Move to password-cache.el.
6411
6412         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6413         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6414         * mml-smime.el (password-read, password-cache-add)
6415         (password-cache-remove):
6416         No need to autoload, since mml-sec requires password.
6417
6418         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6419         * message.el (gnus-extract-address-components):
6420         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6421
6422         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6423         password.
6424
6425 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * mailcap.el: Reduce dependencies.
6428         (mail-header-parse-content-type): Autoload.
6429         (mailcap-delete-duplicates): New alias.
6430         (mailcap-mime-info): Add optional argument NO-DECODE.
6431         (mailcap-mime-types): Use mailcap-delete-duplicates.
6432
6433         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6434
6435 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6436
6437         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6438         (imap-parse-status): Upcase status-att for servers that sends them
6439         lower-case (e.g., MS Exchange 2007).
6440
6441 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6444         function.
6445
6446         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6447         (gnus-uu-yenc-article): New function.
6448
6449         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6450
6451         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6452         buffer.
6453
6454 2007-12-02  Glenn Morris  <rgm@gnu.org>
6455
6456         * binhex.el (binhex): New custom group.
6457         (binhex-decoder-program, binhex-decoder-switches)
6458         (binhex-use-external): Move to the binhex custom group.
6459
6460         * uudecode.el (uudecode): New custom group.
6461         (uudecode-decoder-program, uudecode-decoder-switches)
6462         (uudecode-use-external): Move to the uudecode custom group.
6463
6464         * netrc.el (top-level): Don't load `encrypt' features.
6465         (netrc-parse): Don't use encrypt.
6466         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6467
6468         * encrypt.el: Remove file.
6469
6470 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6473         matches on patches.
6474
6475         * gnus-art.el (gnus-article-browse-html-article): Mention
6476         `mm-text-html-renderer' in the doc string.
6477
6478         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6479         string.  Add comments.
6480
6481         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6482         if rhs is ASCII.
6483
6484 2007-12-01  Glenn Morris  <rgm@gnu.org>
6485
6486         * mail-source.el (top-level): Require format-spec before
6487         eval-when-compile.
6488
6489 2007-11-30  Glenn Morris  <rgm@gnu.org>
6490
6491         * encrypt.el: Require password, rather than autoloading password-read.
6492
6493 2007-11-29  Glenn Morris  <rgm@gnu.org>
6494
6495         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6496         (sasl-make-client, sasl-next-step, sasl-step-data)
6497         (sasl-step-set-data): Declare as functions.
6498
6499 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6502
6503 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6504
6505         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6506         certs should be verified and what is to be done in the event of a
6507         verification failure.
6508
6509         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6510         caller can indicate whether the cache should be disregarded for this
6511         call.  This way the result of the call is reproducible at all times and
6512         can be considered a canonical server name for the supplied method.
6513         (gnus-agent-method-p): Canonicalize server names by pushing their
6514         method through `gnus-method-to-server' using the no-cache argument.
6515
6516         * gnus-srvr.el (gnus-server-insert-server-line): Call
6517         `gnus-method-to-server' with `no-cache' argument.
6518
6519         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6520         gnus-agent-possibly-synchronize-flags as this should be called when the
6521         server is actually being opened.
6522         (gnus-agent-possibly-synchronize-flags)
6523         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6524         flags file of an agentized server to the latter function.
6525
6526         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6527         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6528         after a connection has been established successfully.
6529
6530 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (article-display-face): Force to display face if called
6533         interactively; check if gnus-article-x-face-too-ugly matches author.
6534         (article-display-x-face): Display face even if From header is missing
6535         as article-display-face does.
6536
6537 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6538
6539         * hashcash.el (message-narrow-to-headers-or-head)
6540         (message-fetch-field, message-goto-eoh)
6541         (message-narrow-to-headers): Declare as functions.
6542
6543 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * mail-source.el (mail-sources): Default to fetch from file for
6546         compatibility with default of nnmail-spool-file.
6547
6548 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6551         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6552         to look for encoded word that should be encoded again.
6553         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6554         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6555         encoding pattern.
6556         (rfc2047-decode-region): Switch strict regexp and loose one according
6557         to rfc2047-allow-irregular-q-encoded-words.
6558
6559 2007-11-25  Romain Francoise  <romain@orebokech.com>
6560
6561         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6562
6563 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * tls.el (tls-program): Provide more custom choices from
6566         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6567         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6568
6569 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6572         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6573
6574         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6575         `nnmail-spool-file'.
6576
6577         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6578         `nnmail-spool-file'.
6579
6580         * gnus-move.el (gnus-change-server): Ditto.
6581
6582         * gnus-kill.el (gnus-batch-score): Ditto.
6583
6584         * gnus-cache.el (gnus-jog-cache): Ditto.
6585
6586         * gnus-msg.el (gnus-summary-reply):
6587         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6588
6589 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6592         version.  Minor improvement to doc strings.
6593         (tls-program): Add comment.
6594
6595 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6596
6597         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6598         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6599         mismatch between the hostname provided in the certificate and the name
6600         of the host connnecting to.
6601         (open-tls-stream): Use them.  Check certificates against trusted root
6602         certificates.
6603
6604 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * gnus-cache.el (gnus-cache-generate-nov-databases):
6607         Use nnml-generate-nov-databases-directory instead of
6608         nnml-generate-nov-databases-1.
6609
6610 2007-11-24  Glenn Morris  <rgm@gnu.org>
6611
6612         * message.el (message-tool-bar-retro): Update for rename
6613         mail_send.xpm->mail-send.xpm.
6614
6615 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6618         `smime-ldap-search' for Emacs 22 and up.
6619
6620 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6621
6622         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6623
6624         * message.el (message-send-mail-function): Fix error convention.
6625         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6626         (message-widen-reply, message-send-mail, message-talkative-question)
6627         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6628         (message-clone-locals, message-send-news): Use with-current-buffer.
6629         (message-insert-or-toggle-importance): Remove unused var `valid'.
6630         (message-make-references): Remove unused var `new-references'.
6631         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6632
6633 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6634
6635         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6636         (spam-split-symbolic-return-positive): Reflow docstring.
6637         (spam-backends, spam-summary-exit-behavior)
6638         (spam-mark-ham-unread-before-move-from-spam-group)
6639         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6640         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6641         (spam-clear-cache, spam-backend-check, spam-install-backend)
6642         (spam-install-statistical-backend, spam-list-of-processors)
6643         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6644         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6645         (spam-check-crm114, spam-initialize, spam-unload-hook):
6646         Fix typos in docstrings.
6647
6648 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6651         been checked if they have never been read and those group levels are
6652         higher than the one that a user specified.
6653
6654 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6657         foreign groups unless a group level is specified by a user.
6658         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6659
6660 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * message.el (message-send-mail-function): Require sendmail.
6663
6664 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * message.el (message-send-mail-function): Check for smtpmail too.
6667
6668         * utf7.el (utf7-encode, utf7-decode): Use coding system
6669         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6670
6671         * message.el (message-send-mail-function): New function.
6672         (message-send-mail-function): Set default using
6673         message-send-mail-function.  Adjust doc string.
6674         (message-send-mail-with-mailclient): New function.
6675
6676 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6677
6678         * smime.el (from):
6679         * rfc2047.el (message-posting-charset):
6680         * qp.el (mm-use-ultra-safe-encoding):
6681         * pop3.el (parse-time-months):
6682         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6683         * nnml.el (files):
6684         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6685         (jka-compr-compression-info-list, ange-ftp-path-format)
6686         (efs-path-regexp):
6687         * nndiary.el (files):
6688         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6689         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6690         (epg-digest-algorithm-alist, inhibit-redisplay)
6691         (password-cache-expiry):
6692         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6693         (pgg-output-buffer, password-cache-expiry):
6694         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6695         (efs-path-regexp):
6696         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6697         (inhibit-redisplay):
6698         * mm-uu.el (file-name, start-point, end-point, entry)
6699         (gnus-newsgroup-name, gnus-newsgroup-charset):
6700         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6701         (latin-unity-ucs-list):
6702         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6703         (mm-uu-binhex-decode-function):
6704         * message.el (gnus-message-group-art, gnus-list-identifiers)
6705         (rmail-enable-mime-composing, gnus-local-organization)
6706         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6707         (gnus-read-active-file, facemenu-add-face-function)
6708         (facemenu-remove-face-function, gnus-article-decoded-p)
6709         (tool-bar-mode):
6710         * mail-source.el (display-time-mail-function):
6711         * gnus-util.el (nnmail-pathname-coding-system)
6712         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6713         (gnus-original-article-buffer, gnus-user-agent)
6714         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6715         (xemacs-codename, sxemacs-codename, emacs-program-version):
6716         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6717         * gnus-start.el (gnus-agent-covered-methods)
6718         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6719         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6720         (gnus-newsgroup-headers, gnus-group-list-mode)
6721         (gnus-group-mark-positions, gnus-newsgroup-data)
6722         (gnus-newsgroup-unreads, nnoo-state-alist)
6723         (gnus-current-select-method, mail-sources)
6724         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6725         (nnmail-spool-file, gnus-cache-active-hashtb):
6726         * gnus-mh.el (mh-lib-progs):
6727         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6728         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6729         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6730         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6731         (gnus-group-buffer):
6732         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6733         (font-lock-set-defaults):
6734         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6735         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6736         (gnus-summary-post-menu, total-parts, type, condition, length):
6737         * gnus-agent.el (gnus-agent-read-agentview):
6738         * flow-fill.el (show-trailing-whitespace):
6739         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6740         eval-and-compile wrappers for byte compiler pacifiers.
6741
6742         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6743         (mm-display-inline-fontify): Check for featurep 'xemacs not
6744         extent-list.
6745
6746         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6747         itimer-list.
6748         (mm-create-image-xemacs): Only do something for XEmacs.
6749         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6750
6751         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6752
6753         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6754         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6755
6756 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6757
6758         * nnimap.el (nnimap-split-download-body):
6759         * gnus-demon.el (gnus-demon):
6760         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6761
6762 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6765         macros.
6766         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6767         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6768         copy data from unibyte buffer to multibyte current buffer.
6769         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6770         to copy data from unibyte current buffer to multibyte buffer.
6771         (nntp-make-process-buffer): Make process buffer unibyte.
6772
6773         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6774
6775 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6776
6777         * pop3.el (pop3-open-server): Accept and process data more robustly at
6778         connexion start to avoid spurious "POP SSL connexion failed" errors.
6779
6780 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6783         read group names.
6784
6785 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6788
6789 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6792         (nnmail-save-active): Use a unibyte buffer when saving active file,
6793         which may contain non-ASCII group names.
6794
6795         * nnml.el (nnml-request-group): Decode group names in messages.
6796
6797 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * message.el (message-citation-line-function)
6800         (message-insert-formatted-citation-line): Fix spelling of
6801         `message-insert-formated-citation-line'.
6802
6803 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6806
6807 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6810         nnmail-pathname-coding-system.
6811
6812         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6813         that a user enters; decode group names in messages.
6814
6815         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6816
6817 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6820
6821         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6822
6823         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6824         risky local variable.
6825
6826         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6827
6828 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * encrypt.el: Improve documentation to fix function name typo.
6831         Reported by Daiki Ueno <ueno@unixuser.org>.
6832
6833 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6836         even if the point is not in the last page of an article.
6837         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6838         back to the previous page.
6839
6840 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6843
6844 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6847
6848 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * message.el (message-check-news-body-syntax): Avoid
6851         mm-string-as-multibyte.
6852         (message-hide-headers): Don't assume (point-min)==1.
6853
6854 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * message.el (message-remove-blank-cited-lines): Fix if remove is
6857         given.
6858         (message-bogus-address-regexp): New variable.
6859         (message-bogus-recipient-p): New function.
6860         (message-check-recipients): New command.
6861         (message-syntax-checks): Add `bogus-recipient'.
6862         (message-fix-before-sending): Add `bogus-recipient'.
6863
6864         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6865         (gnus-treat-body-boundary): Don't test window-system.
6866
6867 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6868
6869         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6870
6871 2007-10-28  Miles Bader  <miles@gnu.org>
6872
6873         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6874         at compile-time too.
6875
6876 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus-msg.el (gnus-message-setup-hook): Add
6879         `message-remove-blank-cited-lines' to options.
6880
6881 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * message.el (message-remove-blank-cited-lines): New function.
6884         Suggested by Karl Plästerer.
6885
6886 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6889         mapc.
6890
6891         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6892         (top-level): Use mapc to set functions to be traced for debugging.
6893
6894         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6895         called for effect with while loop.
6896
6897         * message.el (message-talkative-question): Replace mapcar called for
6898         effect with mapc.
6899
6900         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6901         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6902         called for effect with dolist.
6903
6904         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6905
6906         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6907         gnus-extra-headers and nnmail-extra-headers.
6908
6909         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6910         called for effect with dolist.
6911         (top-level): Use mapc to set functions to be traced for debugging.
6912
6913         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6914         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6915         dolist.
6916
6917         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6918         Replace mapcar called for effect with mapc.
6919         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6920         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6921         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6922         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6923
6924         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6925         remove-if that's a cl function.
6926
6927         * webmail.el (webmail-debug): Replace mapcar called for effect with
6928         dolist.
6929
6930         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6931         with mapc.
6932
6933 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6936         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6937         with while loop.
6938
6939         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6940         functions from article-* functions.
6941         (gnus-multi-decode-header): Replace mapcar called for effect with
6942         dolist.
6943
6944         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6945         (gnus-bookmark-show-details): Replace mapcar called for effect with
6946         while loop.
6947
6948         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6949         called for effect with while loop.
6950
6951         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6952         with dolist.
6953
6954         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6955         mapcar called for effect with dolist.
6956
6957         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6958
6959         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6960         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6961         Replace mapcar called for effect with dolist.
6962         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6963         mapc.
6964
6965         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6966         Replace mapcar called for effect with dolist.
6967         (gnus-topic-list): Replace mapcar called for effect with mapc.
6968
6969         * gnus.el: Use mapc instead of mapcar to add autoloads.
6970
6971 2007-10-23  Richard Stallman  <rms@gnu.org>
6972
6973         * gnus-group.el (gnus-group-highlight): Mark as risky.
6974
6975 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus.el (gnus-server-to-method): Return method found first in
6978         gnus-newsrc-alist.
6979
6980         * gnus-art.el (gnus-article-highlight-signature)
6981         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6982         button overlay without the front stickiness.
6983
6984 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6985
6986         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6987         overview buffer needed a catch to receive its throw.
6988         (gnus-agent-flush-cache): Declared as interactive to make this function
6989         easier to use.
6990
6991 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6994         `next-line'.
6995
6996 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6999         exclude address matching message-dont-reply-to-names.
7000
7001 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-util.el (gnus-string<): New function.
7004
7005         * gnus-sum.el (gnus-article-sort-by-author)
7006         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7007
7008 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7011         the frame-focus tag is set in gnus-buffer-configuration.
7012
7013 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7016         the front stickiness.
7017
7018 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7021         url pattern; remove duplicate one.
7022         (gnus-article-extend-url-button): New function.
7023         (gnus-article-add-buttons): Use it.
7024         (gnus-button-push): Use concatenated url that it makes.
7025
7026 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7027
7028         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7029
7030 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7031
7032         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7033         Don't hardcode point-min==1.
7034
7035 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7038         Fix comment about "iso8859-1".
7039
7040 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7041
7042         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7043         ones returned from the verify-function.
7044
7045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7046         mml2015-extract-cleartext-signature if extraction failed.
7047
7048 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7049
7050         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7051         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7052         failed.
7053
7054 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7057
7058 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7061         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7062         recommends to use EasyPG instead of PGG.
7063
7064         * pgg.el: Revert to revision 6.23.2.16.
7065
7066         * pgg-def.el: Revert to revision 6.6.2.14.
7067
7068         * pgg-gpg.el: Revert to revision 6.23.2.34.
7069
7070 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7073         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7074         thread for both the null and zero (kill/expire thread) universal prefix
7075         cases.
7076         (gnus-summary-expire-thread): Add new function to expire a thread,
7077         using gnus-summary-kill-thread.
7078         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7079         shortcuts for gnus-summary-expire-thread.
7080         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7081         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7082
7083 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7086         extras value, so an extras entry can be deleted.
7087         (gnus-registry-delete-extra-entry): Use it.
7088         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7089         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7090         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7091         storage through the gnus-registry, and provide an appropriate API for
7092         it.
7093
7094 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7097         Suggested by Leo <sdl.web@gmail.com>.
7098
7099         * gnus.el: Do.
7100
7101 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7104         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7105
7106         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7107
7108         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7109         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7110
7111 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7114         newline.
7115         (nnmbox-request-accept-article): Don't change article in source buffer;
7116         narrow to header to use message-fetch-field rather than
7117         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7118         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7119         as delimiters; make sure article ends with newline.
7120         (nnmbox-delete-mail): Correct last position of article to be deleted;
7121         ignore X-Gnus-Newsgroup header in article body.
7122         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7123         positions; make sure article ends with newline.
7124
7125         * message.el (message-display-abbrev): Don't infloop when a user
7126         inserts SPC in the beginning of header.
7127
7128         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7129         coding-system-for-read and coding-system-for-write for XEmacs having no
7130         file-coding feature.
7131
7132         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7133
7134 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7137         list of groups not followed by default.  Fix type to be regexp.
7138         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7139
7140 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7141
7142         * hmac-def.el (define-hmac-function): Switch from old-style to
7143         new-style backquotes.
7144
7145         * md4.el (md4-make-step): Likewise.
7146
7147 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7150         raw-text coding system when saving .newsrc file, which may contain
7151         non-ASCII group names.
7152
7153 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-cus.el (gnus-score-extra): New widget.
7156         (gnus-score-extra-convert): New function.
7157         (gnus-score-customize): Use it for Extra.
7158
7159 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7160
7161         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7162         (mml2015-mailcrypt-clear-verify): Use it.
7163         (mml2015-gpg-clear-verify): Use it.
7164         (mml2015-pgg-clear-verify): Use it.
7165         (mml2015-epg-clear-verify): Replace the current part with the output
7166         from GnuPG; don't extract the plaintext by itself.
7167
7168         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7169         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7170         mml2015-clear-verify-function; don't touch the armor headers or
7171         dash-escaped text here.
7172
7173 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7176         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7177         parts, or application/octet-stream as a last resort.
7178         (gnus-mime-view-part-as-type): Don't toggle display.
7179         (gnus-mime-view-part-as-charset): Don't turn off display before
7180         querying charset.
7181
7182         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7183         stuff to undisplayer function in Emacs.
7184         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7185
7186         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7187         text/calendar parts.
7188
7189 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7192         decoding text/calendar parts.
7193
7194         * message.el (message-forward-make-body-mime): Always mark body as
7195         having no illegible text; remove signed-or-encrypted argument.
7196         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7197
7198         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7199         (mml-generate-mime-1): Don't encode body if it is specified to be in
7200         raw form; don't make buffer be unibyte when inserting multibyte string.
7201
7202 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7203
7204         * sha1.el: Fix up comment style.
7205         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7206         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7207
7208         * hex-util.el: Fix up comment style.
7209         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7210
7211         * gnus-salt.el: Use with-current-buffer.
7212         (gnus-pick-setup-message): Fix long-standing typo.
7213
7214 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * imap.el (imap-logout-timeout): New variable.
7217         (imap-logout, imap-logout-wait): New functions.
7218         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7219
7220         * nnimap.el (nnimap-logout-timeout): New server variable.
7221         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7222         nnimap-logout-timeout.
7223
7224         * gnus-art.el (gnus-article-summary-command-nosave)
7225         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7226
7227 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus.el (gnus-maximum-newsgroup): New variable.
7230
7231         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7232         according to gnus-maximum-newsgroup.
7233
7234         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7235         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7236         Limit the range of articles according to gnus-maximum-newsgroup.
7237
7238 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7239
7240         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7241         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7242         Don't perform gnus-configure-windows here; reuse existing sticky
7243         article buffer.
7244
7245         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7246         it doesn't exist in gnus-article-mode.
7247
7248 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7251         (gnus-agent-decoded-group-name): New function.
7252         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7253         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7254
7255 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7256
7257         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7258         Add binding for gnus-sticky-article.
7259         (gnus-summary-exit): Don't kill sticky article buffers.
7260
7261         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7262         article buffer.
7263         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7264         (gnus-kill-sticky-article-buffers): New commands.
7265
7266 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * nntp.el (nntp-xref-number-is-evil): New server variable.
7269         (nntp-find-group-and-number): If it is non-nil, don't trust article
7270         numbers in the Xref header.
7271
7272 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-agent.el (gnus-agent-read-group): New function.
7275         (gnus-agent-flush-group, gnus-agent-expire-group)
7276         (gnus-agent-regenerate-group): Use it.
7277         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7278         nnmail-pathname-coding-system.
7279
7280 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7283
7284         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7285         that are unread as unread, and also as selected so that information of
7286         marks having been changed by a user may be updated when exiting group.
7287
7288 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7291         calculated ignoring signature parts to gnus-treat-article.
7292
7293 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7296         a point here in order to keep the window start.
7297         (gnus-insert-mime-security-button): Make a button overlay without the
7298         front stickiness.
7299         (gnus-mime-display-security): Goto the end of a button.
7300
7301         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7302
7303 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7306         group-name-at-point.
7307         (gnus-group-completing-read): New function that offers decoded
7308         non-ASCII group names for completion.
7309         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7310         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7311         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7312         (gnus-group-fetch-control): Use it.
7313         (gnus-fetch-group): Use group-name-at-point for the initial value
7314         rather than the default value; use gnus-alive-p.
7315
7316         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7317         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7318         (gnus-summary-post-news): Use gnus-group-completing-read.
7319
7320         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7321         (gnus-read-move-group-name): Decode group name for completion.
7322
7323 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7326         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7327         Yamaoka slightly modified the code).
7328
7329 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7332         (nnmail-split-incoming): Bind it.
7333
7334         * nnml.el (nnml-group-name-charset): New function.
7335         (nnml-decoded-group-name): Use it; don't decode group name if
7336         nnmail-group-names-not-encoded-p is non-nil.
7337         (nnml-encoded-group-name): New function.
7338         (nnml-group-pathname): Inline nnml-decoded-group-name.
7339         (nnml-request-expire-articles): Decode group name in message.
7340         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7341         nnmail-pathname-coding-system.
7342         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7343         not decoded ones according to nnmail-group-names-not-encoded-p.
7344         (nnml-generate-active-info): Use nnml-encoded-group-name.
7345
7346 2007-08-08  Glenn Morris  <rgm@gnu.org>
7347
7348         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7349         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7350         doc-strings and comments.
7351
7352 2007-07-25  Glenn Morris  <rgm@gnu.org>
7353
7354         * Relicense all FSF files to GPLv3 or later.
7355
7356 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-sum.el (gnus-summary-move-article): Make
7359         gnus-summary-respool-article work.
7360
7361 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7364         string.
7365
7366 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7367
7368         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7369         that should be ignored when comparing distant RSS articles with local
7370         ones.
7371         (nnrss-make-hash-index): New function.  Create a hash index according
7372         to the ignored fields.
7373         (nnrss-check-group): Use it.
7374
7375 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7378
7379         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7380
7381         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7382         the new optional argument ENCODED is non-nil.
7383         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7384         coding system for encoding group name.
7385         (gnus-group-make-rss-group): Pass un-encoded group name to
7386         gnus-group-make-group.
7387         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7388         encoded.
7389
7390         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7391         Encode group name to which articles are moved or copied.
7392         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7393         coding system for encoding Newsgroup, Followup-To and Xref headers.
7394
7395         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7396         marks; use nnheader-file-coding-system to write a file.
7397         (nnagent-retrieve-headers): Bind file-name-coding-system to
7398         nnmail-pathname-coding-system.
7399
7400         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7401
7402         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7403         (nnml-request-article, nnml-request-create-group)
7404         (nnml-request-rename-group, nnml-find-id)
7405         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7406         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7407         (nnml-save-marks): Use nnml-group-pathname instead of
7408         nnmail-group-pathname.
7409
7410         (nnml-request-create-group, nnml-request-expire-articles)
7411         (nnml-request-move-article, nnml-request-delete-group)
7412         (nnml-deletable-article-p, nnml-possibly-create-directory)
7413         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7414         (nnml-open-marks): Bind file-name-coding-system to
7415         nnmail-pathname-coding-system.
7416
7417         (nnml-request-article): Pass server argument to nnml-find-group-number.
7418         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7419         server argument to nnml-possibly-create-directory.
7420         (nnml-request-accept-article): Pass server argument to
7421         nnml-active-number and nnml-save-mail.
7422         (nnml-find-group-number): Pass server argument to nnml-find-id.
7423         (nnml-request-update-info): Pass server argument to
7424         nnml-marks-changed-p.
7425
7426         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7427         (nnml-save-mail, nnml-active-number): Add server argument.
7428
7429         (nnml-request-delete-group): Warn if group is missing.
7430         (nnml-get-nov-buffer): Decode group name.
7431         (nnml-generate-active-info): Encode group name.
7432         (nnml-open-marks): Decode group name in messages.
7433
7434 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7437         if it is not specified.
7438         (gnus-article-pipe-part, gnus-article-save-part)
7439         (gnus-article-interactively-view-part, gnus-article-copy-part)
7440         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7441         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7442         (gnus-article-replace-part, gnus-article-delete-part)
7443         (gnus-article-view-part-as-type): Pass raw prefix argument to
7444         gnus-article-part-wrapper.
7445
7446 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-agent.el (gnus-agent-save-active): Bind
7449         nnheader-file-coding-system to gnus-agent-file-coding-system.
7450
7451         * gnus-cache.el (gnus-cache-save-buffers)
7452         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7453         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7454         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7455         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7456         (gnus-cache-generate-active, gnus-cache-rename-group)
7457         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7458         (gnus-cache-update-overview-total-fetched-for): Bind
7459         file-name-coding-system to nnmail-pathname-coding-system.
7460         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7461         variables.
7462         (gnus-cache-decoded-group-name): New function.
7463         (gnus-cache-file-name): Use it.
7464         (gnus-cache-generate-active): Use non-decoded group name for active.
7465
7466         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7467         right place.
7468         (gnus-write-active-file): Don't break non-ASCII group names.
7469
7470         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7471         nnmail-pathname-coding-system.
7472
7473         * lpath.el: Bind default-file-name-coding-system,
7474         file-name-coding-system and language-info-alist for XEmacs.
7475
7476         * gnus-uu.el (gnus-uu-decode-save): Typo.
7477
7478 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7481
7482 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7485         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7486         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7487         (gnus-agent-flush-group, gnus-agent-flush-cache)
7488         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7489         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7490         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7491         (gnus-agent-regenerate-group)
7492         (gnus-agent-update-files-total-fetched-for)
7493         (gnus-agent-update-view-total-fetched-for): Bind
7494         file-name-coding-system to nnmail-pathname-coding-system.
7495         (gnus-agent-group-pathname): Don't encode file names by
7496         nnmail-pathname-coding-system.
7497         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7498         coding-system-for-write instead of buffer-file-coding-system to
7499         gnus-agent-file-coding-system.
7500
7501         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7502         Decode group name.
7503
7504         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7505
7506         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7507         (gnus-read-newsrc-el-file): Make group names unibyte.
7508
7509         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7510         nnmail-pathname-coding-system.
7511
7512         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7513         (nnrss-request-delete-group): Bind file-name-coding-system to
7514         nnmail-pathname-coding-system.
7515         (nnrss-read-server-data, nnrss-read-group-data): Bind
7516         file-name-coding-system correctly.
7517         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7518
7519         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7520         (nntp-server-to-method-cache): New variable.
7521         (nntp-group-pathname): New function that decodes non-ASCII group names.
7522         (nntp-possibly-create-directory, nntp-marks-changed-p)
7523         (nntp-save-marks, nntp-open-marks): Use it.
7524         (nntp-possibly-create-directory, nntp-open-marks):
7525         Bind file-name-coding-system to nnmail-pathname-coding-system.
7526         (nntp-open-marks): Decode group names when bootstrapping marks.
7527
7528         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7529         Newsgroups and Folowup-To headers.
7530
7531 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7534         (gnus-server-closed-face, gnus-server-denied-face)
7535         (gnus-server-offline-face): Remove variable.
7536         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7537
7538         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7539         of modifying message-stack directly for XEmacs.
7540
7541         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7542         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7543         if the coding-system argument is nil for XEmacs.
7544
7545         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7546         mm-charset-override-alist.
7547
7548         * rfc2047.el: Don't require base64; require rfc2045 for the function
7549         rfc2045-encode-string.
7550         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7551         to quote the parameter value.
7552
7553 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7556         form in gnus-group-name-charset-method-alist.
7557
7558         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7559         overrides the default layout edit-form.
7560
7561         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7562
7563         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7564
7565 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7568         as unfetched articles.
7569
7570 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7573
7574 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7577         original back end that keeps marks in the local system.
7578
7579 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7582         arg of pop-to-buffer for XEmacs.
7583         (gnus-article-read-summary-keys): Ditto; don't restore window
7584         configuration if summary command ends up with neither article buffer
7585         nor summary buffer; describe bindings if summary keys end with C-h.
7586
7587 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * message.el (message-fix-before-sending): Skip raw message part to be
7590         forwarded while checking illegible text.
7591         (message-forward-make-body-mime, message-forward-make-body): Mark
7592         signed or encrypted raw message as having no illegible text.
7593
7594 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7597         (gnus-message-with-timestamp-1): New macro.
7598         (gnus-message-with-timestamp): New function.
7599         (gnus-message): Use them.
7600
7601         * nnheader.el (nnheader-message): Use them.
7602
7603 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7606         .newsrc.eld file.
7607
7608 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-agent.el (gnus-agent-fetch-headers)
7611         (gnus-agent-retrieve-headers): Bind
7612         gnus-decode-encoded-address-function to identity.
7613
7614         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7615         available also when the server returns simply a dot.
7616
7617         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7618
7619 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7622
7623 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-ems.el (gnus-x-splash): Make it work.
7626
7627         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7628         from being used.
7629
7630         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7631
7632 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7635         4th and the 5th arguments.
7636
7637         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7638         the front stickiness.
7639         (gnus-article-summary-command-nosave): Correct the order of the
7640         arguments passed to pop-to-buffer.
7641         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7642         summary command ends up with the article buffer.
7643
7644         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7645         the same faces.
7646
7647 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7648
7649         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7650
7651 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7652
7653         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7654         * gnus-sum.el (gnus-summary-highlight):
7655         * pgg.el (pgg-sign-region, pgg-sign):
7656         * mail-source.el (mail-source-delete-old-incoming-confirm):
7657         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7658
7659 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-art.el (gnus-mime-view-part-externally)
7662         (gnus-mime-view-part-internally): Fix predicate function passed to
7663         completing-read.
7664
7665         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7666
7667         * gnus.el (gnus-update-message-archive-method): Add :version.
7668
7669 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus.el (gnus-update-message-archive-method): New variable.
7672
7673         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7674         according to gnus-message-archive-method if
7675         gnus-update-message-archive-method is non-nil.
7676
7677 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7680         by Loic Dachary <loic@dachary.org>.
7681         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7682
7683 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * message.el (message-pop-to-buffer): Add switch-function argument.
7686         (message-mail): Pass switch-function argument to it.
7687
7688 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7691         Improve doc string.
7692
7693 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7696         (gnus-header-content)
7697         * gnus-cite.el (gnus-cite-10)
7698         * gnus-srvr.el (gnus-server-closed)
7699         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7700         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7701         (gnus-group-mail-3-empty, gnus-group-mail-low)
7702         (gnus-group-mail-low-empty, gnus-splash)
7703         * message.el (message-header-to, message-header-cc)
7704         (message-header-subject, message-header-other, message-header-name)
7705         (message-header-xheader, message-separator, message-cited-text)
7706         (message-mml): Lighten colors of faces used for dark background.
7707
7708 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7709
7710         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7711         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7712
7713 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * message.el (message-narrow-to-headers-or-head):
7716         Ignore mail-header-separator in the body.
7717
7718 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7721         same as window size.
7722
7723 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7724
7725         * message.el (message-font-lock-keywords): Use message-header-xheader
7726         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7727         ahead of the anything pattern, to get it recognised.
7728
7729 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7732         spam.el loads uses it in the compiled defadvice form.
7733
7734 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7735
7736         * gnus-sum.el (gnus-articles-to-read)
7737         (gnus-summary-insert-old-articles): Don't truncate group name for
7738         `read-string'.
7739
7740         * gnus-util.el (gnus-limit-string): Delete this function.
7741
7742         * gnus-sum.el (gnus-simplify-subject-fully): Use
7743         `truncate-string-to-width' instead.
7744
7745 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7746
7747         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7748         if, on summary exit, the next group has to be selected.
7749         (gnus-summary-exit): Use it.
7750
7751 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7754         non-break space.
7755
7756 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7759         Check if group is not a directory.
7760         (nnfolder-request-expire-articles): Don't delete articles if the target
7761         group is not available.
7762
7763         * nnml.el (nnml-request-create-group): Properly check if group is not a
7764         file.
7765         (nnml-request-expire-articles): Don't delete articles if the target
7766         group is not available.
7767
7768         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7769         Don't quote characters that are within parentheses.
7770
7771 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7774         (gnus-handle-ephemeral-exit): Select article according to it.
7775
7776 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * message.el (message-insert-formated-citation-line): Remove newline.
7779         (message-citation-line-format): Add final \n here so that the user can
7780         avoid a blank line.
7781
7782 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7783
7784         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7785         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7786         Update lanl/arXiv support.
7787
7788 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus.el: Bump version number.
7791
7792 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus.el (gnus-version-number): Bump version.
7795
7796 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7797
7798         * gnus.el: No Gnus v0.6 is released.
7799
7800 2007-04-27  Didier Verna  <didier@xemacs.org>
7801
7802         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7803         * gmm-utils.el (gmm-regexp-concat): here.
7804         * message.el: Don't require 'gnus-util.
7805         (message-dont-reply-to-names): Handle name change above.
7806         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7807
7808 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7811         since the initial value varies according to the system.
7812
7813 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7816
7817 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7818
7819         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7820
7821 2007-04-24  Didier Verna  <didier@xemacs.org>
7822
7823         Improve the type of gnus-ignored-from-addresses.
7824         * gnus-util.el (gnus-orify-regexp): New function.
7825         * message.el (gnus-util): Require it.
7826         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7827         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7828         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7829
7830 2007-04-24  Didier Verna  <didier@xemacs.org>
7831
7832         * gnus-sum.el:
7833         * gnus-utils.el: Fix some trailing whitespaces.
7834
7835 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7838         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7839         article's Message-ID; refer parent article in summary buffer.
7840
7841         * message.el (message-bounce): Call mime-to-mml.
7842
7843         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7844         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7845         optimize and/or forms properly.
7846
7847 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7850         URL.
7851
7852 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7855
7856 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7859         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7860         displayed of multipart/alternative part if it is invoked from summary
7861         buffer.
7862
7863         * mm-view.el (mm-inline-text-html-render-with-w3m)
7864         (mm-inline-text-html-render-with-w3m-standalone)
7865         (mm-inline-render-with-function): Use mail-parse-charset by default.
7866
7867 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7868
7869         * parse-time.el (parse-time-string-chars): Check if CHAR
7870         is less than the length of parse-time-syntax.
7871
7872 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7875         from gnus-newsgroup-processable.
7876
7877 2007-04-16  Didier Verna  <didier@xemacs.org>
7878
7879         * gnus-msg.el (gnus-configure-posting-styles): Handle
7880         message-signature-directory properly with :file syntax.  Reported by
7881         "Leo".
7882
7883 2007-04-11  Didier Verna  <didier@xemacs.org>
7884
7885         New user option: message-signature-directory.
7886         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7887         * message.el (message-insert-signature): Ditto.
7888         * message.el (message-signature-file): Doc update.
7889         * message.el (message-signature-directory): New.
7890
7891 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-msg.el (gnus-inews-yank-articles): Use
7894         message-exchange-point-and-mark instead of exchange-point-and-mark.
7895
7896 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * message.el (message-yank-original): Make sure cited text ends with
7899         newline; don't exchange point and mark.
7900
7901 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7902
7903         * tls.el (open-tls-stream): Properly handle case where there
7904         is no associated buffer.
7905
7906 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7907
7908         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7909         message-yank-original, make sure (< mark TEXT point).
7910
7911 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * message.el (message-fill-column): New variable.
7914         (message-mode): Use it.  Add comment on a possible new hook.
7915
7916         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7917         (nnmail-get-new-mail): Reformat.
7918
7919         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7920
7921         * gmm-utils.el: Fix Commentary.
7922         (gmm-tool-bar-from-list): Fix typo in doc string.
7923
7924 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7925
7926         * message.el (message-yank-original): Don't switch point and mark
7927         unnecessarily to put point and mark as documented.
7928
7929 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7932         from the message heads.
7933
7934 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7935
7936         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7937         article buffer does not have a window.  This may not be the best
7938         solution but is certainly better than setting the start of the null,
7939         that is the current, window.
7940
7941 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7944         (gnus-draft-setup): Run it.
7945
7946         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7947         gnus-score-fast-scoring.  Allow regexp.
7948         (gnus-score-headers): Use it.
7949
7950         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7951         XEmacs.
7952
7953         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7954         string.
7955         (gnus-button-alist): Also catch `<f1> k ...'.
7956         (gnus-treat-display-x-face): Fix doc string.
7957
7958 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7959
7960         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7961         evaluation of gnus-extended-version to ensure correct generation of the
7962         User-Agent header when message-generate-headers-first is used.
7963
7964 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7965
7966         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7967         hashcash-path is nil.  Don't call callback with incorrect number of
7968         parameters if val is 0.
7969
7970 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7971
7972         * message.el (message-required-news-headers):
7973         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7974
7975 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7976
7977         * tls.el (open-tls-stream): In handshake-waiting loop,
7978         don't wait more if there is output available to process.
7979
7980 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7981
7982         * tls.el (tls-program): Doc fix.
7983
7984 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * message.el (message-generate-new-buffers): Change the meaning of the
7987         nil value; add `standard' to the choices; treat t as `unique'; improve
7988         doc string.
7989         (gnus-select-frame-set-input-focus): Autoload.
7990         (message-buffer-name): Search for the existing message buffer if
7991         message-generate-new-buffers is nil or `standard'; treat the value t of
7992         message-generate-new-buffers as `unique'.
7993         (message-pop-to-buffer): Raise the frame already displaying the message
7994         buffer; clear the echo area after querying.
7995         (message-setup): Pass the `continue' argument to compose-mail.
7996         (message-mail): Prefer `switch-function' if it is given; search for the
7997         existing message buffer if the `continue' argument is non-nil; pass
7998         continue and switch-function arguments to compose-mail by way of
7999         message-setup.
8000         (message-mail-other-window): Adjust argument of message-setup.
8001         (message-mail-other-frame): Ditto.
8002
8003 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8006         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8007         to turn font-lock on when turning gnus-message-citation-mode on.
8008
8009 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8010
8011         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8012         (mml-smime-function-alist): New variable; add epg as the backend.
8013         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8014         mml-smime- functions instead.
8015         * mm-view.el: Require smime.
8016
8017 2007-03-05  Didier Verna  <didier@xemacs.org>
8018
8019         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8020         instead of just inheritance for posting styles.
8021         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8022
8023 2007-02-24  Chris Moore  <dooglus@gmail.com>
8024
8025         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8026         * pgg-pgp.el (pgg-pgp-encrypt-region):
8027         * pgg-gpg.el (pgg-gpg-encrypt-region):
8028         Check pgg-encrypt-for-me if no other recipients.
8029
8030 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8031
8032         * tls.el (tls-certtool-program): Fix custom type.
8033
8034 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8037         and point-at-eol instead of line-(beginning|end)-position.
8038
8039         * assistant.el (assistant-parse-buffer): Ditto.
8040
8041         * netrc.el (netrc-parse-services): Ditto.
8042
8043 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8044
8045         * mml2015.el (mml2015-epg-find-usable-key): New function.
8046         (mml2015-epg-sign): Use it.
8047         (mml2015-epg-encrypt): Use it.
8048
8049 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * message.el (message-make-in-reply-to): Quote name containing
8052         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8053         if there are special characters.  Reported by NAKAJI Hiroyuki
8054         <nakaji@jp.freebsd.org>.
8055
8056 2007-02-27  Didier Verna  <didier@xemacs.org>
8057
8058         Include the group parameters as well as the topic ones in the
8059         inheritance filter process.
8060         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8061         argument GROUP-PARAMS-LIST.
8062         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8063
8064 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * nntp.el (nntp-never-echoes-commands)
8067         (nntp-open-connection-functions-never-echo-commands): New variables.
8068         (nntp-send-command): Use them.
8069
8070 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8071
8072         * mml2015.el (mml2015-epg-verify): Simplified.
8073
8074 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * mml.el (mml-content-disposition-alist): New user option.
8077         (mml-content-disposition): New function.
8078         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8079         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8080
8081 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8082
8083         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8084         verification.
8085
8086 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8087
8088         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8089         articles posted in the last 24 hours.
8090
8091 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8092
8093         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8094
8095 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8096
8097         * nntp.el (nntp-send-command): Don't wait for echoes when
8098         nntp-open-ssl-stream is used.
8099
8100 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8103         (gnus-message-add-citation-keywords)
8104         (gnus-message-remove-citation-keywords): Remove.
8105         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8106         directly, make the variables in font-lock-defaults buffer-local, add
8107         gnus-message-citation-keywords to them and then update the value of
8108         font-lock-keywords.
8109
8110 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * message.el (message-cite-original-1): Don't call
8113         gnus-article-highlight-citation.
8114
8115         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8116         citations; fix line count.
8117
8118 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8121         (gnus-message-add-citation-keywords)
8122         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8123         versions of font-lock-add-keywords and font-lock-remove-keywords to
8124         work with XEmacs correctly.
8125
8126 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-cite.el (gnus-cite-face-list): Set the values of
8129         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8130         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8131         (gnus-message-cite-prefix-regexp): New variable.
8132         (gnus-message-search-citation-line): Use it; protect against long
8133         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8134         the 0th match data for Emacs.
8135         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8136         (gnus-message-add-citation-keywords): Append keywords rather than
8137         prepending; emulate font-lock-add-keywords if it is not available.
8138         (gnus-message-remove-citation-keywords): Emulate
8139         font-lock-remove-keywords if it is not available.
8140
8141         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8142
8143         * message.el (message-cite-prefix-regexp): Set the value of
8144         gnus-message-cite-prefix-regexp.
8145
8146 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8147
8148         * nnweb.el (nnweb-google-parse-1): Update parser.
8149
8150 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8151
8152         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8153
8154 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8155
8156         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8157         regexp.
8158
8159 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8162         string-to-multibyte.
8163         (uudecode-decode-region-internal): Use it.
8164
8165         * lpath.el: Fbind string-as-multibyte for XEmacs.
8166
8167 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8170         custom choice.
8171
8172         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8173
8174 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8175
8176         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8177
8178         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8179         `write-region' to respect `mm-inhibit-file-name-handlers'.
8180
8181 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8184         Use gnus-home-directory instead of "~/" or "$HOME".
8185
8186 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8189         to mention filename.
8190         Add comments at beginning regarding usage.
8191         (encrypt-write-file-contents): Change interactive so a string is
8192         acceptable.  If the file has no associated model, show an error instead
8193         of a nonsense prompt.
8194
8195 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8196
8197         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8198         Thanks to Yoshihiko Yamada for kind notification of this typo.
8199
8200 2007-01-12  Kenichi Handa  <handa@m17n.org>
8201
8202         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8203         multibyte buffer.
8204
8205 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * gnus-score.el (gnus-score-fast-scoring): New variable.
8208         (gnus-score-headers): Use it.
8209
8210         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8211
8212         * message.el (message-cite-original-1): Call
8213         gnus-article-highlight-citation if requested.
8214         (message-make-from): Allow name and address as optional arguments.
8215
8216         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8217
8218         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8219         bugs to doc string.
8220         (gnus-button-alist): Add mid\\|message-id.
8221         (gnus-button-fetch-group): Extend for use in
8222         `browse-url-browser-function'.
8223         (gnus-button-url-regexp): Try to catch paired parentheses like in
8224         Wikipedia URLs.
8225
8226         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8227         Suggested by Simon Krahnke <overlord@gmx.li>.
8228
8229 2007-01-13  Romain Francoise  <romain@orebokech.com>
8230
8231         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8232         Update copyright.
8233
8234 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8235
8236         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8237
8238 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8239
8240         * gnus-registry.el (gnus-registry-unfollowed-groups)
8241         (gnus-registry-split-fancy-with-parent): Fix documentation.
8242
8243 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8246         from nnweb groups.
8247
8248 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8251         Xref urls.  Erase buffer before requesting head.
8252
8253 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8256         customizable.
8257
8258 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8259
8260         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8261         no signing key is found.
8262         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8263         no encrypting and/or signing key is found.
8264
8265 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8268
8269 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8270
8271         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8272         headers read from disk with the ones newly found in the current search.
8273         This should no longer cause problems, because the article numbers in
8274         Gmane's `nov.php' output are ignored since the previous change.
8275
8276 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8277
8278         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8279
8280 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8283         replace-regexp-in-string; bind url-version; fbind display-images-p and
8284         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8285         find-face and set-itimer-function for Emacs; bind itimer-list for
8286         Emacs.
8287
8288         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8289
8290 2007-01-01  Romain Francoise  <romain@orebokech.com>
8291
8292         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8293
8294 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8295
8296         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8297         `define-minor-mode' macro definition expanded properly.
8298         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8299         exclude it there.
8300
8301         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8302         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8303         `fboundp' test.
8304         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8305         This is OK to autoload in (S)XEmacs now.
8306
8307 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8310         keystroke.
8311         (gnus-summary-limit-to-singletons): Fix typo.
8312
8313         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8314         else fails.
8315
8316 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8317
8318         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8319         docstring.
8320
8321         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8322         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8323         (gnus-summary-insert-dormant-articles): Fix typo in message.
8324
8325 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8328         nil for XEmacs.
8329         (gnus-message-citation-mode): Don't autoload in XEmacs.
8330
8331         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8332
8333 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8334
8335         * nnimap.el (nnimap-expunge-search-string): Mention
8336         nnimap-search-uids-not-since-is-evil in docstring.
8337
8338 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * spam.el: Revert to make-obsolete-variable because
8341         define-obsolete-variable-alias is not supported in Emacs 21.
8342
8343         * spam.el (spam-ifile-path, spam-ifile-database-path)
8344         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8345         make-obsolete-variable.
8346         (spam-bsfilter-path, spam-bsfilter-program)
8347         (spam-spamassassin-path, spam-spamassassin-program)
8348         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8349         use "path" inappropriately.
8350         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8351         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8352         variable names.
8353
8354 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8355
8356         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8357         summary buffer.
8358
8359         * password.el (password-cache-remove): Use clear-string to burn
8360         password, if available.
8361
8362 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8365
8366         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8367
8368         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8369         (gnus-message-highlight-citation): Move defcustom here from
8370         gnus-cite.el.
8371         (gnus-message-citation-mode): Autoload.
8372
8373         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8374         checks to make it compile with XEmacs.
8375         (gnus-message-citation-mode): New minor mode.
8376         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8377         (gnus-message-highlight-citation): New variables.
8378         (gnus-message-search-citation-line)
8379         (gnus-message-add-citation-keywords)
8380         (gnus-message-remove-citation-keywords)
8381         (turn-on-gnus-message-citation-mode)
8382         (turn-off-gnus-message-citation-mode): New functions.
8383
8384 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8385
8386         * gnus-cite.el: Enable highlighting of different citation levels in
8387         message-mode.
8388
8389 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * message.el (message-make-fqdn): Fix comment.
8392         (message-bogus-system-names): Add ".local".
8393
8394         * spam.el (spam-ifile-path, spam-ifile-program)
8395         (spam-ifile-database-path, spam-ifile-database)
8396         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8397         Don't use "path" inappropriately.
8398         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8399         strings.
8400         (spam-check-ifile, spam-ifile-register-with-ifile)
8401         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8402         new variable names.
8403
8404         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8405         (gnus-treat-display-smileys): Simplify using
8406         gnus-image-type-available-p.
8407
8408         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8409         available.
8410
8411         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8412         `display-images-p' if available.
8413
8414 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8417         one after turning on the buffer's multibyteness instead of decoding
8418         them directly in the unibyte buffer that causes unexpected conversion
8419         in Emacs 23 (unicode).
8420
8421 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8422
8423         * message.el (message-generate-hashcash): Fix custom type.
8424
8425 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8428
8429 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8432         disconnect icons.  Add help text.
8433
8434 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8435
8436         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8437         negated to be consistent with the others we handle.
8438
8439 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8442         version of gnus-summary-buffer to something, so that we can use two
8443         article buffers at the same time.
8444
8445 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8448         trigger all the extra headers.
8449         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8450         sorting.
8451
8452 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8453
8454         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8455         solid groups.
8456
8457 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8458
8459         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8460
8461 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * legacy-gnus-agent.el: Add Copyright notice.
8464
8465 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8466
8467         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8468
8469 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8472
8473         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8474         to make it work reliably in CVS Emacs.
8475         (gnus-summary-limit-strange-charsets-predicate)
8476         (gnus-summary-limit-to-predicate): New functions.
8477
8478 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8479
8480         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8481         specifying array size.
8482         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8483         array if it is too small.
8484         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8485         (gnus-sort-threads-loop): New function.
8486
8487 2006-12-06  Chris Moore  <dooglus@gmail.com>
8488
8489         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8490         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8491
8492 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8493
8494         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8495         options.
8496
8497 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8500         DOS-ing the recipient.
8501
8502         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8503         the headers when creating the mapping to avoid mismappings.
8504         (nnweb-gmane-create-mapping): Always nix out old mapping.
8505
8506 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8509         and mm-verify-option to never.
8510
8511 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * message.el (message-signed-or-encrypted-p): New function.
8514         (message-forward-make-body): Use it.
8515
8516         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8517         Replace encode-coding-string with mm-encode-coding-string.
8518
8519 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * nneething.el (nneething-decode-file-name): Replace
8522         decode-coding-string with mm-decode-coding-string.
8523
8524         * gnus-int.el (gnus-open-server): Say failed server's name.
8525
8526 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8527
8528         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8529         strings to a single string.  Quote `errors-file-name'.
8530         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8531         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8532         Adjust calls.  Use `shell-quote-argument'.
8533
8534 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8535
8536         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8537         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8538
8539         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8540         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8541         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8542         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8543         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8544         (gnus-subscribe-newsgroup, gnus-1):
8545         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8546         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8547         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8548         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8549
8550 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8553         keystroke.
8554         (gnus-summary-limit-to-bodies): Implement headersp.
8555
8556 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8559
8560 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8563
8564 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * message.el (message-generate-hashcash): Expand range of values to
8567         include `opportunistic'.
8568         (message-send-mail): Use it.
8569
8570 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8571
8572         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8573         and comment it.
8574
8575         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8576
8577 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-util.el (gnus-extract-address-components): Improve comment.
8580
8581 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-util.el (gnus-extract-address-components): Work with address in
8584         which the name portion contains @.
8585
8586         * lpath.el: Fbind custom-autoload.
8587
8588 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * gnus.el (gnus-start): Move custom group up.
8591         (gnus-select-method): Don't autoload, but make it available for
8592         `customize-variable'.
8593         (gnus-getenv-nntpserver): Don't autoload.
8594
8595 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8598
8599 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * message.el (message-sendmail-extra-arguments): New variable.
8602         (message-send-mail-with-sendmail): Use it.
8603
8604 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8607         mm-with-unibyte-current-buffer to make string unibyte.
8608
8609         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8610         mm-string-as-multibyte.
8611
8612 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8615         Reported by Werner Koch <wk@gnupg.org>.
8616
8617 2006-11-14  Daiki Ueno  <ueno@p360>
8618
8619         * mml2015.el: Autoload epa-select-keys when compiling.
8620
8621 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8622
8623         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8624         message-options.
8625         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8626
8627 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8628
8629         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8630         EasyPG (< 0.0.6).
8631         (mml2015-always-trust): New user option.
8632         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8633         prompt.
8634
8635 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * nntp.el (nntp-authinfo-force): New variable.
8638         (nntp-send-authinfo): Use it.
8639
8640 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8643         decode encoded words.  Improve prompt.  Add comment about forwarding.
8644         (message-replacement-char): Move up.
8645
8646 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8647
8648         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8649         instead of gnus-intersection because arguments of gnus-sorted-nunion
8650         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8651
8652 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8655         (message-simplify-subject-functions): Enable
8656         message-strip-subject-encoded-words by default.
8657
8658 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * message.el (message-strip-subject-encoded-words): New function.
8661         (message-simplify-subject-functions): New variable.
8662         (message-simplify-subject): Use it.  Fix typo in doc string.
8663         Support message-strip-subject-encoded-words.
8664
8665 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8666
8667         * gnus-diary.el (gnus-diary-delay-format-function):
8668         * nndiary.el (nndiary-reminders):
8669         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8670
8671 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * gnus-art.el (article-hide-boring-headers): Fetch date from
8674         gnus-original-article-buffer to avoid problems with localized date
8675         strings.
8676
8677 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8680
8681 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8684         New variables.
8685         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8686         (mm-charset-synonym-alist): Move some entries to
8687         mm-codepage-iso-8859-list.
8688         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8689         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8690
8691 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8694
8695 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8698         with Emacs 21 and XEmacs.
8699
8700 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8701
8702         * spam.el (spam-parse-address): New function for better parsing,
8703         catching errors, etc.
8704         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8705
8706 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * mm-view.el: Add interactive arg to html2text autoload.
8709
8710 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8713
8714 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8717         variables.
8718         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8719         (mm-charset-synonym-alist): Move some entries to
8720         mm-codepage-iso-8859-list.
8721
8722         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8723
8724 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * message.el (message-citation-line-format)
8727         (message-insert-formated-citation-line): Fix implementation of %E, %N
8728         and %n according to the doc string.
8729
8730 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8731
8732         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8733         car-safe to avoid bad parses.
8734
8735 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8738         names.
8739
8740         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8741
8742 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8745         header.
8746
8747         * message.el (message-draft-headers): Add Date.
8748         (message-headers-to-generate): Fix typo in docstring.
8749
8750         * nndraft.el (nndraft-required-headers): New variable.
8751         (nndraft-generate-headers): Use it.
8752
8753         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8754
8755 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8756
8757         * gnus-registry.el (gnus-registry-wash-for-keywords)
8758         (gnus-registry-find-keywords): New functions to allow easy searching of
8759         articles that are in the registry.
8760
8761 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8762
8763         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8764         ietf-drums-parse-address instead of gnus-extract-address-components.
8765         Reported by Damien Elmes <damien@repose.cx>.
8766
8767 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * gnus.el (gnus-mime): Remove unused custom group.
8770
8771 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8772
8773         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8774         "blank line" when searching for end of armor headers.
8775
8776 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gmm-utils.el (gmm-write-region): Fix variable name.
8779
8780 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * gmm-utils.el (gmm-write-region): New function based on compatibility
8783         code from `mm-make-temp-file'.
8784
8785         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8786
8787         * nnmaildir.el (nnmaildir--update-nov)
8788         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8789         Use `gmm-write-region'.
8790
8791 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8794         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8795
8796         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8797
8798         * message.el (message-replacement-char): New variable.
8799         (message-fix-before-sending): Use it.
8800         (message-simplify-subject): New function to remove duplicate code.
8801         (message-reply, message-followup): Use it.
8802
8803         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8804         gnus-summary-limit-to-articles.
8805
8806 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-util.el (gnus-with-local-quit): New macro.
8809
8810         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8811
8812 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8813
8814         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8815         ignore non-string data.
8816
8817 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8820         non-string data (needs to be done in the registry too).
8821
8822 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8825         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8826         (gnus-registry-split-fancy-with-parent)
8827         (gnus-registry-fetch-simplified-message-subject-fast)
8828         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8829         Remove text properties on ingress into the registry and when it's saved.
8830         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8831         registry from entries with no groups.
8832
8833 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8836         function to remove string properties.
8837
8838 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gmm-utils.el (gmm): Adjust custom version.
8841
8842         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8843         custom version.
8844
8845         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8846
8847 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * gnus-art.el (gnus-insert-prev-page-button)
8850         (gnus-insert-next-page-button): Simplify.  Reformat.
8851
8852 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8853
8854         * gnus-art.el (gnus-insert-prev-page-button)
8855         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8856
8857 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8858
8859         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8860
8861 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8862
8863         * gnus-art.el (gnus-insert-mime-button)
8864         (gnus-insert-mime-security-button):
8865         Apply gnus-article-button-face to MIME and security buttons.
8866
8867 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8870         readable.
8871
8872 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8875
8876 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8877
8878         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8879         `browse-url-of-file' instead of `browse-url'.
8880
8881 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8884         regexp.  Articles containing quotation were cut prematurely.
8885
8886 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * message.el (message-cite-original-1): Use nobody by default for the
8889         value of From header.
8890         (message-reply): Ditto.
8891
8892 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8893
8894         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8895         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8896         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8897
8898 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8901         mails in the doc string.  Add some URLs in comment.
8902         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8903
8904 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8907         backslashes handling and the way to find boundaries of quoted strings.
8908
8909 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8910
8911         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8912         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8913         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8914         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8915
8916 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8919         doc string.
8920         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8921
8922 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * lpath.el: Fbind epg-check-configuration.
8925
8926 2006-09-06  Simon Josefsson  <jas@extundo.com>
8927
8928         * mml2015.el (mml2015-use): Doc fix, mention epg.
8929
8930 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8931
8932         * mml2015.el (mml2015-use): Default to epg, if available.
8933
8934 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8935
8936         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8937         message-sender.
8938         (mml1991-epg-encrypt): Ditto.
8939         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8940         message-sender.
8941         (mml2015-epg-encrypt): Ditto.
8942
8943 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8944
8945         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8946         several common directories.
8947
8948 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8949
8950         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8951         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8952
8953 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-art.el (article-decode-encoded-words): Make it fast.
8956
8957 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8960
8961         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8962         in quoted string into `\'.
8963
8964 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8967         Use standard-syntax-table.
8968
8969 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-art.el (gnus-decode-address-function): New variable.
8972         (article-decode-encoded-words): Use it to decode headers which are
8973         assumed to contain addresses.
8974         (gnus-mime-delete-part): Remove useless `or'.
8975
8976         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8977         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8978         (gnus-nov-parse-line): Use it to decode From header.
8979         (gnus-get-newsgroup-headers): Ditto.
8980         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8981
8982         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8983         (mail-decode-encoded-address-string): New alias.
8984
8985         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8986         New function.
8987         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8988         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8989         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8990         (rfc2047-decode-string): Ditto.
8991         (rfc2047-decode-address-region): New function.
8992         (rfc2047-decode-address-string): New function.
8993
8994 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * message.el (message-caesar-buffer-body): Allow rotating headers.
8997
8998         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8999
9000         * message.el (message-insert-formated-citation-line): Fix %f.
9001         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9002
9003 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9006         (gnus-bookmark-mouse-available-p): New macro.
9007         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9008         (gnus-bookmark-bmenu-show-infos): Use it.
9009         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9010         (gnus-bookmark-bmenu-hide-infos): Ditto.
9011         (gnus-bookmark-remove-properties): New function.
9012         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9013         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9014         (gnus-bookmark-write-file): Bind coding-system-for-write.
9015         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9016         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9017         group before selecting it.
9018         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9019         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9020         quit-window if it is not available; use gnus-mouse-2 and bind it to
9021         gnus-bookmark-bmenu-select-by-mouse.
9022         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9023         (gnus-bookmark-bmenu-select-by-mouse): New function.
9024
9025 2006-08-13  Romain Francoise  <romain@orebokech.com>
9026
9027         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9028         space.
9029
9030 2006-08-10  Romain Francoise  <romain@orebokech.com>
9031
9032         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9033         (dns-mode-soa-auto-increment-serial): New user option.
9034         (dns-mode-soa-maybe-increment-serial): New function.
9035         (dns-mode): Add the latter to `write-contents-functions'.
9036
9037 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * compface.el (uncompface): Use binary rather than raw-text-unix.
9040
9041 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * compface.el (uncompface): Make sure the eol conversion doesn't take
9044         place when communicating with the external programs.  Reported by
9045         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9046
9047 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9050
9051 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052
9053         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9054         Make it more robust by parsing author and date independently.
9055
9056 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9059
9060 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9061
9062         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9063         first matching secret key.
9064         (mml2015-epg-encrypt): Ditto.
9065
9066         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9067         first matching secret key.
9068         (mml1991-epg-encrypt): Ditto.
9069
9070         * mml2015.el (mml2015-encrypt-to-self): New user option.
9071         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9072         mml2015-epg-encrypt-to-self is set.
9073
9074         * mml1991.el (mml1991-encrypt-to-self): New variable.
9075         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9076         mml1991-epg-encrypt-to-self is set.
9077
9078         * mml2015.el (mml2015-signers): New user option.
9079         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9080         (mml2015-epg-encrypt): Allow to select signing keys.
9081
9082         * mml1991.el (mml1991-signers): New variable.
9083         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9084         (mml1991-epg-encrypt): Allow to select signing keys.
9085
9086 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * nnheader.el (nnheader-insert-head): Make it work even if the file
9089         uses CRLF for the line-break code.
9090
9091 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9092
9093         * mml2015.el: Require mml-sec instead of password.
9094         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9095         (mml2015-cache-passphrase): Inherit the default value from
9096         mml-secure-cache-passphrase.
9097         (mml2015-passphrase-cache-expiry): Inherit the default value from
9098         mml-secure-passphrase-cache-expiry.
9099
9100         * mml1991.el: Require mml-sec instead of password.
9101         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9102         (mml1991-cache-passphrase): Inherit the default value from
9103         mml-secure-cache-passphrase.
9104         (mml1991-passphrase-cache-expiry): Inherit the default value from
9105         mml-secure-passphrase-cache-expiry.
9106
9107         * mml-sec.el: Require password.
9108         (mml-secure-verbose): New user option.
9109         (mml-secure-cache-passphrase): New user option.
9110         (mml-secure-passphrase-cache-expiry): New user option.
9111
9112 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9113
9114         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9115         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9116         andreas@altroot.de (Andreas Vögele).
9117
9118         FIXME: Use `tiny change'?
9119
9120 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9121
9122         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9123         workaround for the url package included with Emacs.
9124
9125         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9126
9127 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9130         correctly.  This fixes a bug caused by the 2006-05-12 change.
9131
9132 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9133
9134         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9135         some information about the error when saying that the `bogus' mail
9136         group will be used.
9137
9138 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9141         string.
9142
9143 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9144
9145         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9146
9147 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9148
9149         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9150
9151 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9152
9153         * mml1991.el (mml1991-function-alist): Add epg.
9154         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9155         (mml1991-epg-encrypt): New functions.
9156
9157 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9158
9159         * mml2015.el (mml2015-verbose): New variable.
9160         (mml2015-cache-passphrase): Ditto.
9161         (mml2015-passphrase-cache-expiry): Ditto.
9162         (mml2015-function-alist): Add epg.
9163         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9164         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9165         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9166         functions.
9167
9168 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9169
9170         * message.el (message-cite-original-1): Preserve region when removing
9171         quoted text due to X-No-Archive in order to avoid bogus attribution
9172         when citing multiple messages.
9173
9174 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9177         Kenneth Jacker <khj@be.cs.appstate.edu>.
9178
9179 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-diary.el (gnus-user-format-function-d)
9182         (gnus-user-format-function-D): Autoload.
9183
9184         * imap.el (Commentary): Fix typo.
9185
9186         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9187         2006-04-22 contribution.
9188
9189 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9190
9191         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9192         It didn't really fix the bogosity I'm seeing with solid web groups.
9193
9194 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9195
9196         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9197         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9198         created using server names.  If we use the feature without declaring
9199         it, Gnus does not properly manage server and group state.
9200
9201         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9202         bound.
9203
9204 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9205
9206         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9207         looking up the method using GROUP's prefix before inventing a new one.
9208         It is used on killed/unknown groups in various places where returning
9209         an all-new method isn't expected by the caller.
9210
9211         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9212         and match semantics of gnus-group-real-prefix.
9213
9214 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * nnmail.el (nnmail-broken-references-mailers): New variable.
9217         (nnmail-ignore-broken-references): New function generalizing
9218         nnmail-fix-eudora-headers.
9219         (nnmail-fix-eudora-headers): Now obsolete.
9220
9221         * gnus-art.el (gnus-button-handle-custom): Support
9222         `customize-apropos*'.
9223
9224 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9227
9228         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9229         articles.
9230
9231 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * message.el (message-cite-reply-above): New variable.
9234         (message-yank-original): Use it.
9235
9236 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9239
9240 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9243         as read.
9244
9245         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9246
9247 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9250         (gnus-bookmark-default-file): Use gnus-directory.
9251         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9252         Remove "*" in doc string.
9253         (gnus-bookmark-write-file): Simplify.
9254         (gnus-bookmark-maybe-sort-alist): Use `when'.
9255         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9256         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9257         FIXME about Emacs 21 and XEmacs compatibility.
9258         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9259         compatibility.
9260         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9261         compatibility.
9262         (gnus-bookmark-menu-heading): Fix version.
9263
9264 2006-06-19  Bastien Guerry  <bzg@altern.org>
9265
9266         * gnus-bookmark.el: New file.
9267
9268 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * message.el (message-syntax-checks): Doc fix.
9271
9272 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9273
9274         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9275         unsubscribed groups as if they were killed ones.  It causes duplicate
9276         entries in gnus-newsrc-alist.
9277
9278 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * message.el (message-syntax-checks): Doc fix.
9281         (message-send-mail): Add check for continuation headers.
9282         (message-check-news-header-syntax): Fix regexp used to check for
9283         continuation headers.
9284
9285 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9288
9289 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9292
9293 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9296         default-truncate-lines.
9297
9298 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9301         to fill the utf-8 entry.
9302
9303         * lpath.el: Fbind unicode-precedence-list.
9304
9305 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9306
9307         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9308
9309 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9310
9311         * gnus-agent.el (directory-files-and-attributes): Move all the way
9312         forward (the third and final move).
9313         (gnus-agent-read-agentview): Trap reconstruction errors due to
9314         nonexistant directory.  Handle by returning nil.
9315
9316 2006-05-30  Didier Verna  <didier@xemacs.org>
9317
9318         * message.el (message-dont-reply-to-names): Update the custom type.
9319         * message.el (message-dont-reply-to-names): New defsubst: potentially
9320         convert a list of regexps into a single one.
9321         * message.el (message-get-reply-headers): Use it.
9322         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9323
9324 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-agent.el (directory-files-and-attributes): Move forward.
9327
9328 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-ml.el (gnus-mailing-list-subscribe)
9331         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9332         (gnus-mailing-list-message): Fix doc strings.
9333
9334 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9337         of doing it manually.
9338
9339 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9342         comment.
9343
9344 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9345
9346         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9347         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9348         (gnus-agent-read-local): All symbols allocated in my-obarray.
9349         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9350         (gnus-agent-regenerate-group): Check numeric names to see if they are
9351         messages or groups.
9352         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9353         better way of do this...)
9354
9355         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9356         'dummy.group' (there should be a better way of do this...)
9357
9358 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9361         (gnus-saved-headers): Ditto.
9362         (gnus-default-article-saver): Mention functions may have properties.
9363         (gnus-article-save): Override gnus-save-all-headers and
9364         gnus-saved-headers by :headers property which saver function may have.
9365         (gnus-summary-save-in-file): Add :headers property.
9366         (gnus-summary-write-to-file): Ditto.
9367
9368         * gnus-sum.el (gnus-summary-save-article): Bind
9369         gnus-prompt-before-saving to t when saving many articles in a file;
9370         always show all headers.
9371
9372         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9373
9374 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9377         marks.
9378
9379         * message.el (message-indent-citation): Add optional arguments to allow
9380         using it outside of message buffers.
9381
9382         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9383         (gnus-article-treat-unfold-headers): Use it.
9384         (gnus-article-truncate-lines): New variable.
9385         (gnus-article-mode): Use it.
9386         (gnus-article-toggle-truncate-lines): New function.
9387
9388         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9389         gnus-article-toggle-truncate-lines.
9390
9391         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9392         coding system in XEmacs, use binary.
9393
9394 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9397         after-load-alist.
9398
9399         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9400         this function should save decoded articles.
9401         (gnus-summary-write-to-file): Use property to specify this function
9402         should save decoded articles and specify gnus-summary-save-in-file
9403         should be used to save articles other than the first one when saving
9404         many articles.
9405         (gnus-summary-save-body-in-file): Use property to specify this
9406         function should save decoded articles.
9407         (gnus-summary-write-body-to-file): Use property to specify this
9408         function should save decoded articles and specify
9409         gnus-summary-save-body-in-file should be used to save articles other
9410         than the first one when saving many articles.
9411
9412         * gnus-sum.el (gnus-summary-save-article): Simplify.
9413
9414 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-art.el (gnus-default-article-saver): Add
9417         gnus-summary-write-body-to-file.
9418         (gnus-article-save-coding-system): Don't use coding system object
9419         in XEmacs.
9420         (gnus-read-save-file-name): Add optional `dir-var' argument which
9421         specifies directory in which files are saved; work even if optional
9422         `variable' argument is not specified.
9423         (gnus-summary-write-to-file): Read file name.
9424         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9425         (gnus-summary-write-body-to-file): New function.
9426
9427         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9428         (gnus-summary-local-variables): Add it.
9429         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9430         (gnus-summary-save-article): Remove optional `decode' argument;
9431         determine whether to decode articles by the value of
9432         gnus-default-article-saver; when saving many files using
9433         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9434         it first and use gnus-summary-save-in-file or
9435         gnus-summary-save-body-in-file thereafter unless
9436         gnus-prompt-before-saving is always; move point to article which
9437         will be saved.
9438         (gnus-summary-save-article-file): Revert.
9439         (gnus-summary-write-article-file): Revert.
9440         (gnus-summary-save-article-body-file): Revert.
9441         (gnus-summary-write-article-body-file): New function.
9442
9443 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-art.el (gnus-default-article-saver): Doc fix.
9446         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9447         from gnus-summary-save-article-coding-system, and default to a
9448         certain coding system.
9449         (gnus-output-to-file): Add coding cookie and encode text according
9450         to gnus-article-save-coding-system; don't use mm-append-to-file.
9451
9452         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9453         gnus-art.el and rename to gnus-article-save-coding-system.
9454         (gnus-summary-save-article): Require gnus-art; don't show all
9455         headers if it decodes articles; don't add coding cookie here;
9456         don't bind mm-text-coding-system-for-write.
9457         (gnus-summary-save-article-file): Save decoded articles.
9458         (gnus-summary-write-article-file): When saving many files, use
9459         gnus-summary-write-to-file first and gnus-summary-save-in-file
9460         thereafter unless gnus-prompt-before-saving is always.
9461         (gnus-summary-save-article-body-file): Save decoded articles.
9462
9463         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9464
9465 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * nnrss.el (nnrss-check-group): Bind hash-index.
9468
9469 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9470
9471         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9472         its hash index.  Store this hash in `nnrss-group-data'.
9473         (nnrss-read-group-data): Update accordingly.
9474
9475 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9478         entry.
9479
9480         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9481         gnus-article-browse-html-article.
9482
9483 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9484
9485         * gnus-sum.el (gnus-summary-mime-map): Add
9486         gnus-article-browse-html-article.
9487
9488         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9489
9490 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9493         suitable coding systems in customize.
9494
9495 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * mail-source.el (mail-sources): Fix custom type.
9498
9499 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9502         (gnus-summary-expire-articles-now): Shorten prompt.
9503
9504         * gmm-utils.el (wid-edit): Require.
9505         (defun-gmm): Renamed from `gmm-defun-compat'.
9506         (gmm-image-search-load-path): Use it.
9507         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9508
9509 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9512         variable.
9513         (gnus-summary-save-article): Add optional `decode' argument.  If
9514         it is set and gnus-summary-save-article-coding-system is non-nil,
9515         save decoded article.
9516         (gnus-summary-write-article-file): Save decoded article if
9517         gnus-summary-save-article-coding-system is non-nil.
9518
9519         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9520         type.
9521
9522 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9525
9526 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9529         first to test gnus-single-article-buffer which may be buffer-local.
9530
9531         * gnus-sum.el (gnus-summary-setup-buffer): Make
9532         gnus-single-article-buffer buffer-local and nil in ephemeral
9533         group; make gnus-article-buffer, gnus-article-current, and
9534         gnus-original-article-buffer always buffer-local.
9535         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9536         group.
9537         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9538
9539 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * nnml.el (nnml-request-compact-group): Compressed files might not
9542         have .gz extension.
9543
9544 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9545
9546         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9547         (mm-copy-to-buffer): Use with-current-buffer.
9548         (mm-display-part): Simplify.
9549         (mm-inlinable-p): Add optional arg `type'.
9550
9551 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9552
9553         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9554         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9555         Try harder to show the attachment internally or externally using
9556         gnus-mime-view-part-as-type.
9557
9558 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * message.el (message-from-style, message-signature-separator)
9561         (message-user-organization-file, message-send-mail-function)
9562         (message-citation-line-function, message-yank-prefix)
9563         (message-indent-citation-function, message-signature)
9564         (message-signature-file, message-signature-insert-empty-line):
9565         Remove autoloads.
9566
9567         * gnus-art.el (gnus-buttonized-mime-types): Remove
9568         "multipart/signed".  Revert 2006-04-26 change.
9569
9570 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * gnus.el (gnus-version-number): Bump version.
9573
9574 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9575
9576         * gnus.el: No Gnus v0.5 is released.
9577
9578 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9579
9580         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9581         fetching articles by message-id.
9582
9583 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * message.el (hashcash): Require hashcash as normal.
9586
9587         * ecomplete.el (ecomplete-highlight-match-line): Use
9588         point-at-eol.
9589         (ecomplete-highlight-match-line): Use `highlight', because that
9590         face exists in both Emacs and XEmacs.
9591
9592         * message.el (message-display-abbrev): Use point-at-bol.
9593
9594         * mail-source.el: Don't require timer/timer-funcs.
9595
9596         * gnus-async.el: Ditto.
9597
9598         * password.el: Ditto.
9599
9600         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9601
9602         * mm-url.el: Ditto.
9603
9604         * gnus-xmas.el: Don't require timer-funcs.
9605
9606         * mm-util.el: Require timer/timer-funcs.
9607
9608 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9609
9610         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9611         Close.
9612
9613 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9616         unibyte after clear-decrypt function runs.
9617
9618         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9619         returns as a unibyte string.
9620
9621 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * lpath.el: Revert.
9624
9625         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9626         (pgg-gpg-process-sentinel): Revert.
9627
9628         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9629         (pgg-pgp-lookup-key): Revert.
9630
9631         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9632         (pgg-pgp5-lookup-key): Revert.
9633
9634         * pgg.el (pgg-fetch-key): Revert.
9635
9636 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * lpath.el: Fbind string-as-multibyte for XEmacs.
9639
9640         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9641         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9642         (mml1991-pgg-encrypt): Ditto.
9643
9644         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9645         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9646         a multibyte buffer.
9647
9648         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9649         (pgg-pgp-lookup-key): Ditto.
9650
9651         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9652         (pgg-pgp5-lookup-key): Ditto.
9653
9654         * pgg.el (pgg-fetch-key): Ditto.
9655
9656 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * message.el (message-user-organization-file): Check several
9659         locations of the organization file.
9660
9661         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9662         Add gnus-article-view-part-as-type.
9663
9664         * gnus-art.el (gnus-article-view-part-as-type): New function.
9665
9666         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9667         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9668
9669         * mml.el: Simplify autoload.
9670         (mml-mode): defvar dnd-protocol-alist instead of using
9671         symbol-value.
9672         (mml-default-directory): New variable.
9673         (mml-minibuffer-read-file): Use it.
9674         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9675
9676         * message.el (message-citation-line-format): New variable.
9677         (message-insert-formated-citation-line): New function.
9678         (message-citation-line-function): Add
9679         `message-insert-formated-citation-line' to custom type.
9680
9681         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9682         to doc string.
9683
9684         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9685         depending on mm-verify-option.
9686
9687 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9690         binding pgg-* variables; reimplement the section which prevents
9691         MIME header from being signed.
9692         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9693         pgg-text-mode; remove a blank line at the top of body.
9694
9695         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9696         lines at the top of body; use gnus-newsgroup-charset if there's no
9697         Charset header.
9698
9699 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * message.el (message-self-insert-commands): Doc fix.
9702
9703         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9704         (mm-uu-pgp-encrypted-test): Ditto.
9705         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9706         between header and body; return application/pgp-encrypted handle
9707         if decryption failed; decode decrypted body by charset.
9708
9709         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9710         element match to application/pgp-*.
9711
9712 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9713
9714         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9715         HTML.
9716
9717 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * mail-source.el (mail-source-call-script): Message the error
9720         string.
9721
9722 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * gnus-util.el (gnus-byte-compile): Use it.
9725
9726 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9727
9728         * gnus-util.el (kill-empty-logs): New function.
9729
9730 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * message.el (message-mail-alias-type): Doc fix.
9733         (message-mail-alias-type-p): New function.
9734         (message-send): Use it.
9735         (message-mode): Ditto.
9736         (message-strip-forbidden-properties): Ditto.
9737
9738         * ecomplete.el (ecomplete-database-file-coding-system): New
9739         variable.
9740         (ecomplete-save): Use it.
9741         (ecomplete-setup): Use it.
9742
9743 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * message.el (message-self-insert-commands): New variable.
9746         (message-strip-forbidden-properties): Use it.
9747
9748 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9751         that doesn't make XEmacs choke.
9752
9753 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-util.el (gnus-replace-in-string):
9756         Prefer replace-regexp-in-string over of replace-in-string.
9757
9758 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-util.el (gnus-select-frame-set-input-focus):
9761         Use select-frame-set-input-focus if it is available in XEmacs; use
9762         definition defined in Emacs 22 for old Emacsen.
9763
9764         * dgnushack.el: Autoload unmorse-region for XEmacs.
9765
9766         * lpath.el: Bind cursor-in-non-selected-windows and
9767         select-frame-set-input-focus for XEmacs.
9768
9769 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9772
9773 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9774
9775         * gnus-registry.el (gnus-registry-cache-save): Remove text
9776         properties when saving via the temp buffer.
9777
9778 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * message.el (message-generate-hashcash): Honor custom type.
9781
9782 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * message.el (message-generate-hashcash): Default to non-nil when
9785         hashcash is found.
9786
9787         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9788         (gnus-refer-thread-limit): Increase default to 500.
9789
9790         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9791
9792         * flow-fill.el (fill-flowed): Allow delete-space.
9793
9794 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9797         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9798         Remove autoloads.
9799
9800 2006-04-18  Simon Josefsson  <jas@extundo.com>
9801
9802         * message.el (message-generate-hashcash): Default to.
9803
9804 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9807         concatenating segments rather than before concatenating them.
9808
9809 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9812
9813 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9816
9817         * message.el (message-forward-make-body-plain): Allow
9818         message-forward-ignored-headers to be a list.
9819         (message-remove-ignored-headers): Factor out into function.
9820         (message-forward-make-body-mml): Use it.
9821
9822         * imap.el (imap-quote-specials): New function.
9823         (imap-login-auth): Quote specials.
9824
9825         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9826         (rfc2231-parse-string): Allow concatanation of parameters that
9827         aren't contiguous.  The test case is
9828           (mail-header-parse-content-type "message/external-body;
9829             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9830             access-type=LOCAL-FILE;
9831             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9832
9833 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9834
9835         * nntp.el (nntp-accept-process-output): Return the value of
9836         `nnheader-accept-process-output'.
9837
9838 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9841         (gnus-button-alist): Recognize more diff formats.
9842         (gnus-button-patch): Strip directory.
9843
9844 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9847         Emacs 22 when setting focus.
9848
9849 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * gnus-art.el (gnus-article-treat-types): Do treatment of
9852         text/x-verbatim parts.
9853         (gnus-button-patch): New command.
9854
9855         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9856         addresses that contain invalid characters.
9857
9858 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * message.el (message-put-addresses-in-ecomplete): Use
9861         gnus-replace-in-string.
9862         (message-is-yours-p): Use the more correct
9863         mail-header-parse-address instead of
9864         mail-extract-address-components.
9865         (message-put-addresses-in-ecomplete): Fix typo.
9866
9867         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9868         keystroke.
9869
9870         * gnus-art.el (gnus-treatment-function-alist): Change order of
9871         newsgroups/generic header folding to avoid double-folding.
9872
9873         * message.el (message-hidden-headers): Add X-Draft-From.
9874
9875         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9876         command.
9877         (gnus-summary-repeat-search-article-backward): New command.
9878
9879         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9880         groups in the parent topic.
9881
9882 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9883
9884         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9885         (spam-extra-header-to-number): Return the CRM114 number as a
9886         number instead of a string.
9887
9888 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * gnus-art.el (gnus-face-properties-alist): Moved here from
9891         gnus-fun.
9892
9893         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9894
9895 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * message.el (message-strip-forbidden-properties): Only display on
9898         self-insert-command.
9899
9900         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9901         reindent.
9902         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9903
9904 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9905
9906         * smiley.el (smiley-style): Fix typo.
9907
9908 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * hashcash.el (hashcash-insert-payment-async-2): Use
9911         message-goto-eoh instead of doing it manually.
9912         (mail-add-payment): Use message-narrow-to-header instead of trying
9913         to do the same itself.
9914
9915         * message.el (message-hidden-headers): Add Face.
9916
9917         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9918         reparenting code.
9919         (gnus-summary-reparent-children): Refactored out code.
9920         (gnus-summary-thread-map): New keystroke.
9921         (gnus-summary-reparent-children): Make into command.
9922
9923         * smiley.el (smiley-style): Default to `medium' if using a large
9924         font.
9925
9926         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9927         does it itself.
9928
9929         * message.el (message-point-in-header-p): Simplify definition.
9930
9931 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * nnagent.el (nnagent-request-set-mark): Silence log file
9934         writing.
9935         (nnagent-request-set-mark): Use write-region instead of
9936         append-to-file.
9937
9938         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9939         strange select method.
9940
9941         * ecomplete.el (ecomplete-display-matches): Get highlightling
9942         right.
9943         (ecomplete-display-matches): Use literals.
9944         (ecomplete-display-matches): Disable message logging.
9945
9946         * message.el (message-display-abbrev): Small optimization.
9947
9948         * ecomplete.el (ecomplete-display-matches): Allow automatic
9949         display.
9950
9951         * message.el (message-strip-forbidden-properties): Display
9952         abbrevs.
9953         (message-display-abbrev): Get automatic display right.
9954
9955         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9956         keystrokes.
9957
9958 2006-04-13  Romain Francoise  <romain@orebokech.com>
9959
9960         TODO: Backport to v5-10!
9961
9962         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9963         Moved here (and renamed) from gnus-registry.el.
9964
9965         * gnus-registry.el: Require gnus-util.
9966         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9967
9968 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-group.el (gnus-group-catchup-current): Change
9971         if-then-else-if-then-else into cond.
9972         (gnus-group-catchup): Indent.
9973         (group-name-at-point): New function.
9974         (gnus-fetch-group): Provide default from thing at point.
9975
9976 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977
9978         * message.el (message-display-abbrev): Fix regexp.
9979
9980         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9981         choosing.
9982         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9983         dead variables.
9984
9985         * message.el (message-newline-and-indent): Remove debugging.
9986         (message-display-abbrev): Use new implementation.
9987
9988 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-art.el (gnus-article-mode): Set
9991         cursor-in-non-selected-windows to nil.
9992
9993         * smiley.el: Revert previous change.
9994         (smiley-data-directory): defvar it before using it in the
9995         defcustom of `smiley-style'.
9996
9997 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * message.el (message-newline-and-indent): New function.
10000
10001         * ecomplete.el: Implement more bits.
10002
10003         * message.el (message-put-addresses-in-ecomplete): Clean up the
10004         string.
10005
10006         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10007
10008         * gnus-sum.el (gnus-summary-save-parts): Bind
10009         gnus-summary-save-parts-counter and use it to make unique file
10010         names.
10011
10012         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10013
10014         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10015         parameter to say whether to actually parse the individual
10016         addresses.
10017
10018         * message.el (message-put-addresses-in-ecomplete): New function.
10019         (ecomplete): Require.
10020         (message-mail-alias-type): Add ecomplete as an option.
10021
10022 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10023
10024         * flow-fill.el (fill-flowed): Remove trailing space from blank
10025         quoted lines.
10026
10027 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * smiley.el (smiley-style): Move definition later to avoid a
10030         compilation warning.
10031
10032 2006-04-12  Kenichi Handa  <handa@m17n.org>
10033
10034         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10035         buffer and then decode the buffer text if necessary.
10036         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10037         first, and after mm-encode-body, change the buffer to unibyte.
10038         Use mm-disable-multibyte instead of set-buffer-multibyte.
10039
10040 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10043         Content-Type header instead of Content-Disposition header.
10044         (gnus-mime-inline-part): Ditto.
10045         (gnus-mime-view-part-as-charset): Ignore charset that the part
10046         specifies.
10047
10048         * mm-decode.el (mm-display-part): Work with external parts and
10049         usual parts similarly.
10050
10051         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10052         instead of gnus-display-mime.
10053
10054         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10055         instead of with-temp-buffer.
10056
10057         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10058         tag to summarized topics part in order to encode non-ASCII text.
10059
10060 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * smiley.el (smiley-style): New variable.
10063         (smiley-directory): New function.
10064         (smiley-data-directory): Derive from `smiley-style' using
10065         `smiley-directory'.
10066         (smiley-regexp-alist): Add new entries.
10067
10068         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10069         (gnus-article-browse-delete-temp): Add :version.
10070
10071 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10072
10073         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10074         the sieve region.
10075
10076 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * gnus.el (gnus-version-number): Bump version.
10079
10080 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * gnus.el: No Gnus v0.4 is released.
10083
10084 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10087         layout.
10088
10089         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10090         unknown charset.
10091
10092         * message.el (message-header-synonyms): Add Original-To to the
10093         default.
10094
10095         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10096         optional parameter.
10097
10098 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-fun.el (gnus): Require it for gnus-directory.
10101
10102 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10105
10106 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10107
10108         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10109
10110 2006-04-05  Simon Josefsson  <jas@extundo.com>
10111
10112         * password.el (password-reset): New function.
10113
10114 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10115
10116         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10117         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10118
10119 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10120
10121         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10122         Some whitespace was matched into the url, which broke browsing hits
10123         > 100 when mm-url-use-external was nil.
10124
10125 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10128         gnus-extra-headers for 'Newsgroups.
10129
10130         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10131         bound.
10132
10133 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10134
10135         * pgg-gpg.el: Clean up process buffers every time gpg processes
10136         complete.
10137
10138 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10141         doc string.
10142
10143 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10144
10145         * pgg-gpg.el (pgg-gpg-process-filter)
10146         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10147
10148         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10149         lines, temporary fix.
10150
10151 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10154
10155 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10156
10157         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10158         default-enable-multibyte-characters.  This reverts the change from
10159         revision 6.17 which is no longer necessary because the passphrase
10160         is sent separately now.  GnuPG messages are unreadable under
10161         multibyte locales with default-enable-multibyte-characters set to
10162         nil.
10163
10164 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * message.el (message-tool-bar-gnome): Move "spell".
10167
10168 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10171         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10172         instead.
10173
10174 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10175
10176         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10177         newsgroups handling for NNTP overviews which don't include
10178         Newsgroups.
10179
10180 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10181
10182         * message.el (message-resend): Bind message-generate-hashcash to nil.
10183
10184 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10185
10186         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10187         when searching for already-paid recipients.
10188
10189 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10190
10191         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10192         passphrases when it is not needed.
10193         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10194         passphrase stuff from gpg, should only be necessary when you use
10195         gpg with a smartcard.
10196
10197 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * mml.el (mml-insert-mime): Ignore cached contents of
10200         message/external-body part.
10201
10202         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10203         (mm-insert-part): Ditto.
10204
10205 2006-03-23  Simon Josefsson  <jas@extundo.com>
10206
10207         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10208         Reiner.
10209         (pgg-gpg-use-agent-p): Use it again.
10210
10211 2006-03-23  Simon Josefsson  <jas@extundo.com>
10212
10213         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10214         older emacsen.
10215         (pgg-gpg-use-agent-p): Don't use it.
10216
10217 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10220         if we can.
10221
10222 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10223
10224         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10225         (pgg-gpg-update-agent): New function.
10226         (pgg-gpg-use-agent-p): New function.
10227         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10228         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10229         (pgg-gpg-sign-region): Use it.
10230
10231 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10234         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10235
10236 2006-03-21  Simon Josefsson  <jas@extundo.com>
10237
10238         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10239         <wilde@sha-bang.de>.
10240         (pgg-gpg-use-agent): New variable.
10241         (pgg-gpg-process-region): Use it.
10242         (pgg-gpg-encrypt-region): Likewise.
10243         (pgg-gpg-encrypt-symmetric-region): Likewise.
10244         (pgg-gpg-decrypt-region): Likewise.
10245         (pgg-gpg-sign-region): Likewise.
10246         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10247
10248 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10251
10252         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10253         Add comment on version.
10254
10255 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * smiley.el: Add missing test smiley.
10258
10259 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * mm-decode.el (mm-with-part): New macro.
10262         (mm-get-part): Use it; work with message/external-body as well.
10263         (mm-save-part): Treat name and filename equally.
10264
10265         * mm-extern.el (mm-extern-cache-contents): New function.
10266         (mm-inline-external-body): Use it; force the part to be displayed;
10267         move undisplayer added to the cached handle to the parent.
10268
10269         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10270         (gnus-mime-view-part-as-type): Work with message/external-body.
10271
10272         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10273
10274 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10277         images in image-load-path.  [Sync with image.el, revision 1.60, in
10278         Emacs.]
10279
10280 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10283         path rather than symbol.  Always return list of directories.
10284         Guarantee that image directory comes first.  [Sync with image.el,
10285         revision 1.59, in Emacs.]
10286
10287         * message.el (message-make-tool-bar): Adjust to new API of
10288         `gmm-image-load-path-for-library'.
10289
10290         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10291
10292         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10293
10294 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10295
10296         * gnus-art.el (gnus-article-only-boring-p):
10297         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10298         intangible text.
10299         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10300
10301 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10304         `defun' instead of `gmm-defun-compat'.
10305
10306 2006-03-14  Simon Josefsson  <jas@extundo.com>
10307
10308         * message.el (message-unique-id): Don't use message-number-base36
10309         if (user-uid) is a float.
10310         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10311
10312 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10315
10316         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10317         empty line between a part and a message part.
10318
10319 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * smiley.el: Add more test smileys.
10322         (smiley-data-directory, smiley-regexp-alist)
10323         (gnus-smiley-file-types): Fix doc strings.
10324         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10325         adding new elements.
10326         (smiley-mouse-map): Unused code.  Make it a comment.
10327
10328 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10331         scan latest NoCeM messages instead of old ones.
10332         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10333         delimiters that are recently used.
10334         (gnus-nocem-load-cache): Add autoload cookie.
10335
10336         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10337
10338         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10339         level which is larger than gnus-use-nocem is specified.
10340
10341         * gnus-group.el (gnus-group-get-new-news): Ditto.
10342
10343 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus-util.el (gnus-tool-bar-update): New function.
10346
10347         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10348         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10349
10350         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10351
10352         * gnus-group.el (gnus-group-redraw-when-idle)
10353         (gnus-group-redraw-check): Remove.
10354         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10355
10356 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10359         if optional last element is specified in splits (FIELD VALUE...).
10360
10361 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10364         to gmm-image-load-path-for-library.  Call with no-error argument.
10365         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10366
10367         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10368
10369         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10370
10371         * gmm-utils.el (gmm-image-load-path): Remove alias.
10372
10373 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gmm-utils.el (gmm-image-load-path): Add alias.
10376
10377         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10378         nnml-generate-nov-databases-1.
10379         (nnml-generate-nov-databases): Use it.
10380         (nnml-generate-nov-databases-directory): Document no-active
10381         argument.
10382
10383         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10384         directory if path is t.  Add no-error.
10385
10386         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10387         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10388
10389         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10390         resetting gnus-article-browse-html-temp-list.
10391
10392         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10393         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10394         Add example to docstring.  Rename local variables.  Move error
10395         checks to default case in cond and simplify.
10396
10397 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10400         handle is multipart when calling it recursively.
10401         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10402
10403 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10404
10405         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10406         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10407
10408 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10411         is loaded.
10412
10413         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10414         loaded.
10415
10416 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10419         to "Emacs 23 (unicode)" in doc string.
10420
10421         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10422         "Emacs 23 (unicode)" in comment.
10423
10424 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10427
10428         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10429         characters 160 through 255 in Emacs 23.
10430
10431 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10434         gnus-article-browse-html-temp.
10435         (gnus-article-browse-delete-temp): Make it customizable.  Add
10436         `file'.  Adjust doc string.
10437         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10438         query for each file.  Adjust doc string.
10439         (gnus-article-browse-html-parts): Add
10440         `gnus-article-browse-delete-temp-files' to
10441         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10442
10443 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10444
10445         * gnus-art.el (gnus-article-browse-html-temp)
10446         (gnus-article-browse-delete-temp): New variables.
10447         (gnus-article-browse-delete-temp-files): New function.
10448         (gnus-article-browse-html-parts): Use it.
10449
10450 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10453
10454         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10455         string.
10456
10457         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10458         gnus-summary-insert-new-articles when unplugged.  Remove
10459         gnus-summary-search-article-forward.
10460
10461         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10462         display-visual-class instead of display-color-cells.
10463
10464 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * dgnushack.el: Autoload customize-group for XEmacs.
10467
10468         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10469         message/* containing non-ASCII text properly.
10470
10471 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * message.el: Require gmm-utils, remove autoloads.
10474         (message-tool-bar): Set default based on
10475         gmm-tool-bar-style.
10476         (message-tool-bar-gnome): Add gmm-customize-mode.
10477
10478         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10479         gmm-tool-bar-style.
10480         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10481
10482         * gnus-group.el (gnus-group-tool-bar): Set default based on
10483         gmm-tool-bar-style.
10484         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10485
10486         * gmm-utils.el (gmm-image-directory): Rename variable from
10487         gmm-image-load-path.
10488         (gmm-image-load-path): Use gmm-image-directory.
10489         (gmm-customize-mode): New function.
10490         (gmm-tool-bar-style): New variable.
10491
10492         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10493         gnus-group-redraw-line-number.
10494         (gnus-group-redraw-check): Simplify.
10495         (gnus-group-tool-bar-update): Remove redraw check.
10496         (gnus-group-make-tool-bar): Add redraw check.
10497
10498 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10499
10500         * gnus-art.el (gnus-button): Add missing parentheses.
10501
10502 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * lpath.el: Fbind line-number-at-pos.
10505
10506 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10509
10510 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * gnus-art.el (gnus-button): New face.
10513         (gnus-article-button-face): Use it.
10514
10515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10516         gnus-summary-next-page.  Re-order.
10517
10518         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10519         next-node are now included.
10520         (gnus-group-redraw-line-number): New internal variable.
10521         (gnus-group-redraw-check): Helper function for updating the tool
10522         bar.
10523         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10524
10525         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10526
10527         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10528         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10529         Use it to match format of Spamassassin 3.0 and later.  Reported by
10530         IRIE Tetsuya <irie@t.email.ne.jp>.
10531         (spam-check-bogofilter)
10532         (spam-bogofilter-register-with-bogofilter): Fix args of
10533         `gnus-error' calls.
10534
10535 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10538         unnecessary interaction when sending queued mails.  Reported by
10539         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10540
10541 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10544         first or last are nil.
10545
10546 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10547
10548         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10549
10550 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10553
10554 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * dns.el (query-dns): Protect more against buggy tcp output.
10557
10558 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10561         nov.php.
10562
10563 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10564
10565         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10566         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10567         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10568         output on the server side.
10569         (nnweb-google-create-mapping): Update regexps and add some
10570         progress indication.
10571
10572 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10575         gnus-agent-toggle-plugged.  Re-order icons.
10576         (gnus-group-tool-bar-gnome): Add
10577         gnus-group-{prev,next}-unread-group.
10578         (gnus-group-tool-bar-gnome): Re-order icons.
10579
10580         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10581         gnus-summary-insert-new-articles.
10582
10583         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10584         comments.
10585
10586         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10587         also available in Emacs 21.3.
10588
10589         * message.el (message-fix-before-sending): Change "Emacs 22" to
10590         "Emacs 23 (unicode)" in comment.
10591
10592         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10593         "Emacs 23 (unicode)" in comment.
10594
10595         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10596         comment.
10597         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10598
10599         * mm-view.el (mm-fill-flowed): Add :version.
10600
10601 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10604         and load-path.
10605
10606 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * message.el: Autoload gmm-image-load-path.
10609         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10610         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10611         consitency.
10612
10613         * gmm-utils.el (gmm-image-load-path): Also search in
10614         "../etc/images".  Don't set gmm-image-load-path if we don't find
10615         the image.
10616
10617 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gmm-utils.el (gmm-image-load-path): Don't make
10620         `gmm-image-load-path' include subdirectories which the second arg
10621         `image' might specify.
10622
10623         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10624         subdirectory to icon file names.
10625
10626         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10627
10628 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10631         gmm-image-load-path calls.
10632
10633         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10634
10635         * message.el (message-make-tool-bar): Ditto.
10636
10637         * mml.el (mml-preview): Added comment concerning tool bar icons.
10638
10639         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10640         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10641
10642         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10643         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10644
10645         * message.el (message-tool-bar-gnome): Use new icon names.
10646         (message-make-tool-bar): Use `gmm-image-load-path'.
10647
10648         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10649         functions from MH-E.
10650         (gmm-image-load-path): New variable from MH-E.
10651         (gmm-image-load-path): New function from MH-E.  Added arguments
10652         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10653         *-image-load-path-called-flag.
10654
10655 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10656
10657         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10658
10659 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10660
10661         * nnimap.el (nnimap-request-move-article): Change folder back to
10662         source group before deleting.
10663
10664 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10667
10668         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10669         mm-url.
10670
10671         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10672
10673 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10676         coding system which mm-charset-to-coding-system returns for a
10677         given charset is valid.
10678
10679 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10680
10681         * html2text.el (html2text-remove-tag-list):
10682         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10683
10684 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10685
10686         * gnus-cus.el: Revert 2005-10-17 change.
10687
10688 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (article-strip-banner): Call
10691         article-really-strip-banner only when the regexp match is made.
10692
10693 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (article-strip-banner): Use
10696         gnus-extract-address-components instead of
10697         mail-header-parse-addresses to make it work with non-ASCII text;
10698         remove mail-encode-encoded-word-string.
10699
10700         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10701         values which are surrounded with \"...\"; make it never cause a
10702         Lisp error; give up parsing of parameters if it failed in
10703         extracting type.
10704
10705 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10706
10707         * smime.el (smime-cert-by-ldap-1): Fix bug where
10708         `smime-ldap-search' returns results without userCertificates.
10709
10710 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10713
10714 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * spam.el (spam-check-spamassassin-headers): Adapt format for
10717         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10718         <ari@mbf.ocn.ne.jp>.
10719         (spam-list-of-processors): Add spam-use-gmane.
10720
10721 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10724         make-temp-file; make it work with XEmacs as well.
10725
10726         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10727         mm-make-temp-file.
10728
10729         * mm-decode.el (mm-display-external): Use the 3rd arg of
10730         mm-make-temp-file.
10731         (mm-create-image-xemacs): Ditto.
10732
10733 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10736         with message-narrow-to-headers.
10737         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10738         (gnus-draft-check-draft-articles): New function.
10739         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10740
10741 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * gnus-art.el (gnus-article-browse-html-parts):
10744         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10745         Don't use suffix argument for mm-make-temp-file for Emacs 21
10746         compatibility.  Remove useless `format'.
10747
10748 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10749
10750         * nnweb.el (nnweb-google-wash-article): Update regexps.
10751         (nnweb-group-alist): Use defvoo instead of defvar.
10752
10753 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10756         re-loading nn* modules.
10757
10758 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10761         for `tool-bar-mode' and don't check it's default-value.
10762
10763         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10764
10765         * message.el (message-make-tool-bar): Ditto.
10766
10767         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10768         `substring'.  Shorten tmp-file name.
10769
10770         * gnus.el: Remove bogus comment.
10771
10772 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10773
10774         * gnus-art.el (gnus-article-browse-html-parts): New function.
10775         (gnus-article-browse-html-article): New function for viewing html
10776         articles with a browser.
10777
10778 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10779
10780         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10781         in elisp.
10782         (pgg-gpg-encrypt-symmetric-region): Ditto.
10783         (pgg-gpg-sign-region): Ditto.
10784
10785         * pgg-def.el (pgg-text-mode): New variable.
10786
10787         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10788         (mml2015-pgg-encrypt): Ditto.
10789
10790         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10791         (mml1991-pgg-encrypt): Ditto.
10792
10793 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10796         message-make-date instead of current-time-string.
10797
10798         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10799         to gnus-decoded which mm-uu might set.
10800
10801 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10804         don't decode quoted parameters; remove misimported Emacs code.
10805         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10806         (rfc2231-decode-encoded-string): Don't use split-string which
10807         behaves differently according to Emacs version; use
10808         mm-decode-coding-region to convert charset to coding-system.
10809         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10810         (rfc2231-encode-string): Remove misimported Emacs code.
10811
10812 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10815         when calling mail-header-parse-content-type.
10816         (article-de-quoted-unreadable): Ditto.
10817         (article-de-base64-unreadable): Ditto.
10818         (article-wash-html): Ditto.
10819
10820         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10821         calling mail-header-parse-content-type and
10822         mail-header-parse-content-disposition.
10823         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10824         mail-header-parse-content-type.
10825
10826         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10827         insert charset and format parameters; encode description after
10828         inserting it to buffer.
10829         (mml-insert-parameter): Fold lines properly even if a parameter is
10830         segmented into two or more lines; change the max column to 76.
10831
10832         * rfc1843.el (rfc1843-decode-article-body): Don't use
10833         ignore-errors when calling mail-header-parse-content-type.
10834
10835         * rfc2231.el (rfc2231-parse-string): Return at least type if
10836         possible; don't cause an error even if it fails in parsing of
10837         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10838         (rfc2231-encode-string): Don't break lines at the beginning, leave
10839         it to mml-insert-parameter.
10840
10841         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10842         calling mail-header-parse-content-type.
10843
10844 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * spam-report.el (spam-report-gmane-use-article-number):
10847         Improve doc string.
10848         (spam-report-gmane-internal): Check if a suitable header was found
10849         in the article.
10850
10851 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10854         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10855
10856 2006-02-05  Romain Francoise  <romain@orebokech.com>
10857
10858         Update copyright notices of all files in the gnus directory.
10859
10860 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10861
10862         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10863
10864 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10867         segmented lines of parameter value to cope with Thunderbird 1.5
10868         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10870         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10871
10872 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10873
10874         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10875         parts.
10876
10877 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10878
10879         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10880         there's only one active file for all servers.
10881         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10882         solid groups.  Gnus might have used a FAST request to select the group.
10883         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10884         and nnweb-search redundantly in the active file.
10885         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10886         (nnweb-request-create-group): Don't use ARGS.
10887         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10888         initialisations.  Let nnoo do the work.
10889
10890 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10893         Say the part has been decoded.
10894
10895         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10896
10897 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10898
10899         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10900         mailcap-viewer-test-cache when there's no 'test clause, since that
10901         will invert the meaning of a "nil" test previously determined by
10902         mailcap-mailcap-entry-passes-test.
10903
10904 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10907         compiling.
10908
10909         * gnus-sum.el: Ditto.
10910
10911         * message.el: Don't bind tool-bar-map when compiling.
10912
10913 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10916
10917 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10918
10919         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10920         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10921         current Google Groups.
10922
10923 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10926         and tool-bar-mode.
10927
10928         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10929         and tool-bar-mode.
10930
10931         * message.el (message-tool-bar-update): Simplify.
10932         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10933
10934         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10935         gnus-summary-buffer.
10936         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10937         gnus-summary-reply.
10938
10939         * gmm-utils.el (gmm): Add :version.
10940
10941 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * Makefile.in (clean): New rule.
10944         (distclean): Use it.
10945
10946 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10947
10948         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10949         autoload.
10950
10951 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gmm-utils.el (gmm-verbose): Add :group.
10954
10955 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * message.el: Change some comments WRT tool-bars.
10958
10959         * gnus-sum.el (gnus-summary-tool-bar)
10960         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10961         (gnus-summary-tool-bar-zap-list): New variables.
10962         (gnus-summary-make-tool-bar): Complete rewrite using
10963         `gmm-tool-bar-from-list'.
10964
10965         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10966         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10967         variables.
10968         (gnus-group-make-tool-bar): Complete rewrite using
10969         `gmm-tool-bar-from-list'.
10970         (gnus-group-tool-bar-update): New function.
10971
10972         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10973
10974 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10977         is dissected into a single part of which the type is the same as
10978         the given one; decode charset.
10979
10980 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10981
10982         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10983         into alists as symbol not string, since that's what
10984         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10985         look for.
10986
10987 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10990         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10991
10992         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10993
10994 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10997         (gnus-xmas-mime-security-button-menu): New function.
10998
10999         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11000         (gnus-mime-security-button-menu): New definition.
11001         (gnus-mime-security-button-map): Use them.
11002         (gnus-mime-security-button-menu): New function.
11003         (gnus-insert-mime-security-button): Addition to help echo.
11004         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11005         (gnus-mime-security-pipe-part): New functions.
11006
11007         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11008         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11009
11010         * mm-decode.el (mm-handle-set-disposition): Remove.
11011         (mm-handle-set-description): Remove.
11012
11013 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11016         (mm-w3m-standalone-supports-m17n-p): New function.
11017         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11018         w3m usage.
11019
11020         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11021         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11022
11023 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * message.el (message-tool-bar-zap-list): Use
11026         gmm-tool-bar-zap-list as custom type.
11027         (message-tool-bar-update): New function.
11028         (message-tool-bar, message-tool-bar-gnome)
11029         (message-tool-bar-retro): Add message-tool-bar-update.
11030         (message-tool-bar-gnome): Add flyspell-buffer.
11031
11032         * gnus-util.el (gnus-error): Describe `args'.
11033
11034         * gmm-utils.el (gmm-error): Describe `args'.
11035         (gmm-tool-bar-zap-list): New widget.
11036         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11037
11038 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11041         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11042         the number of recursive calls.
11043
11044         * mm-decode.el (mm-handle-set-disposition): New macro.
11045         (mm-handle-set-description): New macro.
11046
11047 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11050         encoding.
11051
11052 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * message.el (message-tool-bar-zap-list, message-tool-bar)
11055         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11056         (message-tool-bar-local-item-from-menu): Remove.
11057         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11058         (message-make-tool-bar): New function.
11059         (message-mode): Use `message-make-tool-bar'.
11060
11061         * gmm-utils.el: New file.
11062         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11063         (gmm-lazy): New widget copied from `nnmail.el'.
11064         (gmm-tool-bar-from-list): New function for creating customizable
11065         tool bars.
11066         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11067         output.
11068         (gmm): Add :prefix to defgroup.
11069
11070 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11071
11072         * gmm-utils.el (gmm-widget-p): New function.
11073
11074 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * mml.el (mml-attach-file): Describe `description' in doc string.
11077         (mml-menu): Add Emacs MIME manual and PGG manual.
11078
11079 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11080
11081         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11082
11083 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11084
11085         * nntp.el (nntp-end-of-line): Doc fix.
11086
11087 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11088
11089         * imap.el (imap-open): Handle case where buffer is a buffer
11090         object.
11091
11092 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11093
11094         * gnus-delay.el (gnus-delay): Don't autoload.
11095         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11096         to be re-loaded when customizing the `gnus-delay' group.
11097
11098 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11099
11100         * message.el (message-insert-citation-line): Use newlines.
11101
11102 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11103
11104         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11105         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11106         these routines, so the passphrase can be managed externally and
11107         passed in to the system.
11108         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11109         pgg-add-passphrase-to-cache function.
11110
11111         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11112         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11113         these routines, so the passphrase can be managed externally and
11114         passed in to the system.
11115         (pgg-pgp5-sign-region): Use new name of
11116         pgg-add-passphrase-to-cache function.
11117
11118 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11119
11120         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11121         part of the decoded armor to find the key-identifier.
11122         (pgg-gpg-lookup-key-owner): New function to return the
11123         human-readable identifier of a key owner.
11124         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11125         itself.
11126         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11127         the key value) if we have a key and can match it against a secret
11128         key.  Also, added a note pointing out fact that the prompt only
11129         indicates the first matching key.
11130
11131         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11132         pgg-decrypt-region.
11133         (pgg-add-passphrase-to-cache): Rename from
11134         `pgg-add-passphrase-cache' to reduce confusion (all callers
11135         changed).
11136         (pgg-remove-passphrase-from-cache): Rename from
11137         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11138         changed).
11139         (pgg-read-passphrase, pgg-add-passphrase-cache)
11140         (pgg-remove-passphrase-cache): Add informative docstrings.
11141         (pgg-decrypt): Convey provided passphrase in subordinate call to
11142         pgg-decrypt-region.
11143
11144 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11145
11146         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11147         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11148         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11149         'passphrase' argument, so the passphrase can be managed externally
11150         and then passed in to the system.
11151
11152         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11153         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11154         so the passphrase cache can be used reliably with identifiers
11155         besides a pgp packet's key id.
11156
11157         * pgg-gpg.el (pgg-gpg-encrypt-region)
11158         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11159         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11160         these routines, so the passphrase can be managed externally and
11161         passed in to the system.
11162
11163         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11164         'notruncate' argument, so the passphrase cache can be used
11165         reliably with identifiers besides a pgp packet's key id.
11166
11167 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11168
11169         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11170         symmetric encryption.
11171         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11172         encrypted session key.
11173         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11174         message ask for the passphrase in a proper way.
11175
11176         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11177         New user commands for symmetric encryption.
11178
11179 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11182
11183         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11184
11185 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11186
11187         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11188
11189 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-decode.el (mm-inlined-types): Add application/pgp.
11192         (mm-automatic-display): Ditto.
11193
11194         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11195         part as text.
11196
11197 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * nnrss.el: Update copyright.
11200         (nnrss-opml-import): Query whether to subscribe to each entry.
11201
11202         * gnus-art.el:
11203         * gnus-sum.el:
11204         * gnus-xmas.el:
11205         * messagexmas.el:
11206         * mm-uu.el:
11207         * mm-view.el: Update copyright.
11208
11209 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * message.el (message-info): New function.
11212         (message-mode-menu): Add it.
11213         Update copyright.
11214
11215         * ChangeLog: Fix and update copyright.
11216
11217 2006-01-13  Romain Francoise  <romain@orebokech.com>
11218
11219         * message.el (message-forward-subject-name-subject): Prefer the
11220         address to 'nowhere' if the sender has no name.
11221         Fix typo.  Update copyright year.
11222
11223 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-art.el (article-wash-html): Use
11226         gnus-summary-show-article-charset-alist if a numeric arg is given.
11227         (gnus-article-wash-html-with-w3m-standalone): New function.
11228
11229         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11230         mm-inline-text-html-render-with-w3m-standalone.
11231         (mm-text-html-washer-alist): Map w3m-standalone to
11232         gnus-article-wash-html-with-w3m-standalone.
11233         (mm-inline-text-html-render-with-w3m-standalone): New function.
11234
11235 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11238         Improve LaTeX.
11239
11240 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11243         (nnrss-request-article): Render text/plain parts as HTML.
11244
11245         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11246         the buffer.
11247
11248 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11251         custom definition of `gnus-posting-styles'.
11252
11253         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11254         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11255
11256 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11259         Use nntp for bug archive.
11260
11261 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11264         parts.
11265         (nnrss-normalize-date): New function converts ISO 8601 date into
11266         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11267         (nnrss-check-group): Use it.
11268
11269 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11272
11273         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11274         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11275         (nnrss-insert-w3): Ditto.
11276
11277 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11280         the articles to be forwarded including the case where neither a
11281         number of articles nor a region is specified.
11282
11283 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * nnrss.el (nnrss-request-article): Fix last change; fill
11286         text/plain parts.
11287
11288 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11291         in text/plain part.
11292         (nnrss-check-group): Don't add excessive newline to dc:subject.
11293
11294 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11295
11296         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11297         article.
11298
11299 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11302         (nnml-use-compressed-files, nnml-save-mail): Support other
11303         comression programs such as bzip2.
11304
11305 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * dns.el (query-dns): Make sure we check the buffer size before
11308         removing tcp headers.
11309
11310 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11313         remove MIME buttons associated with multipart/alternative parts.
11314         (gnus-mime-display-alternative): Tag buttons using `article-type'
11315         text property.
11316
11317         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11318         associated with multipart/alternative parts.
11319
11320         * gnus-art.el (gnus-signature-separator): Fix custom type.
11321
11322         * mm-decode.el (mm-inlined-types): Fix custom type.
11323         (mm-keep-viewer-alive-types): Ditto.
11324         (mm-automatic-display): Ditto.
11325         (mm-attachment-override-types): Ditto.
11326         (mm-inline-override-types): Ditto.
11327         (mm-automatic-external-display): Ditto.
11328
11329 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * spam-report.el (spam-report-user-mail-address)
11332         (spam-report-user-agent): New variables.
11333         (spam-report-url-ping-plain): Use spam-report-user-agent.
11334
11335 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11336
11337         * gnus-art.el (gnus-button-handle-custom): Do not just use
11338         `customize-apropos' for any "M-x customize-*" button but the
11339         function called for.  Accept both the function name and its
11340         argument in order to achieve this.
11341         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11342         function name to `gnus-button-handle-custom' in case of "M-x
11343         customize-*" buttons.
11344
11345 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11348         multipart/alternative and add xref to mm-discouraged-alternatives
11349         in doc string.
11350
11351         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11352         gnus-buttonized-mime-types in doc string.
11353
11354 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11357         Suggest image/.* in the doc string.
11358
11359 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11362         message-marks (Debian bug #342521).
11363
11364 2005-12-12  Simon Josefsson  <jas@extundo.com>
11365
11366         * password.el (password-read-from-cache): Add.
11367         (password-read): Use it.
11368
11369 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11372         us-ascii as a MIME charset.
11373
11374         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11375         against the case where the 2nd arg TYPE is nil.
11376
11377 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * pop3.el (pop3-stream-type): Fix custom version.
11380
11381         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11382
11383 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11384
11385         * mm-decode.el (mm-display-external): Add missing cdr.
11386
11387 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11390         RFC1524) if it is in mailcap or add a suffix according to
11391         mailcap-mime-extensions when generating a temp filename; postpone
11392         deleting a temp file for 2 seconds for some wrappers, shell
11393         scripts, and so on, which might exit right after having started a
11394         viewer command as a background job.
11395
11396 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * nntp.el (nntp-marks-directory): Fix custom group.
11399
11400         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11401         steps when < 10.
11402
11403         * gnus-start.el (gnus-no-server-1): Mention
11404         `gnus-level-default-subscribed' in doc string.
11405
11406 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11407
11408         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11409         parens.
11410
11411 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-xmas.el (gnus-use-toolbar): Revert.
11414         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11415         gnus-use-toolbar is default.
11416
11417         * messagexmas.el (message-use-toolbar): Revert.
11418         (message-setup-toolbar): Use global default-toolbar if
11419         message-use-toolbar is default.
11420
11421 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11424         according to default-toolbar-visible-p.
11425
11426         * messagexmas.el (message-use-toolbar): Ditto.
11427
11428 2005-11-26  Dave Love  <fx@gnu.org>
11429
11430         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11431         (tls-program, tls-success): Provide openssl alternative.
11432
11433         * starttls.el: Doc fixes.
11434         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11435         SERVICE to PORT.
11436
11437         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11438         port null or service name.
11439         (starttls-negotiate): Autoload.
11440
11441 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * message.el (message-kill-to-signature): Fix interactive spec.
11444
11445 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * pop3.el (pop3-open-server): Recognize a string as a service name.
11448
11449 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11450
11451         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11452
11453 2005-11-23  Dave Love  <fx@gnu.org>
11454
11455         Add pop3s, pop3/starttls.
11456
11457         * pop3.el (pop3-authentication-scheme): Clarify doc.
11458         (open-tls-stream, starttls-open-stream): Autoload.
11459         (pop3-stream-type): New.
11460         (pop3-open-server): Use it.
11461
11462         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11463         for POP.
11464         (mail-source-keyword-map): Add :stream for POP.
11465         (mail-source-fetch-pop): Use pop3-stream-type.
11466
11467 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11470         of current-time-string.
11471
11472 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11473
11474         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11475         date header.
11476
11477 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11478
11479         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11480         it can seriously impact performance as it bypasses the agent's
11481         local caches.
11482
11483 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11484
11485         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11486         must be explicitly online rather than "not explicitly offline" for
11487         its flags to be synchronized.
11488
11489         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11490         that gnus-uu-unmark-thread will function correctly.
11491
11492         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11493         1024K is instead displayed as 1M.
11494
11495 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11498
11499 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11500
11501         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11502
11503 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11504
11505         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11506         error message to display actual error condition.
11507         (gnus-agent-save-local): Avoid saving symbols that are bound to
11508         nil as they simply result in a warning message in
11509         gnus-agent-read-local.
11510
11511 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11514         rather than make-variable-buffer-local for file-precious-flag.
11515
11516 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11517
11518         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11519         for duplicates which are removed.  The invalid sort check then
11520         triggers a rescan after the sort as sorting may have moved
11521         duplicate entries such that they can be cheaply detected.
11522
11523 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11526
11527 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11528
11529         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11530         internal variable to a custom variable.  Changed default value
11531         from compressed(2) to uncompressed(1).
11532         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11533         support for uncompressed agentview files.  Taken together, reading
11534         the agentview file should now be 6-7 times faster.
11535
11536 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11537
11538         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11539         as a buffer-local variable.  This avoids creating truncated
11540         dribble files as a result of a hang up, eg.
11541
11542 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11543
11544         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11545         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11546         XEmacs.
11547
11548 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-start.el (gnus-start-draft-setup): Enforce
11551         `gnus-draft-mode' for nndraft:drafts at startup.
11552
11553         * gnus.el (gnus-splash): Change custom group.
11554         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11555         allow-list argument.
11556
11557         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11558         string.
11559
11560 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-art.el (gnus-default-article-saver): Add user-defined
11563         `function' to custom type.
11564
11565 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11566
11567         * imap.el (imap-open): Handle case where buffer is a buffer
11568         object.
11569
11570 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11573         long lines.
11574         (gnus-cache-delete-group): Wrap doc strings.
11575
11576         * gnus-agent.el (gnus-agent-rename-group)
11577         (gnus-agent-delete-group): Wrap doc strings.
11578
11579 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * messagexmas.el (message-use-toolbar): Change the valid values
11582         into default, top, bottom, left, and right.
11583         (message-toolbar-thickness): New variable.
11584         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11585         well.
11586         (message-setup-toolbar): Make it work.
11587
11588         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11589         (gnus-use-toolbar): Change the valid values into default, top,
11590         bottom, left, and right.
11591         (gnus-toolbar-thickness): New variable.
11592         (gnus-xmas-setup-toolbar): New function.
11593         (gnus-xmas-setup-group-toolbar): Use it.
11594         (gnus-xmas-setup-summary-toolbar): Use it.
11595
11596 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597
11598         * gnus-start.el (gnus-1): Add "native" to
11599         gnus-predefined-server-alist.
11600
11601         * gnus.el (gnus-method-to-server): Don't add "native" to the
11602         lists here, because that leads to problems when
11603         gnus-select-method is bound.
11604
11605 2005-11-09  Simon Josefsson  <jas@extundo.com>
11606
11607         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11608         use (not sort-by-date) instead.
11609
11610 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11611
11612         * gnus-delay.el (gnus-delay-group): Don't autoload.
11613         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11614         to be re-loaded when customizing the `gnus-delay' group.
11615
11616 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11617
11618         * message.el: Revert last changes.
11619         (message-insert-citation-line): Use newlines.
11620
11621 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11622
11623         * message.el (message-courtesy-message)
11624         (message-mark-insert-begin, message-mark-insert-end)
11625         (message-elide-ellipsis, message-cancel-message)
11626         (message-add-header, message-change-subject)
11627         (message-cross-post-followup-to-header)
11628         (message-cross-post-insert-note, message-reduce-to-to-cc)
11629         (message-widen-reply, message-delete-not-region)
11630         (message-kill-to-signature, message-insert-signature)
11631         (message-insert-importance-high, message-insert-importance-low)
11632         (message-insert-or-toggle-importance)
11633         (message-insert-disposition-notification-to)
11634         (message-indent-citation, message-yank-original)
11635         (message-cite-original-without-signature, message-cite-original)
11636         (message-insert-citation-line, message-position-on-field)
11637         (message-fix-before-sending, message-send-mail-partially)
11638         (message-send-mail, message-send-mail-with-sendmail)
11639         (message-send-mail-with-qmail, message-send-news)
11640         (message-check-news-header-syntax, message-generate-headers)
11641         (message-insert-courtesy-copy, message-fill-address)
11642         (message-fill-header, message-shorten-references)
11643         (message-setup-1, message-cancel-news)
11644         (message-forward-make-body-plain, message-forward-make-body-mime)
11645         (message-forward-make-body-mml, message-encode-message-body)
11646         (message-forward-make-body-digest-plain)
11647         (message-forward-make-body-digest-mime)
11648         (message-use-alternative-email-as-from): Insert `hard-newline'
11649         instead of ordinary newlines.
11650
11651 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * message.el (message-generate-headers): Downcase the argument
11654         given to message-check-element.
11655
11656 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11657
11658         * nntp.el (nntp-authinfo-rejected): New error condition.
11659         (nntp-wait-for): Use new error condition to signal authentication
11660         error.
11661         (nntp-retrieve-data): Rethrow new error condition to break out of
11662         recursive call to nntp-send-authinfo.
11663
11664 2005-11-08  Romain Francoise  <romain@orebokech.com>
11665
11666         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11667         (gnus-summary-exit-map): Bind to `Z p'.
11668         (gnus-summary-make-menu-bar): Add menu item.
11669
11670 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11673         (gnus-treat-*): Add `first' in all doc strings.
11674
11675         * gnus-group.el (gnus-group-compact-group): Fix typo.
11676
11677 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus.el (gnus-parameters-case-fold-search): New variable.
11680         (gnus-parameters-get-parameter): Use it.
11681
11682         * gnus-score.el (gnus-home-score-file): Doc fix.
11683
11684 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11685
11686         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11687
11688 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * mm-util.el (mm-special-display-p): New function.
11691
11692         * mml.el (mml-preview): Use it; doc fix.
11693
11694 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11695
11696         * imap.el (imap-open): Handle case where buffer is a buffer object.
11697
11698 2005-10-29  Romain Francoise  <romain@orebokech.com>
11699
11700         * message.el (message-fix-before-sending): Fix comment.
11701
11702 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11703
11704         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11705
11706 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11707
11708         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11709         Used in gnus-score.el.
11710
11711 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11714
11715 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11718         whitespace removed in revision 7.8.  Use concatenated string to
11719         protect trailing whitespace.
11720
11721 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11722
11723         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11724         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11725         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11726         Courier IMAP ("some version from 2004").  Mostly based on similar
11727         code in the same function.
11728
11729 2005-10-26  Didier Verna  <didier@xemacs.org>
11730
11731         * gnus-group.el (gnus-group-compact-group): Invalidate original
11732         article buffer.
11733         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11734         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11735         NOV database and in article itself.
11736         Invalidate article backlog.
11737
11738 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11741
11742 2005-10-26  Simon Josefsson  <jas@extundo.com>
11743
11744         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11745         part of 2004-07-25 change.
11746
11747 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * message.el (message-display-completion-list): New function.
11750         (message-expand-group): Use it; make sure the Completions buffer
11751         is modifiable.
11752 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11753
11754         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11755         user-mail-name is an empty string.
11756
11757 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11760         depending on gnus-score-decay-constant.
11761
11762         * encrypt.el (encrypt-insert-file-contents)
11763         (encrypt-write-file-contents): Don't use `gnus-message'.
11764
11765         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11766         arguments.
11767         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11768         arguments to mm-uu-verbatim-marks-extract.
11769         (mm-uu-hide-markers): New variable.
11770         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11771
11772         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11773         (gnus-convert-image-to-face-command): Use "convert" by default to
11774         allow other input image formats.
11775         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11776         accordingly.
11777
11778 2005-10-23  Simon Josefsson  <jas@extundo.com>
11779
11780         * imap.el (imap-gssapi-program): Align command line parameters
11781         with latest GNU SASL.
11782         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11783
11784 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11787         HTML.
11788         (nnslashdot-request-article): Ditto.
11789
11790         * lpath.el (featurep): Add nobreak-char-display.
11791
11792 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11793
11794         * mail-source.el (mail-source-fetch-pop): Require pop3.
11795         (mail-source-check-pop): Ditto.
11796
11797 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11800         errors.
11801
11802 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11805         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11806
11807         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11808
11809         * mm-bodies.el (mm-decode-string): Call
11810         `mm-charset-to-coding-system' with allow-override argument.
11811
11812 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11815         (rfc2047-charset-to-coding-system): New function.
11816         (rfc2047-decode-encoded-words): New function.
11817         (rfc2047-decode-region): Use them.
11818         (rfc2047-decode-cte): Remove.
11819         (rfc2047-parse-and-decode): Remove.
11820         (rfc2047-decode): Remove.
11821
11822 2005-10-15  Kenichi Handa  <handa@m17n.org>
11823
11824         * rfc2047.el (rfc2047-decode-cte): New function.
11825         (rfc2047-decode-region): Change the way to decode successive
11826         encoded-words: decode B- or Q-encoding in each encoded-word,
11827         concatenate them, and decode it as charset.
11828
11829 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * lpath.el: Fbind codepage-setup for XEmacs.
11832
11833 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11834
11835         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11836         widget-move-and-invoke.
11837         (gnus-custom-mode): Use gnus-custom-map.
11838
11839 2005-10-15  Bill Wohler  <wohler@newt.com>
11840
11841         * message.el (message-tool-bar-map): Renamed image file from
11842         mail_send to mail/send.
11843
11844 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11845
11846         * message.el (message-expand-group): Pass the common
11847         prefix substring of completion to `display-completion-list'.
11848
11849 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * mml-sec.el (mml-secure-method): New internal variable.
11852         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11853         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11854         functions using mml-secure-method.
11855
11856         * mml.el (mml-mode-map): Add key bindings for those functions.
11857         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11858         Harder <harder@myrealbox.com>.
11859         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11860         end of message if point is the headers of the message.
11861
11862         * message.el (message-in-body-p): New function.
11863
11864         * assistant.el: Autoload gnus-util and netrc.
11865
11866         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11867         Use `mm-charset-override-alist' only when decoding.
11868
11869         * mm-bodies.el (mm-decode-body): Call
11870         `mm-charset-to-coding-system' with allow-override argument.
11871
11872         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11873         `filename' from Content-Disposition if Content-Type doesn't
11874         provide `name'.
11875         (gnus-mime-view-part-as-type): Set default instead of
11876         initial-input.
11877
11878 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11879
11880         * format-spec.el (format-spec): Propagate text properties of % spec.
11881
11882 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gnus-art.el (gnus-treat-predicate): Add `first'.
11885
11886 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11889         (mm-charset-override-alist): New variable.
11890         (mm-charset-to-coding-system): Use it.
11891         (mm-codepage-setup): New helper function.
11892         (mm-charset-eval-alist): New variable.
11893         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11894         about unknown charsets.
11895
11896         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11897
11898 2005-10-04  David Hansen  <david.hansen@gmx.net>
11899
11900         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11901         (nnrss-check-group): Ditto.
11902
11903 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11906         Rename x-gnus-verbatim to x-verbatim.
11907         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11908
11909         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11910         x-verbatim.
11911
11912         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11913
11914         * gnus-util.el (gnus-remove-duplicates): Remove.
11915
11916         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11917         instead of gnus-remove-duplicates.
11918
11919         * message.el (message-remove-duplicates): Remove.
11920         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11921         message-remove-duplicates.
11922
11923         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11924         available, else use implementation from `delete-dups'.
11925
11926         * message.el (message-insert-expires): New function.
11927         (message-mode-map): Add key binding.
11928         (message-mode-field-menu): Add menu entry.
11929         (message-mode): Document it.
11930         (message-make-expires-date): Use `message-make-date'.
11931
11932 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11933
11934         * message.el (message-make-expires-date): New function.
11935
11936 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * Makefile.in (list-installed-shadows): New entry.
11939         (install): Use it.
11940         (remove-installed-shadows): New entry.
11941
11942         * dgnushack.el (dgnushack-default-load-path): New variable.
11943         (dgnushack-find-lisp-shadows): New function.
11944         (dgnushack-remove-lisp-shadows): New function.
11945
11946 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * Makefile.in (install-el-elc): New entry.
11949         (install): Use it so that .el files are necessarily installed.
11950
11951 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11954
11955 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11956
11957         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11958         function rather than the diff-mode.el package.
11959         (mm-display-external): Use with-current-buffer.
11960         (mm-viewer-completion-map, mm-viewer-completion-map):
11961         Move initialization inside declaration.
11962
11963 2005-09-29  Simon Josefsson  <jas@extundo.com>
11964
11965         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11966         autoload mail-check-payment.
11967         (spam-check-hashcash): Define unconditionally, since hashcash.el
11968         is part of Gnus now.  Ignore errors from payment checking.
11969
11970 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * message.el (message-bold-region, message-unbold-region): Rename
11973         from `bold-region' and `unbold-region'.
11974
11975         * message.el: Remove useless autoloads.
11976
11977 2005-09-28  Simon Josefsson  <jas@extundo.com>
11978
11979         * message.el (message-use-idna): Default to t.
11980         (message-use-idna): Test whether encoding works too.  Doc fix.
11981
11982 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * nntp.el (nntp-warn-about-losing-connection): Remove.
11985
11986 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11989         customizable.  Change default value.
11990         (mm-uu-diff-groups-regexp): Change default value.
11991         (mm-uu-type-alist): Add doc string.
11992         (mm-uu-configure): Add doc string.  Make it interactive.
11993         (mm-uu-tex-groups-regexp): New variable.
11994         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11995         (mm-uu-type-alist): Add LaTeX documents.
11996         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11997         of "text/verbatim".
11998         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11999
12000         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12001         instead of "text/verbatim".
12002
12003         * message.el (message-mark-inserted-region)
12004         (message-mark-insert-file): Use slrn style marks when called with
12005         prefix argument.
12006
12007 2005-09-27  Simon Josefsson  <jas@extundo.com>
12008
12009         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12010
12011 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12012
12013         * message.el (message-remove-duplicates): New function.
12014         Implementation borrowed from `gnus-remove-duplicates'.
12015         (message-idna-to-ascii-rhs): Also encode idna addresses in
12016         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12017         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12018         only ask about the same idna domain once per header and also tell
12019         in what header to replace the idna domain.
12020
12021         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12022         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12023         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12024         a header is decoded and not just the last one.
12025
12026 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12029         has been decoded.
12030
12031         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12032         (mm-insert-part): Don't modify text if it has been decoded.
12033
12034         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12035         decoded.
12036
12037         * mm-view.el (mm-inline-text): Don't strip text props unless
12038         decoding enriched or richtext parts.
12039
12040 2005-09-25  Romain Francoise  <romain@orebokech.com>
12041
12042         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12043         * gnus-start.el (gnus-subscribe-interactively):
12044         * gnus-uu.el (gnus-uu-grab-articles):
12045         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12046         space.
12047
12048 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12049
12050         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12051         * mm-view.el (mm-view-pkcs7-decrypt):
12052         * gnus-sum.el (gnus-summary-limit-to-extra)
12053         (gnus-summary-respool-article, gnus-read-move-group-name):
12054         * gnus-score.el (gnus-summary-increase-score):
12055         * gnus-util.el (gnus-completing-read-with-default):
12056         * gnus-art.el (gnus-read-save-file-name)
12057         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12058         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12059         * message.el (message-check-news-header-syntax):
12060         Follow convention for reading with the minibuffer.
12061
12062 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * spam-report.el (spam-report-url-ping-plain):
12065         Use gnus-extended-version as User-Agent.
12066
12067         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12068         default value is nil.
12069
12070         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12071         (mm-uu-verbatim-marks-extract): New function.
12072         (mm-uu-extract): New face.
12073         (mm-uu-copy-to-buffer): Use it.
12074
12075         * spam-report.el (spam-report-gmane-ham): Renamed from
12076         `spam-report-gmane-unspam'.
12077         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12078         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12079
12080         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12081         Autoload.
12082         (spam-report-gmane-unregister-routine): Renamed
12083         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12084
12085 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12088         (spam-report-gmane-unregister-routine): Add support for gmane
12089         unregistration.
12090
12091         * spam-report.el (spam-report-gmane-unspam)
12092         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12093         (spam-report-gmane): Change to take a single article and do unspam
12094         registration.
12095
12096 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * mm-url.el (mm-url-decode-entities): Fix regexp.
12099
12100 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12101
12102         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12103         default to nil, to be able to use Gnus at all.  If the default
12104         switches to something else, then the function should be fixed not
12105         be exceedingly slow.
12106
12107 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12110         fail hard.
12111
12112         * spam-report.el: Add better Keywords line.
12113
12114         * spam.el: Add Maintainer and better Keywords line.
12115
12116 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-art.el (gnus-article-replace-part)
12119         (gnus-mime-replace-part): New functions.
12120         (gnus-mime-action-alist, gnus-mime-button-commands)
12121         (gnus-mime-save-part-and-strip): Added file argument.
12122         (gnus-article-part-wrapper): Added interactive argument.
12123
12124         * gnus-sum.el (gnus-summary-mime-map): Add
12125         `gnus-article-replace-part'.
12126
12127 2005-09-19  Didier Verna  <didier@xemacs.org>
12128
12129         The nnml compaction feature:
12130         * nnml.el (nnml-request-compact-group): New function.
12131         * nnml.el (nnml-request-compact): New function.
12132         * gnus-int.el (gnus-request-compact-group): New function.
12133         * gnus-int.el (gnus-request-compact): New function.
12134         * gnus-group.el (gnus-group-compact-group): New function.
12135         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12136         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12137         * gnus-srvr.el (gnus-server-compact-server): New function.
12138         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12139         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12140
12141 2005-09-18  Deepak Goel  <deego@gnufans.org>
12142
12143         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12144         format spec.
12145
12146 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12149
12150 2005-09-15  Romain Francoise  <romain@orebokech.com>
12151
12152         * message.el (message-fill-paragraph): Clarify docstring.
12153
12154 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (gnus-mime-display-part): Protect against broken
12157         MIME messages.
12158
12159 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12162         before parsing header.
12163
12164 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12165
12166         * html2text.el (html2text-replace-list): Add new entities.
12167
12168 2005-09-11  Romain Francoise  <romain@orebokech.com>
12169
12170         * message.el (message-alternative-emails): Improve docstring.
12171         (message-setup-1): Call `message-use-alternative-email-as-from'
12172         after `message-setup-hook' to give it precedence over posting
12173         styles, etc.
12174         (message-use-alternative-email-as-from): Add docstring.  Remove
12175         the original From header if present.
12176
12177         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12178         (nnml-save-mail): Use it.
12179
12180         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12181         articles.  Add new argument `silent'.
12182         (gnus-uu-mark-all): Report the total number of marked articles.
12183
12184 2005-09-10  Romain Francoise  <romain@orebokech.com>
12185
12186         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12187         (gnus-uu-mark-series): Likewise.
12188
12189 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * spam-report.el (spam-report-gmane): Fix generation of spam
12192         report URL.
12193
12194 2005-09-10  Simon Josefsson  <jas@extundo.com>
12195
12196         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12197         t, based on discussion on the ding list with Robert Epprecht
12198         <epprecht@solnet.ch>.
12199
12200 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * spam-report.el (spam-report-gmane): Make it work without
12203         X-Report-Spam header.  Gmane now only provides Archived-At.
12204         This is only used if `spam-report-gmane-use-article-number' is nil.
12205         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12206
12207         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12208         make `gnus-summary-sort-by-recipient' work with threading.
12209
12210         * nnweb.el (nnweb-google-wash-article): Print a message if article
12211         is not available.
12212
12213 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12214
12215         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12216         change.  Decode text/* parts content before displaying.
12217
12218 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12221
12222 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12225
12226         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12227         url-package-name, url-package-version,
12228         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12229         w3m-display-inline-images, and w3m-minor-mode-map.
12230
12231 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * message.el (message-tab-body-function): Fix mismatched custom type.
12234
12235         * gnus.el (gnus-group-change-level-function): Ditto.
12236
12237         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12238
12239         * gnus-art.el (gnus-signature-limit)
12240         (gnus-article-mime-part-function): Ditto.
12241
12242 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mml.el (mml-mode): Silence the byte compiler.
12245
12246         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12247         using `(sit-for 0)' before moving the point to the specified part;
12248         skip unbuttonized parts.
12249         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12250         return to the summary window if gnus-auto-select-part is non-nil.
12251
12252 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12255         variables.
12256         (mml-dnd-attach-file, mml-mode): Use them.
12257
12258         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12259         Make fetching article by MID work again for Google Groups.  Added
12260         FIXME concerning gnus-group-make-web-group.
12261
12262         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12263         Don't depend on Gnus by using mail-extract-address-components if
12264         gnus-extract-address-components is not bound.
12265
12266 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * gnus-art.el (gnus-mime-display-security): Don't display the
12269         signature, but only the signed part.
12270
12271 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12274
12275         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12276         list, not listp.
12277
12278 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12279
12280         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12281         when encoding.
12282
12283         * mm-bodies.el (mm-decode-content-transfer-encoding):
12284         De-canonicalize CRLF for all text content types, not just
12285         text/plain.
12286
12287 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12290         valid article; point arrow and cursor at the MIME button.
12291
12292 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12295         Suggested by Dan Christensen <jdc@uwo.ca>.
12296
12297         * mm-decode.el (mm-save-part): Enable change of prompt.
12298
12299 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12300
12301         * gnus-msg.el (gnus-inews-add-send-actions): Made
12302         `message-post-method' lambda parameter ARG `&optional'.
12303
12304 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * gnus-sum.el (gnus-summary-mime-map): Added
12307         gnus-article-save-part-and-strip, gnus-article-delete-part and
12308         gnus-article-jump-to-part.
12309
12310         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12311         (gnus-article-edit-part): Use it.
12312         (gnus-article-part-wrapper): Added no-handle argument.
12313         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12314         functions.
12315
12316 2005-08-29  Romain Francoise  <romain@orebokech.com>
12317
12318         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12319         docstring.
12320         (gnus-face-from-file): Likewise.
12321
12322 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12325         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12326         non-nil.
12327         (gnus-auto-select-part): New variable.
12328         (gnus-article-jump-to-part): New function.
12329         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12330         (gnus-mime-delete-part): Allow selecting specified part after
12331         deleting or stripping parts.
12332         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12333         part if argument is bogus.
12334
12335 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12336
12337         * gnus-art.el (w3m-minor-mode-map):
12338         * gnus-spec.el (gnus-newsrc-file-version):
12339         * gnus-util.el (nnmail-active-file-coding-system)
12340         (gnus-original-article-buffer, gnus-user-agent):
12341         * gnus.el (gnus-ham-process-destinations)
12342         (gnus-parameter-ham-marks-alist)
12343         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12344         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12345         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12346         * mm-decode.el (gnus-current-window-configuration):
12347         * mm-extern.el (gnus-article-mime-handles):
12348         * mm-url.el (url-current-object, url-package-name)
12349         (url-package-version):
12350         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12351         (smime-keys, w3m-cid-retrieve-function-alist)
12352         (w3m-current-buffer, w3m-display-inline-images)
12353         (w3m-minor-mode-map):
12354         * mml-smime.el (gnus-extract-address-components):
12355         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12356         (gnus-newsrc-hashtb, message-default-charset)
12357         (message-deletable-headers, message-options)
12358         (message-posting-charset, message-required-mail-headers)
12359         (message-required-news-headers):
12360         * mml1991.el (mc-pgp-always-sign):
12361         * mml2015.el (mc-pgp-always-sign):
12362         * nnheader.el (nnmail-extra-headers):
12363         * rfc1843.el (gnus-decode-encoded-word-function)
12364         (gnus-decode-header-function, gnus-newsgroup-name):
12365         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12366
12367 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12368
12369         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12370         the end of the date treatments.
12371
12372 2005-08-15  Simon Josefsson  <jas@extundo.com>
12373
12374         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12375         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12376         Capello and Romain Francoise.
12377         (pgg-fetch-key-function): Removed, not used?
12378         (pgg-insert-url-with-w3): Require url, to get
12379         url-insert-file-contents regardless of where it is defined.
12380
12381 2005-08-13  Romain Francoise  <romain@orebokech.com>
12382
12383         * message.el (message-cite-original-1): New function.
12384         (message-cite-original): Use it.
12385         (message-cite-original-without-signature): Ditto.
12386
12387 2005-08-08  Romain Francoise  <romain@orebokech.com>
12388
12389         * message.el (message-yank-empty-prefix): New variable.
12390         (message-indent-citation): Use it.
12391         (message-cite-original-without-signature): Respect X-No-Archive.
12392
12393 2005-08-08  Simon Josefsson  <jas@extundo.com>
12394
12395         * pgg.el: Autoload url-insert-file-contents instead of loading
12396         w3/url.
12397         (pgg-insert-url-with-w3): Don't load url here.
12398
12399 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12400
12401         * message.el (message-kill-to-signature): Don't insert newline at
12402         bol.
12403         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12404
12405 2005-08-06  Romain Francoise  <romain@orebokech.com>
12406
12407         * message.el (message-user-fqdn): Fix typo in docstring.
12408
12409 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12410
12411         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12412
12413         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12414
12415 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * mm-bodies.el (mm-encode-body): Use coding system rather than
12418         charset to encode text.
12419
12420         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12421         number of charsets if utf-8 is available (XEmacs).
12422
12423 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12426         taken from `gnus-button-mid-or-mail-regexp'.
12427         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12428         (gnus-button-alist): Improve regexp for domain part of the MIDs
12429         for news:localpart@domain buttons.
12430         (gnus-button-ctan-directory-regexp): Update.
12431
12432 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * sieve-manage.el (sieve-manage-interactive-login): Use
12435         make-local-variable rather than make-variable-buffer-local.
12436         (sieve-manage-open): Ditto.
12437         (sieve-manage-authenticate): Ditto.
12438
12439         * mml.el (mml-generate-mime-1): Make the content type default to
12440         text/plain if the filename is not specified.
12441
12442 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12445         instead of insert-buffer.
12446
12447         * message.el (message-yank-original): Ditto; set the mark at the
12448         end of the yanked message.
12449
12450 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12453         lines to scroll rather than to stop it.
12454
12455         * mml.el (mml-generate-default-type): Add doc string.
12456         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12457         default to application/octet-stream when determining the content
12458         type if it is not specified for the part or the mml contents; add
12459         a comment about mml-generate-default-type.
12460
12461 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12464         make it default to application/octet-stream when determining the
12465         content type if it is not specified for the external contents.
12466
12467 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12470         segmented parameter but also other parameters might be there.
12471
12472 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * mm-decode.el (mm-display-external): Delete temp file, directory
12475         and buffer immediately if the external process is exited.
12476
12477 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12480         fewer lines than that of scroll-margin.
12481         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12482
12483 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-art.el (gnus-article-next-page): Revert.
12486         (gnus-article-beginning-of-window): New macro.
12487         (gnus-article-next-page-1): Use it.
12488         (gnus-article-prev-page): Ditto.
12489         (gnus-article-edit-part): Use insert-buffer-substring instead of
12490         insert-buffer.
12491         (gnus-article-edit-exit): Ditto.
12492
12493         * gnus-util.el (gnus-beginning-of-window): Remove.
12494         (gnus-end-of-window): Remove.
12495
12496         * lpath.el: Don't bind header-line-format and scroll-margin.
12497
12498 2005-07-25  Simon Josefsson  <jas@extundo.com>
12499
12500         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12501         to have the url package without w3.  Reported by Daiki Ueno
12502         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12503
12504 2005-07-20  Didier Verna  <didier@xemacs.org>
12505
12506         * gnus-diary.el: Remove the description comment (nndiary is now
12507         properly documented in the Gnus manual).
12508         Fix the spelling of "Back End".
12509         * nndiary.el: Ditto.
12510         Fix the copyright notice.
12511
12512 2005-07-18  Romain Francoise  <romain@orebokech.com>
12513
12514         * gnus-sum.el (gnus-summary-to-prefix)
12515         (gnus-summary-newsgroup-prefix): New variables.
12516         (gnus-summary-from-or-to-or-newsgroups): Use them.
12517
12518 2005-07-17  Romain Francoise  <romain@orebokech.com>
12519
12520         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12521         space as it's generally not especially interesting to the user.
12522
12523 2005-07-16  Romain Francoise  <romain@orebokech.com>
12524
12525         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12526         nil to avoid prompting and file modification if one of the
12527         messages at the top of the nnfolder file contains a copyright
12528         notice.
12529         Update copyright notice.
12530
12531         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12532         instead of `current-time-string' as the latter creates a time
12533         string that is not RFC 2822 compliant (it lacks the zone).
12534         Update copyright notice.
12535
12536 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12537
12538         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12539         for text/rtf.  Display default in prompt.  Pass default for M-n.
12540
12541         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12542
12543 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12544
12545         * gnus-msg.el (gnus-button-mailto): Remove
12546         save-selected-window-window hackery because it relies on
12547         save-selected-window internals.
12548
12549 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12552         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12553         (gnus-article-prev-page): Ditto.
12554
12555         * gnus-util.el (gnus-beginning-of-window): New function.
12556         (gnus-end-of-window): New function.
12557
12558         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12559
12560 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12561
12562         * gnus-score.el (gnus-score-edit-all-score): Set
12563         gnus-score-edit-exit-function to gnus-score-edit-done and call
12564         gnus-message.
12565
12566 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12567
12568         * gnus-msg.el (gnus-button-mailto): Remove
12569         save-selected-window-window hackery because it relies on
12570         save-selected-window internals.
12571
12572 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12575         add-minor-mode.
12576         (gnus-binary-mode): Ditto.
12577
12578         * gnus-topic.el (gnus-topic-mode): Ditto.
12579
12580 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12581
12582         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12583         (gnus-article-prev-page): Take scroll-margin into consideration.
12584
12585 2005-07-04  Lute Kamstra  <lute@gnu.org>
12586
12587         Update FSF's address in GPL notices.
12588
12589 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12590
12591         * gnus.el (gnus-exit):
12592         * gnus-group.el (gnus-group-icons):
12593         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12594
12595         * gnus-nocem.el (gnus-nocem):
12596         * message.el (message-various, message-buffers, message-sending)
12597         (message-interface, message-forwarding, message-insertion)
12598         (message-headers, message-news, message-mail):
12599         * pgg-gpg.el (pgg-gpg):
12600         * pgg-parse.el (pgg-parse):
12601         * pgg-pgp.el (pgg-pgp):
12602         * pgg-pgp5.el (pgg-pgp5):
12603         * pop3.el (pop3): Finish `defgroup' description with period.
12604
12605 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-art.el (article-display-face): Improve the efficiency.
12608         (article-display-x-face): Ditto; remove grey x-face stuff.
12609
12610 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-art.el (article-display-face): Correct the position in
12613         which Faces are inserted.
12614
12615 2005-06-29  Didier Verna  <didier@xemacs.org>
12616
12617         * gnus-art.el (article-display-face): Display faces in correct
12618         order.
12619
12620 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12623         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12624         (gnus-nocem-check-article): Fetch the Type header.
12625         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12626         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12627         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12628         make sure gnus-nocem-hashtb is initialized.
12629         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12630         (gnus-nocem-unwanted-article-p): Ditto.
12631
12632         * pgg.el (pgg-verify): Return the verification result.
12633
12634 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635
12636         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12637         is ascii.
12638
12639 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12640
12641         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12642         `show-nonbreak-escape'.
12643
12644 2005-06-23  Lute Kamstra  <lute@gnu.org>
12645
12646         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12647
12648         * dig.el (dig-mode):
12649         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12650
12651 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12652
12653         * nnimap.el (nnimap-split-download-body): Fix spellings.
12654
12655 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12656
12657         * gnus-art.el (gnus-article-encrypt-body):
12658         * gnus-cus.el (gnus-score-customize):
12659         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12660         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12661
12662 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12663
12664         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12665         header by looking for magic "MII" at the beginnig.
12666
12667 2005-06-16  Miles Bader  <miles@gnu.org>
12668
12669         * gnus-xmas.el (gnus-xmas-group-startup-message):
12670         Use renamed gnus-splash face.
12671
12672         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12673         (assistant-field-face): New backward-compatibility alias for renamed
12674         face.
12675         (assistant-render-text): Use renamed assistant-field face.
12676
12677         * spam.el (spam): Remove "-face" suffix from face name.
12678         (spam-face): New backward-compatibility alias for renamed face.
12679         (spam-face, spam-initialize): Use renamed spam face.
12680
12681         * message.el (message-header-to, message-header-cc)
12682         (message-header-subject, message-header-newsgroups)
12683         (message-header-other, message-header-name)
12684         (message-header-xheader, message-separator, message-cited-text)
12685         (message-mml): Remove "-face" suffix from face names.
12686         (message-header-to-face, message-header-cc-face)
12687         (message-header-subject-face, message-header-newsgroups-face)
12688         (message-header-other-face, message-header-name-face)
12689         (message-header-xheader-face, message-separator-face)
12690         (message-cited-text-face, message-mml-face):
12691         New backward-compatibility aliases for renamed faces.
12692         (message-font-lock-keywords): Use renamed message faces.
12693
12694         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12695         (sieve-test-commands, sieve-tagged-arguments):
12696         Remove "-face" suffix from face names.
12697         (sieve-control-commands-face, sieve-action-commands-face)
12698         (sieve-test-commands-face, sieve-tagged-arguments-face):
12699         New backward-compatibility aliases for renamed faces.
12700         (sieve-control-commands-face, sieve-action-commands-face)
12701         (sieve-test-commands-face, sieve-tagged-arguments-face):
12702         Use renamed sieve faces.
12703
12704         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12705         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12706         (gnus-group-news-3-empty, gnus-group-news-4)
12707         (gnus-group-news-4-empty, gnus-group-news-5)
12708         (gnus-group-news-5-empty, gnus-group-news-6)
12709         (gnus-group-news-6-empty, gnus-group-news-low)
12710         (gnus-group-news-low-empty, gnus-group-mail-1)
12711         (gnus-group-mail-1-empty, gnus-group-mail-2)
12712         (gnus-group-mail-2-empty, gnus-group-mail-3)
12713         (gnus-group-mail-3-empty, gnus-group-mail-low)
12714         (gnus-group-mail-low-empty, gnus-summary-selected)
12715         (gnus-summary-cancelled, gnus-summary-high-ticked)
12716         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12717         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12718         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12719         (gnus-summary-low-undownloaded)
12720         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12721         (gnus-summary-low-unread, gnus-summary-normal-unread)
12722         (gnus-summary-high-read, gnus-summary-low-read)
12723         (gnus-summary-normal-read, gnus-splash):
12724         Remove "-face" suffix from face names.
12725         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12726         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12727         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12728         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12729         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12730         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12731         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12732         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12733         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12734         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12735         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12736         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12737         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12738         (gnus-summary-normal-ticked-face)
12739         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12740         (gnus-summary-normal-ancient-face)
12741         (gnus-summary-high-undownloaded-face)
12742         (gnus-summary-low-undownloaded-face)
12743         (gnus-summary-normal-undownloaded-face)
12744         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12745         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12746         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12747         (gnus-splash-face):
12748         New backward-compatibility aliases for renamed faces.
12749         (gnus-group-startup-message): Use renamed gnus faces.
12750
12751         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12752         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12753         (gnus-server-agent): Remove "-face" suffix from face names.
12754         (gnus-server-agent-face, gnus-server-opened-face)
12755         (gnus-server-closed-face, gnus-server-denied-face)
12756         (gnus-server-offline-face):
12757         New backward-compatibility aliases for renamed faces.
12758         (gnus-server-agent-face, gnus-server-opened-face)
12759         (gnus-server-closed-face, gnus-server-denied-face)
12760         (gnus-server-offline-face): Use renamed gnus faces.
12761
12762         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12763         Remove "-face" suffix from face names.
12764         (gnus-picon-xbm-face, gnus-picon-face):
12765         New backward-compatibility aliases for renamed faces.
12766
12767         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12768         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12769         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12770         (gnus-cite-11): Remove "-face" suffix from face names.
12771         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12772         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12773         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12774         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12775         New backward-compatibility aliases for renamed faces.
12776         (gnus-cite-attribution-face, gnus-cite-face-list)
12777         (gnus-article-boring-faces): Use renamed gnus faces.
12778
12779         * gnus-art.el (gnus-signature, gnus-header-from)
12780         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12781         (gnus-header-content): Remove "-face" suffix from face names.
12782         (gnus-signature-face, gnus-header-from-face)
12783         (gnus-header-subject-face, gnus-header-newsgroups-face)
12784         (gnus-header-name-face, gnus-header-content-face):
12785         New backward-compatibility aliases for renamed faces.
12786         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12787
12788         * gnus-sum.el (gnus-summary-selected-face)
12789         (gnus-summary-highlight): Use renamed gnus faces.
12790         * gnus-group.el (gnus-group-highlight): Likewise.
12791
12792 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12793
12794         * gnus-sieve.el (gnus-sieve-article-add-rule):
12795         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12796         * spam-stat.el (spam-stat-buffer-change-to-spam)
12797         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12798
12799         * message.el (message-is-yours-p):
12800         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12801
12802 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * mm-view.el (mm-inline-text): Withdraw the last change.
12805
12806 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12809         executing enriched-decode.
12810
12811 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12814         charset of tar files.
12815
12816 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12817
12818         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12819
12820 2005-06-04  Lute Kamstra  <lute@gnu.org>
12821
12822         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12823         information is never recorded.
12824
12825 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12826
12827         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12828
12829 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * pop3.el (pop3-apop): Run md5 in the binary mode.
12832
12833         * starttls.el (starttls-set-process-query-on-exit-flag):
12834         Use eval-and-compile.
12835
12836 2005-05-31  Simon Josefsson  <jas@extundo.com>
12837
12838         * smime.el (smime-replace-in-string): Define.
12839         (smime-cert-by-ldap-1): Use it.
12840
12841 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (article-display-x-face): Replace
12844         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12845
12846         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12847         set-process-query-on-exit-flag or process-kill-without-query.
12848
12849         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12850         loop instead of replace-regexp.
12851
12852         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12853         instead of process-kill-without-query if it is available.
12854
12855         * lpath.el: Fbind ldap-search-entries.
12856
12857         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12858         instead of find-file-hooks if it is available.
12859
12860         * mml1991.el: Bind pgg-default-user-id when compiling.
12861
12862         * mml2015.el: Bind pgg-default-user-id when compiling.
12863
12864         * nndraft.el (nndraft-request-associate-buffer):
12865         Use write-contents-functions instead of write-contents-hooks if it is
12866         available.
12867
12868         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12869         instead of find-file-hooks if it is available.
12870
12871         * nntp.el (nntp-open-connection): Replace
12872         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12873         (nntp-open-ssl-stream): Ditto.
12874         (nntp-open-tls-stream): Ditto.
12875
12876         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12877         set-process-query-on-exit-flag or process-kill-without-query.
12878         (starttls-open-stream-gnutls): Use it instead of
12879         process-kill-without-query.
12880         (starttls-open-stream): Ditto.
12881
12882 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12883
12884         * smime.el (smime-cert-by-ldap-1): Don't use
12885         replace-regexp-in-string.
12886
12887 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12888
12889         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12890
12891         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12892         in PEM format.  Adjust to the XEmacs compability.
12893
12894 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12897         by `string-to-number'.
12898         * gnus-agent.el (gnus-agent-regenerate-group)
12899         (gnus-agent-fetch-articles): Ditto.
12900         * gnus-art.el (gnus-button-fetch-group): Ditto.
12901         * gnus-cache.el (gnus-cache-generate-active)
12902         (gnus-cache-articles-in-group): Ditto.
12903         * gnus-group.el (gnus-group-set-current-level)
12904         (gnus-group-insert-group-line): Ditto.
12905         * gnus-score.el (gnus-score-set-expunge-below)
12906         (gnus-score-set-mark-below, gnus-summary-score-effect)
12907         (gnus-summary-score-entry): Ditto.
12908         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12909         (gnus-soup-pack): Ditto.
12910         * gnus-spec.el (gnus-xmas-format): Ditto.
12911         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12912         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12913         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12914         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12915         * nndb.el (nndb-get-remote-expire-response): Ditto.
12916         * nndiary.el (nndiary-parse-schedule-value)
12917         (nndiary-string-to-number, nndiary-request-replace-article)
12918         (nndiary-request-article): Ditto.
12919         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12920         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12921         * nneething.el (nneething-make-head): Ditto.
12922         * nnfolder.el (nnfolder-request-article)
12923         (nnfolder-retrieve-headers): Ditto.
12924         * nnheader.el (nnheader-file-to-number): Ditto.
12925         * nnkiboze.el (nnkiboze-request-article): Ditto.
12926         * nnmail.el (nnmail-process-unix-mail-format)
12927         (nnmail-process-babyl-mail-format): Ditto.
12928         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12929         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12930         (nnmh-request-create-group, nnmh-request-list-1)
12931         (nnmh-request-group, nnmh-request-article): Ditto.
12932         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12933         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12934         * nnsoup.el (nnsoup-make-active): Ditto.
12935         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12936         * nntp.el (nntp-find-group-and-number)
12937         (nntp-retrieve-headers-with-xover): Ditto.
12938         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12939         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12940         (pgg-format-key-identifier): Ditto.
12941         * pop3.el (pop3-last, pop3-stat): Ditto.
12942         * qp.el (quoted-printable-decode-region): Ditto.
12943
12944         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12945         of concat.
12946
12947 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12950
12951         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12952
12953         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12954
12955         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12956
12957         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12958
12959         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12960
12961         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12962         (gnus-carpal-mode): Ditto.
12963
12964         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12965         (gnus-browse-mode): Ditto.
12966
12967         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12968
12969         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12970
12971 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12972
12973         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12974
12975 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-util.el (gnus-run-mode-hooks): New function.
12978
12979         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12980
12981         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12982         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12983
12984 2005-05-27  Lute Kamstra  <lute@gnu.org>
12985
12986         * dns-mode.el (dns-mode): Specify customization group.
12987
12988 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12989
12990         * gnus-agent.el (gnus-agent-make-mode-line-string):
12991         Use mode-line-highlight as mouse-face.
12992
12993 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * canlock.el (canlock): Change the parent group to news.
12996
12997         * deuglify.el (gnus-outlook-deuglify): Add :group.
12998
12999         * dig.el (dig): Add :group.
13000
13001         * dns-mode.el (dns-mode): Add :group.
13002
13003         * encrypt.el (encrypt): Add :group.
13004
13005         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13006         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13007         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13008         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13009         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13010
13011         * gnus-diary.el (gnus-diary): Add :group.
13012
13013         * gnus.el (gnus-group-news-1-face): Add :group.
13014         (gnus-group-news-1-empty-face): Ditto.
13015         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13016         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13017         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13018         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13019         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13020         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13021         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13022         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13023         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13024         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13025         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13026         (gnus-summary-high-ticked-face): Ditto.
13027         (gnus-summary-low-ticked-face): Ditto.
13028         (gnus-summary-normal-ticked-face): Ditto.
13029         (gnus-summary-high-ancient-face): Ditto.
13030         (gnus-summary-low-ancient-face): Ditto.
13031         (gnus-summary-normal-ancient-face): Ditto.
13032         (gnus-summary-high-undownloaded-face): Ditto.
13033         (gnus-summary-low-undownloaded-face): Ditto.
13034         (gnus-summary-normal-undownloaded-face): Ditto.
13035         (gnus-summary-high-unread-face): Ditto.
13036         (gnus-summary-low-unread-face): Ditto.
13037         (gnus-summary-normal-unread-face): Ditto.
13038         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13039         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13040
13041         * hashcash.el (hashcash): New custom group.
13042         (hashcash-default-payment): Add :group.
13043         (hashcash-payment-alist): Ditto.
13044         (hashcash-default-accept-payment): Ditto.
13045         (hashcash-accept-resources): Ditto.
13046         (hashcash-path): Ditto.
13047         (hashcash-extra-generate-parameters): Ditto.
13048         (hashcash-double-spend-database): Ditto.
13049         (hashcash-in-news): Ditto.
13050
13051         * message.el (message-minibuffer-local-map): Add :group.
13052
13053         * netrc.el (netrc): Add :group.
13054
13055         * sieve-manage.el (sieve-manage-log): Add :group.
13056         (sieve-manage-default-user): Diito.
13057         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13058         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13059         (sieve-manage-authenticators): Ditto.
13060         (sieve-manage-authenticator-alist): Ditto.
13061         (sieve-manage-default-port): Ditto.
13062
13063         * sieve-mode.el (sieve-control-commands-face): Add :group.
13064         (sieve-action-commands-face): Ditto.
13065         (sieve-test-commands-face): Ditto.
13066         (sieve-tagged-arguments-face): Ditto.
13067
13068         * smime.el (smime): Add :group.
13069
13070         * spam-report.el (spam-report): Add :group.
13071
13072         * spam.el (spam, spam-face): Add :group.
13073
13074 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13075
13076         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13077         return \n.\n.\n at the end of articles.  Protect against that.
13078         (nntp-with-open-group): Allow debugging.
13079
13080         * nnheader.el (mail-header-set-extra): Make into a function
13081         because I just could't understand how to quote the list properly.
13082
13083         * dns.el (query-dns-cached): New function.
13084
13085 2005-05-26  Lute Kamstra  <lute@gnu.org>
13086
13087         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13088
13089 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13092
13093         * gnus-art.el: Don't autoload mail-extract-address-components.
13094
13095         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13096         eval-and-compile to evaluate it.
13097
13098         * hashcash.el: Don't autoload executable-find.
13099
13100         * nndb.el: Don't declare the nndb back end two or more times; don't
13101         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13102
13103         * nntp.el: Autoload format-spec instead of format; use
13104         eval-and-compile to evaluate autoload forms.
13105
13106 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13107
13108         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13109
13110 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13111
13112         * gnus.el (gnus-version-number): Bump version.
13113
13114 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13115
13116         * gnus.el: No Gnus v0.3 is released.
13117
13118 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13119
13120         * lpath.el (featurep): Bind show-nonbreak-escape.
13121
13122 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-art.el (gnus-article-edit-part): Disable undo.
13125
13126 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13129         gnus-article-date-lapsed-new-header is t if date timer is active;
13130         skip headers in which the original date value is empty.
13131         (gnus-article-save-original-date): Redefine it as a macro.
13132         (gnus-display-mime): Use it.
13133
13134 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (article-date-ut): Support converting date in
13137         forwarded parts as well.
13138         (gnus-article-save-original-date): New function.
13139         (gnus-display-mime): Use it.
13140
13141 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13142
13143         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13144         enclosure element of <item>.
13145
13146 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * message.el (message-kill-buffer-query): Renamed from
13149         `message-kill-buffer-query-if-modified'.  Added :version.
13150
13151 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13154         window layout.
13155
13156 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mml.el: Autoload dnd when compiling.
13159
13160 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13163         x-dnd-*.
13164
13165 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * qp.el (quoted-printable-encode-region): Save excursion.
13168
13169 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * message.el (message-kill-buffer-query-if-modified): Add new variable
13172         so the user can kill a modified message buffer quickly.
13173         (message-kill-buffer): Use it.
13174
13175 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * lpath.el: Fbind display-time-event-handler; don't fbind
13178         string-to-multibyte.
13179
13180         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13181
13182 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13185         contained in text because xml.el decodes entities) with LFs.
13186
13187 2005-04-11  Lute Kamstra  <lute@gnu.org>
13188
13189         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13190         differently.
13191
13192 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13193
13194         * mm-util.el (mm-detect-coding-region): Typo.
13195
13196 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13199
13200 2005-04-06  Deepak Goel  <deego@gnufans.org>
13201
13202         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13203         user-function allow user modifications of the scores.
13204         (spam-stat-score-buffer-user): New function, to allow
13205         user-computed modifications to the score.
13206         (spam-stat-score-buffer-user-functions): List of additional
13207         scoring functions.
13208         (spam-stat-error-holder): Global temporary error holder.
13209         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13210         variable.
13211
13212 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13213
13214         * gnus-registry.el (gnus-registry-clean-empty-function)
13215         (gnus-registry-trim, gnus-registry-fetch-groups)
13216         (gnus-registry-delete-group): Groups that match
13217         `gnus-registry-ignored-groups' are removed from the registry
13218         entries, not just ignored for splitting.  This helps clean up the
13219         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13220         to get all the groups a message ID is in.
13221
13222         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13223         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13224         (spam-stat-score-buffer-user-functions): Add :number custom type.
13225
13226 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13229         argument in XEmacs.
13230
13231         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13232         (nnrss-request-group): Decode group name first.
13233         (nnrss-request-article): Make a text/plain article if mml-to-mime
13234         failed.
13235         (nnrss-get-encoding): Return a compatible encoding according to
13236         nnrss-compatible-encoding-alist.
13237         (nnrss-find-el): Use consp instead of listp.
13238         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13239
13240 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13243         which Emacs 20 doesn't support.
13244         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13245
13246 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13249         silence the byte compiler inside the defun.
13250
13251         * gnus-demon.el (parse-time-string): Add autoload.
13252
13253         * gnus-delay.el (parse-time-string): Add autoload.
13254
13255         * gnus-art.el (parse-time-string): Add autoload.
13256
13257         * nnultimate.el (parse-time): Require for `parse-time-string'.
13258
13259 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13262
13263         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13264
13265         * smime.el (smime-ldap-host-list): Add :version.
13266
13267 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13270         pass it to `gnus-browse-read-group'.
13271         (gnus-browse-read-group): Add NUMBER argument and pass it to
13272         `gnus-group-read-ephemeral-group'.
13273
13274         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13275         argument and pass it to `gnus-group-read-group'.
13276
13277 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13278
13279         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13280         mm-xemacs-find-mime-charset-1 if we have the mule feature
13281         available at runtime.
13282
13283 2005-03-25  Werner Lemberg  <wl@gnu.org>
13284
13285         * nnmaildir.el: Replace `illegal' with `invalid'.
13286
13287 2005-03-23  Lute Kamstra  <lute@gnu.org>
13288
13289         * time-date.el: Add comment on time value formats.
13290         Don't require parse-time.
13291         (with-decoded-time-value): New macro.
13292         (encode-time-value): New function.
13293         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13294         (days-to-time): Return a valid time value when arg is huge.
13295         (time-since): Use time-subtract.
13296         (time-to-number-of-days): Use time-to-seconds.
13297
13298 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13299
13300         * gnus-start.el (gnus-display-time-event-handler):
13301         Check display-time-timer at runtime rather than only at load time
13302         in case display-time-mode is turned off in the mean time.
13303
13304 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13307         used.
13308
13309         * nneething.el (nneething-map-file-directory): Derive from
13310         `gnus-directory'.
13311
13312         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13313         the To/Cc button.
13314
13315 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * nnmaildir.el (nnmaildir-request-accept-article):
13318         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13319
13320 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13321
13322         * gnus-async.el: Require timer-funcs at compile time when in
13323         XEmacs for `run-with-idle-timer'.
13324
13325 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13326
13327         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13328         autoloaded function.
13329
13330 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13331
13332         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13333
13334 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13335
13336         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13337
13338 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13339
13340         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13341         gnus-expert-user to default.
13342
13343 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13344
13345         * nnimap.el (nnimap-open-server): Ditto.
13346
13347         * imap.el (imap-authenticate): Fix typo.
13348
13349 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13350
13351         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13352         buffer (since IMAP server might return FETCH response out of
13353         order, and the nntp buffer must be sorted).
13354
13355 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13356
13357         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13358         comparison on string.
13359
13360         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13361         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13362         (gnus-agent-summary-fetch-series): Modified to protect against
13363         gnus-agent-summary-fetch-group clearing processable flags.
13364         (gnus-agent-synchronize-group-flags): Update live group buffer as
13365         synchronization may occur due to the user toggle the plugged
13366         status.
13367         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13368         successfully downloaded.
13369         (gnus-agent-expire-group-1): Avoid using markers when the overview
13370         is in ascending order; greatly improves performance.
13371         (gnus-agent-regenerate-group): Use
13372         gnus-agent-synchronize-group-flags to reset read status in both
13373         gnus and server.
13374         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13375
13376 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * message.el: Don't autoload former message-utils variables.
13379         (message-strip-subject-trailing-was): Change doc string.
13380
13381         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13382         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13383         (nnweb-google-search): Add "hl=en" here.
13384         (nnweb-google-parse-1, nnweb-google-create-mapping):
13385         Don't hardcode URL.
13386
13387 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * message.el (message-get-reply-headers, message-followup):
13390         Mention related variables `message-use-followup-to' and
13391         `message-use-mail-followup-to', in the information buffer.
13392
13393         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13394         of broken groups(-beta).google.com.
13395
13396 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13399         parameter to invoked gnus-request-move-article; remove the
13400         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13401         all at once instead of once per article.
13402         (gnus-summary-remove-process-mark): Accept a list of articles as
13403         well as a single article for processing.
13404
13405         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13406         parameter.
13407
13408         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13409
13410         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13411
13412         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13413         parameter.
13414
13415         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13416         parameter.
13417
13418         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13419         parameter and remove the gnus-sum-hint-move-is-internal variable.
13420
13421         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13422         parameter.
13423
13424         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13425         parameter.
13426
13427         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13428         parameter.
13429
13430         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13431
13432         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13433         parameter.
13434
13435         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13436         parameter.
13437
13438 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13439
13440         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13441         a more conservative way.
13442
13443 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13444
13445         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13446         buffer, so it moves the window's cursor.
13447
13448 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13449
13450         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13451         `mm-dissect-multipart' and receive the from field as an (optional)
13452         argument from `mm-dissect-multipart'.
13453         (mm-dissect-multipart): Receive the from field as an argument and
13454         pass it on when we call `mm-dissect-buffer' on MIME parts.
13455         Fixes verification/decryption of signed/encrypted MIME parts.
13456
13457 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         * gnus-sum.el (gnus-summary-move-article): Set
13460         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13461         whatever it calls (right now, only nnimap-request-move article
13462         respects it).
13463
13464         * nnimap.el (nnimap-request-move-article): When
13465         gnus-sum-hint-move-is-internal is set, don't do the extra
13466         nnimap-request-article.
13467
13468 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13471
13472         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13473         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13474
13475         * gnus-sum.el (gnus-summary-caesar-message):
13476         Apply `gnus-treat-article' after rotation.
13477
13478         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13479         doc string.
13480
13481 2005-02-22  Simon Josefsson  <jas@extundo.com>
13482
13483         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13484         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13485         <arne@arnested.dk>.
13486         (encrypt): Add password-cache and password-cache-expiry as group
13487         members.
13488
13489 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13490
13491         * smime.el (smime-ldap-host-list): Doc fix.
13492         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13493         cache) password.
13494         (smime-sign-region): Use it.
13495         (smime-decrypt-region): Use it.
13496         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13497         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13498         fails.
13499         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13500         certificate from DER to PEM format rather than calling openssl.
13501
13502         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13503
13504         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13505         for signing/encryption.
13506
13507         * mml.el (mml-parse-1): Use them.
13508
13509 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13510
13511         * nnrss.el (nnrss-verbose): Removed.
13512         (nnrss-request-group): Use `nnheader-message' instead.
13513
13514 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13515
13516         * nnrss.el (nnrss-verbose): New variable.
13517         (nnrss-request-group): Make it say nnrss is requesting a group.
13518
13519 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13522         Handle news URL with given port correctly.
13523
13524 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13527         containing special characters.
13528
13529         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13530
13531         * mml.el (mime-to-mml): Ditto.
13532
13533         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13534         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13535         (rfc2047-decode-region): Quote decoded words containing special
13536         characters when rfc2047-quote-decoded-words-containing-tspecials
13537         is non-nil.
13538
13539 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13542
13543         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13544
13545 2005-02-15  Simon Josefsson  <jas@extundo.com>
13546
13547         * nnimap.el (nnimap-debug): Doc fix.
13548
13549         * imap.el (imap-debug): Doc fix.
13550
13551 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13554
13555 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * gnus.el (spam-contents): Improve docs for spam-contents
13558         parameter in its variable incarnation.
13559
13560 2005-02-14  Simon Josefsson  <jas@extundo.com>
13561
13562         * smime-ldap.el: Use require instead of load-library for ldap.
13563         (smime-ldap-search): Indent.
13564         (smime-ldap-search-internal): Shorten line.
13565
13566         * smime.el (smime-cert-by-dns): Add doc-string.
13567         (smime-cert-by-ldap-1): Indent.
13568
13569         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13570         mml-smime-get-dns-ldap.
13571         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13572
13573 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13574
13575         * smime.el: Require smime-ldap.
13576         (smime-ldap-host-list): New variable.
13577         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13578
13579         * mml-smime.el (mml-smime-encrypt-query): New function.
13580         (mml-smime-encrypt-query): Use it.
13581
13582         * smime-ldap.el: New file.
13583
13584 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13587
13588 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13591         argument in doc string.  Make query for type more clear.
13592
13593 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * gnus.el (gnus-group-startup-message): Search for gnus images in
13596         etc/images/gnus.
13597         * mm-util.el (mm-image-load-path): Likewise.
13598         * smiley.el (smiley-data-directory): Search for smilies in
13599         etc/images/smilies.
13600
13601 2005-02-09  Kim F. Storm  <storm@cua.dk>
13602
13603         Change Emacs release version from 21.4 to 22.1 throughout.
13604         Change Emacs development version from 21.3.50 to 22.0.50.
13605
13606 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13609
13610         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13611         non-Mule XEmacs as well.
13612         (mm-decompress-buffer): Signal an error intentionally if it does
13613         not decompress compressed data because auto-compression-mode is
13614         disabled.
13615
13616 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13617
13618         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13619         an ID in the registry even if it has no groups.
13620
13621 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13624         merge it into mm-decompress-buffer.
13625         (gnus-mime-copy-part): Use the MIME part charset, the value which
13626         a user specified or gnus-newsgroup-charset for decoding, like
13627         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13628         save-buffer what was used.  Suggested by Kevin Ryde
13629         <user42@zip.com.au>.
13630         (gnus-mime-inline-part): Allow the name parameter as well as the
13631         filename parameter; force decompressing of compressed data; always
13632         display contents being not decoded as unibyte.
13633
13634         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13635         as well as the filename parameter.
13636
13637         * mm-util.el (mm-decompress-buffer): Merge
13638         gnus-mime-jka-compr-maybe-uncompress.
13639         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13640         of compressed data.
13641
13642 2005-02-08  Simon Josefsson  <jas@extundo.com>
13643
13644         * imap.el (imap-log): Doc fix.
13645
13646 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13649         the coding cookies; decompress compressed parts.
13650
13651         * mml.el (mml-generate-mime-1): Add the charset parameter according
13652         to the value which a user specified manually or the coding cookie.
13653
13654         * mm-util.el (mm-string-to-multibyte): New function.
13655         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13656         (mm-coding-system-to-mime-charset): New function.
13657         (mm-decompress-buffer): New function.
13658         (mm-find-buffer-file-coding-system): New function.
13659
13660         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13661         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13662         parts.
13663
13664 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13665
13666         * mm-view.el (mm-display-inline-fontify): Decode a part according
13667         to the charset parameter.
13668
13669 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13672         prefix arg is neither nil nor a number, as info specifies.
13673
13674 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13677         timestamps.
13678
13679 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13680
13681         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13682         groups error checking and notify user.
13683
13684 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13685
13686         * message.el (message-send-mail-function): Check existence of
13687         sendmail-program first before using default value
13688         `message-send-mail-with-sendmail'.  Otherwise use more generic
13689         `smtpmail-send-it'.
13690
13691 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * nntp.el (nntp-request-update-info): Always return nil.
13694
13695 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13696
13697         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13698
13699 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13700
13701         * message.el (message-beginning-of-line): Change the behavior when
13702         invoked between BOL and : so that it first moves backward.
13703
13704 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13707         article buffer when editing of the article is discarded.
13708         (gnus-article-prepare): Revert.
13709
13710 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-art.el (gnus-article-prepare):
13713         Remove message-strip-forbidden-properties from the local hook.
13714
13715 2005-01-27  Simon Josefsson  <jas@extundo.com>
13716
13717         * password.el (password-cache-add): Only start one timer per key.
13718         Reported by Derek Atkins <warlord@MIT.EDU>.
13719
13720 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13721
13722         * run-at-time.el: Removed.  It is no longer needed as
13723         timer-funcs.el in the xemacs-base package has a working version of
13724         `run-at-time'.
13725
13726         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13727
13728         * password.el: Require timer-funcs instead of run-at-time in
13729         XEmacs.
13730         Remove `password-run-at-time' macro.
13731         (password-cache-add): Use `run-at-time' instead of
13732         `password-run-at-time'.
13733
13734         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13735         Remove `nnheader-cancel-function-timers' alias,
13736         `cancel-function-timers' exists in XEmacs in timer-funcs.
13737
13738         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13739         for `run-with-idle-timer'.
13740
13741         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13742         for `run-at-time'.
13743
13744         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13745         for `with-timeout'.
13746
13747         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13748         the same as for XEmacs 21.4.
13749         No need to ignore `run-with-idle-timer', this function exists in
13750         XEmacs now in timer-funcs.el in the xemacs-base package.
13751         (dgnushack-compile): No need to delete
13752         run-at-time.el from the list of files to compile because it
13753         doesn't exist anymore.
13754
13755 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13758         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13759
13760 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13761
13762         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13763         sensitively.
13764
13765 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13766
13767         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13768
13769 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13772         which will be inserted according to the multibyteness of a buffer
13773         rather than the type of contents.  Suggested by ARISAWA Akihiro
13774         <ari@mbf.ocn.ne.jp>.
13775
13776         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13777         of string which old xml.el may return rather than a string.
13778
13779 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13782
13783 2005-01-16  Simon Josefsson  <jas@extundo.com>
13784
13785         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13786         idn/idna.el isn't available.
13787         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13788         <michael@waxrat.com>.
13789
13790         * hashcash.el: Remove non-FSF copyright header.
13791
13792         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13793         (hashcash-generate-payment): Use it.
13794         (hashcash-generate-payment-async): Use it.
13795
13796 2005-01-15  Simon Josefsson  <jas@extundo.com>
13797
13798         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13799         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13800
13801         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13802         gnus-summary-idna-message.
13803         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13804         (gnus-summary-idna-message): New function.
13805
13806 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13809         gnus-novice-user.
13810
13811 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * nnrss.el (nnrss-request-delete-group): Delete entries in
13814         nnrss-group-alist as well.
13815         (nnrss-save-server-data): Insert newline.
13816
13817 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * gnus.el (gnus-user-agent): Use list of symbols instead of
13820         symbols.  Display full version number for (S)XEmacs.  Optionally
13821         display (S)XEmacs codename.
13822
13823         * gnus-util.el (gnus-emacs-version): Update for new
13824         `gnus-user-agent'.
13825
13826         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13827         Gnus version.
13828
13829 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13832         which is unreadable in some setups.
13833
13834 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-spec.el (gnus-update-format-specifications): Flush the
13837         group format spec cache if it doesn't support decoded group names.
13838
13839 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13842         Allow to apply decay on score files matching a regexp.
13843
13844 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13847         compatibility in %g and %c.
13848
13849 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13852         name for only %g and %c.
13853         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13854         of gnus-tmp-group to decoded group name.
13855         (gnus-group-make-rss-group): Exclude `/'s from group names.
13856
13857 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * nnrss.el (nnrss-get-encoding): Fix regexp.
13860
13861 2004-12-27  Simon Josefsson  <jas@extundo.com>
13862
13863         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13864         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13865         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13866
13867 2004-12-17  Kim F. Storm  <storm@cua.dk>
13868
13869         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13870
13871         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13872
13873 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13874
13875         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13876
13877 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * nnrss.el: Require rfc2047 and mml.
13880         (nnrss-file-coding-system): New variable.
13881         (nnrss-format-string): Redefine it as an inline function.
13882         (nnrss-decode-group-name): New function.
13883         (nnrss-string-as-multibyte): Remove.
13884         (nnrss-retrieve-headers): Decode group name; don't use
13885         nnrss-format-string.
13886         (nnrss-request-group): Decode group name.
13887         (nnrss-request-article): Decode group name; allow a Message-ID as
13888         well as an article number; don't use nnrss-format-string; encode a
13889         Message-ID string which may contain non-ASCII characters; use
13890         mml-to-mime to compose a MIME article.
13891         (nnrss-request-expire-articles): Decode group name.
13892         (nnrss-request-delete-group): Decode group name.
13893         (nnrss-fetch): Clarify error message.
13894         (nnrss-read-server-data): Use insert-file-contents instead of load;
13895         bind file-name-coding-system; use multibyte buffer.
13896         (nnrss-save-server-data): Bind coding-system-for-write to the
13897         value of nnrss-file-coding-system; bind file-name-coding-system;
13898         add coding cookie.
13899         (nnrss-read-group-data): Use insert-file-contents instead of load;
13900         bind file-name-coding-system; use multibyte buffer.
13901         (nnrss-save-group-data): Bind coding-system-for-write to the
13902         value of nnrss-file-coding-system; bind file-name-coding-system.
13903         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13904         make it work with non-ASCII text.
13905         (nnrss-find-el): Make it work with old xml.el as well.
13906
13907 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13908
13909         * nnrss.el (nnrss-get-encoding): New function.
13910         (nnrss-fetch): Use unibyte buffer initially; bind
13911         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13912         decode contents according to the encoding attribute.
13913         (nnrss-save-group-data): Add coding cookie.
13914         (nnrss-mime-encode-string): New function.
13915         (nnrss-check-group): Use it to encode subject and author.
13916
13917 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13918
13919         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13920         imaginary variable.
13921
13922 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13925         correctly even if there are wide characters.
13926
13927 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13928
13929         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13930         downcased symbol names; make a new cache instead of reusing
13931         bbdb-hashtable.
13932
13933 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13936         concatenating segments rather than before concatenating them.
13937         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13938
13939         * message.el (message-get-reply-headers): Bind `extra'.
13940
13941 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * message.el (message-extra-wide-headers): New variable.
13944         (message-get-reply-headers): Use it.
13945
13946 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13949         (gnus-agent-group-pathname): Ditto.
13950
13951         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13952
13953         * gnus-group.el (gnus-group-make-group): Decode group name.
13954         (gnus-group-make-rss-group): Register the group data after opening
13955         the nnrss group.
13956
13957 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13958
13959         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13960         by expiry now get marked as read.
13961
13962 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13965
13966 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13967
13968         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13969         unify Latin characters in XEmacs.
13970         (mm-find-mime-charset-region): Use it.
13971
13972 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-util.el (gnus-delete-directory): New function.
13975
13976         * gnus-agent.el (gnus-agent-delete-group): Use it.
13977
13978         * gnus-cache.el (gnus-cache-delete-group): Use it.
13979
13980 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13983         names.
13984
13985 2004-12-16  Simon Josefsson  <jas@extundo.com>
13986
13987         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13988
13989 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13992
13993         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13994         (gnus-group-set-current-level): Decode group name.
13995
13996 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13997
13998         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13999         failed.
14000
14001 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-group.el (gnus-group-delete-group): Decode group name.
14004         (gnus-group-make-rss-group): Encode group name.
14005         (gnus-group-catchup-current): Decode group name.
14006         (gnus-group-kill-group): Decode group name.
14007
14008 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14009
14010         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14011
14012 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-group.el (gnus-group-make-rss-group):
14015         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14016
14017         * gnus-start.el (gnus-setup-news): Honor user's setting to
14018         gnus-message-archive-method.  Suggested by Lute Kamstra
14019         <lute@gnu.org>.
14020
14021 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14022
14023         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14024         global counterparts of the buffer-local variables.
14025
14026 2004-11-16  Romain Francoise  <romain@orebokech.com>
14027
14028         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14029         counterparts of the buffer-local variables.
14030
14031 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * message.el (message-forbidden-properties): Fixed typo in doc
14034         string.
14035
14036 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * gnus-util.el (gnus-replace-in-string): Added doc string.
14039
14040         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14041         to avoid problems when splitting mails with many recipients.
14042
14043 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14044
14045         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14046         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14047
14048 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14049
14050         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14051         if there is no hashtable in memory or file modification time is
14052         newer than cached timestamp.
14053
14054 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14057         not-matching option.
14058
14059 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14062         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14063         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14064         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14065         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14066         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14067
14068 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * message.el (message-forward-make-body-mml): Remove headers
14071         according to message-forward-ignored-headers if a message is decoded.
14072
14073 2004-12-02  Romain Francoise  <romain@orebokech.com>
14074
14075         * message.el (message-forward-make-body-plain): Always remove
14076         headers according to message-forward-ignored-headers.
14077
14078 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * spam.el (spam-summary-prepare-exit): Remove the
14081         gnus-summary-limit pop for now, it has problems with ham marks for
14082         me.
14083
14084 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14087         correctly.
14088
14089 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14090
14091         * format-spec.el (format-spec): Message the char.
14092
14093 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * gnus-art.el (gnus-split-methods): Reformat comments.
14096
14097         * spam.el (spam-summary-prepare-exit): Remove article limits
14098         before exiting the summary buffer.
14099
14100 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14103         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14104
14105         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14106         order to silence the byte compiler.
14107
14108         * spam.el: Fix the way to silence the byte compiler, which
14109         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14110         bbdb-search-simple, spam-BBDB-register-routine,
14111         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14112         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14113         spam-stat-buffer-is-spam, spam-stat-load,
14114         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14115         spam-stat-save and spam-stat-split-fancy.
14116
14117 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14120         which may confuse users.
14121         (canlock-password-for-verify): Ditto.
14122
14123         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14124
14125         * gnus-art.el (gnus-emphasis-alist): Ditto.
14126
14127         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14128
14129         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14130
14131         * gnus-start.el (gnus-save-killed-list): Ditto.
14132
14133         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14134         (gnus-sum-thread-tree-root): Ditto.
14135         (gnus-sum-thread-tree-false-root): Ditto.
14136         (gnus-sum-thread-tree-single-indent): Ditto.
14137
14138         * message.el (message-courtesy-message): Ditto.
14139         (message-archive-note): Ditto.
14140         (message-subscribed-address-file): Ditto.
14141         (message-user-fqdn): Ditto.
14142
14143         * spam-report.el (spam-report-gmane-regex): Ditto.
14144
14145         * spam.el (spam-blackhole-good-server-regex): Ditto.
14146
14147 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mml.el (mml-preview): Widen the message buffer before copying
14150         the contents to the preview buffer; sort headers before previewing.
14151
14152         * message.el (message-hidden-headers): Fix the way to avoid a bug
14153         in the `repeat' widget in Emacs 21.3 or earlier.
14154
14155 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * message.el (message-hidden-headers): Default to "^References:".
14158         Improve customization type.  Suggested by Reiner Steib
14159         <Reiner.Steib@gmx.de>.
14160
14161 2004-11-25  Romain Francoise  <romain@orebokech.com>
14162
14163         * message.el (message-strip-forbidden-properties): Remove check for
14164         obsolete `message-hidden' text property, hidden headers are not
14165         accessible in the buffer anymore.
14166
14167 2004-11-22  Romain Francoise  <romain@orebokech.com>
14168
14169         * message.el (message-header-format-alist): Add `From' in list
14170         so that it can be sorted.
14171         (message-fix-before-sending): Widen and sort headers before
14172         sending.
14173         (message-hide-headers): Use narrowing to hide headers by moving
14174         them to the top of the buffer and narrowing to the region
14175         underneath.
14176
14177 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14178
14179         * message.el (message-strip-forbidden-properties): Bind
14180         buffer-read-only (etc) to nil.
14181
14182 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14185         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14186
14187 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14188
14189         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14190
14191 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14192
14193         * dns.el (query-dns): Use sit-for to time instead of
14194         accept-process-output, since that doesn't seem to work on udp
14195         sockets.
14196
14197 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14200
14201 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14202
14203         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14204         doc string.  Improve doc string.
14205
14206 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * nntp.el (nntp-request-update-info): Return nil if
14209         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14210         may not call gnus-activate-group which uselessly issues the GROUP
14211         commands for all nntp groups and wastes time.  Reported by Romain
14212         Francoise <romain@orebokech.com>.
14213
14214         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14215
14216 2004-11-15  Simon Josefsson  <jas@extundo.com>
14217
14218         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14219         headers separately.
14220         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14221         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14222
14223 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * gnus-start.el (gnus-convert-old-newsrc):
14226         Assign legacy-gnus-agent to 5.10.7.
14227
14228 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14229
14230         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14231         start of the lines.
14232
14233 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14234
14235         * hashcash.el (hashcash-default-payment): Change default to 20.
14236         (hashcash-default-accept-payment): Change default to 20.
14237         (hashcash-process-alist): New variable.
14238         (hashcash-generate-payment-async): Add.
14239         (hashcash-already-paid-p): Add.
14240         (hashcash-insert-payment): Don't generate payments twice.
14241         (hashcash-insert-payment-async): Add.
14242         (hashcash-insert-payment-async-2): Add.
14243         (hashcash-cancel-async): Add.
14244         (hashcash-wait-async): Add.
14245         (hashcash-processes-running-p): Add.
14246         (hashcash-wait-or-cancel): Add.
14247         (mail-add-payment): New optional argument.  Conditionally start
14248         asynchronous calculation.
14249         (mail-add-payment-async): Add.
14250
14251         * message.el (message-send-mail): Wait for asynchronous hashcash
14252         results.  Don't clobber existing X-Hashcash headers.
14253         (message-setup-1): Call mail-add-payment-async when
14254         message-generate-hashcash is non-nil.
14255
14256 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14257
14258         * message.el (message-use-alternative-email-as-from): Examine the
14259         From header as well; use message-make-from in order to include a
14260         user's full name.
14261
14262 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14265         default; improve customization type.
14266         (gnus-emphasis-custom-with-format): New macro.
14267         (gnus-emphasis-custom-value-to-external): New function.
14268         (gnus-emphasis-custom-value-to-internal): New function.
14269
14270 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14271
14272         * dns.el (query-dns): Resolve reverse addresses.
14273
14274 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14275
14276         * gnus-group.el (gnus-group-get-new-news): Use it.
14277
14278         * gnus-start.el (gnus-check-reasonable-setup): New function.
14279
14280 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14283         "Args out of range" error.  Reported by Arnaud Giersch
14284         <arnaud.giersch@free.fr>.
14285
14286 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14287
14288         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14289
14290 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14291
14292         * spam.el (spam group): Add :version.
14293
14294         * pgg-def.el (pgg group): Add :version.
14295
14296 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-art.el (gnus-article-edit-article): Don't associate the
14299         article buffer with a draft file.  This is a temporary measure
14300         against the 2004-08-22 change to gnus-article-edit-mode.
14301
14302 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14305         (html2text-format-tags): Remove unused variable `attr'.
14306
14307 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14310
14311         * tls.el (tls-process-connection-type, tls-success)
14312         (tls-certtool-program): Add :version.
14313
14314         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14315         (starttls-extra-arguments, starttls-process-connection-type)
14316         (starttls-connect, starttls-failure, starttls-success): Add :version.
14317
14318         * spam-stat.el (spam-stat): Add :version.
14319
14320         * sieve.el (sieve): Add :version.
14321
14322         * sha1.el (sha1): Add :version.
14323         (sha1-use-external): Remove redundant version.
14324
14325         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14326         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14327         (nnmail-split-fancy-match-partial-words)
14328         (nnmail-split-lowercase-expanded): Add :version.
14329
14330         * nndiary.el (nndiary): Add :version.
14331
14332         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14333
14334         * mml-sec.el (mml-default-sign-method)
14335         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14336         Add :version.
14337
14338         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14339
14340         * mm-url.el (mm-url-use-external, mm-url-program)
14341         (mm-url-arguments): Add :version.
14342
14343         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14344         (mm-attachment-file-modes, mm-decrypt-option)
14345         (mm-w3m-safe-url-regexp): Add :version.
14346
14347         * message.el (message-cite-prefix-regexp)
14348         (message-sendmail-envelope-from, message-minibuffer-local-map)
14349         (message-user-fqdn, message-completion-alist): Add :version.
14350
14351         * gnus-win.el (gnus-configure-windows-hook)
14352         (gnus-use-frames-on-any-display): Add :version.
14353
14354         * gnus-art.el (gnus-article-address-banner-alist)
14355         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14356         (gnus-treat-from-picon, gnus-treat-mail-picon)
14357         (gnus-treat-x-pgp-sig): Add :version.
14358
14359         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14360         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14361         (gnus-summary-article-delete-hook)
14362         (gnus-summary-display-while-building): Add :version.
14363
14364         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14365         (gnus-get-top-new-news-hook): Add :version.
14366
14367         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14368         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14369
14370         * gnus-registry.el (gnus-registry): Add :version.
14371
14372         * gnus-spec.el (gnus-use-correct-string-widths)
14373         (gnus-make-format-preserve-properties): Add :version.
14374
14375         * gnus.el (gnus-group-charter-alist)
14376         (gnus-group-fetch-control-use-browse-url)
14377         (gnus-install-group-spam-parameters): Add :version.
14378
14379         * gnus-diary.el (gnus-diary): Add :version.
14380
14381         * gnus-delay.el (gnus-delay): Add :version.
14382
14383         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14384         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14385         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14386         Add :version.
14387
14388         * gnus-agent.el (gnus-agent-max-fetch-size)
14389         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14390         (gnus-agent-prompt-send-queue): Add :version.
14391
14392         * deuglify.el (gnus-outlook-deuglify): Add :version.
14393
14394         * html2text.el: Beautify code.  Improve doc strings.  Some
14395         checkdoc cleanup.
14396         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14397
14398 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14399
14400         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14401
14402 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14403
14404         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14405         when package is loaded.
14406
14407         * spam.el (spam-summary-score-preferred-header): Add global preference
14408         for people who want to override the default SpamAssassin over
14409         Bogofilter preference (when both are set).
14410         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14411         (spam-user-format-function-S): Check
14412         spam-summary-score-preferred-header.
14413         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14414         (spam-user-format-function-S): Format the score correctly.
14415
14416 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14419         signature file.  Suggested by Manoj Srivastava
14420         <srivasta@golden-gryphon.com>.
14421
14422         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14423         iso-2022-jp even in the Japanese language environment.
14424         Suggested by Jason Rumney <jasonr@gnu.org>.
14425
14426 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14429         use the same characters as the dummy marks; make it free from
14430         getting affected by the language environment.
14431         (gnus-summary-read-group-1): Update mark positions only when the
14432         format spec is updated.
14433
14434         * gnus-spec.el (gnus-update-format-specifications): Return a list
14435         of updated types.
14436
14437 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14440         of boundp to check if display-warning is available.
14441
14442 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14443
14444         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14445
14446 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * nnspool.el (nnspool-spool-directory): Use news-path if the
14449         news-directory variable is not bound.
14450
14451         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14452         function instead of display-warning if it is not available.
14453
14454 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14457         v5-10: Use `point-at-bol'.
14458
14459 2004-10-26  Simon Josefsson  <jas@extundo.com>
14460
14461         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14462         <chenggao@gmail.com>.
14463
14464 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14467         instead.
14468
14469 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14470
14471         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14472         to remove a server from the nnimap-server-buffer-alist.
14473         (nnimap-open-connection, nnimap-close-server): Use it.
14474
14475         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14476
14477 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14480         running the major-mode function.
14481
14482 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14485         dummy marks in the right way.
14486
14487 2004-10-18  David Edmondson  <dme@dme.org>
14488
14489         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14490         excessively.
14491
14492 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * gnus-util.el (gnus-split-references): Accept a nil references
14495         string and go on blissfully.
14496
14497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14498         cases where the references string is non-nil but has no references.
14499
14500         * encrypt.el: Add autoload tags.
14501
14502         * spam.el (spam-resolve-registrations-routine): Remove article
14503         from unregistration list too.  Reported by David Hanak
14504         <dhanak@isis.vanderbilt.edu>
14505
14506 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14509         nil.  Changed custom type.
14510
14511 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14514
14515         * gnus-sum.el (gnus-summary-move-article): Use it.
14516
14517 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14518
14519         * encrypt.el: Add autoload cookies.
14520
14521         * spam.el (spam-backend-article-list-property)
14522         (spam-backend-get-article-todo-list)
14523         (spam-backend-put-article-todo-list)
14524         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14525         Resolve registrations separately.
14526         (spam-register-routine): Format comments.
14527         (spam-unregister-routine, spam-register-routine): Always call with
14528         specific-articles, no default list.
14529         (spam-summary-prepare-exit): Use the spam-classifications function.
14530
14531         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14532         gnus-encrypt.el.
14533
14534         * encrypt.el: Copied from gnus-encrypt.el.
14535
14536         * gnus-encrypt.el: Commented that it's obsolete.
14537
14538 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14541         (gnus-score-save): Use it.
14542
14543         * message.el (message-bury): Use `window-dedicated-p'.
14544
14545 2004-10-15  Simon Josefsson  <jas@extundo.com>
14546
14547         * pop3.el (top-level): Don't require nnheader.
14548         (pop3-read-timeout): Add.
14549         (pop3-accept-process-output): Add.
14550         (pop3-read-response, pop3-retr): Use it.
14551
14552 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * spam.el (spam-register-routine): Move comment.
14555         (spam-verify-bogofilter): Use 'unknown for the initial
14556         spam-bogofilter-valid state, not 'never.
14557
14558         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14559         for netrc-machine.
14560
14561         * nnimap.el (nnimap-open-connection): Use
14562         netrc-machine-user-or-password.
14563
14564 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14565
14566         * gnus-registry.el (gnus-registry-unload-hook):
14567         Set as a variable with add-hook.
14568
14569         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14570         of news-path.
14571
14572         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14573
14574         * spam.el: Delete duplicate `provide'.
14575         (spam-unload-hook): Set as a variable with add-hook.
14576
14577 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14580         in the doc string.
14581
14582         * message.el (message-ignored-news-headers)
14583         (message-ignored-supersedes-headers)
14584         (message-ignored-resent-headers)
14585         (message-forward-ignored-headers): Improve custom type.
14586
14587 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * message.el (message-tokenize-header): Fix 2004-09-06 change
14590         which used point-min in the wrong place.
14591
14592 2004-10-12  Simon Josefsson  <jas@extundo.com>
14593
14594         * tls.el (tls-certtool-program): New variable.
14595         (tls-certificate-information): New function, based on
14596         ssl-certificate-information.
14597
14598 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * compface.el: Move the version of ELisp-based uncompface program
14601         to the contrib directory because of the copyright problem.
14602
14603 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * message.el (message-kill-buffer): Raise the current frame.
14606
14607 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14610
14611         * gnus.el (message-y-or-n-p): Autoload.
14612
14613         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14614         (pop3-password-required, pop3-authentication-scheme)
14615         (pop3-leave-mail-on-server): Made customizable.
14616         (pop3): New custom group.
14617         (pop3-retr): Remove `sleep-for' statements.
14618         Suggested by Dave Love <fx@gnu.org>.
14619
14620         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14621         Windows/DOS.
14622
14623         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14624         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14625         Dave Love <fx@gnu.org>.
14626
14627         * mml.el (mml-minibuffer-read-disposition): Require match.
14628         Suggested by Dave Love <fx@gnu.org>.
14629
14630 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14633         doc string.
14634
14635 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14638
14639 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14640
14641         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14642         instead of calling `mm-insert-inline', to decode text/* parts
14643         before displaying them.
14644
14645 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * mm-uu.el (mm-uu-text-plain-type): New variable.
14648         (mm-uu-pgp-signed-extract-1): Use it.
14649         (mm-uu-pgp-encrypted-extract-1): Use it.
14650         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14651         bind mm-uu-text-plain-type with that value.
14652         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14653         mm-uu-dissect.
14654
14655 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-group.el (gnus-update-group-mark-positions):
14658         * gnus-sum.el (gnus-update-summary-mark-positions):
14659         * message.el (message-check-news-body-syntax):
14660         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14661         of string-as-multibyte.
14662
14663 2004-10-05  Juri Linkov  <juri@jurta.org>
14664
14665         * gnus-group.el (gnus-update-group-mark-positions):
14666         * gnus-sum.el (gnus-update-summary-mark-positions):
14667         * message.el (message-check-news-body-syntax):
14668         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14669         8-bit unibyte values to a multibyte string for search functions.
14670
14671 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14674         (mm-uu-dissect-text-parts): New function.
14675
14676         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14677         dissect text parts.
14678
14679         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14680         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14681
14682         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14683
14684         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14685         gnus-current-topics instead of gnus-current-topic.
14686
14687 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14688
14689         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14690
14691 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14692
14693         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14694         where approriate.
14695
14696         * nnml.el (nnml-generate-active-info): do.
14697
14698         * nndiary.el (nndiary-generate-active-info): do.
14699
14700         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14701         (gnus-topic-move): do.
14702
14703         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14704         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14705
14706         * gnus-srvr.el (gnus-server-prepare)
14707         (gnus-server-open-all-servers): do.
14708
14709         * gnus-msg.el (gnus-summary-cancel-article)
14710         (gnus-summary-resend-message)
14711         (gnus-summary-mail-crosspost-complaint): do.
14712
14713         * gnus-move.el (gnus-change-server): do.
14714
14715         * gnus-group.el (gnus-group-unmark-all-groups)
14716         (gnus-group-set-current-level): do.
14717
14718 2004-10-04  Simon Josefsson  <jas@extundo.com>
14719
14720         * message.el (message-generate-hashcash): Doc fix.
14721
14722 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14723
14724         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14725         avoid infinite recursion via gnus-get-function.
14726
14727 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14728
14729         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14730
14731         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14732
14733         * nnmail.el (nnmail-split-history): do.
14734
14735         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14736         (nnml-request-delete-group): do.
14737
14738         * nnslashdot.el (nnslashdot-read-groups): do.
14739
14740         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14741         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14742
14743         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14744         (nnspool-sift-nov-with-sed): Use last.
14745         (nnspool-retrieve-headers-with-nov): Use mapc.
14746         (nnspool-request-newgroups): Use dolist.
14747         (nnspool-request-group): Use last.
14748
14749         * nntp.el (nntp-read-server-type): Use dolist.
14750
14751         * nnvirtual.el (nnvirtual-create-mapping)
14752         (nnvirtual-update-read-and-marked): Use dolist.
14753         (nnvirtual-convert-headers): Simplify.
14754
14755 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14756
14757         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14758         support for sync'ing tick marks.
14759
14760 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14763         there's no visible header.
14764
14765 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14766
14767         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14768         necessary, pass full group name to gnus-request-set-marks.
14769
14770 2004-10-01  Simon Josefsson  <jas@extundo.com>
14771
14772         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14773         acroread.
14774
14775 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * spam-report.el (spam-report-gmane): Fix interactive.
14778
14779         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14780
14781         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14782         when writing file.
14783         (gnus-agent-synchronize-flags): Don't default to being
14784         interactive.
14785
14786 2004-09-30  Simon Josefsson  <jas@extundo.com>
14787
14788         * message.el (message-generate-hashcash): Add.
14789         (message-send-mail): Use it, call mail-add-payment.
14790
14791 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14792
14793         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14794
14795 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14796
14797         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14798         gnus-requst-update-info with explicit code to sync the in-memory
14799         info read flags with the marks being sync'd to the backend.
14800
14801         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14802
14803 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * spam.el (spam-verify-bogofilter): Add new function.
14806         (spam-check-bogofilter)
14807         (spam-bogofilter-register-with-bogofilter): Use it.
14808         (spam-verify-bogofilter): Add small fixes.
14809
14810 2004-09-28  Simon Josefsson  <jas@extundo.com>
14811
14812         * hashcash.el (hashcash-generate-payment): Revert.
14813
14814 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14817         gnus-extract-references instead of gnus-split-references.
14818
14819         * gnus-util.el (gnus-extract-references): Add new function, analogous
14820         to gnus-split-references but extracts only the message-ID without
14821         anything extra.
14822
14823         * hashcash.el (hashcash-generate-payment)
14824         (hashcash-check-payment): Do the right thing if hashcash-path is
14825         nil (because the hashcash program could not be found).
14826
14827         * spam.el (spam-use-hashcash): Remove comment.
14828
14829 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14832         (gnus-cache-enter-article, gnus-cache-remove-article)
14833         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14834
14835         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14836
14837         * gnus-art.el (article-hide-boring-headers)
14838         (article-translate-strings, article-display-face)
14839         (gnus-article-mime-match-handle-first)
14840         (gnus-article-highlight-headers)
14841         (gnus-article-add-buttons-to-head): do.
14842
14843 2004-09-27  Simon Josefsson  <jas@extundo.com>
14844
14845         * hashcash.el: New version, from
14846         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14847         ../contrib/.
14848
14849 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14852
14853 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14854
14855         * gnus-dup.el (gnus-dup-open): Use mapc.
14856         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14857
14858         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14859         Reported by Stefan Wiens <s.wi@gmx.net>.
14860
14861         * gnus.el (gnus-shutdown): Use dolist.
14862
14863         * gnus-undo.el (gnus-undo): Use mapc.
14864
14865         * nnrss.el (nnrss-generate-active): do.
14866
14867         * message.el (message-cite-original-without-signature)
14868         (message-cite-original): Use mapc.
14869         (message-do-actions, message-make-forward-subject): Use dolist.
14870
14871 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14872
14873         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14874         deletion to remove entire duplicate line.  Fixes merged article
14875         number bug.
14876
14877 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14878
14879         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14880         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14881         first ask if you want to open a server and then, even when you
14882         responded with no, asking if you want to synchronize the server's
14883         flags.
14884         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14885         multi-line expressions.
14886         (gnus-agent-synchronize-group-flags): New internal function.
14887         Updates marks in memory (in the info structure) AND in the
14888         backend.
14889
14890         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14891
14892         * nnagent.el (nnagent-request-set-mark): Use
14893         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14894         method, to ensure that synchronization updates marks in the
14895         backend and in the info (in memory) structure.
14896
14897 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14900         convention fully; don't miss the root article of a thread; make
14901         the X-Draft-From header with correct article numbers.
14902
14903 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14904
14905         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14906         unless plugged.  Disable the agent so that an open failure causes
14907         an error.
14908
14909         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14910         Reverted 2004-09-21 change.  The backend must be opened while
14911         synchronizing flags even when the backend stores the flags
14912         locally.
14913
14914 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14917         in `header' match.  Reported by Svend Tollak Munkejord.
14918
14919         * message.el (message-cite-original): Fix use of
14920         `message-cite-articles-with-x-no-archive'.
14921
14922 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14925         (gnus-window-to-buffer): Ditto.
14926
14927         * mml.el (mml-preview-buffer): New variable.
14928         (mml-preview): Manage window layout with gnus-buffer-configuration.
14929
14930         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14931         X-Draft-From header even if those articles aren't quoted.
14932
14933 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14934
14935         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14936         (gnus-request-set-mark, gnus-request-update-mark): Use new
14937         g-s-t-u-l-m to decide to use backend even when unplugged.
14938
14939 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14942         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14943
14944 2004-09-20  Simon Josefsson  <jas@extundo.com>
14945
14946         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14947         "utf-16-le".
14948
14949 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14950
14951         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14952
14953 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * uudecode.el (uudecode-use-external): Add :version.
14956
14957         * smime.el (smime-CA-file, smime-encrypt-cipher)
14958         (smime-dns-server): Add :version.
14959
14960         * smiley.el (gnus-smiley-file-types): Add :version.
14961
14962         * sha1.el (sha1-use-external): Add :version.
14963
14964         * pgg-def.el (pgg-query-keyserver): Add :version.
14965
14966         * nnmail.el (nnmail-fancy-expiry-targets)
14967         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14968         Add :version.
14969
14970         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14971         (nnimap-retrieve-groups-asynchronous): Add :version.
14972         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14973
14974         * mml.el (mml-content-disposition-parameters)
14975         (mml-insert-mime-headers-always): Add :version.
14976
14977         * mm-util.el (mm-coding-system-priorities): Add :version.
14978
14979         * mm-decode.el (mm-inline-text-html-with-images)
14980         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14981         (mm-verify-option): Add :version.
14982         (mm-text-html-renderer): Change :version.
14983
14984         * message.el (message-fcc-externalize-attachments)
14985         (message-required-headers, message-draft-headers)
14986         (message-subject-trailing-was-query)
14987         (message-subject-trailing-was-ask-regexp)
14988         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14989         (message-mark-insert-end, message-archive-header)
14990         (message-archive-note, message-cross-post-default)
14991         (message-cross-post-note, message-followup-to-note)
14992         (message-cross-post-note-function, message-use-mail-followup-to)
14993         (message-subscribed-address-functions)
14994         (message-subscribed-address-file, message-subscribed-addresses)
14995         (message-subscribed-regexps, message-allow-no-recipients)
14996         (message-yank-cited-prefix, message-signature-insert-empty-line)
14997         (message-hidden-headers, message-hierarchical-addresses)
14998         (message-mail-user-agent, message-use-idna)
14999         (message-valid-fqdn-regexp)
15000         (message-strip-special-text-properties, message-header-synonyms)
15001         (message-beginning-of-line, message-tab-body-function): Add :version.
15002         (message-insert-canlock, message-wide-reply-confirm-recipients):
15003         Change :version.
15004
15005         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15006         and :version.
15007         (mail-source-delete-old-incoming-confirm)
15008         (mail-source-movemail-program): Add :version.
15009
15010         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15011         (gnus-agent-cache, gnus-agent): Change :version.
15012
15013         * gnus-util.el (gnus-use-byte-compile): Change :version.
15014
15015         * gnus-sum.el (gnus-summary-make-false-root-always)
15016         (gnus-summary-default-high-score)
15017         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15018         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15019         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15020         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15021         (gnus-sum-thread-tree-single-indent)
15022         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15023         (gnus-sum-thread-tree-leaf-with-other)
15024         (gnus-sum-thread-tree-single-leaf): Add :version.
15025         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15026         (gnus-article-loose-mime): Change :version.
15027
15028         * gnus-start.el (gnus-backup-startup-file)
15029         (gnus-save-startup-file-via-temp-buffer): Add :version.
15030
15031         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15032         (gnus-server-offline-face): Add :version.
15033
15034         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15035
15036         * gnus-msg.el (gnus-gcc-externalize-attachments)
15037         (gnus-debug-files, gnus-debug-exclude-variables)
15038         (gnus-discouraged-post-methods): Change :version.
15039         (gnus-confirm-mail-reply-to-news)
15040         (gnus-confirm-treat-mail-like-news): Add :version.
15041
15042         * gnus-int.el (gnus-server-unopen-status): Add :version.
15043
15044         * gnus-group.el (gnus-group-jump-to-group-prompt)
15045         (gnus-large-ephemeral-newsgroup)
15046         (gnus-fetch-old-ephemeral-headers): Add :version.
15047
15048         * gnus-fun.el (gnus-x-face-directory)
15049         (gnus-convert-pbm-to-x-face-command)
15050         (gnus-convert-image-to-x-face-command)
15051         (gnus-convert-image-to-face-command): Add :version.
15052
15053         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15054
15055         * gnus-cite.el (gnus-cite-blank-line-after-header)
15056         (gnus-article-boring-faces): Add :version.
15057
15058         * gnus-art.el (gnus-buttonized-mime-types)
15059         (gnus-inhibit-mime-unbuttonizing)
15060         (gnus-treat-display-face)
15061         (gnus-treat-body-boundary): Change :version.
15062         (gnus-body-boundary-delimiter, gnus-picon-databases)
15063         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15064         (gnus-treat-date-english, gnus-treat-fold-headers)
15065         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15066         (gnus-treat-mail-picon, gnus-treat-wash-html)
15067         (gnus-article-encrypt-protocol)
15068         (gnus-use-idna, gnus-article-over-scroll)
15069         (gnus-mime-display-multipart-alternative-as-mixed)
15070         (gnus-mime-display-multipart-related-as-mixed)
15071         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15072         (gnus-ctan-url, gnus-button-ctan-handler)
15073         (gnus-button-handle-ctan-bogus-regexp)
15074         (gnus-button-ctan-directory-regexp)
15075         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15076         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15077         (gnus-button-man-level, gnus-button-emacs-level)
15078         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15079
15080         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15081         (gnus-agent-go-online): Change :version.
15082         (gnus-agent-expire-unagentized-dirs)
15083         (gnus-agent-auto-agentize-methods): Add :version.
15084
15085         * flow-fill.el (fill-flowed-display-column)
15086         (fill-flowed-encode-column): Add :version.
15087
15088         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15089         (gnus-outlook-deuglify-unwrap-max)
15090         (gnus-outlook-deuglify-cite-marks)
15091         (gnus-outlook-deuglify-unwrap-stop-chars)
15092         (gnus-outlook-deuglify-no-wrap-chars)
15093         (gnus-outlook-deuglify-attrib-cut-regexp)
15094         (gnus-outlook-deuglify-attrib-verb-regexp)
15095         (gnus-outlook-deuglify-attrib-end-regexp)
15096         (gnus-outlook-display-hook): Add :version.
15097
15098         * binhex.el (binhex-use-external): Add :version.
15099
15100 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15103         and `invisible'.
15104
15105 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15108         in gnus-registry-trim.
15109
15110 2004-09-13  Simon Josefsson  <jas@extundo.com>
15111
15112         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15113
15114         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15115
15116         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15117         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15118         <yamaoka@jpl.org>.
15119         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15120         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15121         <yamaoka@jpl.org>.
15122
15123         * sieve.el (sieve-manage-mode): Ditto.
15124
15125 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15128
15129 2004-09-11  Simon Josefsson  <jas@extundo.com>
15130
15131         * dns-mode.el: Add.
15132
15133         * mm-view.el (mm-display-dns-inline): Add.
15134
15135         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15136         (mm-automatic-display): Ditto.
15137
15138         * mailcap.el (mailcap-mime-data): Add text/dns.
15139         (mailcap-mime-extensions): Map .soa to text/dns.
15140
15141 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15142
15143         * gnus-art.el (article-decode-mime-words, article-babel)
15144         (gnus-article-highlight-signature, gnus-article-add-buttons)
15145         (gnus-signature-toggle): Remove unnecessary bindings of
15146         `inhibit-read-only' inherited from v5.10 merge.
15147
15148 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * nntp.el (nntp): New customization group.
15151         (nntp-authinfo-file): Add customization group.
15152
15153         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15154
15155         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15156
15157         * gnus.el (to-address, to-list, subscribed)
15158         (large-newsgroup-initial): Ditto.
15159
15160         * flow-fill.el (fill-flowed-display-column)
15161         (fill-flowed-encode-column): Ditto.
15162
15163 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15164
15165         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15166         Use point-min rather than 1.
15167         (message-send-mail): Use buffer-size rather than point-max.
15168
15169         * gnus-sum.el (gnus-summary-search-article-forward):
15170         Signal a specific `search-failed' rather than a generic `error'.
15171
15172         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15173         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15174         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15175
15176 2004-09-10  Simon Josefsson  <jas@extundo.com>
15177
15178         * nndb.el (require): Remove tcp and duplicate cl.
15179
15180 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-agent.el (directory-files-and-attributes): Move forward.
15183
15184 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15185
15186         * gnus-agent.el (directory-files-and-attributes): Optionally
15187         defined to support XEmacs.
15188
15189 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15190
15191         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15192         to avoid run-time CL dependencies.
15193         (gnus-agent-unfetch-articles): New function.
15194         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15195         article numbers even when local .overview file is missing.
15196         (gnus-agent-read-article-number): New function.  Only accepts
15197         27-bit article numbers.
15198         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15199         gnus-agent-read-article-number.
15200         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15201         from backend while recognizing that article numbers in .overview
15202         must be valid.
15203         (gnus-agent-update-files-total-fetched-for): Use
15204         directory-files-and-attributes to improve performance.
15205         * gnus-int.el (gnus-request-move-article): Use
15206         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15207         improve performance.
15208
15209         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15210         some users confused by references to .newsrc when they only have a
15211         .newsrc.eld file.
15212         (gnus-convert-mark-converter-prompt)
15213         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15214         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15215         New function.  Used internally to only display 'gnus converting
15216         files' message when actually necessary.
15217
15218         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15219         methods now autoloaded.
15220
15221 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15224         identifiers.
15225
15226 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-picon.el: Fix indentation and closing parenthesis.
15229
15230 2004-09-01  Simon Josefsson  <jas@extundo.com>
15231
15232         * message.el (message-canlock-generate): Require sha1, not
15233         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15234         to require within a function.  Sadly, if sha1.el isn't loaded, the
15235         let binding in m-c-g will hide the defcustom definition, which is
15236         bad.)
15237
15238         * canlock.el: Require sha1, not sha1-el.
15239
15240         * message.el: Don't autoload sha1 (there is a autoload cookie in
15241         sha1.el).
15242
15243         * sha1-el.el: Renamed to sha1.el.
15244
15245 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15246
15247         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15248
15249 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15250
15251         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15252
15253 2004-08-30  Kim F. Storm  <storm@cua.dk>
15254
15255         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15256
15257         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15258         Add :group 'nnimap.
15259
15260 2004-08-30  Andreas Schwab  <schwab@suse.de>
15261
15262         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15263         ?* and ?\;.
15264
15265         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15266         and ?\' to symbol instead of whitespace.
15267
15268 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15271
15272         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15273         instead of re-search-forward.
15274
15275         * gnus-uu.el (gnus-uu-save-article): Ditto.
15276         (gnus-uu-post-encode-uuencode): Ditto.
15277
15278         * html2text.el (html2text-clean-list-items): Ditto.
15279         (html2text-clean-dtdd): Ditto.
15280         (html2text-format-tags): Ditto.
15281
15282         * message.el (message-send-mail-with-sendmail): Fix regexp.
15283         (message-fill-field-general): Use search-forward instead of
15284         re-search-forward.
15285         (unbold-region): Ditto.
15286
15287         * nnrss.el (nnrss-request-article): Ditto.
15288
15289         * nnslashdot.el (nnslashdot-request-article): Ditto.
15290
15291         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15292
15293         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15294         "Unrecognized menu descriptor" error in XEmacs.
15295
15296 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15297
15298         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15299         parent article of a sparse article in the thread hashtb.
15300
15301 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15302
15303         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15304         (nnmail-expand-newtext): Lowercase expanded entries if
15305         nnmail-split-lowercase-expanded is non-nil.
15306
15307 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15310
15311         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15312         of gnus-tmp-news-method into string under XEmacs.  It will be
15313         passed to gnus-correct-length which takes only a string argument.
15314
15315 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-util.el (gnus-bind-print-variables): New macro.
15318         (gnus-prin1): Use it.
15319         (gnus-prin1-to-string): Use it.
15320         (gnus-pp): New function.
15321         (gnus-pp-to-string): New function.
15322
15323         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15324         Replace pp-to-string with gnus-pp-to-string.
15325         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15326         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15327         * gnus-msg.el (gnus-debug): Ditto.
15328         * gnus-score.el (gnus-score-save): Ditto.
15329         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15330         gnus-pp-to-string.
15331         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15332         with gnus-pp.
15333         * score-mode.el (gnus-score-pretty-print): Ditto.
15334         * webmail.el (webmail-debug): Ditto.
15335
15336 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (article-display-face, article-display-x-face):
15339         Use buffer-read-only.
15340
15341 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-art.el (article-hide-list-identifiers):
15344         Bind inhibit-read-only as t.
15345
15346 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15349
15350 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15351
15352         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15353         (gnus-narrow-to-page): Don't assume point-min == 1.
15354         (gnus-article-edit-mode): Derive from message-mode.
15355
15356         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15357         point-min == 1.
15358
15359         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15360         Disable incorrect use of `assert'.
15361
15362         * message.el (message-mode): Set comment-start-skip.
15363
15364
15365 2004-08-22  Sam Steingold  <sds@gnu.org>
15366
15367         * pop3.el (pop3-leave-mail-on-server): New user variable.
15368         (pop3-movemail): Delete mail only when it is nil.
15369
15370 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15371
15372         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15373
15374         * mml.el (mml-preview): Use `pop-to-buffer'.
15375
15376         * message.el (message-goto-mail-followup-to): Insert after "To".
15377         (message-carefully-insert-headers): Add comment.
15378
15379         * gnus.el: Remove unused variable `gnus-article-check-size'.
15380
15381         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15382
15383         * gnus-art.el (gnus-button-alist): Improve
15384         `gnus-button-handle-library' entry.
15385
15386 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15387
15388         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15389         downcase, since XEmacs capitalizes error messages differently.
15390
15391 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15392
15393         * nntp.el: Add (require 'gnus) due to reference to
15394         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15395
15396 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15397
15398         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15399         `mm-fill-flowed'.
15400
15401         * mm-decode.el (mm-dissect-singlepart): Check it.
15402
15403 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15404
15405         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15406         'imap' for netrc parsing.
15407
15408 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * mailcap.el (mailcap-mime-data): Mark as risky.
15411
15412 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15415         may be included in the encoded word.
15416         (rfc2047-encode): Don't append a space if the encoded word
15417         includes close parenthesis.
15418
15419 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15422         of text within parentheses.
15423
15424 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15425
15426         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15427         (gnus-encrypt-write-file-contents): Make the password key the file
15428         name PLUS the cipher, not just the cipher.  Also remove failed
15429         passwords from the cache.
15430
15431 2004-08-06  Simon Josefsson  <jas@extundo.com>
15432
15433         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15434         fix.
15435
15436 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15439         LWSP.
15440
15441 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15444         to append in-reply-to: data to the references: header.
15445
15446         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15447         (netrc-parse): Use gnus-encrypt.el functions.
15448
15449         * gnus-encrypt.el: Add new file for encryption support; currently
15450         does only a few GPG ciphers and an internal XOR cipher.
15451
15452         * password.el: Add comments on using password-read-and-add.
15453         (password-read-and-add): Add function to read and add the
15454         password to the cache at once.
15455
15456 2004-07-28  Simon Josefsson  <jas@extundo.com>
15457
15458         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15459         parameter (but don't use it, for now).
15460
15461         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15462         instead of hard coding to nil.
15463
15464 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15467         as mm-inline-image-xemacs does.
15468
15469 2004-07-26  Simon Josefsson  <jas@extundo.com>
15470
15471         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15472         Revert part of 2004-07-17 change below.
15473
15474 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15477         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15478
15479 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15480
15481         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15482         quotes that actually start with ">" at the beginning of the
15483         lines.
15484
15485 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * rfc2047.el (rfc2047-encode-region): Fix last change.
15488         (rfc2047-encode-parameter): Remove useless concat.
15489
15490 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15493         encode special characters; fix some kind of misconfigured headers;
15494         signal a real error if debug-on-quit or debug-on-error is non-nil.
15495         (rfc2047-encode-max-chars): New variable.
15496         (rfc2047-encode-1): Use it.
15497         (rfc2047-encode-parameter): New function.
15498
15499         * mml.el (mml-insert-parameter): Remove an excessive space.
15500
15501 2004-07-17  Simon Josefsson  <jas@extundo.com>
15502
15503         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15504         Kai Grossjohann <kai@emptydomain.de>.
15505         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15506         (gnus-group-make-menu-bar): Ditto.
15507
15508         * gnus-util.el (gnus-group-server): Add.
15509
15510 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15511
15512         * message.el (message-clone-locals): Clone sendmail and smtp
15513         variables.
15514
15515 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * rfc2047.el (rfc2047-encode-region): Fix last change.
15518
15519 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15522         characters as non-special.
15523
15524 2004-07-09  Simon Josefsson  <jas@extundo.com>
15525
15526         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15527         Users will lose all flag changes made while unplugged with
15528         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15529         good default.  See numerous reports on ding mailing list.
15530
15531 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15534         add generate-head-function and generate-article-function to the
15535         rfc822-forward entry.
15536         (nndoc-rfc822-forward-generate-article): New function.
15537         (nndoc-rfc822-forward-generate-head): New function.
15538
15539         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15540
15541 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15542
15543         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15544         respect display group parameter and gnus-summary-expunge-below.
15545         (gnus-articles-to-read): Remove unused reference to display group
15546         parameter.
15547
15548 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15549
15550         * nnheader.el (nnheader-uniquify-message-id): New experimental
15551         variable.
15552         (nnheader-nov-read-message-id): Use it.
15553
15554         * spam-report.el (spam-report-gmane): Add interactive.
15555
15556 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15559         qp-or-base64 for the application/* types.
15560
15561 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15562
15563         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15564
15565 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15568         trim value.
15569
15570 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15571
15572         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15573         New macro and function.
15574         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15575
15576 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15579         after-load-alist.
15580
15581 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15584         update info that isn't there.
15585
15586 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15587
15588         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15589         entry.
15590
15591 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mm-view.el (mm-inline-render-with-function): Use multibyte
15594         buffer; decode html source by charset.
15595
15596         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15597
15598         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15599         Mule-UCS is loaded under XEmacs.
15600         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15601
15602 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15603
15604         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15605
15606 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * mm-util.el (mm-coding-system-p): Return a coding-system.
15609         (mm-mime-mule-charset-alist): Use shift_jis instead of
15610         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15611         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15612         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15613         instead of japanese-shift-jis and iso-latin-1 respectively in
15614         order to share the default value with both Emacs and XEmacs-mule.
15615         (mm-mule-charset-to-mime-charset): Make
15616         mm-coding-system-priorities effective.
15617         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15618         while predicating of candidates upon the priorities.
15619
15620 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15621
15622         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15623         gnus-uu-invert-processable.
15624
15625         * gnus.el: Autoload gnus-uu-invert-processable.
15626
15627 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * mm-util.el (mm-with-multibyte-buffer): New macro.
15630
15631         * rfc2047.el (rfc2047-encode-string): Use it.
15632         (rfc2047-encode-region): Move point to the end of the region after
15633         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15634
15635 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15638         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15639
15640 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15643         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15644         Karl Chen <quarl@nospam.quarl.org>.
15645
15646 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15647
15648         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15649         invalid addresses.
15650
15651 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * spam.el: Change section markers, revise TODO list.
15654         (spam-backends): Make new master list of all installed backends.
15655         (spam-summary-exit-behavior): Add new variable to determine how
15656         messages moves are done at summary exit.
15657         (spam-move-spam-nonspam-groups-only)
15658         (spam-process-ham-in-nonham-groups)
15659         (spam-process-ham-in-spam-groups): Remove variables, the
15660         spam-summary-exit-behavior variable should be used to manage this
15661         behavior.
15662         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15663         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15664         and spam-old-spam-articles.
15665         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15666         Add empty variables, placeholders for the backends they represent.
15667         (spam-set-difference): Move, unchanged.
15668         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15669         unless the user has a processor variable.
15670         (spam-classifications, spam-classification-valid-p)
15671         (spam-backend-properties, spam-backend-property-valid-p)
15672         (spam-backend-function-type-valid-p)
15673         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15674         (spam-report-articles-gmane, spam-report-articles-resend):
15675         Remove functions, they are not needed.
15676         (spam-install-backend-super, spam-backend-list)
15677         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15678         (spam-backend-function, spam-backend-ham-registration-function)
15679         (spam-backend-spam-registration-function)
15680         (spam-backend-ham-unregistration-function)
15681         (spam-backend-spam-unregistration-function)
15682         (spam-backend-statistical-p, spam-backend-mover-p)
15683         (spam-install-backend-alias, spam-install-checkonly-backend)
15684         (spam-install-mover-backend, spam-install-nocheck-backend)
15685         (spam-install-backend, spam-install-statistical-backend)
15686         (spam-install-statistical-checkonly-backend): Add backend installation
15687         support.
15688         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15689         (spam-group-processor-p): Use the new backend code and respect the
15690         summary exit behavior.
15691         (spam-mark-spam-as-expired-and-move-routine): Remove.
15692         (spam-summary-prepare): Change to use the new spam-old-articles
15693         variable.
15694         (spam-copy-or-move-routine, spam-copy-spam-routine)
15695         (spam-move-spam-routine, spam-copy-ham-routine)
15696         (spam-move-ham-routine): Add code to copy/move ham or spam.
15697         (spam-fetch-field-fast): Improve doc and code, plus allow the
15698         'number request.
15699         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15700         variables.
15701         (spam-split, spam-find-spam): Use the new backend code.
15702         (spam-registration-functions): Remove variable.
15703         (spam-unregister-routine): Add convenience wrapper.
15704         (spam-log-undo-registration, spam-register-routine)
15705         (spam-log-processing-to-registry)
15706         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15707         where possible.
15708         (spam-check-gmane-xref, spam-check-regex-headers)
15709         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15710         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15711         (spam-check-bogofilter-headers, spam-check-spamoracle)
15712         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15713         (spam-check-crm114-headers): Use the spam-split-group that
15714         spam-split prepares, no need to determine it every time.
15715
15716         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15717         to the nnheader-parse-naked-head call.
15718
15719         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15720
15721         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15722         the nnheader-nov-read-message-id call.
15723
15724 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15727         gnus-activate-group twice.  Suggested by Markus Peter
15728         <warp@spin.de>.
15729
15730 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-art.el (gnus-article-time-format): Exchange the order of
15733         day and month in the default value; fix customization type.
15734         (article-date-ut): Use add-text-properties.
15735         (article-make-date-line): Use message-make-date instead of
15736         current-time-string.
15737
15738         * message.el (message-fetch-field): Don't use set-text-properties.
15739         (message-make-date): Simplify.
15740
15741         * messagexmas.el (message-xmas-make-date): New function.
15742         (message-xmas-redefine): Defalias message-make-date to it.
15743
15744 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15747         (rfc2047-encode-region): Treat text within parentheses as special;
15748         show the original text when error has occurred.
15749
15750         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15751         already-computed method to gnus-activate-group.
15752
15753         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15754         same select-methods identical Lisp objects.
15755
15756         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15757         object when modifying the info.
15758
15759 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15762         gnus-opened-servers since it has never been opened with the new
15763         configuration yet.
15764
15765 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15768         arg to nnheader-generate-fake-message-id.
15769
15770 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15773         number and build a fake message ID localized to a group and
15774         article number (so it's repeatable from that point on).
15775         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15776         ID format.
15777
15778         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15779         nnheader-generate-fake-message-id with the article number.
15780
15781 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15782
15783         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15784         end-of-buffer.
15785
15786 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15787
15788         * message.el (message-ignored-supersedes-headers): Add Approved.
15789
15790 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15793         goto-char.
15794         (rfc2047-encode): Fold the line before encoding.
15795
15796 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797
15798         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15799         folding -- not all headers can be folded, and this should be done
15800         by the message composition mode.  Probably.  I think.
15801
15802 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15805         fast.
15806
15807         * gnus-ems.el (gnus-remove-image): Don't use
15808         message-text-with-property; remove only the image found first.
15809
15810         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15811         found first.
15812
15813 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15816
15817 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * message.el (message-text-with-property): Make it fast and accept
15820         optional arguments.
15821         (message-strip-forbidden-properties): Use it.
15822         (message-fix-before-sending): Follow the m-t-w-p change.
15823
15824         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15825
15826 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-art.el (article-hide-headers): Don't change the buffer
15829         mistakenly when performing mml-preview even if
15830         gnus-single-article-buffer is nil.
15831
15832 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15833
15834         * message.el (message-expand-name-databases): New user option.
15835         (message-expand-name): Use it.
15836
15837 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * spam.el (spam-report-articles-resend)
15840         (spam-report-resend-register-routine): Allow ham reporting.
15841         (spam-report-resend-register-ham-routine): Add wrapper.
15842         (spam-registration-functions): Add ham resending functions.
15843         (spam-list-of-processors): Add ham resend processor.
15844
15845         * gnus.el (ham-resend-to): Add new group parameter.
15846         (spam-process): Add ham resend option.
15847
15848         * spam-report.el (spam-report-resend): Allow reporting ham.
15849         (spam-report-resend-ham): Add wrapper.
15850
15851 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15852
15853         * message.el (message-cite-articles-with-x-no-archive): New
15854         variable.
15855         (message-cite-original): Use it.
15856
15857 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15858
15859         * message.el (message-cite-original): Respect X-No-Archive.
15860
15861 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (article-hide-headers): Refer to the values for
15864         gnus-ignored-headers and gnus-visible-headers in the summary
15865         buffer since a user may have set them as group parameters.
15866
15867 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15868
15869         * assistant.el (assistant-node-name): Add convenience function.
15870         (assistant-render-text, assistant-render-node): Add error handling,
15871         plus handle multiple next nodes.
15872         (assistant-find-next-node): Comment out for now.
15873         (assistant-find-next-nodes): Add function, returns list of next
15874         nodes.
15875
15876 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * mail-source.el (mail-source-directory): Fix doc-string.
15879
15880 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * assistant.el (assistant-render-text, assistant-eval): Add :set
15883         widget type, which is different because it takes and returns a
15884         list.  Much hilarity ensues.
15885
15886 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15889
15890         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15891         doc-string.
15892
15893         * gnus-start.el (gnus-activate-group): Added doc-string.
15894
15895 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15898
15899 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15900
15901         * assistant.el (assistant-render-text): Try to add a :set
15902         widget, more to come.
15903
15904         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15905         strings.
15906         (spam-report-articles-resend)
15907         (spam-register-routine): Do registration iff any articles warrant
15908         it.
15909         (spam-summary-prepare-exit): Change log message for nil group
15910         destinations.
15911
15912 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15913
15914         * spam.el (spam-report-resend-register-routine): Allow
15915         spam-report-resend-to to be a group parameter or a global value.
15916
15917 2004-05-26  Simon Josefsson  <jas@extundo.com>
15918
15919         * starttls.el: Merge with my GNUTLS based starttls.el.
15920         (starttls-gnutls-program, starttls-use-gnutls)
15921         (starttls-extra-arguments, starttls-process-connection-type)
15922         (starttls-connect, starttls-failure, starttls-success): New
15923         variables.
15924         (starttls-program, starttls-extra-args): Doc fix.
15925         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15926         functions.
15927         (starttls-negotiate, starttls-open-stream): Check
15928         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15929         function if it is set.
15930
15931 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15934         structured fields.
15935
15936 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15939
15940 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15943         variable.
15944         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15945         assigning the spam-mark to new messages.
15946
15947 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15948
15949         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15950
15951 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15954
15955         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15956         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15957         default.
15958
15959 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15960
15961         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15962         correct data.
15963
15964 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15967         (spam-group-processor-p): Fix function.
15968         (spam-group-processor-multiple-p)
15969         (spam-group-spam-processor-report-gmane-p)
15970         (spam-group-spam-processor-report-resend-p)
15971         (spam-group-spam-processor-bogofilter-p)
15972         (spam-group-spam-processor-blacklist-p)
15973         (spam-group-spam-processor-ifile-p)
15974         (spam-group-ham-processor-ifile-p)
15975         (spam-group-spam-processor-spamoracle-p)
15976         (spam-group-spam-processor-crm114-p)
15977         (spam-group-ham-processor-bogofilter-p)
15978         (spam-group-spam-processor-stat-p)
15979         (spam-group-ham-processor-stat-p)
15980         (spam-group-ham-processor-whitelist-p)
15981         (spam-group-ham-processor-BBDB-p)
15982         (spam-group-ham-processor-spamoracle-p)
15983         (spam-group-ham-processor-copy-p): Remove functions with some
15984         prejudice against unneeded code.
15985         (spam-report-articles-resend)
15986         (spam-report-resend-register-routine): Allow the group/topic
15987         spam-resend-to value to override spam-report-resend-to.
15988         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15989         properly now.
15990
15991         * gnus.el (spam-resend-to): Add group/topic parameter.
15992         (spam-process): Move the OBSOLETE processors to the end of the
15993         choices.
15994
15995 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15996
15997         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15998         with resend-to set to nil, and then ask the user if necessary.
15999         (spam-report-resend): spam-report-resend takes a list of articles, not
16000         separate article numbers.
16001
16002 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16005         addition to emacs-w3m.
16006
16007 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16008
16009         * assistant.el (assistant-authinfo-data): New function.
16010         (assistant-eval): Eval for entire assistant.
16011
16012         * netrc.el (netrc-services-file): New variable.
16013         (netrc-parse-services): New function.
16014         (netrc-find-service-name): New function.
16015         (netrc-find-service-number): New function.
16016         (netrc-port-equal): New function.
16017         (netrc-machine): Use it.
16018
16019         * nnimap.el (nnimap-open-connection): Use netrc.
16020
16021         * gnus-util.el (gnus-netrc-get): Remove aliases.
16022
16023         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16024
16025         * assistant.el (wid-edit): Fix compilation.
16026
16027         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16028
16029 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16030
16031         * gnus-util.el (gnus-set-file-modes): New function.  (small
16032         patch).
16033
16034 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035
16036         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16037
16038         * assistant.el (assistant-render-node): Fix up rendering and
16039         read-only text.
16040         (assistant-render-node): Reset.
16041         (assistant-make-read-only): Not sticky.
16042
16043 2004-05-20  Danny Siu  <dsiu@adobe.com>
16044
16045         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16046         centered even when gnus-auto-center-summary is t.
16047
16048 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16049
16050         * dns.el (dns-get-txt-answer): New function.
16051         (dns-read-txt): Ditto.
16052         (query-dns): Use it.
16053
16054 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16057         active for foreign groups even if the group level is higher than
16058         the specified value.
16059
16060 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16061
16062         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16063         non-active groups.
16064
16065         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16066
16067 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16068
16069         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16070
16071 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16074         (spam-crm114-header, spam-crm114-spam-switch)
16075         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16076         (spam-crm114-positive-spam-header)
16077         (spam-crm114-database-directory, spam-list-of-processors)
16078         (spam-group-spam-processor-crm114-p)
16079         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16080         (spam-generic-score, spam-list-of-checks)
16081         (spam-list-of-statistical-checks, spam-registration-functions)
16082         (spam-check-crm114-headers, spam-crm114-score)
16083         (spam-check-crm114, spam-crm114-register-with-crm114)
16084         (spam-crm114-register-spam-routine)
16085         (spam-crm114-unregister-spam-routine)
16086         (spam-crm114-register-ham-routine)
16087         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16088         asjo@koldfront.dk (Adam Sjøgren).
16089
16090         * gnus.el: Add spam-use-crm114.
16091
16092         * spam.el (spam-list-of-processors, spam-registration-functions):
16093         Add spam-use-resend.
16094         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16095         (spam-report-articles-gmane): Add doc fix.
16096         (spam-report-articles-resend, spam-report-resend-register-routine):
16097         Add wrappers around spam-report-resend-to.
16098
16099         * spam-report.el (spam-report-resend-to, spam-report-resend):
16100         Add support for resending spam.
16101         (spam-report-gmane): Fix line length >80.
16102
16103         * gnus.el (spam-process): Add spam-use-resend.
16104
16105 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16106
16107         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16108         number of processed spam messages.
16109         (spam-ham-copy-or-move-routine): Return the number of processed
16110         ham messages.
16111         (spam-summary-prepare-exit): Use the above values to decide
16112         whether status messages shouled be displayed.
16113
16114 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16117         `rfc2047-encoding-function-alist' in order to avoid conflicting
16118         with the old version.
16119         (rfc2047-encode-region): Concatenate words containing non-ASCII
16120         characters in structured fields; don't encode space-delimited
16121         ASCII words even in unstructured fields; don't break words at
16122         char-category boundaries.
16123         (rfc2047-encode-1): New function.
16124         (rfc2047-encode): Use it; encode text so that it occupies the
16125         maximum width within 76-column; work correctly on Q encoding for
16126         iso-2022-* charsets.
16127         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16128         sure not to break a line just after the header name.
16129         (rfc2047-b-encode-region): Removed.
16130         (rfc2047-b-encode-string): New function.
16131         (rfc2047-q-encode-region): Removed.
16132         (rfc2047-q-encode-string): New function.
16133
16134         * mm-util.el (mm-replace-in-string): New function.
16135
16136 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16139         get it right.
16140         (gnus-inews-make-draft): Really.
16141
16142 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16143
16144         * nnmh.el (nnmh-request-list-1): Don't check the link count
16145         before descending.  (small patch)
16146
16147 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16150         stuff.
16151
16152         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16153         on real group name.
16154
16155         * gnus-art.el (gnus-signature-limit): Doc fix.
16156
16157         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16158
16159         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16160
16161 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16162
16163         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16164         isn't a string.
16165
16166 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167
16168         * gnus-draft.el (gnus-draft-send): Bind
16169         rfc2047-encode-encoded-words.
16170
16171         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16172         (rfc2047-encodable-p): Say that =? needs encoding.
16173         (rfc2047-encode-encoded-words): New variable.
16174
16175         * gnus-group.el (gnus-group-select-group): Doc fix.
16176
16177         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16178
16179         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16180         to nil.
16181
16182         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16183
16184         * nnheader.el (nnheader-get-lines-and-char): New function.
16185
16186 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * gnus-msg.el (gnus-summary-followup-with-original): Document
16189         yanking of region when active.
16190
16191 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16194         groups if the group level is higher than the specified value.
16195
16196 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16199         (gnus-group-jump-to-group): Added prefix argument using
16200         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16201         non-active group.
16202
16203         * compface.el (uncompface): Be verbose when changing
16204         `uncompface-use-external'.
16205
16206         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16207         handle manual section.
16208
16209 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16210
16211         * gnus-art.el (gnus-button-alist): Revert previous change.
16212
16213 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16214
16215         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16216
16217 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218
16219         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16220         whether backend can accept message.
16221
16222         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16223
16224 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16225
16226         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16227         Avoid creating directory when nntp-marks-is-evil is true.
16228         Reported by Reiner Steib.
16229
16230 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-picon.el (gnus-picon-style): New variable.
16233         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16234         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16235         Jesper Harder <harder@ifa.au.dk>.
16236
16237 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16238
16239         * message.el (message-fill-field): Return point.
16240         (message-generate-headers): Go to end of field.
16241
16242         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16243         stuff for non-living groups.
16244
16245 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16246
16247         * gnus-art.el (gnus-article-followup-with-original)
16248         (gnus-article-reply-with-original): gnus-mark-active-p ->
16249         gnus-region-active-p.
16250
16251 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16252
16253         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16254         only when there is spam or ham to be processed.
16255
16256 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16257
16258         * mail-source.el (mail-source-delete-crash-box): Refactor.
16259         (mail-source-fetch): Use it.
16260         (mail-source-fetch-file): Ditto.
16261         (mail-source-fetch-directory): Run postscript in loop.
16262         (mail-source-fetch-pop): Delete.
16263         (mail-source-fetch-maildir): Ditto.
16264         (mail-source-fetch-imap): Ditto.
16265
16266         * imap.el (imap-authenticators): Comment out sasl.
16267
16268         * message.el (message-skip-to-next-address): New function.
16269         (message-fill-header-address): Refactor.
16270         (message-fill-address): Use it.
16271         (message-delete-address): Use it.
16272         (message-fill-header-general): Refactor.
16273         (message-fill-field-address): Rename.
16274         (message-narrow-to-field): Find the start of the header.
16275         (message-header-format-alist): Don't pre-fill.
16276         (message-fill-header): Removed.
16277         (message-insert-header): New function.
16278         (message-shorten-references): Use it.
16279
16280         * rfc2047.el (rfc2047-field-value): Strip props.
16281
16282         * mail-parse.el (mail-header-make-address): New alias.
16283
16284         * ietf-drums.el (ietf-drums-make-address): New function.
16285
16286         * imap.el: Add compiler directives.
16287
16288         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16289
16290         * gnus-art.el (article-decode-idna-rhs): Don't use
16291         message-idna-inside-rhs-p.
16292
16293 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16294
16295         * message.el (message-idna-inside-rhs-p): Removed.
16296         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16297
16298         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16299         false positives.
16300
16301 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16302
16303         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16304
16305 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16306
16307         * nneething.el (nneething-file-name): Don't create spurious
16308         files.
16309
16310         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16311         (gnus-inews-do-gcc): Remove sleep.
16312
16313         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16314         part under point.
16315
16316         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16317         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16318
16319 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16320
16321         * spam.el (spam-summary-prepare-exit): Fixed (length).
16322
16323 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16324
16325         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16326         as expired without moving it" message when there are spam
16327         messages left.
16328
16329 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16330
16331         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16332         header is not nil.
16333
16334 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16335
16336         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16337         nntp-possibly-create-directory, not nntp-possibly-change-group.
16338         (nntp-marks-changed-p): New arg SERVER.
16339         (nntp-request-update-info): Adjust caller.
16340
16341 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16342
16343         * nntp.el (nntp-save-marks): Pass missing arg.
16344
16345 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16346
16347         * nntp.el: Support marks.
16348         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16349         (nntp-marks-modtime, nntp-marks-directory): New variables.
16350         (nntp-request-set-mark, nntp-request-update-info)
16351         (nntp-possibly-create-directory, nntp-marks-changed-p)
16352         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16353         functions.
16354
16355 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16358         (gnus-xmas-redefine): Rename.
16359
16360         * gnus-score.el (gnus-score-insert-help): Use
16361         gnus-select-lowest-window.
16362
16363         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16364         appt-select-lowest-window and rename to gnus-select-lowest-window.
16365
16366         * gnus.el: do.
16367
16368 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16369
16370         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16371         encodings of MIME-encoded words, in order to improve
16372         interoperability with several broken MUAs.
16373
16374 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16375
16376         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16377         tags, only when charsets are not specified in headers.
16378         (mm-inline-text-html-render-with-w3m): Ditto.
16379
16380         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16381         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16382
16383 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16384
16385         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16386         instead of MIME-decoded from fields when checking
16387         `gnus-article-address-banner-alist'.
16388
16389 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16392         description rather than subject.
16393
16394 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16395
16396         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16397
16398 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16399
16400         * gnus.el (gnus-version-number): Bump.
16401
16402 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16403
16404         * gnus.el: No Gnus v0.2 is released.
16405
16406 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * gnus-agent.el (gnus-agent-read-agentview): Inline
16409         gnus-uncompress-range.
16410
16411 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16412
16413         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16414         `exec-installed-p'.
16415
16416 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16417
16418         * gnus.el (spam-process, spam-autodetect-methods): Add
16419         bsfilter and bsfilter-headers.
16420
16421         * spam.el (spam-bsfilter): New customize group.
16422         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16423         (spam-bsfilter-header, spam-bsfilter-probability-header)
16424         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16425         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16426         (spam-bsfilter-database-directory): New options.
16427         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16428         (spam-list-of-statistical-checks, spam-registration-functions):
16429         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16430         (spam-bsfilter-score): New command.
16431         (spam-check-bsfilter-headers, spam-check-bsfilter)
16432         (spam-bsfilter-register-with-bsfilter)
16433         (spam-bsfilter-register-spam-routine)
16434         (spam-bsfilter-unregister-spam-routine)
16435         (spam-bsfilter-register-ham-routine)
16436         (spam-bsfilter-unregister-ham-routine): New functions.
16437         (spam-generic-score): Support bsfilter; Accept an optional argument
16438         to recalcurate spam score even if scoring header has already been
16439         added.
16440         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16441         optional argument to recalcurate spam score even if scoring header
16442         has already been added.
16443
16444 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16447         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16448         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16449         link is missing.
16450
16451 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16452
16453         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16454         (html2text-get-attr): Rewrite.
16455
16456         * message.el (message-setup-1): Remove redundant put-text-property
16457         on mail-header-separator.
16458
16459 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * gnus-registry.el (gnus-registry-cache-whitespace)
16462         (gnus-registry-action, gnus-registry-spool-action)
16463         (gnus-registry-split-fancy-with-parent): Change message levels
16464         from 5 to 3 or 7, as needed.
16465
16466         * spam.el (spam-summary-prepare-exit)
16467         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16468         (spam-split, spam-find-spam, spam-log-undo-registration)
16469         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16470         level from 5 to 6.
16471
16472 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16475         2004-03-04 change).
16476
16477 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16478
16479         * sieve-manage.el (sieve-manage-open):
16480         * nnweb.el (nnweb-insert-html):
16481         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16482         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16483         * nnspool.el (nnspool-request-group):
16484         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16485         * nnml.el (nnml-request-update-info):
16486         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16487         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16488         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16489         (nnimap-request-set-mark):
16490         * nnfolder.el (nnfolder-request-update-info):
16491         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16492         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16493         * gnus-uu.el (gnus-uu-find-articles-matching):
16494         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16495         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16496         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16497         * gnus-nocem.el (gnus-nocem-scan-groups):
16498         * gnus-int.el (gnus-start-news-server):
16499         * gnus-group.el (gnus-group-make-kiboze-group)
16500         (gnus-group-browse-foreign-server):
16501         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16502         Use mapc when appropriate.
16503
16504 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16505
16506         FIXME: Make separate entries for each person.
16507
16508         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16509         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16510         <shields@msrl.com>:
16511
16512         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16513         may need for spam sorting and scoring.
16514         (spam-user-format-function-S): Add user format function suitable for
16515         general use.
16516         (spam-article-sort-by-spam-status): Add sorting function for summary
16517         sorting.
16518         (spam-extra-header-to-number): Add function to get a score from a
16519         header.
16520         (spam-summary-score): Add function to get a numeric score from the
16521         headers.
16522         (spam-generic-score): Fix function doc, was in wrong place.
16523         (spam-initialize): Take symbols when it's run, and install the
16524         extra headers that spam-necessary-extra-headers thinks we need.
16525
16526 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16529         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16530
16531 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * gnus-sum.el (gnus-set-global-variables)
16534         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16535         (gnus-article-get-xrefs, gnus-summary-best-group)
16536         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16537         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16538         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16539         Use with-current-buffer.
16540
16541 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16542
16543         * spam.el (spam-summary-prepare-exit): Simplify logic.
16544         (spam-fetch-article-header): Read the article header if it's not
16545         available.
16546         (spam-list-articles): Simplify logic.
16547         (spam-filelist-register-routine): Fix bug with unregister-list.
16548
16549         * gnus-registry.el: Fix comments at beginning.
16550
16551 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16552
16553         * message.el (message-cater-to-broken-inn): Remove.
16554         (message-shorten-references): Make sure the total folded length of
16555         References is shorter than 998 characters to cater to a bug in INN
16556         2.3.  Also, don't pretend that references aren't folded -- this
16557         hasn't worked for a while.
16558
16559 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16560
16561         * gnus-agent.el (gnus-agentize):
16562         gnus-agent-send-mail-real-function no longer set to current value
16563         of message-send-mail-function but rather a lambda that calls
16564         message-send-mail-function.  The change makes the agent real-time
16565         responsive to user changes to message-send-mail-function.
16566
16567 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16568
16569         * legacy-gnus-agent.el
16570         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16571         help from Florian Weimer <fw@deneb.enyo.de>
16572
16573 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * nnmail.el (nnmail-cache-insert): Revert last change.
16576
16577 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * nnmail.el (nnmail-cache-insert): Always check whether
16580         nnmail-cache-ignore-groups matches a group name.
16581
16582 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16583
16584         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16585         (spam-find-spam, spam-log-processing-to-registry)
16586         (spam-log-registered-p, spam-log-unregistration-needed-p)
16587         (spam-log-undo-registration): Use gnus-message instead of
16588         gnus-error, none of these errors are fatal.
16589
16590         * gnus-registry.el (gnus-registry-clean-empty-function)
16591         (gnus-registry-clean-empty): Remove only empty entries without
16592         extra data.
16593
16594 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16595
16596         * spam-stat.el (spam-stat-buffer-change-to-spam)
16597         (spam-stat-buffer-change-to-non-spam): Change (error) to
16598         (gnus-message 8) invocation.
16599
16600 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nntp.el (nntp-via-netcat-command): New variable.
16603         (nntp-via-netcat-switches): New variable.
16604         (nntp-open-via-rlogin-and-netcat): New function.
16605         (nntp-open-connection-function): Doc fix.
16606         (nntp-telnet-command): Doc fix.
16607         (nntp-end-of-line): Doc fix.
16608         (nntp-via-rlogin-command): Doc fix.
16609         (nntp-via-user-name): Doc fix.
16610         (nntp-via-address): Doc fix.
16611
16612 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16615         error in Emacs 21.1.
16616
16617 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16618
16619         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16620
16621 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16622
16623         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16624         (gnus-agent-with-refreshed-group): New macro.
16625         (gnus-agent-rename-group): New function.
16626         (gnus-agent-delete-group): New function.
16627         (gnus-agent-save-group-info): Use gnus-command-method when
16628         `method' parameter is nil.  Don't write nil entries into the
16629         active file.
16630         (gnus-agent-get-group-info): New function.
16631         (gnus-agent-fetch-articles): Use
16632         gnus-agent-update-files-total-fetched-for to increment disk space
16633         used.
16634         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16635         gnus-agent-update-view-total-fetched-for to increment disk space
16636         used.
16637         (gnus-agent-get-local): Added optional parameters to avoid calling
16638         gnus-group-real-name and gnus-find-method-for-group.
16639         (gnus-agent-set-local): Delete stored entry if either min, or max,
16640         are nil.
16641         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16642         quit, use gnus-agent-regenerate-group to record existance of any
16643         articles fetched to disk before the quit occurred.
16644         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16645         gnus-agent-update-view-total-fetched-for, and
16646         gnus-agent-update-files-total-fetched-for to decrement disk space
16647         used.
16648         (gnus-agent-retrieve-headers): Use
16649         gnus-agent-update-view-total-fetched-for to increment disk space
16650         used.
16651         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16652         with gnus-agent-update-files-total-fetched-for to decrement disk
16653         space and fresh group buffer.
16654         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16655         (gnus-agent-need-update-total-fetched-for): New variable.
16656         (gnus-agent-update-files-total-fetched-for): New function.
16657         (gnus-agent-update-view-total-fetched-for): New function.
16658         (gnus-agent-total-fetched-for): New function.
16659
16660         * gnus-cache.el (gnus-cache-save-buffers): Use
16661         gnus-cache-update-overview-total-fetched-for to change disk space
16662         used by this group.
16663         (gnus-cache-possibly-enter-article): Use
16664         gnus-cache-update-file-total-fetched-for to increment disk space
16665         used by this group.
16666         (gnus-cache-possibly-remove-article): Use
16667         gnus-cache-update-file-total-fetched-for to decrement disk space
16668         used by this group.
16669         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16670         (gnus-cache-rename-group): New function.
16671         (gnus-cache-delete-group): New function.
16672         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16673         (gnus-cache-need-update-total-fetched-for): New variable.
16674         (gnus-cache-with-refreshed-group): New macro.
16675         (gnus-cache-update-file-total-fetched-for): New function.
16676         (gnus-cache-update-overview-total-fetched-for): New function.
16677         (gnus-cache-rename-group-total-fetched-for): New function.
16678         (gnus-cache-delete-group-total-fetched-for): New function.
16679         (gnus-cache-total-fetched-for): New function.
16680
16681         * gnus-group.el: Require gnus-sum and autoload functions to
16682         resolve warnings when gnus-group.el compiled alone.
16683         (gnus-group-line-format): Documented new %F.
16684         (size of Fetched data) group line format; identifies disk space
16685         used by agent and cache.
16686         (gnus-group-line-format-alist): Defined new F format.
16687         (gnus-total-fetched-for): New function.
16688         (gnus-group-delete-group): No longer update
16689         gnus-cache-active-altered as gnus-request-delete-group now keeps
16690         the cache in sync.
16691         (gnus-group-list-active): Let the agent store a server's active
16692         list if currently plugged.
16693
16694         * gnus-int.el (gnus-request-delete-group):
16695         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16696         local disk in sync with the server.
16697         (gnus-request-rename-group):
16698         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16699         local disk in sync with the server.
16700
16701         * gnus-start.el (gnus-get-unread-articles):
16702         Cosmetic simplification to logic.
16703
16704         * gnus-util.el (gnus-rename-file): New function.
16705
16706 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16707
16708         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16709
16710 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16713         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16714
16715 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16716
16717         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16718         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16719
16720 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16721
16722         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16723
16724 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * spam.el (spam-set-difference): Add function to replace
16727         gnus-set-difference in spam.el.
16728         (spam-summary-prepare-exit): Use spam-set-difference.
16729
16730 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * gnus-registry.el (gnus-registry-cache-file): Update to use
16733         gnus-dribble-directory OR gnus-home-directory OR ~.
16734         (gnus-registry-split-fancy-with-parent): Fix doc.
16735
16736 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * message.el (message-exchange-point-and-mark): Use
16739         message-mark-active-p.  Suggested by Jesper Harder
16740         <harder@ifa.au.dk>.
16741
16742 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * message.el (message-exchange-point-and-mark): Don't activate
16745         region if it was inactive.  Suggested by Hiroshi Fujishima
16746         <pooh@nature.tsukuba.ac.jp>.
16747
16748 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-art.el (article-display-face): Display Faces in the same
16751         order as X-Faces.
16752
16753 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16756
16757 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16760         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16761         (gnus-article-mime-hierarchy): Remove.
16762         (gnus-article-mime-hierarchy-next): Remove.
16763         (gnus-article-mode): Revert 2004-03-19 change.
16764         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16765         (gnus-insert-mime-button): Revert 2004-03-19 change.
16766         (gnus-mime-accumulate-hierarchy): Remove.
16767         (gnus-mime-enter-multipart): Remove.
16768         (gnus-mime-leave-multipart): Remove.
16769         (gnus-mime-display-part): Revert 2004-03-19 change.
16770         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16771
16772         * mml.el (mml-preview): Revert 2004-03-19 change.
16773
16774 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16775
16776         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16777
16778 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16781         t while entering a file name using the mm-with-multibyte macro.
16782         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16783
16784         * mm-util.el (mm-with-multibyte): New macro.
16785
16786 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16789         user option.
16790         (gnus-mime-multipart-functions): Doc and customization fix.
16791         (gnus-article-mime-hierarchy): New variable.
16792         (gnus-article-mime-hierarchy-next): New variable.
16793         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16794         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16795         gnus-article-mime-hierarchy-next to nil.
16796         (gnus-insert-mime-button): Show hierarchy numbers.
16797         (gnus-mime-accumulate-hierarchy): New function.
16798         (gnus-mime-enter-multipart): New function.
16799         (gnus-mime-leave-multipart): New function.
16800         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16801         (gnus-mime-display-alternative): Show hierarchy numbers.
16802
16803         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16804         gnus-article-mime-hierarchy-next to nil.
16805
16806 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16807
16808         * dns.el: Don't require gnus-xmas.
16809
16810 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16811
16812         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16813         inline PGP.
16814         (mml-menu): Disable mml-quote-region if mark is inactive.
16815
16816 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16819         when the group's active is not available.
16820
16821 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16824         error.
16825
16826 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * imap.el (imap-store-password): New variable.
16829         (imap-interactive-login): Use it.
16830         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16831
16832 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16835         window-start and hscroll to summary window.
16836
16837 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16838
16839         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16840         conversion message to newsrc-dribble when an actual conversion is
16841         performed.
16842
16843 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16844
16845         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16846
16847 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * mm-decode.el (mm-complicated-handles): New function reviving
16850         former definition of mm-multiple-handles.
16851
16852         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16853         (gnus-mime-delete-part): Use it.
16854
16855 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16856
16857         * gnus-agent.el (gnus-agent-read-local): Bind
16858         nnheader-file-coding-system to gnus-agent-file-coding-system to
16859         avoid the implicit assumption that they will always be equal.
16860         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16861         coding-system-for-write, as the with-temp-file macro first prints
16862         to a buffer then saves the buffer.
16863
16864 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-art.el (gnus-article-edit-part): New function.
16867         (gnus-mime-save-part-and-strip): Use it; do query instead of
16868         signaling an error; don't use mm-multiple-handles.
16869         (gnus-mime-delete-part): Ditto.
16870
16871 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16872
16873         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16874         old file versions.
16875         (gnus-group-prepare-hook): Removed function that converted list
16876         form of gnus-agent-expire-days to group properties.
16877
16878         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16879         (gnus-request-accept-article): Re-indented.
16880
16881         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16882         converters to handle old agent file formats.  Added logic for a
16883         "backup before upgrading warning".
16884         (gnus-convert-mark-converter-prompt): Developers can mark
16885         functions as needing (default), or not needing,
16886         gnus-convert-old-newsrc's "backup before upgrading warning".
16887         (gnus-convert-converter-needs-prompt): Tests whether the user
16888         should be protected from potentially irreversable changes by the
16889         function.
16890
16891         * legacy-gnus-agent.el: New.  Provides converters that are only
16892         loaded when gnus-convert-old-newsrc needs to call them.
16893
16894 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * mail-source.el (mail-source-touch-pop): Doc fix.
16897
16898         * message.el (message-smtpmail-send-it): Doc fix.
16899
16900 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16901
16902         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16903
16904         * nnmail.el (nnmail-split-fancy): do.
16905
16906         * gnus-kill.el (gnus-kill, gnus-execute): do.
16907
16908 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16909
16910         * gnus-sum.el (gnus-widget-reversible-match)
16911         (gnus-widget-reversible-to-internal)
16912         (gnus-widget-reversible-to-external): New functions.
16913         (gnus-widget-reversible): New widget.
16914         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16915
16916 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16917
16918         * gnus-sum.el (gnus-thread-sort-functions)
16919         (gnus-article-sort-functions): Document `(not F)' items.
16920
16921 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * spam.el (spam-use-gmane-xref): Add new backend.
16924         (spam-gmane-xref-spam-group): Add variable to control the name of the
16925         Gmane spam group.
16926         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16927         (spam-regex-headers-spam, spam-regex-headers-ham)
16928         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16929         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16930         backends and checks.
16931         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16932
16933         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16934         an autodetect method.
16935
16936 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16937
16938         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16939         articles are being added to a group.
16940         (gnus-request-replace-article): Inform the agent that articles
16941         need to be uncached as the cached contents are no longer valid.
16942
16943 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * binhex.el: Don't autoload executable-find.
16946
16947         * canlock.el: Don't autoload mail-fetch-field.
16948
16949         * dgnushack.el: Autoload c-mode for XEmacs.
16950
16951         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16952
16953         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16954         rmail-dont-reply-to and rmail-output.
16955
16956         * gnus-score.el: Don't autoload ffap-string-at-point.
16957
16958         * gnus-setup.el: Don't autoload sc-cite-original.
16959
16960         * imap.el: Don't autoload base64-decode-string,
16961         base64-encode-string and md5.
16962
16963         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16964         and rmail-msg-restore-non-pruned-header.
16965
16966         * mm-decode.el: Don't autoload executable-find.
16967
16968         * mm-url.el: Don't autoload executable-find.
16969
16970         * mm-view.el: Don't autoload diff-mode.
16971
16972         * nndb.el: Don't autoload news-reply-mode, news-setup,
16973         cancel-timer and telnet.
16974
16975         * password.el: Don't autoload run-at-time for Emacs.
16976
16977         * sha1-el.el: Don't autoload executable-find.
16978
16979         * sieve-mode.el: Don't autoload c-mode.
16980
16981         * uudecode.el: Don't autoload executable-find.
16982
16983 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16984
16985         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16986         (gnus-agent-possibly-alter-active): Avoid null in numeric
16987         comparison.
16988         (gnus-agent-set-local): Refuse to save null in local object table.
16989         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16990         list of articles that will be marked as unread.
16991
16992 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16995
16996 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16999         language tags.
17000
17001 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17002
17003         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17004         Don't bind "obarray".
17005
17006         * gnus-sum.el (gnus-thread-sort-functions): Added
17007         `gnus-thread-sort-by-most-recent-number' and
17008         `gnus-thread-sort-by-most-recent-date'.
17009         Reported by Kai Grossjohann <kai@emptydomain.de>.
17010
17011 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17014
17015 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17016
17017         * gnus-cus.el (gnus-agent-customize-category): Removed
17018         ignore-errors macro reference that required cl to be loaded at
17019         run-time.
17020
17021         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17022         single-interval range of the form (min . max).  Previously the
17023         range had to look like ((min . max)).  Likewise, return
17024         (min . max) rather than ((min . max)).
17025         (gnus-range-map): Use gnus-range-normalize to accept
17026         single-interval range.
17027
17028         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17029         the cache, but not the agent, now appear with their usual face.
17030
17031         * dgnushack.el (loaddir): New variable that is bound to the
17032         directory containing the dgnushack.el file. Use loaddir, rather
17033         than srcdir, to update load-path. Change lets dgnushack compile
17034         code in directories other than GNUS/lisp.
17035
17036 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * lpath.el: Don't bind w3m-safe-url-regexp.
17039
17040         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17041         w3m-safe-url-regexp variable buffer-local.
17042
17043         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17044
17045 2004-02-27  Simon Josefsson  <jas@extundo.com>
17046
17047         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17048         gnus-group-real-prefix.
17049         (gnus-summary-move-article): Use it, instead of
17050         gnus-group-real-prefix.
17051
17052 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * lpath.el: Bind w3m-safe-url-regexp.
17055
17056         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17057         w3m-safe-url-regexp variable buffer-local and set it as the value
17058         of mm-w3m-safe-url-regexp.
17059
17060         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17061
17062         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17063         parsing gnus-posting-styles when the message is not for replying.
17064
17065         * dgnushack.el: Autoload sgml-mode for XEmacs.
17066
17067         * nnrss.el (nnrss-opml-export): Use
17068         mm-set-buffer-file-coding-system instead of
17069         set-buffer-file-coding-system.
17070
17071 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17072
17073         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17074         of checkdoc.el).
17075         * nnrss.el: do.
17076         * gnus-mlspl.el: do.
17077         * gnus-ml.el: do.
17078         * gnus-srvr.el: do.
17079
17080         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17081
17082 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17083
17084         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17085         Corrections to custom-manual links.
17086
17087         * gnus-art.el (gnus-article): Ditto.
17088
17089         * mm-decode.el (mime-display, mime-security): Ditto.
17090
17091 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * flow-fill.el: Typo.
17094
17095 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17096
17097         * spam-wash.el: New file.
17098
17099 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17100
17101         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17102
17103 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17104
17105         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17106         to be run with new-articles as LIST1, not LIST2.
17107         (spam-registration-functions): Add spam-use-ham-copy as a nil
17108         registration backend.
17109
17110 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * spam-stat.el (spam-stat-washing-hook): New option.
17113         (spam-stat-buffer-words): Use it.
17114         (spam-stat-process-directory, spam-stat-test-directory): Use
17115         insert-file-contents-literally.
17116         (spam-stat-coding-system): New variable.
17117         (spam-stat-load, spam-stat-save): Use it.
17118
17119 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * spam-report.el (spam-report-plug-agent): Quote
17122         spam-report-url-to-file and spam-report-url-ping-plain.
17123
17124 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17127         / in mailto URLs.
17128
17129 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * spam-report.el (spam-report-process-queue): Fix interactive use.
17132         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17133         (spam-report-unplug-agent): Doc fixes.
17134         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17135         (spam-report-agentize, spam-report-deagentize): Autoload.
17136
17137 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17140
17141         * message.el (message-setup-fill-variables): Add mml tags to
17142         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17143         <ajk@iu.edu>.
17144         (message-mode): Don't modify paragraph-separate there.
17145
17146 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * compface.el (uncompface-use-external): Default to undecided.
17149         (uncompface-use-external-threshold): New variable.
17150         (uncompface-float-time): New macro.
17151         (uncompface): Determine whether to use the external decoder if
17152         uncompface-use-external is undecided.
17153
17154 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17155
17156         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17157         after images.
17158
17159         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17160
17161 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17162
17163         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17164
17165         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17166
17167         * gnus-sum.el (gnus-summary-limit-to-age)
17168         (gnus-summary-limit-children): do.
17169
17170         * gnus-int.el (gnus-request-scan): do.
17171
17172         * gnus-group.el (gnus-group-suspend): do.
17173
17174         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17175
17176         * gnus-cite.el (gnus-cite-parse-attributions): do.
17177
17178         * gnus-agent.el (gnus-summary-set-agent-mark)
17179         (gnus-agent-regenerate-group): do.
17180
17181         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17182
17183         * binhex.el (binhex-decode-region-internal): do.
17184
17185 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-fun.el (gnus-face-properties-alist): New user option.
17188         (gnus-display-x-face-in-from): Use it.
17189
17190         * gnus-art.el (article-display-face): Ditto.
17191
17192         * compface.el (uncompface-use-external): Default to nil.
17193
17194 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * nntp.el (nntp-erase-buffer): New function.
17197         (nntp-retrieve-data, nntp-send-command)
17198         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17199         (nntp-possibly-change-group): Use it.
17200
17201         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17202         with-current-buffer.
17203
17204 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17205
17206         * compface.el: Merge the ELisp-based uncompface program.
17207         (compface): New customization group.
17208         (uncompface-use-external): New user option.
17209         (uncompface): Call uncompface-internal if uncompface-use-external
17210         is nil.
17211         (uncompface-internal): New function.  Note that there are also
17212         some other functions and variables added for this function.
17213
17214 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17215
17216         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17217         if necessary.
17218
17219 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17220
17221         * spam-report.el (spam-report-unplug-agent)
17222         (spam-report-plug-agent, spam-report-deagentize)
17223         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17224         Add support for the Agent in spam-report: when unplugged, report to a
17225         file; when plugged, submit all the requests.
17226
17227         * spam.el (spam-register-routine): Fix message about
17228         registration.
17229
17230 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17231
17232         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17233         dependencies.
17234         (rfc2047-encode): Use it.
17235
17236         * gnus-art.el (gnus-button-marker-list): Move before first
17237         reference.
17238
17239         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17240         (imap-parse-body): Fix format string mismatch.
17241
17242         * gnus-score.el (gnus-summary-increase-score): do.
17243
17244         * nnrss.el (nnrss-close): New function.
17245
17246 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * nnrss.el (nnrss-make-filename): New function.
17249         (nnrss-request-delete-group, nnrss-read-server-data)
17250         (nnrss-save-server-data, nnrss-read-group-data)
17251         (nnrss-save-group-data): Use it.
17252         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17253         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17254         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17255
17256 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17259
17260 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17261
17262         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17263         files.
17264
17265         * message.el (message-generate-headers-first): Don't quote nil
17266         and t in docstrings.
17267
17268         * imap.el (imap-id): do.
17269
17270         * gnus-agent.el (gnus-agent-consider-all-articles)
17271         (gnus-agent-queue-mail): do.
17272
17273 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * spam-report.el (spam-report-process-queue): New function.
17276         Process requests from `spam-report-requests-file'.
17277         (spam-report-process-queue): Doc fix.
17278
17279 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17280
17281         * spam.el (spam-register-routine)
17282         (spam-log-processing-to-registry, spam-log-registered-p)
17283         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17284         Change "check" to "spam-check" for semi-clarity.
17285
17286 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17287
17288         * pop3.el: Require nnheader.
17289
17290         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17291
17292         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17293
17294         * gnus-picon.el: Require cl.
17295
17296         * gnus-fun.el: Require gnus-ems and gnus-util.
17297
17298         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17299
17300         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17301
17302         * gnus-art.el (gnus-article-edit-mode): Define before first
17303         reference.
17304
17305 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17306
17307         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17308         (gnus-uu-post-encoded): Use point-at-bol.
17309
17310         * gnus-topic.el (gnus-group-active-topic-p): do.
17311
17312         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17313
17314         * gnus-group.el (gnus-group-kill-region): do.
17315
17316         * gnus-art.el (article-date-ut): do.
17317
17318         * message.el (message-fetch-field): Remove redundant
17319         case-fold-search binding.
17320         (message-narrow-to-field): Simplify.
17321
17322 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * spam.el (spam-directory): Derive from `gnus-directory'.
17325
17326         * spam-report.el (spam-report-url-to-file)
17327         (spam-report-requests-file): New function and variable for offline
17328         reporting.
17329         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17330         and user defined function.
17331         (spam-report-url-ping-mm-url): Remove doubled slash.
17332
17333 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17336
17337 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17338
17339         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17340         format string mismatch.
17341
17342         * sieve.el (sieve-deactivate-all): do.
17343
17344         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17345
17346         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17347
17348         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17349
17350         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17351
17352 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17355         the list of checks.
17356
17357 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17358
17359         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17360         padding.
17361
17362 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17363
17364         * mm-view.el (mm-fill-flowed): New variable.
17365         (mm-inline-text): Use it.
17366
17367 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17368
17369         * spam.el (spam-spamassassin-register-ham-routine)
17370         (spam-spamassassin-register-spam-routine): Fix function names.
17371
17372 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus.el (gnus-tmp-grouplens): Remove.
17375         (gnus-summary-line-format): Remove grouplens.
17376
17377         * gnus-group.el (gnus-group-line-format): Ditto.
17378
17379         * gnus-spec.el (gnus-format-specs): Ditto.
17380         (gnus-update-format-specifications): Flush the group format spec
17381         cache if there's the grouplens stuff.
17382         (gnus-parse-simple-format): Replace %l with the empty string.
17383
17384 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17385
17386         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17387         omission.
17388
17389 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17392         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17393
17394 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17395
17396         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17397         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17398         New macros and functions.
17399         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17400         Handle > NLINK_MAX messages.
17401         * nnmaildir.el (nnmaildir-request-set-mark): Use
17402         nnmaildir--emlink-p and nnmaildir--eexist-p.
17403
17404 2004-01-25  Alex Schroeder  <alex@gnu.org>
17405
17406         * spam-stat.el (spam-stat-process-directory-age): New option.
17407         (spam-stat-process-directory): Use it.
17408
17409 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17410
17411         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17412         (spam-stat-save): Accept prefix argument.
17413
17414 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17415
17416         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17417         links" error.
17418
17419 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17422         the rest of the and/or forms.
17423
17424 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17425
17426         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17427         compatibility with old .newsrc.eld files.
17428
17429         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17430
17431         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17432
17433         * gnus-start.el (gnus-1): do.
17434
17435         * gnus-group.el (gnus-group-line-format-alist): do.
17436
17437         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17438
17439         * gnus-gl.el: Remove.
17440
17441 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17442
17443         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17444         marks consisting of a single range {for example, (3 . 5)} rather
17445         than a list of a single range { ((3 . 5)) }.
17446
17447 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17450         with-current-buffer.
17451         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17452         avoid consing a string.
17453
17454         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17455         Remove obsolete entries for big5 and gb2312.
17456
17457 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17458
17459         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17460         uncompressed list.
17461
17462 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * spam-stat.el (spam-stat-strip-xref): New function.
17465         (spam-stat-process-directory): Use it.
17466
17467         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17468         here -- it's done in message-fetch-field.
17469
17470 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17471
17472         * gnus-agent.el (gnus-agent-queue-mail)
17473         (gnus-agent-prompt-send-queue): New variables.
17474         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17475         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17476         "nndraft:queue" along to gnus-draft-send.  Use
17477         gnus-agent-prompt-send-queue.
17478         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17479         is "nndraft:queue".  Suggested by Gaute Strokkenes
17480         <gs234@srcf.ucam.org>
17481
17482         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17483         (agent-enable-undownloaded-faces): Added.
17484         (gnus-agent-cat-groups): Use eval-and-compile, not
17485         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17486         method of gnus-agent-cat-groups even when the buffer has been
17487         evaled.
17488         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17489         delete gnus-agent-save-active-1.
17490         (gnus-agent-save-groups): Deleted.  Identical to
17491         gnus-agent-save-active.
17492         (gnus-agent-write-active): No longer adjust agent's copy of active
17493         file as agent's adjustments are now stored in their own
17494         file.  Removed optional parameter.
17495         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17496         servers.  Add use of min/max range limits from server's local
17497         file.
17498         (gnus-agent-save-alist): Removed unused optional argument.
17499         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17500         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17501         (gnus-agent-set-local): A per-server file that keeps min/max range
17502         limits for articles known to the agent.  Provides a fast mechanism
17503         for altering many active ranges.
17504         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17505         active file (local makes it unnecessary).
17506         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17507
17508         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17509         (agent-enable-undownloaded-faces): Added.
17510
17511         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17512         disable it when sending to "nndraft:queue".
17513         (gnus-group-send-queue): Add safety check to avoid sending queue
17514         when unplugged.
17515
17516         * gnus-group.el (gnus-group-catchup): Use new
17517         gnus-sequence-of-unread-articles, not
17518         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17519         numbers of articles.  Use gnus-range-map to avoid having to
17520         uncompress the unread list.
17521         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17522         Fixed invalid ange-ftp reference.
17523
17524         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17525         (gnus-sorted-range-intersection): Intersection of two ranges
17526         without requiring that they first be uncompressed.
17527
17528         * gnus-start.el (gnus-activate-group): Unless blocked by the
17529         caller, possibly expand the active range to include both cached
17530         and agentized articles.
17531         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17532         multiple version-dependent converters.
17533         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17534         gnus-agent-save-active.
17535         (gnus-save-newsrc-file): Save dirty agent range limits.
17536
17537         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17538         gnus-agent-possibly-alter-active.
17539         (gnus-adjust-marked-articles): Faster handling of simple lists.
17540
17541 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * spam-stat.el (spam-stat-test-directory): New optional argument
17544         displays a list of files detected.  Suggested by Andrew Cohen
17545         <cohen@andy.bu.edu>.
17546         (spam-stat-buffer-words-with-scores): Don't narrow and change
17547         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17548
17549 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17550
17551         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17552         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17553         (spam-spamassassin-arguments)
17554         (spam-spamassassin-spam-flag-header)
17555         (spam-spamassassin-positive-spam-flag-header)
17556         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17557         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17558         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17559         (spam-list-of-processors, spam-list-of-checks)
17560         (spam-list-of-statistical-checks, spam-registration-functions)
17561         (spam-check-spamassassin-headers, spam-check-spamassassin)
17562         (spam-spamassassin-score)
17563         (spam-spamassassin-register-with-sa-learn)
17564         (spam-spamassassin-register-spam-routine)
17565         (spam-spamassassin-register-ham-routine)
17566         (spam-assassin-register-spam-routine)
17567         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17568         (spam-bogofilter-score): Fix to show article before scoring.
17569
17570 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17571
17572         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17573         default scoring function.
17574         (spam-generic-score): Call spam-spamassassin-score if
17575         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17576         spam-bogofilter-score otherwise.
17577
17578         * gnus.el (spam-process, spam-autodetect-methods): Add
17579         spamassassin and spamassassin-headers.
17580
17581 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17582
17583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17584         Suppress unnecessary messages.
17585
17586 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17587
17588         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17589         make-hash-table.
17590
17591 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * canlock.el (base64-encode-string): Don't autoload it.
17594
17595 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * run-at-time.el: Remove useless (require 'itimer),
17598         eval-and-compile and (featurep 'xemacs).
17599
17600 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17601
17602         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17603         GROUP is a virtual group.
17604
17605 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17606
17607         * gnus.el: Autoload `message-y-or-n-p'.
17608
17609 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * pgg-parse.el: Remove unnecessary (require 'custom).
17612
17613         * pgg-def.el: do.
17614
17615         * nnmail.el: do.
17616
17617         * gnus-undo.el: do.
17618
17619         * gnus-picon.el: do.
17620
17621         * gnus-util.el: do.
17622
17623 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17624
17625         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17626
17627 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17630         handle, as well as a list.
17631
17632         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17633         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17634         (mm-w3m-cid-retrieve): Simplify.
17635
17636 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17637
17638         * message.el (message-kill-to-signature): Allow prefix arg to
17639         specify number of lines to keep before signature.
17640
17641 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17642
17643         * message.el (message-kill-to-signature): Change docstring.
17644
17645 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * canlock.el: Always require sha1-el.
17648         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17649
17650         * message.el: Autoload sha1 only when compiling.
17651
17652         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17653         eudc-expand-inline for XEmacs.
17654
17655 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * message.el (message-canlock-generate): Require sha1-el.
17658
17659 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * message.el (message-expand-name): Silence the byte compiler.
17662
17663         * lpath.el: Add detect-coding-system.
17664
17665         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17666         cus-edit.
17667
17668 2004-01-13  Simon Josefsson  <jas@extundo.com>
17669
17670         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17671         Invoke gnus-score-mode.  Reported by
17672         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17673
17674         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17675         Jim Blandy <jimb@redhat.com> (tiny change).
17676
17677 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17678
17679         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17680
17681 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17682
17683         * spam.el (spam-get-article-as-string): Update to use
17684         gnus-request-article-this-buffer, much simpler.
17685         (spam-get-article-as-buffer): Remove.
17686
17687 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17688
17689         * message.el (message-expand-name): Use EUDC if the user uses that.
17690
17691 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17694         character for the encoding to avoid consing a string.
17695
17696         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17697         unnecessarily.
17698
17699         * mm-util.el (mm-replace-chars-in-string): Remove.
17700
17701         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17702         of mm-replace-chars-in-string.
17703
17704 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17705
17706         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17707
17708         * mm-util.el (mm-subst-char-in-string): Support inplace.
17709
17710         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17711         a new string in every iteration.  Use shy groups.
17712
17713 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17716         * gnus-soup.el (gnus-soup-group-brew):
17717         * gnus-msg.el (gnus-put-message):
17718         * gnus-move.el (gnus-group-move-group-to-server):
17719         * gnus-kill.el (gnus-batch-score):
17720         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17721         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17722         (gnus-group-update-group, gnus-group-read-group)
17723         (gnus-group-make-group, gnus-group-make-help-group)
17724         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17725         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17726         (gnus-group-sort-by-unread, gnus-group-catchup)
17727         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17728         (gnus-group-yank-group, gnus-group-set-info)
17729         (gnus-group-list-groups):
17730         * gnus.el (gnus-generate-new-group-name):
17731         * gnus-delay.el (gnus-delay-send-queue):
17732         * nnvirtual.el (nnvirtual-catchup-group):
17733         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17734         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17735         (gnus-group-prepare-topics, gnus-topic-check-topology):
17736         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17737         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17738         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17739         (gnus-group-make-articles-read):
17740         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17741         (gnus-group-change-level, gnus-kill-newsgroup)
17742         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17743         (gnus-get-unread-articles, gnus-make-articles-unread)
17744         (gnus-make-ascending-articles-unread): Use accessor
17745         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17746         to get group information for improved readability.
17747
17748
17749 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17750
17751         * gnus-art.el (article-decode-mime-words, article-babel)
17752         (gnus-article-highlight-signature, gnus-article-add-buttons)
17753         (gnus-signature-toggle): Use gnus-with-article-buffer.
17754
17755         * gnus-art.el (gnus-article-highlight-headers)
17756         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17757
17758         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17759         (gnus-article-set-globals, gnus-request-article-this-buffer)
17760         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17761         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17762         (gnus-mime-display-alternative): Use with-current-buffer.
17763
17764 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17765
17766         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17767         also under 80 char limit, and call gnus-error if needed.
17768         (spam-fetch-article-header): Fix - it was a
17769         buffer-local variable (gnus-newsgroup-data).
17770         (spam-find-spam): Use spam-generate-fake-headers, forget about
17771         spam-insert-fake-headers.
17772         (spam-insert-fake-headers): Remove.
17773
17774 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * deuglify.el (gnus-article-outlook-unwrap-lines)
17777         (gnus-outlook-rearrange-article)
17778         (gnus-outlook-repair-attribution-outlook)
17779         (gnus-outlook-repair-attribution-block)
17780         (gnus-outlook-repair-attribution-other): Remove redundant
17781         save-excursion.
17782
17783 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17786         (spam-fetch-field-subject-fast)
17787         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17788         (spam-fetch-article-header): Add functions to deal with Gnus
17789         internals for fast retrieval of article header data.
17790         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17791
17792 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17793
17794         * pop3.el (pop3-md5): Remove.
17795         (pop3-apop): Replace pop3-md5 with md5.
17796
17797         * mm-bodies.el: base64 is always built-in.
17798
17799         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17800         with-current-buffer.
17801
17802 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * canlock.el (canlock-insert-header): Remove excessive grouping in
17805         regexp.
17806
17807         * gnus-sum.el (gnus-summary-read-document): Ditto.
17808
17809         * gnus-uu.el (gnus-uu-part-number): Ditto.
17810
17811         * html2text.el (html2text-remove-tags): Ditto.
17812         (html2text-format-tags): Ditto.
17813         (html2text-format-single-elements): Ditto.
17814
17815         * mml.el (mml-parse-1): Ditto.
17816
17817 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17818
17819         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17820
17821         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17822
17823         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17824
17825         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17826
17827 2003-11-15  Simon Josefsson  <jas@extundo.com>
17828
17829         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17830         (pgg-gpg-lookup-key): Use regexp match instead of
17831         split-string (split-string is different between emacs 21.2 and
17832         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17833
17834 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17835
17836         * gnus-art.el (gnus-mime-view-all-parts)
17837         (gnus-article-part-wrapper, gnus-article-view-part): Use
17838         with-current-buffer.
17839
17840 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17841
17842         * spam.el (spam-disable-spam-split-during-ham-respool)
17843         (spam-spamoracle-database, spam-cache-lookups)
17844         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17845         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17846         (spam-group-ham-marks, spam-group-spam-marks)
17847         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17848         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17849         also add spam-use-blackholes to the statistical checks.
17850         (spam-fetch-field-fast): Add interface to fetching fields, may
17851         become a macro.
17852         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17853         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17854         (spam-insert-fake-headers): Fake an article when needed.
17855         (spam-find-spam): Fake article when possible.
17856         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17857         (spam-check-bogofilter-headers): Use message-fetch-field instead
17858         of nnmail-fetch-field.
17859
17860 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17863
17864 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-split): Do not require spam-use-CHECK to be
17867         enabled if that check is passed to spam-split explicitly; also
17868         fix so 'spam doesn't get converted to spam-split-group when
17869         spam-split-symbolic-return is t.
17870         (spam-find-spam): Find registrations of the article and use those
17871         instead of re-running spam-split to find the spam/ham
17872         classification of the article.
17873         (spam-log-processing-to-registry, spam-log-registered-p)
17874         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17875         Use gnus-error instead of gnus-message.
17876         (spam-log-registration-type): Add function to determine the
17877         classification of a message based on registry entries; will
17878         return nil if both 'spam and 'ham are found.
17879         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17880         a reasonably fast local cache without the loading errors.
17881         (spam-cache-lookups): Set to t by default.
17882         (spam-find-spam): Don't try to guess spam-cache-lookups.
17883         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17884         spam-caches entry.
17885         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17886         caching of whitelist/blacklist entries.
17887         (spam-check-whitelist, spam-check-blacklist): Invoke
17888         spam-from-listed-p with a type, not a cache variable.
17889         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17890
17891 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17892
17893         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17894
17895         * nnmail.el (nnmail-split-fancy): do.
17896
17897         * mml.el (mml-parse): do.
17898
17899         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17900         (gnus-score-adaptive): do.
17901
17902 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17905         (gnus-mime-button-map): Don't set keymap parent.
17906         (gnus-button-ctan-directory-regexp): Use shy grouping.
17907         (gnus-prev-page-map): Don't set keymap parent.
17908         (gnus-prev-page-map): Remove duplicated one.
17909         (gnus-next-page-map): Don't set keymap parent.
17910         (gnus-mime-security-button-map): Ditto.
17911
17912         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17913         version number.
17914
17915         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17916
17917 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * canlock.el (canlock-sha1-function): Remove.
17920         (canlock-sha1-function-for-verify): Remove.
17921         (canlock-openssl-program): Remove.
17922         (canlock-openssl-args): Remove.
17923         (canlock-ignore-errors): Remove.
17924         (canlock-sha1-with-openssl): Remove.
17925         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17926         (canlock-verify): Don't use canlock-ignore-errors.
17927
17928         * sha1-el.el (sha1-string-external): Make it can return a string
17929         in binary form.
17930         (sha1-region-external): Ditto.
17931         (sha1-string-internal): Ditto.
17932         (sha1-region-internal): Ditto.
17933         (sha1-region): Ditto.
17934         (sha1-string): Ditto.
17935         (sha1): Ditto.
17936
17937 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17938
17939         * spam.el (spam-report-articles-gmane): New command.
17940
17941 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17944
17945         * run-at-time.el (run-at-time-saved): Remove.
17946         (run-at-time): Doc fix.
17947
17948 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17951         (gnus-summary-limit-map): Add it.
17952         (gnus-summary-make-menu-bar): do.
17953
17954 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17955
17956         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17957         Make attempt at some caching support (done for BBDB only now).
17958         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17959         addresses to be checked.
17960         (spam-clear-cache-BBDB): Add function, to be invoked by
17961         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17962         (spam-check-BBDB): Check and use the caches, if
17963         spam-cache-lookups is on, remove superfluous (provide).
17964
17965 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17966
17967         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17968
17969 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17970
17971         * run-at-time.el (run-at-time-saved): Move to after the definition
17972         of `run-at-time'.
17973
17974         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17975
17976 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17979         mm-w3m-local-map-property.
17980
17981         * mm-view.el (mm-w3m-mode-map): Remove.
17982         (mm-w3m-local-map-property): Remove.
17983         (mm-inline-text-html-render-with-w3m): Don't use
17984         mm-w3m-local-map-property.
17985
17986 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17987
17988         * run-at-time.el: New file.
17989
17990         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17991         under Emacs.
17992
17993         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17994         of gnus-set-text-properties.
17995
17996         * gnus-uu.el (gnus-uu-save-article): Ditto.
17997
17998         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17999
18000         * gnus-cite.el (gnus-cite-parse): Ditto.
18001
18002         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18003         of gnus-.
18004
18005         * gnus-xmas.el (run-at-time): Require run-at-time.
18006
18007         * gnus.el: Changed calls to nnheader-run-at-time and
18008         password-run-at-time throughout to use run-at-time directly.
18009
18010         * password.el: Removed definition of run-at-time.
18011
18012         * nnheaderxm.el: Remove definition of run-at-time.
18013
18014 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18015
18016         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18017         in prompt.
18018
18019 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18020
18021         * messagexmas.el (message-xmas-redefine): Alias
18022         `message-make-caesar-translation-table' to
18023         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18024         version.
18025
18026         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18027         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18028         `gnus-xmas-set-text-properties'.
18029         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18030         `gnus-xmas-completing-read'.
18031         (gnus-xmas-completing-read): Removed.
18032         (gnus-xmas-open-network-stream): Removed.
18033
18034         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18035         XEmacs version.
18036
18037         * dns.el (dns-make-network-process): Use `open-network-stream'
18038         instead of `gnus-xmas-open-network-stream'.
18039
18040         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18041
18042         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18043
18044 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18045
18046         * gnus-art.el (gnus-mime-display-alternative)
18047         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18048         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18049         Don't use gnus-local-map-property.
18050
18051         * gnus-util.el (gnus-local-map-property): Remove.
18052
18053         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18054         gnus-completing-read-maybe-default with completing-read.
18055
18056         * gnus-util.el (gnus-completing-read): do.
18057         (gnus-completing-read-maybe-default): Remove.
18058
18059 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18060
18061         * password.el: Only autoload `run-at-time' if not XEmacs.
18062         Only autoload the itimer functions if XEmacs.
18063
18064 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18067         XEmacsen.
18068
18069         * dgnushack.el: Autoload executable-find for XEmacs.
18070
18071 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18072
18073         * gnus-art.el (gnus-read-string): Remove.
18074         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18075         read-string.
18076
18077 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * netrc.el: Autoload password-read.
18080         (netrc): Add configuration group.
18081         (netrc-encoding-method, netrc-openssl-path): Add
18082         variables for encoding and decoding of files with symmetric
18083         ciphers.
18084         (netrc-encode): Add assistant function to encode a file with
18085         netrc-encoding-method.
18086         (netrc-parse): Add interactive parameter, added optional
18087         decoding if netrc-encoding-method is non-nil but otherwise
18088         behavior is standard.
18089         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18090         Do s/encode/encrypt/ everywhere.
18091
18092         * spam.el: Remove executable-find autoload.
18093
18094 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18095
18096         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18097
18098         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18099
18100 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-art.el (gnus-treat-ansi-sequences)
18103         (article-treat-ansi-sequences): New variable and function.
18104         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18105
18106         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18107         Use it.
18108
18109 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18110
18111         * mm-util.el (mm-quote-arg): Remove.
18112
18113         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18114         shell-quote-argument.
18115
18116         * gnus-uu.el (gnus-uu-command): do.
18117
18118         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18119
18120         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18121         with make-char.
18122
18123         * mm-util.el (mm-make-char): Remove.
18124
18125         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18126         add-minor-mode.
18127
18128         * gnus-undo.el (gnus-undo-mode): do.
18129
18130         * gnus-topic.el (gnus-topic-mode): do.
18131
18132         * gnus-sum.el (gnus-dead-summary-mode): do.
18133
18134         * gnus-start.el (gnus-slave-mode): do.
18135
18136         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18137
18138         * gnus-ml.el (gnus-mailing-list-mode): do.
18139
18140         * gnus-gl.el (gnus-grouplens-mode): do.
18141
18142         * gnus-draft.el (gnus-draft-mode): do.
18143
18144         * gnus-dired.el (gnus-dired-mode): do.
18145
18146         * gnus-ems.el (gnus-add-minor-mode): Remove.
18147
18148         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18149         Replace gnus-char-width with char-width.
18150
18151         * gnus-ems.el (gnus-char-width): Remove.
18152
18153         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18154         Replace gnus-char-width with char-width.
18155
18156         * gnus-ems.el (gnus-char-width): Remove.
18157
18158         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18159         definition.
18160         Remove Emacs 20 hash table compatibility code.
18161
18162         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18163         20 compatibility code.
18164
18165         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18166
18167         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18168
18169         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18170         with point-at-{eol,bol}.
18171
18172         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18173
18174         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18175
18176         * flow-fill.el (fill-flowed-point-at-bol)
18177         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18178
18179         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18180         Replace with point-at-{eol,bol} throughout all files.
18181
18182 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * ntlm.el (ntlm-string-as-unibyte): New macro.
18185         (ntlm-build-auth-response): Use it.
18186
18187         Remove Emacs 20 stuff:
18188         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18189         (butlast, mapc, remove): Remove the compiler macros.
18190         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18191         of delq and copy-sequence.
18192         * gnus-art.el (popup-menu): Remove the compiler macro.
18193         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18194         Emacs 20.
18195
18196 2004-01-05  Simon Josefsson  <jas@extundo.com>
18197
18198         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18199         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18200         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18201         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18202         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18203         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18204         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18205         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18206         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18207         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18208         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18209         string-xor into ntlm-string-xor.  Suggested by
18210         Jesper Harder <harder@myrealbox.com>.
18211
18212         * ntlm.el: Don't include poem.
18213
18214         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18215         Jesper Harder <harder@myrealbox.com>.
18216
18217         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18218
18219         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18220         probably breaks emacs with DL patch, but do we care? Is anyone
18221         still using the DL stuff?)
18222
18223         * sieve-manage.el: Use the password package.
18224         (sieve-manage-read-passwd): Remove.
18225         (sieve-manage-interactive-login): Use password.  Re-add
18226         condition-case around loop.
18227
18228         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18229         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18230         the password package.
18231
18232 2003-02-19  Simon Josefsson  <jas@extundo.com>
18233
18234         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18235         token.
18236
18237 2002-08-07  Simon Josefsson  <jas@extundo.com>
18238
18239         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18240         (sieve-manage-authenticators):
18241         (sieve-manage-authenticator-alist): Add some SASL mechs.
18242         (sieve-sasl-auth): New function.
18243         (sieve-manage-cram-md5-auth):
18244         (sieve-manage-plain-auth): Rewrite using SASL library.
18245         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18246         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18247         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18248         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18249
18250 2004-01-05  Simon Josefsson  <jas@extundo.com>
18251
18252         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18253         New files.
18254
18255 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18256
18257         * gnus-group.el (gnus-no-groups-message): Update.
18258
18259         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18260
18261 2003-11-09  Simon Josefsson  <jas@extundo.com>
18262
18263         * imap.el: Support for ID IMAP extension (RFC 2971).
18264         (imap-local-variables): Add imap-id.
18265         (imap-id): New variable.
18266         (imap-id): New function.
18267         (imap-parse-response): Parse untagged ID response.
18268         * nnimap.el (nnimap-id): New variable.
18269         (nnimap-open-connection): Use it.
18270
18271 2003-12-28  Simon Josefsson  <jas@extundo.com>
18272
18273         * gnus-score.el (gnus-score-edit-all-score): New.
18274         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18275
18276 2004-01-04  Simon Josefsson  <jas@extundo.com>
18277
18278         * password.el: Add.
18279
18280 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18281
18282         * dns.el (dns-query-types): Fix typo.
18283         (dns-query-types): New function.
18284         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18285         PTR and SOA replies, see RFC 1035.
18286
18287 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18288
18289         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18290
18291         * Moved to Changelog.2.
18292
18293 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18294
18295         * gnus.el (gnus-version-number): Bump version.
18296
18297 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18298
18299         * gnus.el: No Gnus v0.1 is released.
18300
18301 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18302
18303         * gnus.el: No Gnus v0.0 is released.
18304
18305 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306
18307         * gnus.el (gnus-version-number): Bump.
18308         (gnus-version): No.
18309
18310 See ChangeLog.2 for earlier changes.
18311
18312     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18313       Free Software Foundation, Inc.
18314
18315   This file is part of GNU Emacs.
18316
18317   GNU Emacs is free software: you can redistribute it and/or modify
18318   it under the terms of the GNU General Public License as published by
18319   the Free Software Foundation, either version 3 of the License, or
18320   (at your option) any later version.
18321
18322   GNU Emacs is distributed in the hope that it will be useful,
18323   but WITHOUT ANY WARRANTY; without even the implied warranty of
18324   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18325   GNU General Public License for more details.
18326
18327   You should have received a copy of the GNU General Public License
18328   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18329
18330 ;; Local Variables:
18331 ;; coding: utf-8
18332 ;; fill-column: 79
18333 ;; add-log-time-zone-rule: t
18334 ;; End: