ffbfeeccdd0efe0b8a322bb0287896641e1e3a5b
[gnus] / lisp / ChangeLog
1 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4         the original article buffer.
5
6 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-request-head): New function.
9         (nnimap-request-move-article): Try to be slighly faster by not
10         requesting the entire message when moving.
11         (nnimap-transform-headers): Don't bug out on bodiless articles.
12         (nnimap-send-command): Have no outstanding messages if the IMAP server
13         doesn't support streaming.
14         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
15
16 2010-10-24  Julien Danjou  <julien@danjou.info>
17
18         * message.el (message-default-headers): Fix type.
19
20 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
23         prefetching images.
24
25         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
26         backend for unknown groups.  This is mainly useful for nnimap groups.
27
28         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
29         group isn't covered by the agent.
30
31 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
32
33         * nnir.el (nnir-method-default-engines): new variable.
34         (nnir-run-query): use it.
35         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
36         (gnus-summary-nnir-goto-thread): change group if needed.
37
38         * gnus-group.el (gnus-group-group-map): add key binding for
39         gnus-group-make-nnir-group.
40
41 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * shr.el (shr-tag-object): Added.
44
45         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
46         original article buffer live.
47         (gnus-summary-select-article-buffer): Mention
48         gnus-widen-article-buffer.
49
50 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * shr.el (shr-tag-strong): Added.
53
54 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
57         group names.  They mess up the group buffer badly.
58
59         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
60
61         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
62         instead of the summary one.
63
64 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * mml.el (mml-preview): Work properly when editing article.
67
68         * gnus-start.el (gnus-read-active-file-1): Don't add method to
69         gnus-have-read-active-file if it's already been in.
70
71 2010-10-22  Tom Tromey  <tromey@redhat.com>
72
73         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
74         gnus-group-completing-read.
75
76 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * message.el (message-mode-map): Don't bind M-; to comment region, to
79         allow the global comment-dwim to work.
80
81 2010-10-21  Julien Danjou  <julien@danjou.info>
82
83         * message.el (message-setup-1): Allow message-default-headers to be a
84         function.
85
86 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * shr.el (shr-tag-table): Simplify.
89
90 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
93         to avoid trying to snarf invalid stuff.
94
95         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
96
97         * gnus.el (gnus-message-archive-group): Quote value.
98         (gnus-message-archive-group): Mark as changed.
99
100         * shr.el (shr-add-font): Don't put the font properties on the newline
101         or the indentation.
102
103         * message.el (message-fix-before-sending): Change options when sending
104         non-printable characters.
105
106         * gnus.el (gnus-message-archive-method): Change the default to
107         monthly outgoing groups.
108
109         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
110         that have gotten new numbers.
111
112         * nnimap.el (nnimap-request-replace-article): New function.
113
114 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
117         (nnrss-request-article): Don't use special html washing code.
118
119 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * shr.el (shr-tag-table): Remove useless nconc.
122
123 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-art.el (article-wash-html): Simplify and remove the charset
126         stuff.  Use the normal html rendering code instead of the special html
127         washing code.
128
129         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
130         `gnus-w3m' symbols.
131         (mm-text-html-washer-alist): Removed.
132
133         * mm-decode.el (mm-inline-text-html-renderer): Removed.
134         (mm-inline-media-tests): Removed use.
135         (mm-text-html-renderer): Change default to the `shr' symbol.
136
137         * mm-view.el (mm-inline-text-html): Removed use.
138
139         * gnus-art.el (gnus-blocked-images): New function.  Allow the
140         `gnus-blocked-images' to be a function.
141         (gnus-article-wash-function): Removed.
142
143 2010-10-20  Julien Danjou  <julien@danjou.info>
144
145         * spam.el (spam-list-of-processors): Mark as obsolete.
146
147         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
148         (nnimap-insert-partial-structure): Fix boundary detection.
149
150 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
151
152         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
153         run file-truename on remote files.  This can be expensive and even
154         prevent one from editing drafts if some unrelated buffer has a stale
155         connection.
156
157 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
160         kinsoku-eol regardless of shr-kinsoku-shorten.
161         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
162         (shr-tag-table): Support caption, thead, and tfoot.
163
164 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
167         lines.
168         (shr-save-contents): New command and keystroke.
169
170         * nndoc.el (nndoc-type-alist): Add git support.
171         (nndoc-git-type-p): New function.
172         (nndoc-transform-git-article): Ditto.
173         (nndoc-transform-git-headers): Ditto.
174         (nndoc-transform-git-headers): Generate Subject headers.
175
176         * shr.el (shr-parse-style): New function.
177         (shr-tag-span): Ditto.
178
179         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
180         to `G G' to avoid collisions.
181
182 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * shr.el: Load kinsoku if necessary.
185         (shr-kinsoku-shorten): New internal variable.
186         (shr-find-fill-point): Make kinsoku shorten text line if
187         shr-kinsoku-shorten is bound to non-nil.
188         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
189         shr-indentation too when testing if table is wider than frame width.
190         (shr-insert-table): Use `string-width' instead of `length' to measure
191         text width.
192         (shr-insert-table-ruler): Make sure indentation is done at bol.
193
194 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
195
196         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
197         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
198         undecoded network data.
199
200 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
203         name in the mode line spec so that the mode line menu works
204         (bug #2431).
205
206         * message.el (message-get-reply-headers): If we're fed `to-address',
207         then always use that.
208
209         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
210         aren't so wide as to need to switch off the edit menu.
211
212         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
213         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
214
215         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
216         `M-g'.
217         (nnimap-update-info): Update flags/read marks even if \* isn't part of
218         the permanent marks.
219
220 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
221
222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
223         Splitting according to references/in-reply-to obeys the ignore-groups
224         variable, while splitting by sender and subject do not.
225
226 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
229         alist, so that we can look for non-Unicode chars.
230         (article-translate-strings): Allow both character and string maps.
231
232 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * shr.el (shr-insert): Don't insert space behind a wide character
235         categorized as kinsoku-bol, or between characters both categorized as
236         nospace.
237
238 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
241         headers to gnus-newsgroup-headers.
242
243 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * shr.el (shr-tag-img): Don't align images -- since we're not
246         rescaling, this often leads to ugly displays.
247
248 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
249
250         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
251         duplicates.
252
253 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
254
255         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
256         call.
257
258 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus.el: Autoload gnus-html-show-images.
261
262         * nnimap.el: Use nnheader-message throughout.
263
264         * shr.el (shr-tag-img): Ignore images with no data.
265
266 2010-10-15  Julien Danjou  <julien@danjou.info>
267
268         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
269         a possibility to disable format=flow encoding when using hard newlines.
270
271 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * shr.el (shr-insert): Remove space inserted before or after a
274         breakable character or at the beginning or the end of a line.
275         (shr-find-fill-point): Do kinsoku; find the second best point or give
276         it up if there's no breakable point.
277
278 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nnimap.el (nnimap-open-connection): Message when opening connection
281         for debugging purposes.
282
283         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
284         on every setup buffer call to allow this to change from article to
285         article.
286
287         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
288         buffers where we have a wide table.
289
290 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
291
292         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
293         uses *-request-thread.
294
295 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * nnimap.el (nnimap-open-connection): Remove %s from openssl
298         incantation, which is no longer valid.
299
300 2010-10-14  Julien Danjou  <julien@danjou.info>
301
302         * shr.el: Fix defcustom type (char -> character).
303
304 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * nnimap.el (nnimap-open-connection): tls-program should be a list of
307         programs.
308
309 2010-10-14  Julien Danjou  <julien@danjou.info>
310
311         * shr.el (shr-tag-a): Use url-link as widget type.
312
313         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
314         `gnus-group-get-icon'.
315
316 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
319         This should make server editing work better.
320
321         * shr.el (shr-find-fill-point): Don't inloop on indented text.
322
323         * tls.el (tls-program): Remove spurious %s from openssl.
324
325         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
326         (nnimap-parse-flags): Fix regexp.
327
328         * shr.el (shr-find-fill-point): Use a filling algorithm that should
329         probably work for CJVK text, too.
330
331         * nnimap.el (nnimap-extend-tls-programs): Removed.
332         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
333
334         * tls.el (tls-starttls-switches): Remove starttls hack.
335         (open-tls-stream): Ditto.
336         (tls-find-starttls-argument): Ditto.
337
338 2010-10-13  Julien Danjou  <julien@danjou.info>
339
340         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
341         responses.
342
343 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
346
347         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
348         anything in Emacs.
349
350         * shr.el (shr-current-column): Remove buggy and unnecessary function.
351
352 2010-10-13  Julien Danjou  <julien@danjou.info>
353
354         * shr.el (shr-width): Make shr-width a defcustom with default to
355         fill-column.
356         (shr-tag-img): Use shr-width rather than fill-column.
357
358 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * dgnushack.el (byte-optimize-apply)
361         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
362
363         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
364         position when (X-)Faces exist.
365         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
366         avatars when called interactively.
367
368 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
371         gnus-article-x-face-too-ugly is bound.
372
373 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
376
377         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
378         mailbox that doesn't exist.
379
380 2010-10-12  Julien Danjou  <julien@danjou.info>
381
382         * shr.el (shr-tag-img): Encode URL properly when retrieving.
383         (shr-get-image-data): Encode URL properly when fetching from cache.
384         (shr-tag-img): Use aligned-to spaces to align correctly images.
385
386         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
387         before inserting the Gravatar.
388
389         * shr.el (shr-tag-img): Add align attribute support for <img>.
390
391 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-gravatar.el (gnus-art): Required.
394
395         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
396         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
397         Remove long obsoleted functions.
398
399 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
402
403         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
404
405         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
406         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
407         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
408         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
409         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
410         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
411         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
412
413 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-request-rename-group): Select group read-only
416         before renaming it.
417
418         * shr.el (shr-insert): Fix up the white space only regexp.
419
420         * nnimap.el (nnimap-transform-split-mail): Not all articles have
421         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
422
423         * shr.el (shr-current-column): New function.
424         (shr-find-fill-point): New function.
425
426 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
427
428         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
429         numbers.
430
431 2010-10-11  Julien Danjou  <julien@danjou.info>
432
433         * shr.el (shr-hr-line): Add.
434         (shr-tag-hr): Use shr-hr-line to specify which character to use to
435         display hr lines.
436         (shr-max-columns): Do not change state to nil if we just inserting
437         spaces.
438
439 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-topic.el (gnus-topic-read-group): If after the last group,
442         select the last group.
443
444 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
447
448 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
449
450         * dig.el (dig-mode-map): Declare and define in one step.
451
452 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
455         for Gnus.
456         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
457         (nnimap-update-qresync-info): Mark \Seen articles as read.
458
459         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
460         non-variable, too.
461
462         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
463         available.
464         (nnimap-update-info): Rely more on the current active than the param
465         active to avoid marking articles as read too much.
466
467         * auth-source.el (auth-source-create): Use (user-login-name) for the
468         user name default.
469
470         * nnimap.el (nnimap-update-info): If the server doesn't return any
471         useful info, just use the previous info.
472         (nnimap-update-info): Prefer old info over start-article.
473         (nnimap-update-qresync-info): Finish implementing QRESYNC.
474
475 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
476
477         * nnir.el (autoload): Clean up autoloads.
478         (nnir-imap-default-search-key): Renamed from
479         nnir-imap-search-field. Use key rather than value.
480         (nnir-imap-search-other): New variable.
481         (nnir-read-parm): Use it.
482         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
483         (gnus-summary-nnir-goto-thread): Modify to work with imap.
484
485 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
488         the process, too.
489
490 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
493         Allbery.
494
495         * shr.el: Rework the way things are indented by <li> slightly.
496
497         * gnus.el (gnus-group-set-parameter): Fix typo.
498
499         * nnimap.el: Start implementing QRESYNC support.
500
501 2010-10-09  Julien Danjou  <julien@danjou.info>
502
503         * nnir.el (nnir-engines): Fix too many arguments.
504
505 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
508         group is the "last", so that the backends like nnfolder actually save
509         their folders.
510
511         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
512         try to use that for the tls stream.
513         (nnimap-retrieve-group-data-early): Rework the marks code to heed
514         UIDVALIDITY and find out which groups are read-only and not.
515         (nnimap-get-flags): Use the same marks parsing code as the rest of
516         nnimap.
517
518 2010-10-09  Julien Danjou  <julien@danjou.info>
519
520         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
521
522         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
523         retrieving gravatars.
524
525         * shr.el (shr-table-corner): Add.
526         (shr-table-line): Add.
527         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
528
529 2010-10-08  Julien Danjou  <julien@danjou.info>
530
531         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
532
533 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
536
537         * gnus-sum.el (gnus-mark-article-as-unread)
538         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
539         (gnus-summary-set-bookmark): Use it.
540
541         * gnus-msg.el (gnus-setup-message): Use it.
542
543         * gnus-demon.el (gnus-demon-remove-handler): Use it.
544
545         * gnus.el (gnus-group-remove-parameter): Use it.
546
547         * gnus-group.el (gnus-group-make-web-group): Use it.
548
549         * gnus-demon.el (gnus-demon-remove-handler): Use it.
550
551         * nnregistry.el: Update docs to mention manual.
552
553         * gnus-registry.el: Update docs to mention nnregistry.el.
554         (gnus-registry-initialize): Don't install nnregistry refer method
555         automatically.
556         (gnus-registry-install-nnregistry): Remove it.
557
558 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el (shr-insert): Don't insert double spaces.
561
562 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-gravatar.el (gnus-treat-from-gravatar)
565         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
566         called interactively.
567
568         * gnus-art.el (gnus-mime-view-part-externally)
569         (gnus-mime-view-part-internally): Make predicate function passed to
570         gnus-mime-view-part-as-type assume argument is a mime type, not a list
571         of a mime type.
572
573         * shr.el (shr-table-widths): Don't use cl function `reduce'.
574
575 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * shr.el (require): Require cl when compiling.
578         (shr-tag-hr): New function.
579
580         * nnimap.el (nnimap-update-info): Remove double setting of high.
581         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
582         makes nnimap work properly on Courier again.
583
584         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
585         the variable for backwards compatability.
586
587         * mm-decode.el (mm-save-part): If given a non-directory result, expand
588         the file name before using to avoid setting mm-default-directory to
589         nil.
590
591         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
592         bidning gnus-agent variables.
593
594         * shr.el (shr-render-td): Use a cache for the table rendering function
595         to avoid getting an exponential rendering behaviour in nested tables.
596         (shr-insert): Rework the line-breaking algorithm.
597         (shr-insert): Don't leave trailing spaces.
598         (shr-insert-table): Also insert empty TDs.
599         (shr-tag-blockquote): Ensure paragraphs after </ul>.
600
601 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * gnus-sum.el (gnus-number): Rename from `number'.
604         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
605         (gnus-summary-limit-children): Update uses correspondingly.
606
607 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
610         (gnus-gravatar-transform-address): Don't show avatars of people of
611         which mail addresses match gnus-gravatar-too-ugly.
612
613 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * shr.el (shr-table-widths): Expand TD elements to fill available
616         space.
617
618 2010-10-07  Julien Danjou  <julien@danjou.info>
619
620         * nnimap.el (nnimap-request-rename-group): Add this method.
621
622 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
625         name from XEmacs' function-arglist.
626
627         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
628         gravatar under XEmacs.
629
630 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el: Update docs with TODO items.
633
634         * gnus-sync.el: Update docs to explain state and plans.
635
636         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
637         Hooks for mark updates.
638         (gnus-request-set-mark, gnus-request-update-mark): Use them.
639
640         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
641         hooks with arguments, which is needed for mark update hooks.
642
643 2010-10-06  Julien Danjou  <julien@danjou.info>
644
645         * gnus.el (gnus-expand-group-parameter): Only return and act on what
646         was matched.
647
648         * sieve-manage.el: Update example in `Commentary'.
649
650         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
651
652         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
653         not 2000.
654         (sieve-manage-authenticate): Re-add function.
655
656 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * shr.el (shr-insert): Get 'space transition right.
659         (shr-render-td): Only delete space at the end of the TD.
660
661         * nnimap.el (nnimap-open-connection): Prepare to support
662         open-gnutls-stream.
663
664         * shr.el: Rearrange function order to be more logical.
665
666 2010-10-06  Julien Danjou  <julien@danjou.info>
667
668         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
669         (nnrss-discover-feed): Remove 404 URL in docstring.
670
671         * nnir.el: Fix Swish-E URL.
672         Fix Namazu URL.
673
674         * message.el (message-change-subject): Remove 404 URL in a comment.
675
676 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
679         called interactively.
680
681         * gnus-util.el (gnus-remove-if): Allow hash table.
682         (gnus-remove-if-not): New function.
683
684         * gnus-art.el (gnus-mime-view-part-as-type)
685         * gnus-score.el (gnus-summary-score-effect)
686         * gnus-sum.el (gnus-read-move-group-name):
687         Replace remove-if-not with gnus-remove-if-not.
688
689         * gnus-group.el (gnus-group-completing-read):
690         Regard collection as a hash table if it is not a list.
691
692 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * shr.el (shr-render-td): Allow blank/missing <TD>s.
695
696         * shr.el: Document the table-rendering algorithm.
697
698 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
701         for Emacsen having no `libxml-parse-html-region' support.
702
703 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
706         invalid URLs.
707
708         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
709         line-broken.
710         (shr-tag-img): Ignore image fetching errors.
711         (shr-overlays-in-region): Compute overlay positions correctly.
712
713         * mm-decode.el (mm-shr): Require shr.
714
715         * gnus-art.el (gnus-blocked-images): Move variable here.
716
717         * shr.el (shr-insert-table): Bind free variable.
718
719         * mm-decode.el (mm-shr): Bind shr-content-function.
720
721         * shr.el (shr-content-function): New variable.
722
723         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
724         added for symmetry.
725
726         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
727
728         * gnus-group.el (gnus-group-make-group): Doc fix.
729
730         * nnimap.el (nnimap-request-newgroups): Return success.
731
732         * shr.el (shr-find-elements): New function.
733         (shr-tag-table): Put all the images after the table.
734         (shr-tag-table): Really inhibit images inside the table.
735         (shr-collect-overlays): Copy over overlays from the TD elements to the
736         main document.
737
738         * mm-decode.el (mm-shr): Bind shr-blocked-images to
739         gnus-blocked-images.
740
741 2010-10-05  Julien Danjou  <julien@danjou.info>
742
743         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
744
745         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
746         (gnus-html-maximum-image-size): Add this function.
747         (gnus-html-put-image): Use gnus-html-maximum-image-size.
748
749         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
750         server-value of the capability is nil.
751
752 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * shr.el (shr-tag-em): Add <EM> tag.
755
756 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
757
758         * sieve-manage.el (sieve-manage-default-stream): Make default stream
759         customizable.
760
761         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
762         handing broken links to browse-url.
763
764 2010-10-05  Julien Danjou  <julien@danjou.info>
765
766         * gnus-util.el (gnus-emacs-completing-read)
767         (gnus-iswitchb-completing-read): Use autoload rather than require.
768
769 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
772         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
773         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
774         iswitchb-temp-buflist for XEmacs.
775
776         * gnus-util.el (gnus-completing-read-function): Exclude
777         gnus-icompleting-read and gnus-ido-completing-read from candidates for
778         XEmacs since iswitchb.el is very old and ido.el is unavailable in
779         XEmacs.
780
781         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
782         not to use `delete-dups' that is unavailable in XEmacs 21.4.
783
784         * gnus-html.el: Don't require help-fns under XEmacs.
785         (gnus-html-schedule-image-fetching): Work for XEmacs.
786
787         * mm-decode.el (mm-shr): Decode contents by charset.
788
789 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
792         unknown.
793
794         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
795         (shr-get-image-data): Ensure against the cache file missing.
796
797         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
798         for data.
799
800         * spam-report.el (spam-report-url-ping-plain): Don't query about
801         killing the process.
802
803         * shr.el (shr-render-td): Protect against too-wide text.
804
805 2010-10-04  Julien Danjou  <julien@danjou.info>
806
807         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
808         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
809
810         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
811         retrieved.
812
813 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * shr.el (browse-url): Required.
816         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
817         lines.
818         (shr-show-alt-text, shr-browse-image): New commands.
819         (shr-browse-url, shr-copy-url): New commands.
820
821         * gnus-sum.el (gnus-widen-article-window): New variable.
822         (gnus-summary-select-article-buffer): Use it.
823
824         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
825         without @ signs.
826
827 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
828
829         * nnir.el (nnir-run-imap): Remove spurious space in search string.
830
831 2010-10-04  Julien Danjou  <julien@danjou.info>
832
833         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
834         for XEmacs.
835
836 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
839
840         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
841         (nnimap-close-server): Implement.
842
843         * dgnushack.el (iswitchb): Require to shut up the compiler.
844
845         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
846         (shr-insert): Tweak line breaking.
847         (shr-insert): Handle <pre> better.
848         (shr-tag-li): Get <li> indentation right.
849         (shr-tag-li): Get <li> indentation even righter.
850         (shr-tag-blockquote): Ensure paragraph start.
851         (shr-make-table): Tweak table generation.
852         (shr-make-table): Fix typo.
853
854         * shr.el: Implement table rendering.
855
856 2010-10-04  Julien Danjou  <julien@danjou.info>
857
858         * gnus-html.el (gnus-html-put-image): Fix resize image code.
859
860 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * shr.el (shr-insert): Use string anchors instead of line anchors.
863
864 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * shr.el: Add headings.
867         (shr-ensure-paragraph): Actually work.
868         (shr-tag-li): Make <ul> prettier.
869         (shr-insert): Get white space at the beginning/end of elements right.
870         (shr-tag-p): Collapse subsequent <p>s.
871         (shr-ensure-paragraph): Don't insert double line feeds after blank
872         lines.
873         (shr-insert): \t is also space.
874         (shr-tag-s): Fix "s" tag name function.
875         (shr-tag-s): Fix face prop name.
876
877 2010-10-03  Julien Danjou  <julien@danjou.info>
878
879         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
880
881         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
882         gnus-window-inside-pixel-edges.
883
884         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
885         gnus-ems.
886
887         * mm-view.el (mm-inline-image-emacs): Support image resizing.
888
889         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
890         function.
891
892         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
893         resize choice.
894
895 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
898         beginning of the buffer.
899
900         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
901         article buffer again.
902
903         * shr.el (shr-tag-p): Don't insert newlines at the start of the
904         buffer.
905
906         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
907         when it's at the start of the buffer.
908
909         * shr.el (shr-tag-blockquote): Convert name.
910         (shr-rescale-image): Use the right image-size variant.
911
912         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
913         buffer isn't shown, then select the current article first instead of
914         bugging out.
915         (gnus-summary-select-article-buffer): Show both the article and summary
916         buffers again.
917
918         * shr.el (shr-fontize-cont): Protect against regions with no text.
919         Rename tag functions to shr-tag-* for enhanced security.
920         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
921
922 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
923
924         * shr.el (shr-insert):
925         * pop3.el (pop3-movemail):
926         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
927         loaded.
928
929 2010-10-03  Glenn Morris  <rgm@gnu.org>
930
931         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
932
933         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
934
935         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
936
937         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
938
939         * gnus-util.el (gnus-make-local-hook): Simplify.
940
941 2010-10-02  Julien Danjou  <julien@danjou.info>
942
943         * gnus-util.el (gnus-iswitchb-completing-read): New function.
944         (gnus-ido-completing-read): New function.
945         (gnus-emacs-completing-read): New function.
946         (gnus-completing-read): Use gnus-completing-read-function.
947         Add gnus-completing-read-function.
948
949 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * shr.el (shr-insert-document): Autoload.
952         (shr-img): Be silent.
953         (shr-insert): Add a newline after every picture before text.
954         (shr-add-font): Use overlays for combining faces.
955         (shr-insert): Pass upwards the text start point.
956
957         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
958         possible.
959         (mm-shr): New function.
960
961 2010-10-02  Julien Danjou  <julien@danjou.info>
962
963         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
964         should go backward.
965
966 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
967
968         * shr.el (shr): Fix typo in provide call.
969
970 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * shr.el: New file.
973
974         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
975
976         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
977         completing read.
978
979 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
982         we're being queried about.  Suggested by Dan Jacobson.
983
984         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
985         by Jason Eisner.
986
987         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
988         table, too.  Suggested by Stefan Wiens.
989         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
990         the table unnecessary.  Suggested by Stefan Wiens.
991
992         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
993         longer needed, and probably doesn't work either, as pointed out by
994         Stefan Wiens.
995         (gnus-summary-exit): Remove call to the clearing function.
996         (gnus-summary-exit-no-update): Ditto.
997
998         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
999         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1000         Reported by Stefan Monnier.
1001         (gnus-summary-save-in-rmail): Ditto.
1002
1003         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1004         article buffer, instead of both the article buffer and the summary
1005         buffer.  Sort of suggested by Dan Jacobson.
1006
1007         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1008
1009         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1010         Suggested by Dan Jacobson.
1011
1012         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1013         documentation clearer.
1014
1015         * message.el (message-shorten-references): Comment on the number "21".
1016         Suggested by Stefan Monnier.
1017
1018         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1019         Suggested by Dan Jacobson.
1020
1021         * gnus.el (gnus-large-newsgroup): Mention
1022         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1023
1024         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1025         externalize attachments.  Bug reported by Steve Wen.
1026
1027         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1028         really message anything to the user.
1029
1030         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1031         directly.
1032
1033         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1034         messages in empty groups.
1035
1036 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1037
1038         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1039         non-UIDNEXT group.
1040
1041 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1044         not the value from the collection.
1045
1046         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1047         values.  This sometimes happens on some groups that have no info.
1048         (nnimap-request-newgroups): New function.
1049
1050 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1051
1052         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1053         check into `gnus-registry-initialize'.
1054         (gnus-registry-initialize): Ditto.
1055         Fix and extend header docs.
1056
1057 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1060         regexp backtrace overflows.
1061
1062         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1063         for starttls that tls.el implements; i.e. openssl.
1064
1065         * tls.el (tls-starttls-switches): Give up on using starttls with
1066         gnutls-cli.
1067         (tls-program): Add --insecure to be consistent with the defaults from
1068         openssl s_client.  Now all three commands are insecure.
1069
1070 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * lpath.el: Bind completion-styles-alist for XEmacs.
1073
1074         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1075         (gravatar-create-image): New function that's an alias to
1076         gnus-xmas-create-image, gnus-create-image, or create-image.
1077         (gravatar-data->image): Use it.
1078
1079 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1082         install the nnregistry refer method.
1083         (gnus-registry-install-hooks): Use it.
1084         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1085         unfollowed groups.
1086
1087 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1088
1089         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1090         expanding threads.
1091
1092 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnir.el: Use the server names without suffixes (bug #7009).
1095
1096         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1097         unencrypted to STARTTLS, if possible.
1098
1099 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1100
1101         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1102         headers before superseding.
1103
1104 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * nnrss.el (nnrss-use-local): Add documentation.
1107
1108         * nnimap.el (nnimap-extend-tls-programs): New function.
1109         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1110         (nnimap-wait-for-connection): Accept the greeting from the stupid
1111         output from openssl s_client -starttls, too.
1112
1113         * tls.el (tls-starttls-switches): New variable.
1114         (tls-find-starttls-argument): Use it.
1115         (open-tls-stream): Ditto.
1116
1117         * netrc.el (netrc-credentials): Return the value of the "default"
1118         entry.
1119         (netrc-machine): Ditto.
1120
1121         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1122         article number.
1123         (nnimap-split-fancy): New variable.
1124         (nnimap-split-incoming-mail): Use it.
1125
1126         * nntp.el (nntp-server-list-active-group): Document.
1127
1128         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1129         SELECT to get the message-id.
1130
1131         * mail-source.el (mail-sources): Removed webmail support.
1132         (defvar): Ditto.
1133         (mail-source-fetcher-alist): Ditto.
1134         (mail-source-fetch-webmail): Removed.
1135
1136         * webmail.el: Removed -- doesn't seem relevant any more.
1137
1138         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1139
1140         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1141         the \r.
1142
1143 2010-09-30  Julien Danjou  <julien@danjou.info>
1144
1145         * gnus-agent.el (gnus-agent-add-group): Fix call to
1146         gnus-completing-read.
1147
1148 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nndoc.el (nndoc-retrieve-groups): New function.
1151
1152         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1153         `default', use nnmail-split-methods.
1154         (nnimap-request-article): Downcase the NILs so that they are nil.
1155
1156         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1157         symbol.
1158
1159         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1160         code, since if the user has requested network, that's what they ought
1161         to get.
1162         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1163         (nnimap-split-rule): Mark as obsolete.
1164
1165         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1166         variable.
1167
1168         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1169         correct slot, too.
1170
1171 2010-09-29  Julien Danjou  <julien@danjou.info>
1172
1173         * gnus.el (gnus-local-domain): Declare variable obsolete.
1174
1175         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1176         computing.
1177         (gnus-ido-completing-read): Require ido.
1178
1179 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1182         build Gnus.
1183
1184         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1185         when interpreting the structures.
1186         (nnimap-request-accept-article): Add \r\n to the lines to make this
1187         work with Cyrus.
1188
1189         * nndraft.el (nndraft-request-expire-articles): Use the group name
1190         instead if "nndraft".  Fix found by Nils Ackermann.
1191
1192 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1193
1194         * nnregistry.el: Added.
1195
1196 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nnmail.el (group, group-art-list, group-art):
1199         Remove unneeded directives.
1200
1201 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1204         (mm-mime-charset)
1205         * rfc2047.el (rfc2047-syntax-table)
1206         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1207
1208         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1209         rather than `insert-file-contents' and `eval-region'.
1210
1211         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1212         construction.
1213
1214         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1215
1216         * time-date.el: No need to require cl for Emacs 21.
1217
1218 2010-09-29  Julien Danjou  <julien@danjou.info>
1219
1220         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1221         replacement of `gnus-gravatar-relief' to mimic
1222         `gnus-faces-properties-alist'.
1223         Add :version property.
1224
1225 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * mail-source.el (mail-source-report-new-mail)
1228         * message.el (message-default-mail-headers)
1229         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1230
1231         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1232
1233 2010-09-28  Julien Danjou  <julien@danjou.info>
1234
1235         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1236         mail-address contains the same string as real-name.
1237
1238         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1239         non-blank in header, otherwise it'll get stripped.
1240
1241         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1242         real-name, and then for mail address rather than doing : or , search.
1243
1244 2010-09-27  Julien Danjou  <julien@danjou.info>
1245
1246         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1247         (gnus-server-goto-server): Use gnus-completing-read.
1248
1249         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1250
1251         * mm-util.el (defalias): Use gnus-completing-read.
1252         (mm-codepage-setup): Use gnus-completing-read.
1253
1254         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1255         (smime-decrypt-buffer): Use gnus-completing-read.
1256
1257         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1258
1259         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1260         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1261         (mml-insert-multipart): Use gnus-completing-read.
1262
1263         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1264
1265         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1266
1267         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1268
1269         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1270
1271         * gnus.el (gnus-read-method): Use gnus-completing-read.
1272
1273         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1274
1275         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1276         (gnus-mime-action-on-part): Use gnus-completing-read.
1277         (gnus-article-encrypt-body): Use gnus-completing-read.
1278
1279         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1280         (gnus-topic-move-matching): Use gnus-completing-read.
1281         (gnus-topic-copy-matching): Use gnus-completing-read.
1282         (gnus-topic-sort-topics): Use gnus-completing-read.
1283         (gnus-topic-move): Use gnus-completing-read.
1284
1285         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1286         (gnus-agent-add-group): Use gnus-completing-read.
1287
1288         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1289         gnus-completing-read.
1290         (nnmairix-update-groups): Use gnus-completing-read.
1291         (nnmairix-get-server): Use gnus-completing-read.
1292         (nnmairix-backend-to-server): Use gnus-completing-read.
1293         (nnmairix-goto-original-article): Use gnus-completing-read.
1294         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1295
1296         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1297
1298         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1299         (gnus-group-make-useful-group): Use gnus-completing-read.
1300         (gnus-group-make-web-group): Use gnus-completing-read.
1301         (gnus-group-add-to-virtual): Use gnus-completing-read.
1302         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1303
1304         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1305         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1306         (gnus-summary-execute-command): Use gnus-completing-read.
1307         (gnus-summary-respool-article): Use gnus-completing-read.
1308         (gnus-read-move-group-name): Use gnus-completing-read.
1309
1310         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1311         (gnus-summary-score-effect): Use gnus-completing-read.
1312
1313         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1314
1315         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1316         right completing-read function.
1317         (gnus-use-ido): New variable
1318         (gnus-completing-read-with-default): Remove.
1319
1320 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1323         x-focus-frame.
1324
1325         * nnimap.el (auth-source-forget-user-or-password)
1326         (auth-source-user-or-password): Autoload.
1327
1328         * message.el (message-from-style, message-interactive)
1329         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1330         (message-yank-prefix, message-indentation-spaces, message-signature)
1331         (message-signature-file): Add comment.
1332
1333 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1336         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1337         new articles.
1338
1339         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1340         parts.
1341         (nnimap-request-article): Work with the t setting, too.
1342
1343         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1344         that you don't get flashes of other buffers.
1345         (gnus-summary-show-complete-article): Intern before setting.
1346
1347 2010-09-27  David Engster  <dengste@eml.cc>
1348
1349         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1350         well as HEADERS.
1351         (nnmairix-retrieve-headers): Provide new argument for the above.
1352
1353 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-sum.el (gnus-summary-move-article): Don't alter
1356         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1357         group.
1358
1359         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1360
1361         * message.el (message-cite-prefix-regexp): Revert my last edit.
1362
1363         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1364         variable instead of the Gnus variable.
1365
1366         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1367
1368         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1369         again.
1370
1371         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1372         since some servers don't like it.
1373         (nnimap-open-connection): Forget credentials if the server says the
1374         password was wrong.
1375         (nnimap-parse-line): Protect against invalid data.
1376
1377         * gnus-sum.el (gnus-summary-move-article): Add comment.
1378         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1379         nothing alters it while scanning for new messages.
1380
1381         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1382         which may or may not help.
1383         (nnimap-open-connection): If we're doing a stream connection, and then
1384         discover we're on a STARTTLS-capable server, then open a STARTTLS
1385         connection instead.
1386
1387 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnimap.el (utf7): Required.
1390
1391         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1392         prefix.
1393
1394 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1395
1396         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1397
1398 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-request-accept-article): Message the error on
1401         error.
1402
1403 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1406
1407 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nndoc.el (nndoc-request-list): Return success always.
1410
1411         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1412         `fetch-old' -- we only want to fetch the articles we've requested.  The
1413         rest are in the agent, probably.
1414         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1415         disappeared server" to something low.  It's not important.
1416
1417         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1418         arrived before the FETCH data.
1419
1420         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1421         target here, because we don't know the Gnus name of the group.
1422
1423         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1424         for the correct group.
1425
1426         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1427
1428         * gnus.el (gnus): Give a final warning after startup.
1429
1430         * gnus-util.el (gnus-action-message-log): New variable.
1431         (gnus-message): Use it.
1432         (gnus-final-warning): New function.
1433
1434         * nnimap.el (nnimap-open-connection): Record the greeting.
1435         (nnimap): Add greeting.
1436
1437 2010-09-26  Julien Danjou  <julien@danjou.info>
1438
1439         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1440         arguments.
1441         (gnus-html-wash-images): Fix spec computing to include start/end.
1442
1443         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1444
1445 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1448         deletion.
1449         (nnimap-retrieve-headers): Don't select the group, because that's
1450         already done by nnimap-possibly-change-group.
1451
1452         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1453         (gnus-picon-transform-address): Use it.
1454
1455         * mail-source.el (mail-source-value): Revert previous patch.
1456
1457         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1458         on failure.
1459         (nnimap-open-connection): Look up both virtual and physical server name
1460         credentials.
1461
1462         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1463
1464 2009-02-07  Dave Love  <fx@gnu.org>
1465
1466         * tls.el (open-tls-stream): Don't query killing process.
1467
1468 2009-02-08  Dave Love  <fx@gnu.org>
1469
1470         * gnus-win.el (gnus-window-to-buffer-helper,
1471         gnus-all-windows-visible-p): Function needn't be a symbol.
1472
1473         * mail-source.el (mail-source-value): Function needn't be a symbol.
1474
1475 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * message.el (message-cite-prefix-regexp): Remove } from the cite
1478         prefix.
1479
1480         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1481         highlight again, so that the highlight is correct.
1482
1483         * gnus-picon.el (gnus-picon): Remove again.
1484         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1485
1486         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1487         doing the header highlightling, so that the background colour of the
1488         picon is correct.
1489
1490         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1491         (gnus-picon): Ditto.
1492         (gnus-picon): Reinstate.  The background colour for picons is white.
1493         (gnus-picon-insert-glyph): Make the background white.
1494
1495         * nnml.el (nnml-open-nov): Don't return dead buffers.
1496
1497         * auth-source.el (auth-source-create): Query the user for whether to
1498         store the credentials.
1499
1500         * netrc.el (netrc-store-data): New function.
1501
1502         * auth-source.el (auth-source-user-or-password): Use the existing auth
1503         sources, if any, for creation.
1504
1505         * gnus.el (gnus-group-fast-parameter): Return the last matching
1506         parameter instead of the first matching parameter.
1507
1508 2010-09-26  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1511
1512 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * mml2015.el (mml2015-use): Remove gpg support.
1515
1516         * mml1991.el (mml1991-function-alist): Remove gpg function.
1517         (mml1991-gpg-sign): Removed.
1518
1519 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1520
1521         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1522         (gnus-browse-unsubscribe-current-group): Document it.
1523         (gnus-browse-unsubscribe-group): Use it.
1524
1525 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1528         address to the To list for easier response.
1529
1530         * gnus.el (gnus-play-startup-jingle): Removed.
1531         (gnus-splash): Don't play jingle.
1532         (gnus): Silence gnus-load message.
1533
1534         * gnus-art.el (gnus-treat-play-sounds): Removed.
1535
1536         * gnus.el (gnus-play-jingle): Remove audio support.
1537
1538         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1539
1540         * earcon.el: Removed -- no users.
1541
1542         * gnus-audio.el: Removed -- no users of this package.
1543
1544         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1545
1546         * gnus-start.el (gnus-setup-news): Remove nocem support.
1547
1548         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1549
1550         * gnus.el (gnus-use-nocem): Removed.
1551
1552         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1553         Removed.
1554
1555         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1556         uses NoCeM any more.
1557
1558         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1559         (gnus-button-ctan-handler): Ditto.
1560         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1561         (gnus-button-ctan-directory-regexp): Ditto.
1562         (gnus-button-handle-ctan): Ditto.
1563         (gnus-button-tex-level): Ditto.
1564         (gnus-button-alist): Removed CTAN stuff.
1565
1566 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1569         nnimap-streaming test.
1570
1571         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1572         servers twice.
1573
1574         * nnimap.el (nnimap-open-connection): Add more error reporting when
1575         nnimap fails early.
1576
1577         * nnheader.el (nnheader-get-report-string): New function.
1578         (nnheader-get-report): Use it.
1579
1580         * gnus-int.el (gnus-check-server): Say what the error was when opening
1581         failed.
1582
1583         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1584         using streaming.
1585
1586 2010-09-25  Julien Danjou  <julien@danjou.info>
1587
1588         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1589         gnus-window-inside-pixel-edges.
1590
1591 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1594
1595         * mm-decode.el (mm-save-part): Allow saving to other directories the
1596         normal Emacs way.
1597
1598         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1599         by Jay Berkenbilt.
1600
1601         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1602         there isn't a single byte.
1603
1604         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1605         just do it.  It doesn't really seem to matter what the user responds
1606         here, I think, so it's just a confusing question.
1607
1608         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1609         non-streaming case.
1610
1611         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1612         (gnus-article-encrypt-body): Use it.
1613
1614         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1615         keystroke.
1616
1617         * nnimap.el (nnimap-find-wanted-parts-1): Use
1618         gnus-fetch-partial-articles.
1619
1620         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1621
1622         * nnimap.el (nnimap-insert-partial-structure): New function.
1623         (nnimap-get-partial-article): New function.
1624         (nnimap-request-article): Use it.
1625         (nnimap-wait-for-response): Return whether the wait was successful.
1626         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1627         retrieval wasn't successful.
1628         (nnimap-retrieve-group-data-early): Allow throttling servers.
1629         (nnimap-streaming): New variable.
1630         (nnimap-fetch-partial-articles): Removed.
1631
1632         * mm-decode.el (mm-with-part): Protect against killed buffers.
1633
1634         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1635         for prettier summary display.
1636
1637 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1638
1639         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1640         directly.
1641
1642 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1645         apparently third-party libraries depend on it.
1646
1647         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1648         before starting negotiation.
1649
1650         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1651         privacy reasons.
1652         (gnus-treat-mail-gravatar): Ditto.
1653
1654         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1655         buffer when inserting images.  Inserting text into the headers, for
1656         instance, can make them invalid.
1657
1658 2010-09-25  Julien Danjou  <julien@danjou.info>
1659
1660         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1661         variables.
1662
1663         * nnheader.el: Remove useless variables news-reply-yank-from and
1664         news-reply-yank-message-id.
1665
1666         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1667         variables.
1668
1669         * mml1991.el: Remove useless mml1991-verbose.
1670
1671         * gnus.el: Remove useless variable gnus-use-generic-from.
1672         Remove obsolete variable gnus-topic-indentation.
1673
1674         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1675
1676         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1677
1678         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1679
1680         * gnus-group.el: Remove useless gnus-group-icon-cache.
1681         Remove useless gnus-ephemeral-group-server.
1682
1683         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1684
1685         * mml2015.el: Remove useless mml2015-verbose.
1686
1687         * mml-smime.el: Remove useless mml-smime-verbose.
1688
1689         * gnus.el: Remove useless gnus-local-domain.
1690
1691         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1692         gnus-gravatar-size.
1693
1694         * gnus-art.el: Remove useless gnus-treat-translate.
1695
1696 2010-09-24  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-sum.el: Add support for Gravatars.
1699
1700         * gnus-art.el: Add support for Gravatars.
1701
1702         * gnus-gravatar.el: Add this file.
1703
1704         * gravatar.el: Add this file.
1705
1706 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1709
1710         * gnus-group.el (gnus-group-fetch-faq): Removed.
1711
1712         * gnus.el (gnus-group-faq-directory): Removed.
1713
1714         * gnus-group.el (gnus-group-fetch-charter): Removed.
1715
1716         * gnus.el (gnus-group-charter-alist): Removed.
1717
1718         * gnus-group.el (gnus-group-archive-directory): Removed.
1719         (gnus-group-recent-archive-directory): Ditto.
1720         (gnus-group-make-archive-group): Removed.
1721
1722         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1723
1724         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1725         use the same article number for all the cached articles.
1726
1727         * nnimap.el (nnimap-command): Register the last command time so
1728         that we can use it for idling NOOPs.
1729         (nnimap-open-connection): Start the keeplive timer.
1730         (nnimap-make-process-buffer): Store all the process buffers.
1731         (nnimap-keepalive): New function.
1732
1733         * starttls.el: (starttls-open-stream): Add autoload cookie.
1734
1735 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1736
1737         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1738         handling.
1739
1740 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1743         its data structures.
1744
1745         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1746         instead of the cl.el copy-list.
1747         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1748         equalp.
1749
1750 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1753         and tool-bar-local-item-from-menu.
1754
1755         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1756         mode-line-highlight face for Emacs.
1757
1758         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1759         loading gnus-sum.elc; fix comment for canlock-verify.
1760         (gnus-article-jump-to-part): Use read-number.
1761         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1762         Emacs pre-21 compatible code for help-echo.
1763         (gnus-article-next-page-1): No need to adjust the number of lines.
1764         (gnus-article-describe-bindings): Always use help-buffer.
1765
1766         * gnus-audio.el (gnus-audio-inline-sound)
1767         * gnus-cus.el (gnus-custom-mode)
1768         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1769
1770         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1771
1772         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1773         compatible code.
1774
1775 2010-09-24  Glenn Morris  <rgm@gnu.org>
1776
1777         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1778         visiting the fcc file in rmail-mode.
1779
1780         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1781
1782 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * nnir.el: Silence the byte compiler.
1785
1786         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1787         alias to browse-url-url-encode-chars if any.
1788         (gnus-html-encode-url): Use it.
1789
1790 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-start.el (gnus-use-backend-marks): New variable.
1793         (gnus-get-unread-articles-in-group): Use it.
1794
1795         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1796         makeover.
1797
1798 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1799
1800         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1801
1802 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1805         Removed.
1806         (gnus-setup-news-hook): Removed
1807         gnus-fixup-nnimap-unread-after-getting-new-news.
1808
1809         * gnus-int.el (gnus-request-update-info): Protect against backends not
1810         having the function.
1811
1812         * nnimap.el (nnimap-stream): Mention starttls.
1813         (nnimap-open-connection): Add starttls support.
1814
1815 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1816
1817         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1818
1819 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1822         BODYSTRUCTUREs.
1823         (nnimap-transform-headers): Unfold quoted {42} headers.
1824
1825         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1826         the info.
1827         (gnus-get-unread-articles): Only call updatep on backends that support
1828         it.
1829
1830         * nnweb.el (nnweb-request-update-info): NOOP.
1831
1832         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1833
1834         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1835         since it only deals with marks.
1836
1837         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1838         gnus-request-marks, and make a new gnus-request-update-info.
1839
1840         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1841         the active instead of the high number, which is usually too low.
1842
1843 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1846         * encrypt.el: Removed.
1847
1848 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1851         server in symbolic form.
1852
1853         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1854         0.9.
1855
1856 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1859         (nnimap-update-info): Fix up code slightly.
1860
1861         * gnus-int.el (gnus-open-server): Add tracing for performance
1862         debugging.
1863
1864         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1865         (gnus-group-insert-group-line): Pass the real group name so that it
1866         gets the right data.
1867
1868         * gnus-start.el (gnus-get-unread-articles): Don't have
1869         `gnus-get-unread-articles-in-group' update info, since that can be
1870         really slow and doesn't seem to be needed?
1871
1872 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1873
1874         * time-date.el (date-to-time): Try using parse-time-string first before
1875         using the slower timezone-make-date-arpa-standard.
1876
1877 2010-09-22  Julien Danjou  <julien@danjou.info>
1878
1879         * gnus-group.el (gnus-group-insert-group-line): Call
1880         gnus-group-highlight-line.
1881         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1882         default hook list.
1883         (gnus-group-update-eval-form): Add new function.
1884         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1885         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1886
1887 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1890         immediate, then expire all articles.
1891         (nnimap-update-info): Fix off-by-one errors.
1892         (nnimap-flags-to-marks): Would return no marks lists for group with no
1893         flags.  Instead return the other data.
1894
1895 2010-09-22  Julien Danjou  <julien@danjou.info>
1896
1897         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1898         Only return an icon.
1899         (gnus-group-insert-group-line): Compute icon to return.
1900
1901         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1902         variable.
1903         (gnus-html-image-fetched): Only cache if
1904         gnus-html-image-automatic-caching is set.
1905         (gnus-html-image-fetched): Check for errors.
1906
1907 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1910         once per method on `g'.  This ensures that backends like nnfolder don't
1911         open all their folders.
1912
1913         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1914         (nnimap-request-list): Nix out group in the correct buffer.
1915         (nnimap-parse-flags): Implement by using `read' instead of
1916         hand-parsing.
1917         (nnimap-flags-to-marks): Pass on permanent-flags.
1918         (nnimap-make-process-buffer): Record the server name.
1919         (nnimap-parse-flags): Fix typo.
1920         (nnimap-request-scan): Run split on the server in general, not just a
1921         single group.
1922
1923         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1924         parameter, and propagate this downwards.
1925
1926         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1927         since EXAMINE changes it on the server.
1928
1929         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1930         this command might take a while.
1931
1932 2010-09-22  Julien Danjou  <julien@danjou.info>
1933
1934         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1935         harmful if you have 2 images side-by-side, they can't be properly
1936         update on text deletion.  Using text-property is safer here.
1937         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1938         data.
1939
1940 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * nnimap.el (nnimap-expunge-inbox): Removed.
1943         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1944         (nnimap-expunge): Flip default to t.
1945
1946         * gnus.el (gnus-method-to-server): Don't push things to the cache
1947         unless it's unique.
1948         (gnus-server-to-method): Ditto.
1949
1950 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1953
1954 2010-09-22  Julien Danjou  <julien@danjou.info>
1955
1956         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1957         get the start of data.
1958         (gnus-html-encode-url): Add this function to encode special chars in
1959         URL.
1960         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1961         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1962
1963         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1964         default.
1965         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1966
1967         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1968         images alt-text.
1969         (gnus-html-put-image): Put alt-text as help-echo.
1970
1971 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1974         * mm-util.el (mm-decompress-buffer)
1975         * nnir.el (nnir-run-find-grep)
1976         * pop3.el (pop3-list): Use 3rd arg of split-string.
1977
1978         * time-date.el (format-seconds): Comment fix.
1979
1980         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1981         and byte-optimize-form-code-walker.
1982         (dgnushack-make-auto-load): Don't advise make-autoload.
1983
1984         * lpath.el: Remove Emacs 21 stuff.
1985
1986 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1989         outside the active range.  Suggested by Dan Christensen.
1990
1991         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1992         slightly later to avoid double-getting it.
1993
1994         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1995         previous patch.
1996
1997         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1998
1999 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2000
2001         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2002
2003 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-int.el (gnus-open-server): Give a better error message in the
2006         "go offline" case.
2007
2008         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2009         marks for nnimap, which is seldom the right thing to do.
2010
2011         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2012         (gnus-same-method-different-name): New function.
2013
2014         * nnimap.el (parse-time): Require.
2015
2016         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2017         method in the presence of many similar methods.
2018
2019         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2020
2021         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2022         nnml-inhibit-expiry.
2023
2024         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2025         find out whether methods are equal.
2026
2027         * nnimap.el (nnimap-find-expired-articles): New function.
2028         (nnimap-process-expiry-targets): New function.
2029         (nnimap-request-move-article): Request the article before looking at
2030         what the Message-ID is.  Fix found by Andrew Cohen.
2031         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2032
2033         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2034         for oldness in addition to being a predicate.
2035
2036         * nnimap.el (nnimap-request-group): When we have zero articles, return
2037         the right data to Gnus.
2038         (nnimap-request-expire-articles): Only delete articles immediately if
2039         the target is 'delete.
2040
2041         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2042         method, this would bug out.
2043
2044         * gnus-group.el (gnus-group-expunge-group): Renamed from
2045         gnus-group-nnimap-expunge, and implemented as a normal interface
2046         function.
2047
2048         * gnus-int.el (gnus-request-expunge-group): New function.
2049
2050         * nnimap.el (nnimap-request-create-group): Implement.
2051         (nnimap-request-expunge-group): New function.
2052
2053 2010-09-21  Julien Danjou  <julien@danjou.info>
2054
2055         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2056         (gnus-html-cache-expired): Add new function.
2057         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2058         wethever we should display image for fetch it.
2059         Compute alt-text earlier to pass it to the fetching function too.
2060         (gnus-html-schedule-image-fetching): Change function argument to only
2061         get one image at a time, not a list.
2062         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2063         cache.
2064         (gnus-html-get-image-data): New function to retrieve image data from
2065         cache.
2066         (gnus-html-put-image): Change buffer argument to use image data rather
2067         than file, and place image above region rather than inserting a new
2068         one. Do not take alt-text as argument, since it's useless now: we place
2069         the image above alt-text.
2070         (gnus-html-prune-cache): Remove.
2071         (gnus-html-show-images): Start to fetch image when we find one, do not
2072         push into a temporary list.
2073         (gnus-html-prefetch-images): Only fetch image if they have expired.
2074         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2075         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2076
2077 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2080
2081 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2084         spec inser "*" if the group isn't active instead of 0.
2085
2086         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2087         opening the server.
2088         (nnimap-request-delete-group): Implement group deletion.
2089         (nnimap-transform-headers): Return the size of the entire message in
2090         the Bytes header, not just the size of the first part.
2091         (nnimap-request-move-article): When moving an article from nnimap,
2092         request the article first so the accepting form has an article to
2093         accept.  Reported by Dan Christensen.
2094         (nnimap-command): Make sure that the error message doesn't error out.
2095
2096 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2097
2098         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2099         we haven't requested anything.
2100
2101 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2104         "".  Fix found by Andrew Cohen.
2105
2106         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2107         instead of -encode-string.
2108
2109 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2112
2113         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2114         by mm-subst-char-in-string.
2115
2116 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2119         waiting for the connection string.
2120
2121         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2122         arriving.
2123
2124         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2125         bogus characters.  This allows selecting certain Gmail groups.
2126
2127         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2128         (nnimap-fetch-partial-articles): New variable.
2129         (nnimap-open-connection): When looking for credentials, also use the
2130         nnimap-server-port.
2131         (nnimap-request-article): Return the group/article number, so that Gnus
2132         `^' works as expected.
2133         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2134         them.
2135
2136         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2137         comments.
2138         (gnus-methods-sloppily-equal): New function.
2139         (gnus): When using the development version of Gnus, load the gnus-load
2140         file.
2141
2142         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2143         `gnus-open-server' on each method before trying to scan them etc.  This
2144         ensures that all the backend parameters are set correctly.
2145
2146         * nnimap.el (nnimap-authenticator): New variable.
2147         (nnimap-open-connection): Allow anonymous login.
2148         (nnimap-transform-headers): The chars header is called Chars not
2149         Bytes.
2150         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2151         drops.
2152
2153         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2154         patch, found by Knut Anders Hatlen.
2155
2156 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2157
2158         * gnus-agent.el (gnus-agent-batch-confirmation)
2159         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2160         to gnus-message.
2161         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2162         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2163         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2164         * gnus-int.el (gnus-open-server): Likewise.
2165         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2166         (gnus-score-check-syntax): Likewise.
2167         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2168         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2169         Likewise.
2170         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2171
2172 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2175         calling conventions so that prefetch doesn't bug out.
2176
2177 2010-09-19  Julien Danjou  <julien@danjou.info>
2178
2179         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2180         rather than `subst-char-in-region' in order to be able to replace ASCII
2181         char by UTF-8 ones.
2182
2183         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2184         than curl.
2185         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2186         the right URL and ALT text on images.
2187         (gnus-html-wash-tags): Fix tag case.
2188         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2189         (gnus-article-html): Add -o display_ins_del=2 option.
2190         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2191
2192 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2195         the extra mail headers, which sometimes seem to happen for unknown
2196         reasons.
2197
2198         * mail-parse.el (mail-header-encode-parameter): Define as
2199         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2200         (or most, perhaps?) mail readers don't understand the latter, but do
2201         understand the former.
2202
2203         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2204         to nil, so that no methods are automatically agentized.  I think this
2205         is probably what most users want.
2206
2207         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2208         from url-retrieve, for instance about invalid URLs.
2209
2210         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2211         groups that have no articles.
2212         (nnimap-request-article): Check that we really got an article when we
2213         requested one.
2214
2215         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2216         doesn't exist.
2217
2218         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2219         nntp buffer so the agent can save it.
2220         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2221         that CRLF doesn't get translated to \n.
2222         (nnimap-open-connection): Don't make 'shell commands only send \n.
2223
2224 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2225
2226         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2227         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2228         Update var name.
2229         (nnml-generate-nov-file): Use dolist.
2230         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2231         Use with-current-buffer.
2232
2233 2010-09-18  Julien Danjou  <julien@danjou.info>
2234
2235         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2236         parallel.
2237
2238 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2241         the range update right.
2242         (nnimap-request-group): Don't make `M-g' bug out on group with no
2243         marks.
2244         (nnoo): Required, so that other packages can require nnimap.
2245         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2246         command we're looking for.  This helps when the server sends more
2247         responses after we've gotten everything we expected.
2248         (nnimap): Add a `newlinep' field to keep track of end-of-line
2249         conventions.
2250         Don't send CRLF to things that don't want it.
2251         (nnimap-request-accept-article): Ditto.
2252
2253 2010-09-18  Julien Danjou  <julien@danjou.info>
2254
2255         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2256         than curl to retrieve images.
2257
2258 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2261         the marks.
2262         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2263         (nnimap-wait-for-connection): New function.
2264         (nnimap-open-connection): If we have PREAUTH, don't query for login
2265         credentials.
2266         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2267         when doing a partial update.
2268
2269 2010-09-18  Julien Danjou  <julien@danjou.info>
2270
2271         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2272         tags.
2273
2274 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * nnimap.el (nnimap-credentials): New function.
2277         (nnimap-open-connection): Use the new function to look for credentials
2278         also on the numeric equivalents of "imap" and "imaps".
2279
2280         * gnus-start.el (gnus-activate-group): Send the info to
2281         gnus-request-group.
2282
2283         * nnimap.el (nnimap-request-group): Have the "check" version of the
2284         function parse flags and update the info, so that a `M-g' get a total
2285         resync of all flags from the group.
2286
2287         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2288         to allow backends to alter the info on group selection.  Also alter all
2289         the backend -request-group functions to take the parameter.
2290
2291         * nnimap.el (nnimap-store-info): New function.
2292         (nnimap-update-info): Store the info for later usage.
2293         (nnimap-request-group): Use the stored info for the dont-check case, so
2294         that we don't retrieve all marks when we enter a group.
2295
2296         * nnimap.el: Use deffoo instead of defun for interface functions.
2297
2298         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2299         update the group info.  This makes the nndraft groups, for instance, go
2300         back to their old behaviour.
2301
2302         * gnus-sum.el (gnus-select-newsgroup): Indent.
2303
2304         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2305         in.
2306         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2307         nothing.
2308
2309         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2310         from methods that are denied.
2311
2312         * gnus-int.el (gnus-method-denied-p): New function.
2313
2314         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2315         store the password instead of netrc.
2316         (nnimap-open-connection): Don't error out when we can't make a
2317         connections.
2318
2319         * auth-source.el (auth-source-create): In the password prompt, say what
2320         we're querying for.  Also prompt for user name if that hasn't been
2321         given.
2322
2323         * nnimap.el (nnimap-with-process-buffer): Removed.
2324
2325 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2328         method when we're reading from the agent.
2329
2330         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2331
2332         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2333         that's probably most useful for users.
2334
2335         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2336         "failed" all the time.
2337
2338         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2339         ...)) with (with-current-buffer ... ).
2340
2341         * nntp.el (nntp-open-server): Return whether the open was successful or
2342         not.
2343
2344         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2345         select an unread unseen article first.
2346
2347         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2348         /etc/services, supply some sensible port defaults.
2349
2350         * dgnushack.el: Define netrc-credentials.
2351
2352 2010-09-17  Julien Danjou  <julien@danjou.info>
2353
2354         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2355
2356 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2357
2358         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2359         doesn't have any parameters.
2360
2361 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2364         only upcased checks.
2365
2366         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2367
2368         * nnimap.el (nnimap-open-shell-stream): New function.
2369         (nnimap-open-connection): Use it.
2370         (nnimap-transform-headers): Get the number of lines in each message.
2371         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2372         number of lines.
2373         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2374         problem.
2375
2376         * utf7.el (utf7-encode): Autoload.
2377
2378         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2379         to allow the mail splitting to not return a default group.  This is
2380         useful for nnimap, which will leave unmatched mail in the inbox.
2381
2382         * nnimap.el: Rewritten.
2383
2384         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2385         nnimap usage.
2386
2387         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2388         if the move is internal, so that nnimap can do fast internal moves.
2389
2390         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2391         data.
2392         (gnus-read-active-for-groups): Support finishing the early retrieval of
2393         data.
2394
2395         * gnus-range.el (gnus-range-nconcat): New function.
2396
2397         * gnus-int.el (gnus-finish-retrieve-group-infos)
2398         (gnus-retrieve-group-data-early): New functions.
2399
2400 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2401
2402         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2403         (nnrss-retrieve-groups):
2404         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2405         (pop3-quit): Use with-current-buffer.
2406
2407 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2410         instead of nnheader-accept-process-output.
2411
2412         * dgnushack.el (dgnushack-compile): Add comment.
2413
2414         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2415
2416         * gnus-html.el (gnus-html-schedule-image-fetching)
2417         (gnus-html-prefetch-images): Replace process-kill-without-query by
2418         gnus-set-process-query-on-exit-flag.
2419
2420 2010-09-16  Romain Francoise  <romain@orebokech.com>
2421
2422         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2423
2424 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2427         parameter to unintern is mandatory-ish in Emacs 24.
2428
2429         * gnus-html.el (gnus-html-schedule-image-fetching)
2430         (gnus-html-prefetch-images): Check for curl before using it.
2431
2432         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2433         depend on curl, which isn't essential.
2434
2435         * imap.el: Revert back to version
2436         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2437         seem problematic.
2438
2439 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2440
2441         * gnus-registry.el (gnus-registry-install-shortcuts):
2442         Explicitly pass `obarray' to `unintern' to avoid a warning.
2443
2444 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2447         change.
2448
2449         * nnrss.el (nnrss-request-list): Removed this function and related
2450         functions, including the moreover stuff.
2451
2452 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * nnrss.el (nnrss-retrieve-groups): New function.
2455
2456 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2457
2458         * .dir-locals.el: Add no-byte-compile cookie.
2459
2460 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * time-date.el (format-seconds): Comment fix.
2463
2464         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2465         for back end that doesn't support request-scan.
2466
2467 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2470         then do request scans from the backends.
2471
2472         * netrc.el (netrc-credentials): New conveniency function.
2473
2474         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2475         avoid running a hook per line, since this takes a lot of time,
2476         profiling shows.
2477         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2478         directly if gnus-visual-p is true.
2479
2480 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2483         groups; replace mapcar with dolist which is a bit faster; pass groups
2484         info to gnus-read-active-file-1.
2485         (gnus-read-active-file-1): Scan only specified groups if the new
2486         optional arg `infos' is given.
2487
2488 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2491
2492         * pop3.el (pop3-movemail): Removed.
2493         (pop3-streaming-movemail): Renamed to pop3-movemail.
2494
2495         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2496         don't restrict end-tag searches to the end of the line.
2497
2498 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2501         articles of every unchecked group to t, which means unknown since the
2502         server has never been opened.
2503
2504 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-html.el (gnus-html-show-alt-text): New command.
2507         (gnus-html-browse-image): Ditto.
2508         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2509         to browse the image directly.
2510         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2511         better.
2512
2513         * gnus-async.el (gnus-async-article-callback): Call
2514         `gnus-html-prefetch-images' unconditionally.
2515
2516         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2517         before feeding URLs to curl.
2518
2519 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2522         internal images as deletable by `W D D'.
2523
2524         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2525         (gnus-async-article-callback): Fix typo.
2526
2527 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2530         current line to work around bugs in the output from w3m.
2531
2532         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2533         for groups that want that.
2534
2535         * nntp.el (nntp-wait-for-string): Supply a timeout for
2536         accept-process-output to ensure progress.
2537
2538         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2539         level to get unread articles from, then use that for foreign groups,
2540         too.
2541
2542         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2543         confuses the rest of the function.
2544
2545         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2546         for the methods that support -retrieve-groups, too.
2547
2548         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2549
2550 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2553         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2554
2555         * pop3.el: Require cl when compiling.
2556         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2557
2558 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2561         that aren't going to be activated.
2562         (gnus-get-unread-articles): Fix up the last commit.
2563
2564         * gnus-html.el (gnus-article-html): Allow calling without specifying
2565         the handle.  In that case, dissect the buffer first.
2566
2567         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2568
2569         * nnimap.el (nnimap-open-connection): Revert the change that would look
2570         into authinfo for imaps instead of imap.
2571
2572         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2573         say that you don't want to call gnus-request-group with don-check, but
2574         do check the reponse.  This is for virtual groups only.
2575         (gnus-get-unread-articles): Count the archive groups as secondary, so
2576         that they're activated the same way as before.
2577
2578         * imap.el (imap-message-map): Removed optional buffer parameter, since
2579         no callers use it.
2580         (imap-message-get): Ditto.
2581         (imap-message-put): Ditto.
2582         (imap-mailbox-map): Ditto.
2583         (imap-mailbox-put): Ditto.
2584         (imap-mailbox-get): Ditto.
2585         (imap-mailbox-get): Revert last change for this function.
2586
2587         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2588         case-insensitively.
2589         (nnimap-debug): Removed.
2590
2591         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2592         to use `imap-fetch' instead.  According to the comments, this should be
2593         safe, since all other IMAP clients use the 1:* syntax.
2594         (imap-enable-exchange-bug-workaround): Removed.
2595         (imap-debug): Removed -- doesn't seem very useful.
2596
2597         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2598         mail from a file, and the file doesn't exist.
2599
2600         * imap.el (imap-log): New convenience function used throughout instead
2601         of repeating the same code all over the place.
2602
2603         * pop3.el (pop3-streaming-movemail): Return t for success.
2604
2605         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2606         .authinfo if we're using ssl connection.
2607
2608         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2609         already have if we're in a main Gnus `g' run.
2610
2611         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2612
2613 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2616
2617         * nnmh.el (nnmh-request-list-1): Bind `file'.
2618
2619         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2620         alias to set-process-query-on-exit-flag or process-kill-without-query.
2621         (pop3-open-server): Use it.
2622
2623 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2626         box to the Incoming file.  Fixes mistake in previous checkin.
2627
2628         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2629         request loop (for debugging purposes) removed.
2630
2631         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2632         culprit is more visible.
2633         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2634         (nnml-add-incremental-nov): New functions to do "incremental" nov
2635         updates, where we just append to the end of the existing nov files
2636         without reading/writing them in full.
2637
2638         * mail-source.el (mail-source-delete-crash-box): Really only check the
2639         incoming files once in a while.
2640
2641         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2642
2643         * mail-source.el (mail-source-delete-crash-box): Only check the
2644         incoming files for deletion once per day to save a lot of file
2645         accesses.
2646
2647         * pop3.el (pop3-logon): Fix up unbound variable typo.
2648
2649         * mail-source.el (pop3-streaming-movemail): Autoload.
2650
2651         * pop3.el (pop3-streaming-movemail): Respect
2652         pop3-leave-mail-on-server.
2653
2654         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2655         retrieval.
2656
2657         * pop3.el (pop3-process-filter): Removed unused function.
2658         (pop3-streaming-movemail, pop3-send-streaming-command)
2659         (pop3-wait-for-messages, pop3-write-to-file)
2660         (pop3-number-of-responses): New functions for streaming pop3
2661         retrieval.
2662
2663         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2664         come from no known methods.
2665         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2666         list.
2667
2668         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2669         message sizes.
2670         (pop3-movemail): Use erase-buffer instead of looping and deleting
2671         regions, which seems rather odd.
2672
2673         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2674         file once per `g' run.
2675
2676         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2677         directories.  This makes the draft queue directory work.
2678
2679         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2680         data from the backends, so that we only request the list of groups from
2681         each method once.  This should speed things up considerably.
2682
2683         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2684         detect that it's not implemented.
2685
2686         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2687         we actually do recurse down into the tree, but don't stat all leaf
2688         nodes.
2689
2690         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2691         then say so instead of bugging out.
2692
2693         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2694         files exist before trying to read them.
2695
2696         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2697         around <pre_int>.
2698
2699         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2700
2701         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2702
2703 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * mm-util.el (mm-image-load-path): Just return the image directories,
2706         not all directories in the path in addition to the image directories.
2707         (mm-image-load-path): Maintain a cache of the image directories so that
2708         the `g' command in Gnus doesn't have to stat dozens of directories each
2709         time.
2710
2711         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2712         (gnus-html-wash-tags): Add a new `i' command to insert images.
2713         (gnus-html-insert-image): New command and keystroke.
2714         (gnus-html-redisplay-with-images): New command and keystroke.
2715         (gnus-html-show-images): Renamed command.
2716         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2717         spacers.
2718         (gnus-html-wash-tags): Decode entities at the end, so that entities
2719         inside the tags don't mess up the rest of the "parsing".
2720
2721         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2722         so that nnimap methods aren't agentized by default.  There's apparently
2723         many problems related to agent/imap behaviour.
2724
2725         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2726
2727         * gnus-html.el: Doc fix.
2728
2729 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2732         specifier-spec-list for Emacs 21.
2733
2734         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2735         glyph-width and glyph-height instead of display-graphic-p and
2736         image-size; make avoidance of displaying small images work for XEmacs.
2737
2738         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2739         for XEmacs.
2740
2741         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2742         of symbol that holds plist data.
2743         (gnus-process-plist): Remove plist of process after getting it.
2744
2745 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * message.el (message-generate-hashcash): Change default to
2748         'opportunistic if hashcash is installed.
2749
2750         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2751         (gnus-html-put-image): Only call image-size once, since it's somewhat
2752         time-consuming on remote X servers.
2753
2754 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2757         type on data, not a file name.
2758
2759         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2760         window-pixel-edges for Emacs 21.
2761
2762         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2763         decoded contents.
2764         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2765
2766 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2769         group line format, since it isn't very interesting.
2770
2771         * gnus-agent.el (gnus-agent-short-article),
2772         (gnus-agent-long-article): Increase values for these two variables,
2773         since most people are likely to have more network connection and
2774         storage than before.
2775
2776         * gnus.el (gnus-refer-article-method): Change default to 'current.
2777         When referring an article, the common behaviour is to refer it from the
2778         current select method, not the native select method.  The chances of
2779         the native select method having the message in question is rather slim
2780         these days.
2781
2782         * gnus-sum.el (gnus-auto-select-subject): Change default to
2783         `unseen-or-unread'.  I think it's likely that most people want to
2784         select an unseen article over a previously seen, but unread one.
2785
2786         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2787         means that in the article buffer none of the minor mode elements will
2788         be shown, usually, and this is not desirable in most cases.
2789
2790         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2791         that commands like `d' (and the like) go to the next line in the
2792         buffer, instead of the next unread article.  I think this is the
2793         behaviour that is most natural for most users.
2794         (gnus-single-article-buffer): Change default to nil, so that people can
2795         have as many article buffers open as they have summary buffer.  I think
2796         this is the most natural way for the groups to behave.
2797
2798         * message.el (message-generate-new-buffers): Change default to
2799         `unsent', so that all new message buffers start their names with the
2800         string "*unsent", and it's easier to find the buffers if you move from
2801         them.
2802
2803 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2806         small.  They're probably tracking images.
2807         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2808         (gnus-html-rescale-image): Yet another try at getting the image sizing
2809         right.
2810
2811         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2812         nntp-marks-file-name is nil.
2813
2814 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * gnus-html.el (gnus-html-wash-tags)
2817         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2818         Better logging.
2819
2820 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2823
2824         * gnus-html.el (gnus-html-wash-tags): Check the value of
2825         gnus-blocked-images in the summary buffer.
2826
2827 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2830
2831 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2834         like "a", it seems like.
2835         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2836         since it needs to be picked from the correct buffer.
2837
2838         * nnwfm.el: Removed.
2839
2840         * nnlistserv.el: Removed.
2841
2842 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2845         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2846
2847 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * nnkiboze.el: Removed.
2850
2851         * nndb.el: Removed.
2852
2853         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2854         alt text.
2855         (gnus-html-rescale-image): Try to get the rescaling logic right for
2856         images that are just wide and not tall.
2857
2858         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2859         overshadow variable bindings.
2860
2861 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * gnus-html.el (gnus-html-wash-tags)
2864         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2865         extra logging.
2866
2867 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2870         (gnus-max-image-proportion): New variable.
2871         (gnus-html-rescale-image): New function.
2872         (gnus-html-put-image): Rescale images.
2873
2874 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2875
2876         Fix up some byte-compiler warnings.
2877         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2878         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2879         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2880         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2881         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2882         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2883         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2884
2885 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-html.el (gnus-article-html): Decode contents by charset.
2888
2889 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2892         (gnus-html-frame-width, gnus-blocked-images)
2893         * message.el (message-prune-recipient-rules): Add custom version.
2894         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2895
2896         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2897         functions.
2898
2899         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2900         gnus-process-get.
2901
2902 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2903
2904         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2905         instead of lsub directly.
2906
2907 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * nnwarchive.el: Removed.
2910
2911         * gnus-soup.el: Removed.
2912
2913         * nnsoup.el: Removed.
2914
2915         * nnultimate.el: Removed.
2916
2917         * gnus-html.el (gnus-blocked-images): New variable.
2918
2919         * message.el (message-prune-recipients): New function.
2920         (message-prune-recipient-rules): New variable.
2921
2922         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2923         guess whether a long line is natural text or not.
2924
2925         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2926         gnus-process-plist and friends for compatibility.
2927
2928 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * gnus-html.el: Require packages that define macros used in this file.
2931         (gnus-article-mouse-face): Declare to silence byte-compiler.
2932         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2933         process-get.
2934         (gnus-html-put-image): Use plist-get to avoid getf.
2935         (gnus-html-prefetch-images): Use with-current-buffer.
2936
2937 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-ems.el: Provide compatibility functions for
2940         gnus-set-process-plist.
2941
2942         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2943         header-line-format for XEmacs 21.4.
2944
2945         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2946         * gnus.el (gnus-valid-select-methods)
2947         * message.el (message-send-mail-partially-limit)
2948         * mm-decode.el (mm-text-html-renderer)
2949         * mml.el (mml-insert-mime-headers-always)
2950         * smiley.el (smiley-regexp-alist): Bump custom version.
2951
2952 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-html.el: require mm-url.
2955         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2956         with the url to `url'.
2957         (gnus-html-wash-tags): Support cid: URLs/images.
2958
2959 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2962         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2963         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2964
2965         * gnus-move.el: Removed file, since it doesn't really work.
2966
2967         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2968         UTF-8.  This seems to fix problems with some German web feeds.
2969
2970         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2971         at the top so that the proper colours are applied.
2972
2973         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2974         don't have dots in their names.
2975
2976         * gnus-art.el (gnus-article-view-part): Doc fix.
2977
2978         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2979         XEmacs-compatible.
2980         (gnus-html-put-image): Don't do images on non-graphic displays.
2981
2982         * nnslashdot.el: Removed this unused backend.
2983
2984         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2985         actions.
2986         (gnus-undo-register-1): Revert last change.
2987
2988         * gnus-group.el (gnus-group-completing-read): Protect against not
2989         having completion-styles bound.
2990
2991         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2992         make broken recipients happier.
2993
2994         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2995
2996         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2997         point parameter.
2998
2999         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3000
3001         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3002         completion-styles for group selection.
3003
3004 2009-02-04  Andreas Schwab  <schwab@suse.de>
3005
3006         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3007         headers and regexp-quote the match if necessary.
3008
3009 2009-03-24  Miles Bader  <miles@gnu.org>
3010
3011         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3012         the blinking smiley.
3013
3014 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3015
3016         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3017         blink smiley.
3018
3019 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3022         where the dribbel file lives exists.
3023
3024         * message.el (message-send-mail-partially-limit): Change the default to
3025         nil, since most people don't want this.
3026
3027         * mm-url.el (mm-url-decode-entities): Also decode entities like
3028         &#x3212.
3029
3030 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3031
3032         * gnus-sum.el (gnus-summary-idna-message):
3033         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3034         Hyperlink urls in docstrings with URL `...'.
3035
3036 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3037
3038         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3039         functions.
3040
3041 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3044         say what the mouseover text should be.
3045
3046         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3047         version of the mm-w3m-safe-url-regexp variable to only download images
3048         in the groups where we want that to happen.
3049
3050         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3051
3052         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3053         easier debugging.
3054         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3055         big pictures in the article buffer.
3056
3057         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3058         gnus-article-html.
3059         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3060         w3m.
3061
3062         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3063
3064 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3067         which doesn't exist.
3068
3069         * message.el (message-inhibit-ecomplete): New variable to allow some
3070         function to inhibit ecomplete address storage.
3071         (message-resend): Disable ecomplete message storage when resending
3072         messages.
3073
3074         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3075
3076 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3079         Save excursion while copying, moving, and deleting articles in order to
3080         prevent the cursor from jumping to unforeseen place.
3081
3082 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * lpath.el: No need to bind bookmark-current-buffer,
3085         bookmark-yank-point and bookmark-make-record-function.
3086
3087 2010-08-17  Glenn Morris  <rgm@gnu.org>
3088
3089         * gnus-sync.el: Require gnus components whose functions are used.
3090
3091         * gnus-art.el (bookmark-make-record-function):
3092         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3093         Declare for compiler.
3094
3095         * mm-url.el (mml-compute-boundary): Autoload.
3096
3097 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3100
3101 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         Typo fix "hoo4a" -> "hook".
3104
3105         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3106
3107 2010-08-14  Glenn Morris  <rgm@gnu.org>
3108
3109         * gnus-sync.el (gnus-sync): Fix defgroup version.
3110
3111 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3114
3115         * gnus-sync.el: Fix docs.
3116         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3117         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3118
3119 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         Optimizations for gnus-sync.el.
3122
3123         * gnus-sync.el: Add docs about gnus-sync-backend
3124         possibilities.
3125         (gnus-sync-save): Remove unnecessary message.
3126         (gnus-sync-read): Optimize and show what groups were skipped.
3127
3128 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         Minor bug fixes for gnus-sync.el.
3131
3132         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3133         read the sync on get-new-news.
3134
3135         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3136         quiet.
3137
3138         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3139
3140 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3141
3142         Make saving and restoring of hidden threads work with overlays.
3143         Patch applied by Ted Zlatanov.
3144
3145         * gnus-sum.el (gnus-hidden-threads-configuration)
3146         (gnus-restore-hidden-threads-configuration): Update to deal with text
3147         properties, rather than searching for a magic character.
3148
3149 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         New gnus-sync.el library for synchronization of marks.
3152
3153         * gnus-sync.el: New library for synchronization of marks.
3154
3155         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3156         renamed from `gnus-registry-grep-in-list'.
3157
3158         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3159
3160         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3161
3162 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3165         determining charset of text fails.
3166
3167 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * nnmail.el (nnmail-get-new-mail-1): Revert.
3170
3171         * nnml.el (nnml-active-number): Make sure names of newly created groups
3172         in nnml-group-alist are encoded.
3173
3174 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3177         containing non-ASCII characters in active file for nnml back end.
3178
3179 2010-07-24  David Engster  <dengste@eml.cc>
3180
3181         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3182         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3183
3184 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3185
3186         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3187         tag (Bug#6654).
3188
3189 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3192         the article buffer, not the summary buffer.
3193
3194 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3197         Emacs 23 as well.
3198
3199 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3202         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3203
3204 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3205
3206         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3207         Patch applied by Karl Fogel.
3208
3209         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3210         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3211
3212 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3213
3214         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3215         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3216         C-w still not working correctly from Article buffers; Thierry's
3217         patch to fix that will be applied after this.
3218
3219         * gnus-art.el (bookmark-make-record-function): New local variable.
3220
3221         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3222         article buffer.
3223         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3224
3225 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3226
3227         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3228         on changes in bookmark.el.
3229
3230 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3233         `no-log' instead of message not to log prompt string.
3234
3235 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3236
3237         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3238         the *other* type of HTML form submission.
3239
3240 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3241
3242         * auth-source.el (auth-source-pick): If choice does not contain a
3243         questioned keyword, set the check to t.
3244
3245 2010-06-12  Romain Francoise  <romain@orebokech.com>
3246
3247         * gnus-util.el (gnus-date-get-time): Move up before first use.
3248
3249 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3252         (gnus-article-edit-part): Bind it to make last part that is substituted
3253         or deleted visible.
3254         (gnus-mime-display-single): Buttonize part of which id equals to
3255         gnus-mime-buttonized-part-id.
3256
3257 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3258
3259         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3260         (gnus-dd-mmm): Use gnus-date-get-time.
3261         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3262         simplify logic.
3263         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3264         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3265
3266 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3267
3268         * auth-source.el (top): Autoload `secrets-list-collections',
3269         `secrets-create-item', `secrets-delete-item'.
3270         (auth-sources): Fix tag string.
3271         (auth-get-source, auth-source-retrieve, auth-source-create)
3272         (auth-source-delete): New defuns.
3273         (auth-source-pick): Rewrite in order to avoid 2 passes.
3274         (auth-source-forget-user-or-password): New parameter USERNAME.
3275         (auth-source-user-or-password): New parameters CREATE-MISSING and
3276         DELETE-EXISTING.  Retrieve password interactively, if needed.
3277
3278 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3279
3280         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3281         deleting unused directories when gnus-expert-user is t.
3282
3283 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3286         for each temp file when gnus-article-browse-delete-temp is ask.
3287
3288 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3289
3290         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3291         Lisp calls to delete-backward-char by calls to delete-char.
3292
3293 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3294
3295         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3296
3297 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3298
3299         * password-cache.el (password-cache-remove): Fix docstring.
3300
3301 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3304         article unless decoding article to be saved.
3305
3306 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3309         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3310         generated within the mm-with-unibyte-current-buffer macro.
3311
3312 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3315         to nil when we're in a mml-preview buffer and no group is selected.
3316
3317 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3318
3319         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3320         when catching the `C-g'.  Reported by "Leo".
3321
3322 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * message.el (message-forward-make-body-plain)
3325         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3326         multibyte-string-p.
3327
3328         * lpath.el: Revert.
3329
3330 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * message.el (message-forward-make-body-mml): Assume original message
3333         is multibyte string; error on unibyte.
3334         (message-forward-make-body-plain): Ditto; don't add excessive newline
3335         in body end.
3336
3337         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3338
3339 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3340
3341         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3342         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3343
3344 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * mm-extern.el (mm-extern-url): Don't use
3347         mm-with-unibyte-current-buffer.
3348         (mm-extern-cache-contents): Use with-current-buffer instead of
3349         save-excursion + set-buffer.
3350
3351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * mm-util.el (mm-emacs-mule): Remove.
3354
3355 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3356
3357         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3358         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3359         change.
3360
3361 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3364         bind the default value of enable-multibyte-characters to nil.
3365
3366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * message.el (message-forward-make-body-plain)
3369         (message-forward-make-body-mml):
3370         Don't use mm-with-unibyte-current-buffer.
3371
3372 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3373
3374         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3375
3376 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3377
3378         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3379         (Bug#5592).
3380
3381 2010-05-07  Julien Danjou  <julien@danjou.info>
3382
3383         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3384         it to mm-pipe-part.
3385
3386         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3387         it is given.
3388
3389 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * binhex.el (binhex-decode-region-internal)
3392         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3393         (dns-query)
3394         * nnweb.el (nnweb-gmane-search)
3395         * pgg-parse.el (pgg-parse-armor)
3396         * pgg.el (pgg-verify-region)
3397         * sha1.el (sha1-string-external)
3398         * uudecode.el (uudecode-decode-region-internal)
3399         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3400         XEmacs.
3401
3402         * gnus-art.el (gnus-article-browse-html-parts)
3403         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3404         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3405         make-temp-file.
3406
3407         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3408         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3409         compiling.
3410
3411         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3412         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3413         XEmacs when compiling.
3414
3415         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3416         gnus-pick-mode-off-hook for XEmacs when compiling.
3417         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3418         gnus-binary-mode-off-hook for XEmacs when compiling.
3419
3420         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3421         nil if char-charset is not available.
3422
3423         * imap.el (imap-disable-multibyte)
3424         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3425         macros.
3426
3427         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3428         instead of encode-coding-string.
3429
3430         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3431         'xemacs) instead of mm-emacs-mule to switch function definitions.
3432         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3433
3434         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3435         bind temporary-file-directory for XEmacs;
3436         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3437         timer-set-function for XEmacs 21.4 and SXEmacs;
3438         bind timer-list for XEmacs 21.4 and SXEmacs;
3439         fbind char-charset and find-charset-region for non-Mule XEmacs;
3440         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3441         encode-coding-region and encode-coding-string for XEmacs having no
3442         file-coding feature.
3443
3444 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3445
3446         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3447
3448 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3451         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3452
3453 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3454
3455         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3456         alias `jka-compr-delete-temp-file' no longer exists.
3457
3458 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         Use define-minor-mode in Gnus where applicable.
3461         * mml.el (mml-mode): Use define-minor-mode.
3462         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3463         (gnus-undo-mode): Use define-minor-mode.
3464         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3465         (gnus-dead-summary-mode): Use define-minor-mode.
3466         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3467         Initialize in declaration.
3468         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3469         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3470         (gnus-mailing-list-mode): Use define-minor-mode.
3471         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3472         (gnus-draft-mode): Use define-minor-mode.
3473         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3474         (gnus-dired-mode): Use define-minor-mode.
3475
3476 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3477
3478         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3479         handles on recursive mml-to-mime translation and check them for
3480         boundary delimiter collisions.  Reported by Greg Troxel.
3481
3482 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3485
3486 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * mm-util.el (mm-find-buffer-file-coding-system):
3489         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3490
3491 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3492
3493         * message.el (message-generate-headers): Record insertion of optional
3494         headers as well.  Otherwise the check to prevent repeated insertion of
3495         optional headers is a no-op.
3496
3497 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3498
3499         * smime.el: Don't mention CVS.
3500
3501         * nnrss.el (nnrss-fetch): Don't mention CVS.
3502
3503         * nnir.el: Don't mention CVS.
3504
3505 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3506
3507         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3508
3509 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * lpath.el: Fbind bookmark-default-handler,
3512         bookmark-get-bookmark-record, bookmark-make-record-default,
3513         bookmark-prop-get for Emacs <23 and XEmacs.
3514
3515 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3516
3517         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3518         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3519         Use with-current-buffer to silence the byte-compiler.
3520         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3521         bother to require `gnus'.
3522         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3523
3524 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3525
3526         * gnus-sum.el (gnus-summary-bookmark-make-record)
3527         (gnus-summary-bookmark-jump): New functions.
3528         (gnus-summary-mode): Setup bookmark support.
3529
3530 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3531
3532         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3533         if set.
3534
3535 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3538         gnus-article-browse-html-save-cid-image; make it work recursively for
3539         forwarded messages as well.
3540         (gnus-article-browse-html-parts): Work when prefix arg is given.
3541         (gnus-article-browse-html-article): Doc fix.
3542
3543 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3544
3545         * message.el (message-default-mail-headers):
3546         (message-default-headers): Carry the value mail-default-headers over
3547         into message-default-mail-headers, rather than message-default-headers.
3548
3549 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3550
3551         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3552         charset.
3553
3554         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3555         charset into the <meta> tag when the article is encoded to utf-8.
3556
3557 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3560         directories as well.
3561         (gnus-article-browse-html-parts): Work for images that do not specify
3562         file names; delete temp directory when quitting; insert header at the
3563         right place; use file: scheme for image files.
3564
3565 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3566
3567         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3568         (gnus-article-browse-html-parts): Use it to make temporary cid image
3569         files in addition to html file so that browser may display them.
3570
3571 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3574
3575 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3576
3577         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3578
3579 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3582         about Secret Service API sources.  Improve Customize options.
3583         (auth-source-pick): Change to accept any number of search parameters.
3584         Implement fallbacks iteratively, not recursively.  Add scoring on the
3585         second pass and sort by score.  Call Secret Service API when needed.
3586         (auth-source-user-or-password): Use it.  Call Secret Service API
3587         directly when needed to get the user name and the password.
3588
3589 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3590
3591         * message.el (message-interactive): Doc fix.
3592         (message-qmail-inject-args): Reflow.
3593         (message-kill-to-signature): Fix typo in docstring.
3594
3595         * smiley.el (smiley-buffer): Fix typo in docstring.
3596
3597 2010-03-24  Glenn Morris  <rgm@gnu.org>
3598
3599         * mail-source.el (gnus-message): Declare.
3600         (mail-source-delete-old-incoming): Require gnus-util.
3601
3602 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3605
3606         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3607
3608         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3609         password-cache's default if it is not bound.
3610         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3611         password-cache-expiry's default if it is not bound.
3612
3613         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3614         available in Emacs 21.
3615
3616         * lpath.el: Suppress compiler warnings for:
3617         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3618         XEmacs;
3619         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3620         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3621         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3622
3623 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * auth-source.el (auth-sources): Fix up definition so extra parameters
3626         are always inline.
3627
3628 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3629
3630         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3631         wasn't updated after mismatch.  Clear cached mailbox info correctly
3632         when uidvalidity changes.
3633         (nnimap-group-prefixed-name): New function to avoid some code
3634         duplication.
3635         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3636         (nnimap-request-group): Use it.
3637         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3638         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3639         with many imap folders.  This is done by caching the group status from
3640         the imap server persistently in a group parameter `imap-status'.  (This
3641         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3642         but not persistently, so every Gnus startup was still very slow.)
3643
3644 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3645
3646         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3647         delete the extra newline.  Otherwise editing of :string and :number
3648         types don't work.
3649
3650 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3651
3652         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3653         secrets.el dependency.
3654         (auth-sources): Add optional user name.  Add secrets.el configuration
3655         choice (unused right now).
3656
3657 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3658
3659         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3660         `gnus-registry-install-shortcuts' fill in the functions.
3661
3662         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3663         warnings.
3664         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3665         (gnus-registry-install-shortcuts): Populate and use it in a
3666         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3667
3668 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3669
3670         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3671         In-place substitutions for the group name encoding/decoding.
3672         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3673         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3674         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3675         (nnimap-update-unseen, nnimap-request-list)
3676         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3677         (nnimap-request-set-mark, nnimap-split-to-groups)
3678         (nnimap-split-articles, nnimap-request-newgroups)
3679         (nnimap-request-create-group, nnimap-request-accept-article)
3680         (nnimap-request-delete-group, nnimap-request-rename-group)
3681         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3682         `encoded-mbx' for consistency.
3683         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3684         variable `imap-current-mailbox'.
3685
3686         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3687         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3688
3689 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3690
3691         * pop3.el (pop3-display-message-size-flag): Display message size byte
3692         counts during POP3 download.
3693         (pop3-movemail): Use it.
3694         (pop3-list): Implement listing of available messages.
3695
3696 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3697
3698         * nnir.el (nnir-get-article-nov-override-function): New function to
3699         override the normal NOV retrieval.
3700         (nnir-retrieve-headers): Use it.
3701
3702 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3703
3704         * auth-source.el (netrc-machine-user-or-password): Autoload.
3705
3706 2010-03-19  Glenn Morris  <rgm@gnu.org>
3707
3708         Stop message.el from loading about 40 libraries it doesn't always need.
3709         The general approach is to autoload rather than require, and to
3710         require in the specific functions rather than the file.  (Bug#5642)
3711
3712         * gmm-utils.el: Don't require wid-edit.
3713         (widget-create-child-value, widget-convert, widget-default-get):
3714         Autoload.
3715
3716         * gnus-util.el: Don't require time-date, netrc.
3717         (message-fetch-field, gnus-group-name-decode): Declare rather than
3718         autoloading.
3719         (gnus-fetch-field): Require message.
3720         (gnus-decode-newsgroups): Require gnus-group.
3721
3722         * ietf-drums.el: Don't require time-date.
3723
3724         * message.el: Don't require hashcash, canlock, ecomplete.
3725         Do require mail-utils.  Require nnheader only when compiling.
3726         (smtpmail-default-smtp-server): Remove declaration.
3727         (message-send-mail-function): Check smtpmail-default-smtp-server
3728         is bound rather than requiring smtpmail.
3729         (message-auto-save-directory, message-insert-signature): Use
3730         expand-file-name rather than nnheader-concat.
3731         (nnheader-insert-file-contents): Autoload.
3732         (hashcash-wait-async): Declare.
3733         (message-send-mail): Only call gnus-setup-posting-charset if
3734         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3735         (message-send-mail-with-sendmail): Require sendmail.
3736         (canlock-password, canlock-password-for-verify): Declare.
3737         (message-canlock-password): Require canlock.
3738         (nnheader-get-report): Autoload.
3739         (gnus-setup-posting-charset): Declare.
3740         (message-send-news): Require gnus-msg.
3741         (message-make-references, message-make-in-reply-to): Use mail-header-id
3742         rather than the alias mail-header-message-id.
3743         (ecomplete-add-item, ecomplete-save): Declare.
3744         (message-put-addresses-in-ecomplete): Require ecomplete.
3745         (ecomplete-display-matches): Autoload.
3746
3747         * mm-decode.el: Don't require mailcap, gnus-util.
3748         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3749         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3750         Autoload.
3751         (mailcap-mime-extensions): Declare.
3752
3753         * mm-encode.el: Don't require mailcap.
3754         (mailcap-extension-to-mime): Autoload.
3755
3756         * mml-sec.el: Don't require password-cache.
3757
3758         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3759         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3760         (mml-minibuffer-read-type): Require mailcap.
3761         (mml-preview): Require gnus-msg.
3762
3763         * mml1991.el: Require password-cache.
3764         (password-cache-expiry): Remove declaration.
3765
3766         * mml2015.el: Require password-cache.
3767         (password-cache-expiry): Remove declaration.
3768
3769         * nneething.el (mailcap): Require mailcap.
3770
3771         * nnheader.el (declare-function): Add compatibility stub.
3772         (message-remove-header): Declare rather than autoload.
3773         (nnheader-replace-header): Require message.
3774
3775         * nnimap.el (declare-function): Add compatibility stub.
3776         (netrc-parse, netrc-machine-user-or-password): Declare.
3777         (nnimap-open-connection): Require netrc.
3778
3779         * nntp.el (declare-function): Add compatibility stub.
3780         (netrc-parse, netrc-machine, netrc-get): Declare.
3781         (nntp-send-authinfo): Require netrc.
3782
3783         * rfc2047.el: Don't require qp.
3784         (quoted-printable-encode-region, quoted-printable-decode-string):
3785         Autoload.
3786
3787         * sieve-mode.el: Don't require easymenu.
3788         (easy-menu-add-item): Autoload it.
3789
3790         * spam-stat.el (time-to-number-of-days): Autoload it.
3791
3792 2010-03-19  Glenn Morris  <rgm@gnu.org>
3793
3794         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3795
3796 2010-03-18  Glenn Morris  <rgm@gnu.org>
3797
3798         * hashcash.el (declare-function): Remove duplicate definition.
3799
3800 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3801
3802         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3803         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3804         value if any backslash escapes).
3805
3806 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3809         if it is available.  (bug#5647)
3810
3811         * lpath.el: Suppress compiler warning for coding-system-from-name for
3812         Emacs 21 and XEmacs.
3813
3814 2010-03-14  Juri Linkov  <juri@jurta.org>
3815
3816         * hmac-def.el:
3817         * hmac-md5.el:
3818         * netrc.el: Fix keywords.
3819
3820 2010-02-26  Glenn Morris  <rgm@gnu.org>
3821
3822         * message.el (message-send-mail-function): Change the default, so that
3823         it inherits from a customized send-mail-function.  (Bug#5643)
3824
3825 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3826
3827         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3828         shell-command-to-string signals an error (bug#5299).
3829
3830 2010-02-24  Glenn Morris  <rgm@gnu.org>
3831
3832         * message.el (message-smtpmail-send-it)
3833         (message-send-mail-with-mailclient): Doc fixes.
3834
3835 2010-02-16  Glenn Morris  <rgm@gnu.org>
3836
3837         * message.el (message-default-mail-headers): Change the default value
3838         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3839
3840 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3843         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3844
3845 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3846
3847         * time-date.el (date-to-time): Doc fix (Bug#5408).
3848
3849 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3850
3851         * message.el (message-mail): Just pass yank-action on to message-setup.
3852         (message-setup): Handle (FUN . ARGS) form of yank-action.
3853         (message-with-reply-buffer, message-widen-reply)
3854         (message-yank-original): Handle non-buffer values of
3855         message-reply-buffer (Bug#4080).
3856         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3857
3858 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3859
3860         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3861         Fix typo in docstring.
3862
3863 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3864
3865         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3866         response.
3867
3868 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3871
3872         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3873
3874         * message.el (message-check-news-header-syntax): Protect against a
3875         string that `rfc822-addresses' returns when parsing fails.
3876
3877 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3880         (gnus-previous-char-property-change): New functions.
3881
3882         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3883
3884 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3885
3886         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3887         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3888
3889 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3890
3891         * message.el (message-exchange-point-and-mark): Rework last change to
3892         avoid using optional arg of exchange-point-and-mark, for backward
3893         compatibility.
3894
3895 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3896
3897         * message.el (message-exchange-point-and-mark): Call
3898         exchange-point-and-mark with an argument rather than setting
3899         mark-active by hand (Bug#5175).
3900
3901 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * nntp.el (nntp-service-to-port): Work for service expressed with
3904         numeric string; replace [:digit:] with [0-9] for XEmacs.
3905
3906 2009-12-17  Glenn Morris  <rgm@gnu.org>
3907
3908         * gnus-group.el (gnus-bug-group-download-format-alist):
3909         Change emacs entry to debbugs.gnu.org.  Bump :version.
3910
3911 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3914
3915 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * message.el (message-info): Explain why we use `Info-goto-node'.
3918
3919 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3922
3923 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3924
3925         * message.el (message-completion-in-region): New compatibility function.
3926         (message-expand-group): Use it.
3927
3928 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3931         with no unread article should be listed if the 2nd arg `predicate' is
3932         given.
3933
3934 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3937
3938 2009-11-29  Juri Linkov  <juri@jurta.org>
3939
3940         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3941         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3942         on `gnus-recenter'. (Bug#4698, Bug#4981)
3943
3944 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3945
3946         * sha1.el (sha1-string-external): default-directory "/" in case
3947         otherwise non-existent.  process-connection-type pipe for touch of
3948         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3949
3950 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3951
3952         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3953         it's comms related and sgml-mode.el has "comm" on that basis too.
3954
3955 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3958         containing tspecial characters if they have been already quoted.
3959
3960 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3961
3962         * dns-mode.el (auto-mode-alist): Purecopy string.
3963
3964 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3965
3966         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3967
3968 2009-10-24  Glenn Morris  <rgm@gnu.org>
3969
3970         * gnus-art.el (help-xref-stack-item): Define for compiler.
3971
3972 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3973
3974         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3975
3976 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3979
3980 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3983         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3984
3985 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3988         (gnus-overlays-in): New alias to overlays-in.
3989
3990         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3991         gnus-overlay-get, and gnus-delete-overlay.
3992         (gnus-summary-show-thread): Make it work as well for systems in which
3993         next-single-char-property-change is not available.
3994         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3995
3996         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3997         (gnus-overlay-get): New alias to extent-property.
3998         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3999
4000         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4001         SXEmacs.
4002
4003         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4004         SXEmacs.
4005
4006 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4007
4008         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4009
4010 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4011
4012         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4013         and XEmacs that don't have `remove-overlays'.
4014
4015 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4016
4017         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4018         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4019         selective display.  Use overlays instead.
4020
4021 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4022
4023         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4024
4025 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4026
4027         * spam-stat.el (spam-stat-load): Fix typo in message.
4028
4029 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4030
4031         * dig.el (dig-invoke): Fix typo in docstring.
4032         (query-dig): Reflow docstring.
4033
4034 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4035
4036         * gnus-art.el (gnus-article-encrypt-body):
4037         * message.el (message-check-recipients):
4038         * mm-util.el (mm-codepage-setup):
4039         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4040         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4041
4042 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4043
4044         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4045         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4046         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4047         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4048         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4049
4050 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4051
4052         * dig.el: Add "Keywords: comm", as per net-utils.el.
4053
4054 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * dig.el (dig-mode): Use define-derived-mode.
4057
4058 2009-09-19  Glenn Morris  <rgm@gnu.org>
4059
4060         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4061
4062 2009-09-18  Glenn Morris  <rgm@gnu.org>
4063
4064         * gnus-diary.el (gnus-diary-check-message):
4065         * message.el (message-insert-formatted-citation-line):
4066         * nnbabyl.el (top-level):
4067         * nndiary.el (nndiary-schedule):
4068         Fix typos in condition-case handlers.
4069
4070 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4073         configuration that provides the sole article window in a frame;
4074         position point correctly after deleting a part.
4075
4076 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4077
4078         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4079         (spam-resolve-registrations-routine): Use it to unregister articles
4080         that change status.
4081
4082 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4085         with XEmacs.
4086         (parse-time-string-chars): Use it.
4087
4088 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4089
4090         * imap.el (imap-interactive-login): Better messages.
4091         (imap-open): Fix bug with renamed buffer on reconnect.
4092         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4093         for easier debugging and cleaner code.  On successful (guessed based on
4094         server capabilities) secondary authentication, set imap-state
4095         correctly.
4096         (imap-last-authenticator): Define imap-last-authenticator as a variable
4097         to avoid warnings.
4098
4099 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * nnrss.el (nnrss-request-article): Remove binding of
4102         default-enable-multibyte-characters that has gotten needless by
4103         the 2007-07-13 change in rfc2047-encode-message-header.
4104
4105         * mml.el (mml-insert-multipart): Error on the message header.
4106         (mml-insert-part): Error on the message header; position point at
4107         the end of a MIME tag.
4108
4109 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * time-date.el (autoload): Expand define-obsolete-function-alias into
4112         defalias and make-obsolete for old Emacsen that Gnus supports.
4113         (with-no-warnings): Define it for old Emacsen.
4114         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4115         is available.
4116         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4117         float-time is available; suppress compile warning for time-to-seconds.
4118
4119         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4120         (gnus-float-time): Alias to float-time if it exists.
4121
4122         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4123         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4124         float-time is available; suppress compile warning for time-to-seconds.
4125
4126         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4127         XEmacs.
4128
4129 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * imap.el (imap-message-map): Docstring fix.
4132
4133 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4136         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4137         Add the optional argument `encoding' that overrides the default.
4138
4139         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4140         mm-encode-buffer.
4141
4142 2009-09-04  Glenn Morris  <rgm@gnu.org>
4143
4144         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4145         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4146         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4147         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4148         * mm-util.el (mm-with-unibyte-current-buffer)
4149         (mm-find-buffer-file-coding-system):
4150         * yenc.el (yenc-decode-region): Use default-value rather than
4151         default-enable-multibyte-characters.
4152
4153 2009-09-03  Glenn Morris  <rgm@gnu.org>
4154
4155         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4156         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4157         than default-enable-multibyte-characters.
4158
4159 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4160
4161         * gnus-art.el (gnus-article-read-summary-keys):
4162         Fix gnus-buffer-configuration's value temporarily used.
4163
4164 2009-09-02  Glenn Morris  <rgm@gnu.org>
4165
4166         * gnus-util.el (gnus-float-time): New function.
4167         * gnus-delay.el (gnus-delay-article):
4168         * gnus-sum.el (gnus-thread-latest-date):
4169         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4170         * nnspool.el (nnspool-request-newgroups):
4171         Use gnus-float-time rather than time-to-seconds.
4172         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4173
4174         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4175         (gnus-header-subject-face, gnus-header-newsgroups-face)
4176         (gnus-header-name-face, gnus-header-content-face):
4177         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4178         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4179         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4180         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4181         (gnus-cite-face-11):
4182         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4183         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4184         (gnus-server-closed-face, gnus-server-denied-face)
4185         (gnus-server-offline-face):
4186         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4187         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4188         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4189         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4190         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4191         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4192         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4193         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4194         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4195         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4196         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4197         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4198         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4199         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4200         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4201         (gnus-summary-high-undownloaded-face)
4202         (gnus-summary-low-undownloaded-face)
4203         (gnus-summary-normal-undownloaded-face)
4204         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4205         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4206         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4207         (gnus-splash-face):
4208         * message.el (message-header-to-face, message-header-cc-face)
4209         (message-header-subject-face, message-header-newsgroups-face)
4210         (message-header-other-face, message-header-name-face)
4211         (message-header-xheader-face, message-separator-face)
4212         (message-cited-text-face, message-mml-face):
4213         * sieve-mode.el (sieve-control-commands-face)
4214         (sieve-action-commands-face, sieve-test-commands-face)
4215         (sieve-tagged-arguments-face):
4216         * spam.el (spam-face):
4217         Mark face aliases with "-face" in the name as obsolete.
4218
4219 2009-09-01  Glenn Morris  <rgm@gnu.org>
4220
4221         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4222         than goto-line.
4223
4224 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4227         Don't move point if the command is invoked inside the message header.
4228
4229 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4230
4231         * imap.el (imap-send-command): Simplify.
4232         (imap-wait-for-tag): point-max -> buffer-size.
4233
4234 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4235
4236         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4237         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4238         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4239         * nnir.el (nnir-swish-e-index-file):
4240         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4241         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4242         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4243         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4244         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4245         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4246
4247 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4250         Don't save excursion.
4251
4252 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4253
4254         * nnheader.el (nnheader-find-file-noselect):
4255         * mm-util.el (mm-insert-file-contents):
4256         Use (default-value 'major-mode) instead of default-major-mode.
4257
4258 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4259
4260         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4261
4262 2009-08-26  Glenn Morris  <rgm@gnu.org>
4263
4264         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4265         than placing in files.el.
4266
4267 2009-08-25  Glenn Morris  <rgm@gnu.org>
4268
4269         * nnir.el (top-level): Don't require cl at run-time.
4270         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4271         Replace cl-function substitute with gnus-replace-in-string.
4272         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4273         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4274         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4275         simplified expansions.
4276
4277 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4278
4279         * dig.el (dig): Add autoload cookie.
4280
4281 2009-08-22  Glenn Morris  <rgm@gnu.org>
4282
4283         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4284         goto-line.
4285
4286 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4287
4288         * parse-time.el (parse-time-string-chars): Save match data.
4289
4290 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4291
4292         * parse-time.el (parse-time-string-chars): Compute using character
4293         classes, to handle non-ascii characters (Bug#3190).
4294
4295 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4298
4299         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4300         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4301         (gnus-mm-display-part, gnus-mime-display-single)
4302         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4303         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4304
4305         * gnus-sum.el
4306         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4307         (gnus-summary-move-article): Add expirable mark to articles copied or
4308         moved to group that has auto-expire turned on if the option is non-nil.
4309
4310 2009-07-24  Glenn Morris  <rgm@gnu.org>
4311
4312         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4313         Fix typo.  (Bug#3903)
4314
4315 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4318         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4319         that should not be used for draft articles.
4320         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4321         that has no concern in minor mode keys.
4322         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4323         Abolish.
4324
4325 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4328         article without making inquiry to a user for unknown encoding.
4329
4330         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4331         (nnmaildir--scan): Assume i-node and device number that file-attributes
4332         returns might be cons-cell.
4333
4334         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4335
4336         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4337
4338 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * auth-source.el: Remove docs now in auth.texi.  Don't use
4341         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4342         `auth-source-hide-passwords' and use them.
4343
4344 2009-07-15  Glenn Morris  <rgm@gnu.org>
4345
4346         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4347
4348 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4351         excessive whitespace from the default values of title and description.
4352
4353 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4356         mail-fetch-field to fetch Content-Description header in order to
4357         exclude newlines.
4358
4359 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4360
4361         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4362         format used by GnuPG 2.0.11.
4363
4364 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4367         to deleted part.
4368
4369 2009-05-30  David Engster  <dengste@eml.cc>
4370
4371         * nnmairix.el: Remove old documentation in the commentary block.
4372         (nnmairix-request-group): Do not update active file for nnml back ends.
4373         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4374         end so that overview files are ignored.
4375         (nnmairix-update-groups): Make updating the groups more robust by using
4376         marks.
4377         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4378         with dollar characters in message-id.
4379
4380 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4383         2008-12-25 in dns.el.
4384
4385 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4386
4387         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4388         could happen if the text is only composed of spaces and/or tabs.
4389
4390 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4391
4392         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4393         when sending a queued message to avoid extra mml tags.
4394
4395 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4398
4399 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4402         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4403         rmail-toggle-header for XEmacs;
4404         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4405
4406 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-dired.el: Remove autoload for gnus-setup-message.
4409         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4410         displaying Gnus logo; always use compose-mail.
4411
4412 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4415
4416 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4419         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4420         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4421         available.
4422         (gnus-nocem-epg-verify): New function.
4423
4424 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4427
4428 2009-02-15  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus-util.el (rmail-insert-rmail-file-header)
4431         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4432         autoloads.
4433         (rmail-default-rmail-file): Remove unnecessary declaration.
4434         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4435
4436 2009-02-14  Glenn Morris  <rgm@gnu.org>
4437
4438         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4439         variable (only used in gnus-util, which declares it anyway).
4440         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4441         which was only needed by gnus-art (changed to not use it any more).
4442         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4443         only used in gnus-util, which autoloads it itself.
4444         (rmail-update-summary): Fix autoload.
4445
4446         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4447         rather than rmail-output-to-rmail-file.
4448
4449 2009-02-07  Glenn Morris  <rgm@gnu.org>
4450
4451         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4452         autoload of function that no longer exists.
4453         (rmail-toggle-header): Declare.
4454         (message-forward-rmail-make-body): Handle mbox Rmail.
4455
4456 2009-01-31  Glenn Morris  <rgm@gnu.org>
4457
4458         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4459         2009-01-09 change.
4460
4461 2009-01-31  Dave Love  <fx@gnu.org>
4462
4463         * imap.el (imap-fetch-safe): Bind debug-on-error.
4464         (imap-debug): Add imap-fetch-safe.
4465
4466 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4469         (auth-source-forget-all-cached): New convenience function.
4470         (auth-source-user-or-password): Accept list of modes or a single mode.
4471
4472         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4473         auth-source modes.
4474
4475         * netrc.el (netrc-machine-user-or-password): Use list of
4476         auth-source modes.
4477
4478         * nnimap.el (nnimap-open-connection): Use list of
4479         auth-source modes.
4480
4481         * nntp.el (nntp-send-authinfo): Use list of
4482         auth-source modes.
4483
4484 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4487         now.
4488
4489 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4492         coding system in XEmacs; add a workaround for XEmacs.
4493
4494         * lpath.el: Fbind coding-system-aliasee.
4495
4496 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4499         of current-language-environment.
4500
4501 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4504         available at runtime.
4505
4506 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4509
4510 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4511
4512         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4513         the greatest positive fixnum value doesn't work under an XEmacs with
4514         bignum support; use the most-positive-fixnum constant instead,
4515         available since Emacs 21.1 with cl and XEmacs 21.1.
4516
4517 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4520         XEmacs gets not to work.
4521
4522 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * mm-util.el (mm-coding-system-priorities): Allow the value like
4525         "Japanese (UTF-8)" of current-language-environment.
4526
4527 2009-01-09  Glenn Morris  <rgm@gnu.org>
4528
4529         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4530         with last-command-event.
4531
4532 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4535         in the doc string.
4536
4537         * message.el (message-fix-before-sending): Amend comment.
4538
4539 2009-01-08  Dave Love  <fx@gnu.org>
4540
4541         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4542
4543 2009-01-07  David Engster  <dengste@eml.cc>
4544
4545         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4546         simplified server definitions by converting it via
4547         gnus-server-to-method.
4548
4549 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4552         parameter's operands.
4553
4554 2009-01-06  David Engster  <dengste@eml.cc>
4555
4556         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4557         primary select method (for gnus-group-mark-article-as-read).
4558
4559 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4560
4561         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4562         `(gnus)Face', not `(gnus)X-Face'.
4563
4564 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * mm-util.el (mm-ucs-to-char): New function.
4567
4568         * mm-url.el (mm-url-decode-entities): Use it.
4569
4570         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4571         unicode-to-char.
4572
4573 2009-01-05  Dave Love  <fx@gnu.org>
4574
4575         * time-date.el: Require cl for `declare'.
4576
4577 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4580         Dave Love.
4581
4582 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4583
4584         * message.el (message-fix-before-sending): Add `eight-bit' to
4585         illegible-text check.
4586
4587 2009-01-03  Michael Olson  <mwolson@gnu.org>
4588
4589         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4590         `headers' is nil.  This can occur if the IMAP server does not have
4591         permissions to read messages from a folder, but can write new messages
4592         to the folder.
4593         (nnimap-request-article-part): Do not insert `data' if it is nil.
4594
4595         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4596         characters which will confuse `read', so skip past them.
4597
4598 2009-01-01  Dave Love  <fx@gnu.org>
4599
4600         * imap.el (imap-string-to-integer): Fix typo.
4601         (imap-fetch-safe): New function.
4602         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4603
4604         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4605
4606         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4607         (imap-parse-greeting): Fix doc strings.
4608         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4609         (imap-parse-flag-list): Make messages unique.
4610         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4611
4612         * nnimap.el: Fix author email.
4613         (nnimap-split-rule): Add FIXME comment.
4614         (nnimap-debug): Fix doc string.
4615
4616 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4619
4620 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4623         nslookup if resolv.conf isn't available.
4624         (dns-query): Rename from query-dns.
4625         (dns-query-cached): Rename from query-dns-cached.
4626
4627 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4630         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4631         to check if those variables exist (first appeared in Emacs 18.50).
4632
4633 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * mm-util.el (mm-line-number-at-pos): New function.
4636
4637         * spam-report.el (spam-report-process-queue): Use it.
4638
4639 2008-12-24  David Engster  <dengste@eml.cc>
4640
4641         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4642         parameters that haven't existed as variables as buffer-local variables.
4643
4644 2008-12-23  Dave Love  <fx@gnu.org>
4645
4646         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4647         cadar.
4648
4649         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4650         imap-starttls-p.
4651         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4652
4653 2008-12-22  Dave Love  <fx@gnu.org>
4654
4655         * imap.el: Fix author email.  Doc fixes.
4656         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4657         reply.
4658
4659 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * spam-report.el (spam-report-gmane-max-requests): New constant.
4662         (spam-report-gmane-wait): New variable.
4663         (spam-report-gmane-ham, spam-report-gmane-spam)
4664         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4665         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4666         the server.
4667
4668         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4669         Add explanations.
4670
4671         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4672         nnheader-accept-process-output and nnheader-read-timeout if available.
4673         (pop3-movemail): Use it.
4674
4675         * message.el (message-check-news-body-syntax): Fix signature check if
4676         there's an attachment.
4677
4678 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * mm-util.el: Add comments to the mm- emulating functions.
4681
4682 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4683
4684         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4685         by Stephen Berman <stephen.berman@gmx.net>.
4686
4687 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * mm-util.el (mm-substring-no-properties): New function.
4690         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4691         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4692         (mm-string-to-multibyte): Doc fix.
4693
4694         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4695
4696 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * mml.el (mml-attach-file): Strip text properties from file name.
4699         (Bug#1574)
4700
4701 2008-12-16  Glenn Morris  <rgm@gnu.org>
4702
4703         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4704
4705 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4708         knows since the charset specified might be a bogus alias that
4709         mm-charset-synonym-alist provides.
4710
4711 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4714         "ISO_8859-1".
4715
4716         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4717
4718 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * mm-util.el (mm-charset-eval-alist):
4721         Define it before mm-charset-to-coding-system.
4722         (mm-charset-to-coding-system): Add optional argument `silent';
4723         define it before mm-charset-override-alist.
4724         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4725         default value if it can be used in Emacs currently running;
4726         silence mm-charset-to-coding-system.
4727
4728 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4731         `allow-override' which says whether to use `mm-charset-override-alist'.
4732         (rfc2047-decode-encoded-words): Use it.
4733
4734         * mm-util.el (mm-charset-override-alist): Fix custom type;
4735         add `(gb2312 . gbk)' to choices.
4736
4737 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4740         fast.
4741
4742         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4743
4744         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4745
4746 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4747
4748         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4749         on links.
4750
4751         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4752
4753 2008-12-03  Lute Kamstra  <lute@gnu.org>
4754
4755         * sha1.el: Remove leading * from docstrings of defcustoms,
4756         deffaces, defconsts and defuns.
4757
4758 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4761         users' addresses that don't have domain parts.
4762         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4763         rather than message-narrow-to-head since there will be the message
4764         header separator.
4765
4766 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4767
4768         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4769         since the result is inserted in a unibyte buffer anyway.
4770         (nnimap-demule-use-string-to-multibyte): Remove.
4771         (nnimap-demule): Alias it to mm-string-to-multibyte.
4772
4773 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4776         variable for debugging bug#464 and bug#1174.
4777         (nnimap-demule): Use it.
4778
4779 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4782         score calculation correctly.
4783
4784 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4785
4786         * message.el (message-send-mail): Just set the buffer to unibyte
4787         rather than use mm-with-unibyte-current-buffer which does a lot more.
4788         (message-send-mail-partially): Don't bother with
4789         mm-with-unibyte-current-buffer since it's already been made unibyte by
4790         message-send-mail.
4791
4792 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4795
4796 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4797
4798         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4799
4800 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4803         require itself and to remove `with-no-warnings'.
4804
4805 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         * starttls.el (starttls-any-program-available): Get the name of the
4808         available TLS layer program.
4809         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4810         well as the host name in the "opening" message.
4811
4812         * auth-source.el (auth-source-cache, auth-source-do-cache)
4813         (auth-source-user-or-password): Cache passwords and logins by default,
4814         allow override with `auth-source-do-cache'.
4815         (auth-source-forget-user-or-password): Allow users to remove cache
4816         entries if needed.
4817
4818 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4819
4820         * md4.el (md4-buffer): Fix typo in docstring.
4821         (md4, md4-64): Doc fixes.
4822         (md4-pack-int32): Reflow docstring.
4823
4824 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4827         condition-case to only the forward-sexp call.
4828
4829 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4832         quotes contained.  Make it more robust regardless by an extra
4833         condition-case wrapper.
4834
4835 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4838
4839 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * nnml.el (nnml-request-expire-articles): Check if the function set to
4842         `nnmail-expiry-target' returns the symbol `delete'.
4843
4844         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4845
4846         * nnmail.el (nnmail-expiry-target): Fix custom type.
4847
4848 2008-10-02  Glenn Morris  <rgm@gnu.org>
4849
4850         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4851         Silence compiler warning.
4852
4853 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4854
4855         * tls.el (open-tls-stream): Show the actual command being
4856         executed, instead of the format string.
4857
4858 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * lpath.el: Fbind codepage-setup for Emacs 23.
4861
4862 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4863
4864         * mml.el (mml-menu): Don't assume mml2015 is bound.
4865
4866 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4869         exists.
4870
4871 2008-09-27  Glenn Morris  <rgm@gnu.org>
4872
4873         * gnus-util.el (mail-header-remove-comments): Autoload it.
4874
4875 2008-09-27  Andreas Schwab  <schwab@suse.de>
4876
4877         * gnus-util.el (gnus-split-references): Strip comments.
4878         (gnus-parent-id): Likewise.
4879
4880 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-confirm-send): Fix version.
4883
4884 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * message.el (message-idna-to-ascii-rhs-1): Use
4887         mail-extract-address-components rather than mail-header-parse-addresses
4888         that is an alias by default to ietf-drums-parse-addresses that does not
4889         support non-ASCII names in headers' contents.
4890
4891 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * message.el (message-confirm-send): Fixed variable documentation to
4894         avoid the "y/n" wording.
4895
4896 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4897
4898         * message.el (message-set-auto-save-file-name): Save to a different
4899         filename so multiple messages (especially drafts) can be recovered.
4900
4901 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * message.el (message-confirm-send): Add appropriate version.
4904
4905 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4908         defvar.
4909
4910 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4911
4912         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4913         (mm-pkcs7-enveloped-magic): Ditto.
4914
4915 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4916
4917         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4918         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4919
4920 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4923         default, it's better.
4924
4925 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4926
4927         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4928         summary line gnus-number property and ignore them (with a warning
4929         message).
4930
4931 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4934         macro caddr in the interactive form since it won't be expanded.
4935
4936 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4939         `charset'; fix name of function called recursively.
4940         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4941
4942 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4945         (gnus-mime-set-charset-parameters): New function.
4946         (gnus-mime-view-part-as-charset): Use it to correctly display part
4947         specifying wrong charset.
4948
4949 2008-09-08  David Engster  <dengste@eml.cc>
4950
4951         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4952         in completing-read for back end server.
4953
4954 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * message.el (message-confirm-send): New variable to confirm sending a
4957         message.
4958         (message-send): Use it.
4959
4960 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4963
4964 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4967
4968 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4971         prevent tracking too many groups.
4972         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4973         Use it.
4974
4975 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4976
4977         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4978         moving point to the bottom of the window in order to avoid recentering.
4979
4980 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4983
4984         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4985         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4986         (gnus-article-beginning-of-window): Fix calculation.
4987
4988 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-msg.el (gnus-summary-supersede-article)
4991         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4992         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4993         message header.
4994
4995 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4996
4997         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4998         pending output coming after the status change.
4999
5000 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5001
5002         * message.el:
5003         * gnus-start.el:
5004         * gnus-registry.el: Remove VMS support.
5005
5006 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5009         macro.
5010         (rfc2104-hash): Use it.
5011
5012 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5015         (gnus-summary-sort-by-most-recent-date): New commands.
5016         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5017         and menu entries.
5018
5019 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5022         don't redisplay article for raw contents; remove plural articles stuff.
5023
5024         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5025         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5026         on gnus-summary-save-article; display results properly.
5027
5028 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * lpath.el: No need to fbind ns-focus-frame.
5031
5032 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5035
5036 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5039         gnus-save-all-headers.
5040
5041 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5042
5043         * gnus-util.el (ns-focus-frame): Remove declaration.
5044         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5045         like x.
5046
5047 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5048
5049         * rfc2104.el (rfc2104-zero): Delete defconst.
5050         (rfc2104-hex-alist): Likewise.
5051         (rfc2104-hex-to-int): Delete func.
5052         (rfc2104-hexstring-to-bitstring): Likewise.
5053         (rfc2104-nybbles): New defconst.
5054         (rfc2104-hash): Rewrite for speed.
5055
5056 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * tls.el (open-tls-stream): Make it work with the 2nd argument
5059         BUFFER that is a string but does not exist as a buffer object, as
5060         mentioned in the doc-string.
5061
5062 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5065         SXEmacs.
5066
5067 2008-07-16  Glenn Morris  <rgm@gnu.org>
5068
5069         * gnus-util.el (ns-focus-frame): Declare for compiler.
5070
5071 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5074         set as a group parameter.
5075         (gnus-summary-save-in-pipe): Work when it is called independently.
5076         (gnus-summary-pipe-to-muttprint): Don't modify
5077         gnus-summary-pipe-output-default-command.
5078
5079 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5080
5081         * message.el (message-send-mail-with-sendmail):
5082         Display the error message.
5083
5084 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * gnus-art.el (gnus-default-article-saver):
5087         Add gnus-summary-save-in-pipe to choices.
5088         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5089         gnus-summary-pipe-output-default-command as the default command.
5090         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5091         instead of gnus-last-shell-command.
5092
5093         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5094         New user option.
5095         (gnus-summary-muttprint-program): Mention the value will be changed.
5096         (gnus-summary-save-article): Force showing of all headers.
5097         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5098
5099 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5100
5101         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5102
5103 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5104
5105         * nnimap.el (nnimap-id):
5106         * sieve-manage.el (sieve-manage-open): Doc fixes.
5107
5108 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5109
5110         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5111         if available.
5112
5113 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5114
5115         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5116
5117         * nnkiboze.el (nnkiboze-generate-group):
5118         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5119
5120         * nnmairix.el: Require CL.
5121
5122 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * dgnushack.el: Autoload get-display-table and put-display-table for
5125         XEmacs 21.5.
5126
5127         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5128         21.4 and SXEmacs.
5129
5130 2008-06-15  David Engster  <dengste@eml.cc>
5131
5132         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5133
5134 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5135
5136         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5137         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5138         runtime choice under XEmacs.
5139
5140         * gnus-sum.el (gnus-summary-set-display-table):
5141         Use `gnus-put-display-table', `gnus-get-display-table',
5142         `gnus-set-display-table' for the display table, instead of `aset'.
5143
5144         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5145         Use `gnus-put-display-table', `gnus-get-display-table',
5146         `gnus-set-display-table' for the display table.
5147
5148 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * nnmairix.el: Add autoloads.
5151
5152 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * nnmairix.el (nnmairix-delete-recreate-group)
5155         (nnmairix-update-and-clear-marks): Fix error messages.
5156
5157 2008-06-14  David Engster  <dengste@eml.cc>
5158
5159         * nnmairix.el: Upgrade to version 0.6.
5160         (nnmairix-group-toggle-propmarks-this-group)
5161         (nnmairix-group-toggle-readmarks-this-group)
5162         (nnmairix-group-delete-recreate-this-group)
5163         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5164         (nnmairix-remove-tick-mark-original-article): New commands.
5165         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5166         (nnmairix-propagate-marks-to-nnmairix-groups)
5167         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5168         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5169         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5170         functions needed for marks propagation and manipulation of read marks.
5171         (nnmairix-update-groups): New function.
5172         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5173         (nnmairix-determine-original-group-from-registry)
5174         (nnmairix-determine-original-group-from-path)
5175         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5176         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5177         New helper functions.
5178         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5179         keystrokes for new commands.
5180         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5181         (nnmairix-request-group): Check allow-fast group parameter.
5182         (nnmairix-request-create-group): Set allow-fast group parameter if
5183         nnmairix-allowfast-default is set.
5184         (nnmairix-close-group): Propagate marks upon closing if needed.
5185         (nnmairix-group-toggle-threads-this-group): Use new.
5186         nnmairix-group-toggle-parameter helper function.
5187         (nnmairix-search): Better check for empty search result.
5188         (nnmairix-goto-original-article): Use new helper functions for
5189         determining original article.
5190         (nnmairix-show-original-article): Make sure message-id is in brackets.
5191         (nnmairix-call-mairix-binary): Change variable name.
5192         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5193         helper function.
5194         (nnmairix-widget-toggle-activate): Fix doc string.
5195
5196 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * nnir.el: Require edmacro when compiling with XEmacs.
5199         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5200         available in Emacs 21.
5201
5202 2008-06-11  Glenn Morris  <rgm@gnu.org>
5203
5204         * gnus-util.el (x-focus-frame):
5205         * gnus.el (image-size):
5206         * mm-decode.el (image-size): Declare.
5207
5208         * gnus-picon.el (declare-function): Add compat definition.
5209         (image-size): Declare.
5210
5211         * gnus-group.el (tool-bar-map):
5212         * gnus-sum.el (tool-bar-map): Define for compiler.
5213
5214         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5215
5216         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5217
5218         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5219         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5220         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5221         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5222         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5223         * sieve-manage.el, spam-report.el, spam.el:
5224         Remove unnecessary eval-and-compile of autoloads.
5225
5226 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5227
5228         * auth-source.el: Precise Tramp doc.
5229
5230 2008-06-07  Glenn Morris  <rgm@gnu.org>
5231
5232         * nnmairix.el: Remove unnecessary eval-when-compile.
5233
5234 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * lpath.el: Fbind propertize for XEmacs 21.4.
5237
5238 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * nnir.el: Move here from ../contrib.
5241
5242 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * gnus-util.el (gnus-read-shell-command): New function.
5245         * mm-decode.el (mm-pipe-part):
5246         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5247
5248 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5251
5252 2008-06-03  Glenn Morris  <rgm@gnu.org>
5253
5254         * pop3.el (nnheader-accept-process-output): Autoload it.
5255
5256 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5259         are not 2-digit hexadecimal characters that follow `%'s.
5260
5261 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * message.el (message-bogus-recipient-p): Fix type in doc string.
5264         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5265         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5266         Improve custom options.
5267         (message-bogus-recipient-p): Adjust accordingly.
5268
5269 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5270
5271         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5272         long-form month and day names.
5273
5274 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * dgnushack.el: Autoload debug, eudc-expand-inline and
5277         pgg-snarf-keys-region for XEmacs.
5278
5279         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5280
5281         * nnmairix.el: Require edmacro when compiling with XEmacs.
5282
5283 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5286         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5287
5288 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * auth-source.el: Add more docs.
5291
5292         * netrc.el (netrc-machine): Always match if the port is not given.
5293
5294 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5297         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5298         retrieval faster in some cases, but might make CPU usage larger.  If
5299         this has any bad side effects, we might revert this change.
5300
5301         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5302         seems to make mail retrieval much, much faster.
5303         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5304         unconditionally.
5305
5306         * gnus-draft.el (gnus-group-send-queue): Bind
5307         message-send-mail-partially-limit to nil to avoid being prompted.
5308
5309 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5312
5313         * message.el (message-bogus-address-regexp): Fix and improve custom
5314         type.
5315         (message-setup-hook): Add message-check-recipients as custom option.
5316
5317 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * message.el (message-cite-function): Remove bogus autoload which crept
5320         in during merge from v5-10.
5321
5322 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5325
5326         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5327
5328         * auth-source.el: Preliminary Tramp docs.
5329         (auth-sources): Change the default auth-sources to use
5330         EPA .gpg files.
5331
5332 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * nntp.el: Autoload `auth-source-user-or-password'.
5335         (nntp-send-authinfo): Use it.
5336
5337         * nnimap.el: Autoload `auth-source-user-or-password'.
5338         (nnimap-open-connection): Use it.
5339
5340         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5341         for the gnus-message function.
5342         (auth-source-user-or-password): Use it.
5343
5344 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5347         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5348         (rfc2104-hash): Use it.
5349
5350 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5351
5352         * gnus-art.el (gnus-article-toggle-truncate-lines):
5353         Don't use `iff' in docstring.
5354
5355 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5358
5359         * gnus-util.el (gnus-extract-address-component-name)
5360         (gnus-extract-address-component-email): Convenience functions around
5361         `gnus-extract-address-components'.
5362
5363         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5364         Use `gnus-extract-address-component-email' to fix bug of comparing full
5365         sender name to `user-mail-address'.
5366
5367 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5370         catch/throw to optimize.
5371         (gnus-registry-find-keywords): Just use member to find a keyword.
5372
5373 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5374
5375         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5376         is current before calling gnus-server-prepare.
5377         (gnus-server-setup-buffer, gnus-server-update-server)
5378         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5379
5380 2008-05-04  Juri Linkov  <juri@jurta.org>
5381
5382         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5383         (mailcap-file-default-commands): Use mailcap-replace-in-string
5384         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5385         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5386
5387 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5388
5389         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5390
5391 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5392
5393         * gnus.el: Bump version to 0.11.
5394
5395 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5396
5397         * gnus.el: No Gnus v0.10 is released.
5398
5399 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5402         hooks.
5403         (gnus-update-read-articles): Speed up non-marks-using users.
5404         (gnus-use-marks): Define gnus-use-marks.
5405         (gnus-propagate-marks): Rename variable to something more sensible.
5406
5407 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5408
5409         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5410         (gmm-image-load-path-for-library): Fix typos in docstrings.
5411         (gmm-message): Reflow docstring.
5412
5413 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * mail-source.el (mail-source-set-1, mail-source-bind):
5416         Move auth-source code out of the macro to clean it up and fix bugs.
5417
5418 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5421         by sender if it's equal to user-mail-address, it's likely to be
5422         useless.
5423
5424         * mail-source.el (mail-source-bind): Don't use user or password if they
5425         are not bound.  Unintern them if they are nil.  Don't use server unless
5426         it's bound, and default it to empty string otherwise.
5427
5428 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * mail-source.el: Load auth-source.el.
5431         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5432         get user name or password, if auth-sources is set up.
5433
5434         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5435         strategy of splitting with parent.
5436         (gnus-registry-split-fancy-with-parent)
5437         (gnus-registry-post-process-groups): Use it and fix prior
5438         bug (returning a list as the split result).
5439
5440         * auth-source.el (auth-sources): Remove server parameter.
5441         (auth-source-pick, auth-source-user-or-password)
5442         (auth-source-user-or-password-imap)
5443         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5444         (auth-source-user-or-password-sftp)
5445         (auth-source-user-or-password-smtp): Remove server parameter.
5446
5447 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5448
5449         * smime.el (smime-sign-region, smime-encrypt-region)
5450         (smime-decrypt-region):
5451         Remove redundant calls to `generate-new-buffer-name'.
5452
5453 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5454
5455         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5456         Don't use QP for message/rfc822.
5457         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5458
5459 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * sieve-manage.el (sieve-string-bytes): Remove.
5462         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5463         correct byte-length only if the process's coding-system is the same as
5464         the one used internally by Emacs to represent strings.
5465
5466 2008-04-22  Juri Linkov  <juri@jurta.org>
5467
5468         * mailcap.el (mailcap-file-default-commands): New function.
5469
5470 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * message.el (message-signature-separator, message-cite-function):
5473         Change custom version.
5474
5475 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5476
5477         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5478         commands.
5479         (tls-checktrust): Ditto.
5480
5481 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * mm-decode.el (mm-display-external): Make temp file read-only.
5484
5485 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5488         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5489         `C-c C-f d'.
5490
5491 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5492
5493         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5494
5495 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus.el: Bump version to 0.9.
5498
5499 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus.el: No Gnus v0.8 is released.
5502
5503 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5504
5505         * mail-source.el (mail-source-value):
5506         Prefer fboundp to functionp so it works with macros as well.
5507
5508 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5509
5510         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5511         Fix last change in case the element is not even a symbol.
5512
5513 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5516         Prefer fboundp to functionp so it works with macros as well.
5517
5518 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * auth-source.el: Added docs.
5521         (auth-sources): Modify format to support server.
5522         (auth-source-pick, auth-source-user-or-password)
5523         (auth-source-user-or-password-imap)
5524         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5525         (auth-source-user-or-password-sftp)
5526         (auth-source-user-or-password-smtp): Add server parameter.
5527
5528 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-registry.el: Initialize the registry when gnus-registry-install
5531         is t.
5532
5533 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * compface.el (uncompface): Make buffer unibyte.
5536
5537 2008-04-05  Glenn Morris  <rgm@gnu.org>
5538
5539         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5540
5541 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5544         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5545
5546         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5547         multibyteness after rather than before erasing it.
5548
5549         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5550         mm-with-multibyte.
5551         (gnus-request-article-this-buffer): Make sure the proper decoding is
5552         used if gnus-original-article-buffer happens to be unibyte.
5553
5554         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5555         default-enable-multibyte-characters.
5556
5557         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5558         default-enable-multibyte-characters.
5559
5560         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5561
5562         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5563
5564 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5565
5566         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5567         (imap-message-copyuid-1): Use it.
5568         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5569         J. Williams in
5570         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5571
5572         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5573         imap-enable-exchange-bug-workaround.
5574         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5575
5576 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5577
5578         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5579         a 100 byte status-checks into a 2-3MB transfer for each group.
5580         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5581         to enable bug workaround or not.
5582         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5583
5584 2008-03-31  Glenn Morris  <rgm@gnu.org>
5585
5586         * message.el (mml2015-use): Declare for compiler.
5587         (message-info): Require mml2015 when appropriate.
5588
5589 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5592         whitespace.
5593
5594 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5597         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5598         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5599         (nntp-service-to-port): New function.
5600         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5601         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5602         (nntp-open-netcat-stream): New function.
5603         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5604
5605 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5606
5607         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5608
5609 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5610
5611         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5612
5613 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5614
5615         * dns.el (dns-write): Use set-buffer-multibyte.
5616
5617 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5618
5619         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5620
5621 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * message.el (message-signature-separator): Change default.
5624         Improve custom type.
5625         (message-cite-function): Change default to
5626         message-cite-original-without-signature.
5627
5628         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5629         toggle.
5630
5631         * message.el (message-check-news-body-syntax): Fix signature check.
5632         (message-setup-1): Mark buffer as unmodified _after_ running
5633         message-setup-hook and handling message-alternative-emails.
5634         (message-shorten-references): Be more strict when building list of
5635         valid references to comply with GNKSA.
5636
5637         * gnus-group.el (gnus-read-ephemeral-bug-group)
5638         (gnus-read-ephemeral-debian-bug-group)
5639         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5640
5641         * message.el (message-info): Don't use booleanp which isn't supported
5642         in Emacs 21 and XEmacs.
5643
5644 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5647         gnus-group-gmane-group-download-format.
5648         (gnus-group-read-ephemeral-gmane-group): Rename from
5649         gnus-group-read-ephemeral-gmane-group.
5650         (gnus-read-ephemeral-gmane-group-url): Rename from
5651         gnus-group-read-ephemeral-gmane-group-url.
5652         (gnus-bug-group-download-format-alist): New variable.
5653         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5654         (gnus-read-ephemeral-emacs-bug-group): New commands.
5655
5656 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5659         (gnus-visible-headers): Improve custom type.
5660
5661 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * mml.el (mml-menu): Add workarounds for XEmacs.
5664
5665         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5666         X-Boundary header.
5667
5668         * message.el (message-simplify-recipients): Fix previous commit.
5669
5670 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5671
5672         * mm-util.el (mm-set-buffer-multibyte): New function.
5673         * mm-decode.el (mm-copy-to-buffer): Use it.
5674
5675 2008-03-19  Glenn Morris  <rgm@gnu.org>
5676
5677         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5678         Accidentally removed in the sync process with Emacs.
5679
5680 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * message.el (message-alter-recipients-discard-bogus-full-name):
5683         New function.
5684         (message-alter-recipients-function): New variable.
5685         (message-get-reply-headers): Use it.
5686         (message-replace-header): New helper function.
5687         (message-recipients-without-full-name): New variable.
5688         (message-simplify-recipients): New command.
5689
5690         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5691
5692         * message.el (message-info): Handle EasyPG manual.
5693
5694         * mml.el (mml-menu): Add entry for EasyPG.
5695
5696 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5697
5698         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5699         parameter.
5700
5701         * message.el (message-disassociate-draft): Specify drafts group name
5702         fully.
5703
5704 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5707         unnecessary duplicates from the match list.
5708
5709 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5712
5713         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5714
5715         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5716         args of `how-many' of which the XEmacs version doesn't take; declare
5717         Info-index-next as function.
5718
5719 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * gnus-score.el (gnus-score-headers): Fix handling of
5722         gnus-inhibit-slow-scoring.
5723
5724         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5725         string.
5726         (gnus-button-url-regexp): Improve handling of parenthesis.
5727         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5728         (gnus-button-handle-info-keystrokes): Handle index entries.
5729
5730 2008-03-15  Glenn Morris  <rgm@gnu.org>
5731
5732         * parse-time.el (parse-time-string): Simplify.
5733
5734 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5737         Incoming* files.
5738
5739 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5742         (auth-source-pick): Use it.
5743
5744 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * binhex.el (binhex-decode-region-internal):
5747         * uudecode.el (uudecode-decode-region-internal):
5748         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5749         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5750         setting default-enable-multibyte-characters.
5751
5752 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * auth-source.el (auth-source-protocols)
5755         (auth-source-protocols-customize, auth-source-choices): Added and
5756         modified variable customizations and defaults.
5757         (auth-source-pick, auth-source-user-or-password)
5758         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5759         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5760         (auth-source-user-or-password-sftp)
5761         (auth-source-user-or-password-smtp): Use new variables and provide an
5762         interface to netrc.el.
5763
5764 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5767         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5768         Make sure the nntp port to specify is a string.
5769
5770 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5771
5772         * nntp.el: Use with-current-buffer.
5773         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5774         dubious mm-with-unibyte-current-buffer.
5775         (nntp-with-open-group-function): New function extracted from
5776         nntp-with-open-group macro.
5777         (nntp-with-open-group): Use the function, so it's easier to debug.
5778         Add indentation and debugging info.
5779         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5780         the use of the netcat alternatives.
5781
5782         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5783         Avoid mm-string-as-multibyte as well.
5784
5785         * nnweb.el (nnweb-insert-html):
5786         Remove use of nnheader-string-as-multibyte.
5787
5788         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5789         (nnheader-string-as-multibyte): Remove.
5790
5791         * mm-view.el: Use inhibit-read-only.
5792         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5793         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5794         or unibyte-string.
5795
5796         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5797         (mm-uu-yenc-extract): Use with-current-buffer.
5798
5799         * gnus-soup.el (gnus-soup-send-packet): Don't use
5800         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5801
5802         * nnmh.el: Use with-current-buffer.
5803         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5804         mm-string-as-multibyte on the output of mm-encode-coding-string.
5805
5806         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5807         (nnimap-request-move-article): Use with-current-buffer.
5808
5809         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5810         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5811         conversion uses string-make-unibyte rather than string-as-unibyte.
5812
5813         * gnus-msg.el: Use with-current-buffer.
5814
5815         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5816
5817 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5818
5819         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5820         string for caching if it is 'PIN.
5821
5822 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * lpath.el: Consider the case without Emacs/W3.
5825
5826 2008-03-08  Glenn Morris  <rgm@gnu.org>
5827
5828         * time-date.el (date-to-time, time-subtract, time-add)
5829         (safe-date-to-time): Doc fixes.
5830
5831 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * mail-source.el (mail-source-delete-old-incoming-confirm):
5834         Change default to nil.
5835         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5836
5837 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * lpath.el: Rearrange.
5840
5841         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5842         (gnus-article-goto-prev-page): Work for articles having ^L's.
5843
5844         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5845
5846         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5847
5848 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5849
5850         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5851         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5852         (gnus-bookmark-jump): Adjust some variable names.
5853
5854 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * auth-source.el: New package.
5857         (auth-source-choices): Add customization entry point variable.
5858
5859         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5860         bug.
5861
5862 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5865         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5866         (gnus-registry-install-shortcuts): Rename from
5867         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5868         the `gnus-registry-mark-map' keymap dynamically from
5869         `gnus-registry-marks'.  The generated functions update the summary line
5870         when a registry mark is added or deleted, and will call
5871         `gnus-registry-install-p' (see the comments in the code).
5872         (gnus-registry-user-format-function-M): Use concat intelligently.
5873
5874         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5875         the registry mark functions.
5876
5877 2008-03-05  Glenn Morris  <rgm@gnu.org>
5878
5879         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5880         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5881         gnus-art.
5882         (top-level): No need to load own source when compiling.
5883
5884 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5887         Suggested by <chris.anderton@zetnet.co.uk>.
5888
5889 2008-03-04  Glenn Morris  <rgm@gnu.org>
5890
5891         * gnus-sum.el (top-level): No need to require gnus when compiling,
5892         since unconditionally required near start of file.
5893         (gnus-summary-display-while-building): Move definition before use.
5894
5895 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5898         formatting function.
5899
5900 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5903         with plists.
5904         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5905         Use new format.
5906
5907 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5910         `where-is-internal' that returns a range of key sequences.
5911
5912 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5915
5916         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5917         (gnus-summary-jump-to-group): Consider windows on other displayed
5918         frames as well.  Similar changes might be needed elsewhere, but that's
5919         the one I've bumped into during my use.
5920
5921         * nndoc.el (nndoc-oe-dbx-type-p):
5922         * gnus-msg.el (gnus-debug):
5923         * gnus-group.el (gnus-update-group-mark-positions):
5924         Use mm-string-to-multibyte.
5925
5926 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5929         doesn't handle NotDashEscaped.
5930
5931         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5932         (mml-dnd-attach-options): Fix typo in custom choice.
5933
5934         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5935         nndoc-article-type to mbox.
5936         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5937
5938         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5939         to nil, instead of html2text.
5940
5941         * imap.el (imap-debug): Add `imap-ping-server'.
5942
5943         * gnus-bookmark.el: Add FIXMEs.
5944
5945         * message.el (message-form-letter-separator)
5946         (message-send-form-letter-delay): New variables.
5947         (message-send-form-letter): Use them.  New command to send form
5948         letters.  Requested by Uwe Siart.
5949         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5950
5951 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * Update copyright years.
5954
5955 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         Sync from EMACS_22_BASE.
5958
5959         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5960
5961 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5962
5963         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5964         empty author.
5965
5966 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * gnus-registry.el (gnus-registry-marks): Add variable for
5969         customization of marks and their appearance.
5970         (gnus-registry-read-mark): Use it.
5971         (gnus-registry-do-marks): Add utility function to loop through
5972         `gnus-registry-marks'.
5973         (gnus-registry-install-shortcuts-and-menus): Add function to install
5974         shortcuts and menus.
5975         (gnus-registry-initialize): Use it.
5976         (gnus-registry-default-mark): Clarify documentation.
5977
5978 2008-02-29  Glenn Morris  <rgm@gnu.org>
5979
5980         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5981         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5982         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5983         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5984         Change defcustom :version from 23.0 to 23.1.
5985
5986 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-registry.el (gnus-registry-follow-group-p)
5989         (gnus-registry-post-process-groups): Add functions to aid registry
5990         splitting and improve logging.  Clarify behavior in function
5991         documentation.
5992         (gnus-registry-split-fancy-with-parent): Use them.
5993
5994 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5995
5996         * gnus-art.el: Use with-current-buffer.
5997
5998 2008-02-27  David Engster  <dengste@eml.cc>
5999
6000         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6001         Express real group name in the response.
6002
6003 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6006         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6007         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6008         autoload gnus-registry-fetch-group when compiling.
6009         (nnmairix-request-group-with-article-number-correction): Remove
6010         unreferenced argument passed to nnmairix-call-backend.
6011
6012 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6015         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6016         Wilde.
6017
6018 2008-02-27  Glenn Morris  <rgm@gnu.org>
6019
6020         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6021         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6022         variables to defconsts.  Convert comments to doc-strings.
6023         (nnmairix-last-server, nnmairix-current-server): Convert from free
6024         variables to defvars.  Convert comments to doc-strings.
6025         (gnus-registry-fetch-group): Autoload.
6026         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6027         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6028         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6029         caddr.
6030         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6031         nnmairix-request-group-with-article-number-correction call.
6032         (nnmairix-fast, nnmairix-group): New, less general names, for free
6033         variables passed from nnmairix-request-group to
6034         nnmairix-request-group-with-article-number-correction.  Declare.
6035         (nnmairix-request-group-with-article-number-correction):
6036         Use nnmairix-fast, nnmairix-group rather than fast, group.
6037
6038 2008-02-26  David Engster  <dengste@eml.cc>
6039
6040         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6041         version 0.5.
6042
6043 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6046         instead of making an extra function call.  Don't add the current group
6047         to articles only when they have the group.  Use
6048         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6049         Reported by David <de_bb@arcor.de>.
6050
6051 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6054         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6055
6056 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * mail-source.el (mail-source-delete-incoming): Change default.
6059         Supplement doc string.
6060
6061         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6062
6063 2008-02-14  Glenn Morris  <rgm@gnu.org>
6064
6065         * time-date.el (format-seconds): New function.
6066
6067 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * nnmail.el (nnmail-message-id-cache-file): Derive from
6070         `gnus-home-directory'.
6071
6072 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6075         Document negative prefix.
6076
6077         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6078
6079 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * message.el (message-unsent-separator): Add the Exim bounce
6082         separator.
6083
6084 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6085
6086         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6087         list.
6088         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6089         recipient/signer list.
6090
6091 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * Makefile.in (datarootdir): Define.
6094         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6095         name that might contain whitespace.
6096
6097 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6100         fbound (Emacs 23 unicode), signal an error.
6101
6102 2008-02-08  Glenn Morris  <rgm@gnu.org>
6103
6104         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6105
6106 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6107
6108         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6109         ports to the calls to `netrc-machine-user-or-password' in addition to
6110         "imap" and "imaps".
6111
6112 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6113
6114         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6115
6116         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6117
6118 2008-02-01  Kenichi Handa  <handa@m17n.org>
6119
6120         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6121         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6122         (rfc2104-hash): Convert the result of concat to unibyte string.
6123
6124 2008-02-01  Dave Love  <fx@gnu.org>
6125
6126         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6127         coding-system-for-read.
6128         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6129
6130 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6133         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6134         <hanche@math.ntnu.no>.
6135
6136 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6139
6140         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6141
6142 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6143
6144         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6145         * message.el (message-beginning-of-line): Use featurep instead of bound
6146         tests in order to resolve conditionals at compile time.
6147
6148 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6149
6150         * mail-source.el (mail-sources): Add `group' choice.
6151
6152         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6153         parameter `in-group' to control into which group the articles go.
6154         Add treatment of `group' mail-source.
6155
6156 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6159
6160         * mm-decode.el (mm-dissect-buffer): Decode description.
6161
6162         * mml.el (mml-to-mime): Encode message header first.
6163
6164 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6167         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6168
6169         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6170         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6171
6172 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6175
6176 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6179         prefix keys.
6180         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6181         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6182         gnus-xmas.el.
6183
6184         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6185         (gnus-xmas-article-describe-bindings): New function.
6186         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6187         gnus-xmas-article-describe-bindings.
6188
6189         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6190
6191 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6194         Add new variables for article mark management.
6195         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6196         list of extra data entries which, when present, will indicate that the
6197         article ID should not be trimmed from the registry.
6198         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6199         functions.
6200         (gnus-registry-read-mark): New function to read a mark name from the
6201         user.
6202         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6203         (gnus-registry-set-article-mark-internal): New functions to add and
6204         remove marks.
6205         (gnus-registry-get-article-marks): New function to show the marks for
6206         an article, or retrieve them for further use.
6207
6208 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6211         keys when no argument is given.
6212
6213 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * imap.el (imap-ping-server): New variable.
6216         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6217         (imap-ping-server): Minor doc string fixes.
6218
6219 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6220
6221         * imap.el (imap-ping-server): New function.
6222         (imap-opened): Call imap-ping-server.
6223
6224 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-sum.el (gnus-article-sort-by-random)
6227         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6228         jidanni@jidanni.org.
6229
6230 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-art.el (gnus-article-describe-bindings): New function.
6233         (gnus-article-read-summary-keys): Use it.
6234         (gnus-article-mode-map): Bind `C-h b' to it.
6235
6236 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6239         XEmacs.
6240         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6241         against non-character events.
6242
6243         * lpath.el: Fbind map-keymap for Emacs 21.
6244
6245 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6248         command.
6249         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6250         instead of END.  Change name of the temp file.
6251         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6252         customizable.
6253
6254 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6257         bind `S W' to gnus-article-wide-reply-with-original; set default
6258         binding to gnus-article-read-summary-send-keys.
6259         (gnus-article-read-summary-keys): Fix the order of keys; display
6260         continuation keys correctly in the echo area; describe bindings
6261         correctly when keys end with `C-h'.
6262         (gnus-article-read-summary-send-keys): New function.
6263         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6264         for gnus-article-read-summary-send-keys; display continuation keys
6265         correctly in the echo area.
6266         (gnus-article-reply-with-original): Ignore prefix argument.
6267         (gnus-article-wide-reply-with-original): New function.
6268
6269         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6270         Emacs 21.
6271
6272 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6275         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6276
6277 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6280         (gnus-group-read-ephemeral-gmane-group): New command.
6281
6282 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6283
6284         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6285
6286 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * message.el (message-send-mail-function): Increase custom version.
6289
6290         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6291         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6292
6293 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6296         for the cases where imap-authenticate is called with a nil buffer
6297         parameter.
6298
6299 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6302         html parts correctly; support forwarded messages.
6303         (gnus-article-browse-html-article): Remove work buffers.
6304
6305         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6306         compiling.
6307         (netrc-bound-and-true-p): New macro.
6308         (netrc-parse): Use it instead of bound-and-true-p that is not available
6309         in XEmacs 21.4.
6310
6311 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * gnus-registry.el (gnus-registry-mark-article)
6314         (gnus-registry-article-marks): Add functionality to mark articles
6315         through the Gnus registry.
6316
6317         * encrypt.el: Clarify documentation for the new pgg method.
6318         (encrypt-file-alist): Add PGG option.
6319         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6320         functionality.  Abstract password key and messaging to external
6321         functions.
6322         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6323         (encrypt-message-method-and-cipher): Add new convenience external
6324         functions.
6325         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6326         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6327
6328         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6329         (netrc-parse): Use encrypt-file-alist to determine if
6330         encrypt-find-model or encrypt-insert-file-contents should be used.
6331
6332         * encrypt.el: Clarify documentation.  Load password-cache or
6333         password, whichever one is found first, instead of autoloading.
6334
6335 2007-12-19  Glenn Morris  <rgm@gnu.org>
6336
6337         * mml.el (message-options-set, message-narrow-to-head)
6338         (message-in-body-p, message-mail-p, message-encode-message-body):
6339         Autoload.
6340         (message-remove-header, message-narrow-to-headers-or-head)
6341         (message-subscribed-p, message-make-mail-followup-to)
6342         (message-position-on-field, message-news-p)
6343         (message-options-set-recipient, message-generate-headers)
6344         (message-sort-headers): Declare as functions.
6345
6346 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6349         convention in doc string.
6350
6351 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6354         title to html parts.
6355         (gnus-article-browse-html-article): Pass message header to it.
6356
6357         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6358
6359 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6362         or password compatible with XEmacs.
6363
6364 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6367         format document.
6368         (gnus-mime-delete-part): Don't write description line if empty.
6369         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6370
6371 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6372
6373         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6374         (gnus-summary-mark-read-and-unread-as-read)
6375         (gnus-summary-mark-current-read-and-unread-as-read)
6376         (gnus-summary-mark-unread-as-ticked): Doc fix.
6377         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6378
6379 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6382         Christoph Conrad <christoph.conrad@gmx.de>.
6383
6384 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6387         yes-or-no-p.
6388
6389 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * mm-decode.el (mm-add-meta-html-tag): New function.
6392         (mm-save-part-to-file, mm-pipe-part): Use it.
6393
6394         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6395         gnus-y-or-n-p instead of y-or-n-p.
6396         (gnus-article-browse-html-parts): Work with message/external-body; use
6397         mm-add-meta-html-tag.
6398
6399 2007-12-11  Glenn Morris  <rgm@gnu.org>
6400
6401         * gnus-cache.el: Require gnus-sum not just when compiling.
6402
6403         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6404
6405         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6406         definitions before use.
6407
6408         * mm-decode.el: Require gnus-util.
6409         (mm-remove-part): Only call delete-annotation on XEmacs.
6410
6411         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6412
6413         * nnmail.el: Require gnus-int.
6414
6415         * spam.el: Move `require's before `eval-when-compile's.
6416
6417         * gnus-ems.el (gnus-alive-p):
6418         * gnus-fun.el (message-goto-eoh):
6419         * gnus-util.el (gnus-group-name-decode):
6420         * mail-source.el (gnus-compress-sequence):
6421         * message.el (Info-goto-node, format-spec):
6422         * mm-bodies.el (message-options-get):
6423         * mm-decode.el (mm-view-pkcs7):
6424         * mm-util.el (gmm-write-region):
6425         * mml-smime.el (mml-compute-boundary)
6426         (gnus-completing-read-with-default):
6427         * mml.el (widget-button-press, gnus-make-hashtable):
6428         * mml1991.el (mm-decode-content-transfer-encoding)
6429         (mm-encode-content-transfer-encoding)
6430         (message-options-get, message-options-set):
6431         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6432         * nnfolder.el (gnus-request-group):
6433         * nnheader.el (ietf-drums-unfold-fws):
6434         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6435         * smime.el (gnus-run-mode-hooks):
6436         * spam-stat.el (gnus-message): Autoload.
6437
6438         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6439         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6440         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6441         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6442         Add declare-function compatibility definition.
6443
6444         * gnus-cache.el (nnvirtual-find-group-art):
6445         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6446         (gnus-add-image, gnus-add-wash-type):
6447         * gnus-group.el (nnkiboze-score-file):
6448         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6449         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6450         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6451         (message-tokenize-header, gnus-get-buffer-create)
6452         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6453         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6454         * gnus.el (gnus-group-decoded-name):
6455         * mail-source.el (imap-capability):
6456         * mm-bodies.el (message-options-set):
6457         * mm-decode.el (gnus-configure-windows):
6458         * mm-extern.el (message-goto-body):
6459         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6460         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6461         (epg-sub-key-validity, message-options-set):
6462         * mml.el (widget-event-point, gnus-configure-windows):
6463         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6464         * mml2015.el (epg-check-configuration, epg-configuration)
6465         (message-options-set):
6466         * nndb.el (nndb-request-article):
6467         * nnfolder.el (gnus-request-create-group):
6468         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6469         * nnmaildir.el (gnus-group-mark-article-read):
6470         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6471         * rfc1843.el (message-fetch-field):
6472         * spam.el (gnus-extract-address-components):
6473         Declare as functions.
6474
6475 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6478
6479         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6480
6481         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6482         bind show-trailing-whitespace for XEmacs.
6483
6484 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6487         new no-op macro for backward compatibility.
6488
6489         * imap.el (imap-string-to-integer): New function.
6490
6491 2007-12-09  Glenn Morris  <rgm@gnu.org>
6492
6493         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6494
6495         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6496         * message.el, mm-view.el, sieve-manage.el, smime.el:
6497         Add declare-function compatibility definition.
6498
6499         * gnus-art.el (w3-region, w3m-region, Info-menu):
6500         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6501         * gnus-sum.el (gnus-get-predicate):
6502         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6503         * message.el (mail-abbrev-in-expansion-header-p):
6504         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6505         (w3m-detect-meta-charset, w3m-region):
6506         * sieve-manage.el (password-read, password-cache-add)
6507         (password-cache-remove):
6508         * smime.el (password-read-and-add): Declare as functions.
6509
6510 2007-12-08  David Kastrup  <dak@gnu.org>
6511
6512         * gnus-sum.el (gnus-summary-simplify-subject-query):
6513         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6514         `message'.
6515
6516 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6519         it to bind idna-program, installation-directory, defined-colors, and
6520         face-attribute for XEmacs of the version that compiles defcustom forms.
6521
6522 2007-12-07  Glenn Morris  <rgm@gnu.org>
6523
6524         * gnus-art.el (article-make-date-line): Revert previous change.
6525
6526 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6529
6530 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6531
6532         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6533         Call gnus-add-to-range ranges only once with a prepared article-list.
6534
6535 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6536
6537         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6538         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6539         group names with backslashes.  Reported by Tassilo Horn
6540         <tassilo@member.fsf.org>.
6541
6542 2007-12-06  Deepak Goel  <deego3@gmail.com>
6543
6544         * gnus-art.el (article-make-date-line):
6545         * gnus-start.el (gnus-load):
6546         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6547
6548 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-use-idna)
6551         * gnus-start.el (gnus-site-init-file)
6552         * message.el (message-use-idna)
6553         * mm-uu.el (mm-uu-hide-markers)
6554         * smiley.el (smiley-style): Revert changes that suppress warnings.
6555
6556 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6559         specify charset to html source.  Reported by Christoph Conrad
6560         <christoph.conrad@gmx.de>.
6561
6562 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6565         idna-program in order to suppress byte compile warning issued by XEmacs
6566         that came to byte compile the default value section of defcustom forms
6567         recently.
6568
6569         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6570         value of installation-directory.
6571
6572         * message.el (message-use-idna): Don't directly refer to the value of
6573         idna-program.
6574
6575         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6576
6577         * smiley.el (smiley-style): Don't directly call face-attribute.
6578
6579 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6582
6583         * gnus-dired.el: Reduce Gnus dependencies.
6584         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6585         require.  Use autoloads instead.
6586         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6587         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6588         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6589         (gnus-dired-mode): Adjust doc string.
6590         (gnus-dired-mail-mode): New variable.
6591         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6592         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6593         (gnus-dired-mail-buffers): New function.  Return mail or message
6594         composition buffers.
6595         (gnus-dired-attach): Use it.
6596         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6597         NO-DECODE.
6598         (gnus-dired-print): Use `gnus-print-buffer' depending on
6599         `gnus-dired-mail-mode'.
6600
6601 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * rfc2047.el (rfc2047-encoded-word-regexp)
6604         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6605         explaining what regexp patterns are for.
6606
6607 2007-12-04  Glenn Morris  <rgm@gnu.org>
6608
6609         * password.el: Move to password-cache.el.
6610
6611         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6612         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6613         * mml-smime.el (password-read, password-cache-add)
6614         (password-cache-remove):
6615         No need to autoload, since mml-sec requires password.
6616
6617         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6618         * message.el (gnus-extract-address-components):
6619         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6620
6621         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6622         password.
6623
6624 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * mailcap.el: Reduce dependencies.
6627         (mail-header-parse-content-type): Autoload.
6628         (mailcap-delete-duplicates): New alias.
6629         (mailcap-mime-info): Add optional argument NO-DECODE.
6630         (mailcap-mime-types): Use mailcap-delete-duplicates.
6631
6632         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6633
6634 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6635
6636         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6637         (imap-parse-status): Upcase status-att for servers that sends them
6638         lower-case (e.g., MS Exchange 2007).
6639
6640 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6643         function.
6644
6645         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6646         (gnus-uu-yenc-article): New function.
6647
6648         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6649
6650         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6651         buffer.
6652
6653 2007-12-02  Glenn Morris  <rgm@gnu.org>
6654
6655         * binhex.el (binhex): New custom group.
6656         (binhex-decoder-program, binhex-decoder-switches)
6657         (binhex-use-external): Move to the binhex custom group.
6658
6659         * uudecode.el (uudecode): New custom group.
6660         (uudecode-decoder-program, uudecode-decoder-switches)
6661         (uudecode-use-external): Move to the uudecode custom group.
6662
6663         * netrc.el (top-level): Don't load `encrypt' features.
6664         (netrc-parse): Don't use encrypt.
6665         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6666
6667         * encrypt.el: Remove file.
6668
6669 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6672         matches on patches.
6673
6674         * gnus-art.el (gnus-article-browse-html-article): Mention
6675         `mm-text-html-renderer' in the doc string.
6676
6677         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6678         string.  Add comments.
6679
6680         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6681         if rhs is ASCII.
6682
6683 2007-12-01  Glenn Morris  <rgm@gnu.org>
6684
6685         * mail-source.el (top-level): Require format-spec before
6686         eval-when-compile.
6687
6688 2007-11-30  Glenn Morris  <rgm@gnu.org>
6689
6690         * encrypt.el: Require password, rather than autoloading password-read.
6691
6692 2007-11-29  Glenn Morris  <rgm@gnu.org>
6693
6694         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6695         (sasl-make-client, sasl-next-step, sasl-step-data)
6696         (sasl-step-set-data): Declare as functions.
6697
6698 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6701
6702 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6703
6704         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6705         certs should be verified and what is to be done in the event of a
6706         verification failure.
6707
6708         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6709         caller can indicate whether the cache should be disregarded for this
6710         call.  This way the result of the call is reproducible at all times and
6711         can be considered a canonical server name for the supplied method.
6712         (gnus-agent-method-p): Canonicalize server names by pushing their
6713         method through `gnus-method-to-server' using the no-cache argument.
6714
6715         * gnus-srvr.el (gnus-server-insert-server-line): Call
6716         `gnus-method-to-server' with `no-cache' argument.
6717
6718         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6719         gnus-agent-possibly-synchronize-flags as this should be called when the
6720         server is actually being opened.
6721         (gnus-agent-possibly-synchronize-flags)
6722         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6723         flags file of an agentized server to the latter function.
6724
6725         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6726         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6727         after a connection has been established successfully.
6728
6729 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-art.el (article-display-face): Force to display face if called
6732         interactively; check if gnus-article-x-face-too-ugly matches author.
6733         (article-display-x-face): Display face even if From header is missing
6734         as article-display-face does.
6735
6736 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6737
6738         * hashcash.el (message-narrow-to-headers-or-head)
6739         (message-fetch-field, message-goto-eoh)
6740         (message-narrow-to-headers): Declare as functions.
6741
6742 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * mail-source.el (mail-sources): Default to fetch from file for
6745         compatibility with default of nnmail-spool-file.
6746
6747 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6750         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6751         to look for encoded word that should be encoded again.
6752         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6753         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6754         encoding pattern.
6755         (rfc2047-decode-region): Switch strict regexp and loose one according
6756         to rfc2047-allow-irregular-q-encoded-words.
6757
6758 2007-11-25  Romain Francoise  <romain@orebokech.com>
6759
6760         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6761
6762 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * tls.el (tls-program): Provide more custom choices from
6765         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6766         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6767
6768 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6771         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6772
6773         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6774         `nnmail-spool-file'.
6775
6776         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6777         `nnmail-spool-file'.
6778
6779         * gnus-move.el (gnus-change-server): Ditto.
6780
6781         * gnus-kill.el (gnus-batch-score): Ditto.
6782
6783         * gnus-cache.el (gnus-jog-cache): Ditto.
6784
6785         * gnus-msg.el (gnus-summary-reply):
6786         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6787
6788 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6791         version.  Minor improvement to doc strings.
6792         (tls-program): Add comment.
6793
6794 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6795
6796         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6797         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6798         mismatch between the hostname provided in the certificate and the name
6799         of the host connnecting to.
6800         (open-tls-stream): Use them.  Check certificates against trusted root
6801         certificates.
6802
6803 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-cache.el (gnus-cache-generate-nov-databases):
6806         Use nnml-generate-nov-databases-directory instead of
6807         nnml-generate-nov-databases-1.
6808
6809 2007-11-24  Glenn Morris  <rgm@gnu.org>
6810
6811         * message.el (message-tool-bar-retro): Update for rename
6812         mail_send.xpm->mail-send.xpm.
6813
6814 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6817         `smime-ldap-search' for Emacs 22 and up.
6818
6819 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6820
6821         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6822
6823         * message.el (message-send-mail-function): Fix error convention.
6824         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6825         (message-widen-reply, message-send-mail, message-talkative-question)
6826         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6827         (message-clone-locals, message-send-news): Use with-current-buffer.
6828         (message-insert-or-toggle-importance): Remove unused var `valid'.
6829         (message-make-references): Remove unused var `new-references'.
6830         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6831
6832 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6833
6834         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6835         (spam-split-symbolic-return-positive): Reflow docstring.
6836         (spam-backends, spam-summary-exit-behavior)
6837         (spam-mark-ham-unread-before-move-from-spam-group)
6838         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6839         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6840         (spam-clear-cache, spam-backend-check, spam-install-backend)
6841         (spam-install-statistical-backend, spam-list-of-processors)
6842         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6843         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6844         (spam-check-crm114, spam-initialize, spam-unload-hook):
6845         Fix typos in docstrings.
6846
6847 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6850         been checked if they have never been read and those group levels are
6851         higher than the one that a user specified.
6852
6853 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6856         foreign groups unless a group level is specified by a user.
6857         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6858
6859 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * message.el (message-send-mail-function): Require sendmail.
6862
6863 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * message.el (message-send-mail-function): Check for smtpmail too.
6866
6867         * utf7.el (utf7-encode, utf7-decode): Use coding system
6868         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6869
6870         * message.el (message-send-mail-function): New function.
6871         (message-send-mail-function): Set default using
6872         message-send-mail-function.  Adjust doc string.
6873         (message-send-mail-with-mailclient): New function.
6874
6875 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6876
6877         * smime.el (from):
6878         * rfc2047.el (message-posting-charset):
6879         * qp.el (mm-use-ultra-safe-encoding):
6880         * pop3.el (parse-time-months):
6881         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6882         * nnml.el (files):
6883         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6884         (jka-compr-compression-info-list, ange-ftp-path-format)
6885         (efs-path-regexp):
6886         * nndiary.el (files):
6887         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6888         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6889         (epg-digest-algorithm-alist, inhibit-redisplay)
6890         (password-cache-expiry):
6891         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6892         (pgg-output-buffer, password-cache-expiry):
6893         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6894         (efs-path-regexp):
6895         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6896         (inhibit-redisplay):
6897         * mm-uu.el (file-name, start-point, end-point, entry)
6898         (gnus-newsgroup-name, gnus-newsgroup-charset):
6899         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6900         (latin-unity-ucs-list):
6901         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6902         (mm-uu-binhex-decode-function):
6903         * message.el (gnus-message-group-art, gnus-list-identifiers)
6904         (rmail-enable-mime-composing, gnus-local-organization)
6905         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6906         (gnus-read-active-file, facemenu-add-face-function)
6907         (facemenu-remove-face-function, gnus-article-decoded-p)
6908         (tool-bar-mode):
6909         * mail-source.el (display-time-mail-function):
6910         * gnus-util.el (nnmail-pathname-coding-system)
6911         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6912         (gnus-original-article-buffer, gnus-user-agent)
6913         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6914         (xemacs-codename, sxemacs-codename, emacs-program-version):
6915         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6916         * gnus-start.el (gnus-agent-covered-methods)
6917         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6918         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6919         (gnus-newsgroup-headers, gnus-group-list-mode)
6920         (gnus-group-mark-positions, gnus-newsgroup-data)
6921         (gnus-newsgroup-unreads, nnoo-state-alist)
6922         (gnus-current-select-method, mail-sources)
6923         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6924         (nnmail-spool-file, gnus-cache-active-hashtb):
6925         * gnus-mh.el (mh-lib-progs):
6926         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6927         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6928         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6929         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6930         (gnus-group-buffer):
6931         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6932         (font-lock-set-defaults):
6933         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6934         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6935         (gnus-summary-post-menu, total-parts, type, condition, length):
6936         * gnus-agent.el (gnus-agent-read-agentview):
6937         * flow-fill.el (show-trailing-whitespace):
6938         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6939         eval-and-compile wrappers for byte compiler pacifiers.
6940
6941         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6942         (mm-display-inline-fontify): Check for featurep 'xemacs not
6943         extent-list.
6944
6945         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6946         itimer-list.
6947         (mm-create-image-xemacs): Only do something for XEmacs.
6948         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6949
6950         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6951
6952         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6953         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6954
6955 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6956
6957         * nnimap.el (nnimap-split-download-body):
6958         * gnus-demon.el (gnus-demon):
6959         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6960
6961 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6964         macros.
6965         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6966         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6967         copy data from unibyte buffer to multibyte current buffer.
6968         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6969         to copy data from unibyte current buffer to multibyte buffer.
6970         (nntp-make-process-buffer): Make process buffer unibyte.
6971
6972         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6973
6974 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6975
6976         * pop3.el (pop3-open-server): Accept and process data more robustly at
6977         connexion start to avoid spurious "POP SSL connexion failed" errors.
6978
6979 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6982         read group names.
6983
6984 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6987
6988 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6991         (nnmail-save-active): Use a unibyte buffer when saving active file,
6992         which may contain non-ASCII group names.
6993
6994         * nnml.el (nnml-request-group): Decode group names in messages.
6995
6996 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * message.el (message-citation-line-function)
6999         (message-insert-formatted-citation-line): Fix spelling of
7000         `message-insert-formated-citation-line'.
7001
7002 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7005
7006 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7009         nnmail-pathname-coding-system.
7010
7011         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7012         that a user enters; decode group names in messages.
7013
7014         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7015
7016 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7019
7020         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7021
7022         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7023         risky local variable.
7024
7025         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7026
7027 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7028
7029         * encrypt.el: Improve documentation to fix function name typo.
7030         Reported by Daiki Ueno <ueno@unixuser.org>.
7031
7032 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7035         even if the point is not in the last page of an article.
7036         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7037         back to the previous page.
7038
7039 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7042
7043 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7046
7047 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7048
7049         * message.el (message-check-news-body-syntax): Avoid
7050         mm-string-as-multibyte.
7051         (message-hide-headers): Don't assume (point-min)==1.
7052
7053 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * message.el (message-remove-blank-cited-lines): Fix if remove is
7056         given.
7057         (message-bogus-address-regexp): New variable.
7058         (message-bogus-recipient-p): New function.
7059         (message-check-recipients): New command.
7060         (message-syntax-checks): Add `bogus-recipient'.
7061         (message-fix-before-sending): Add `bogus-recipient'.
7062
7063         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7064         (gnus-treat-body-boundary): Don't test window-system.
7065
7066 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7067
7068         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7069
7070 2007-10-28  Miles Bader  <miles@gnu.org>
7071
7072         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7073         at compile-time too.
7074
7075 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * gnus-msg.el (gnus-message-setup-hook): Add
7078         `message-remove-blank-cited-lines' to options.
7079
7080 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * message.el (message-remove-blank-cited-lines): New function.
7083         Suggested by Karl Plästerer.
7084
7085 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7088         mapc.
7089
7090         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7091         (top-level): Use mapc to set functions to be traced for debugging.
7092
7093         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7094         called for effect with while loop.
7095
7096         * message.el (message-talkative-question): Replace mapcar called for
7097         effect with mapc.
7098
7099         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7100         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7101         called for effect with dolist.
7102
7103         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7104
7105         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7106         gnus-extra-headers and nnmail-extra-headers.
7107
7108         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7109         called for effect with dolist.
7110         (top-level): Use mapc to set functions to be traced for debugging.
7111
7112         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7113         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7114         dolist.
7115
7116         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7117         Replace mapcar called for effect with mapc.
7118         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7119         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7120         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7121         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7122
7123         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7124         remove-if that's a cl function.
7125
7126         * webmail.el (webmail-debug): Replace mapcar called for effect with
7127         dolist.
7128
7129         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7130         with mapc.
7131
7132 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7135         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7136         with while loop.
7137
7138         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7139         functions from article-* functions.
7140         (gnus-multi-decode-header): Replace mapcar called for effect with
7141         dolist.
7142
7143         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7144         (gnus-bookmark-show-details): Replace mapcar called for effect with
7145         while loop.
7146
7147         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7148         called for effect with while loop.
7149
7150         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7151         with dolist.
7152
7153         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7154         mapcar called for effect with dolist.
7155
7156         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7157
7158         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7159         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7160         Replace mapcar called for effect with dolist.
7161         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7162         mapc.
7163
7164         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7165         Replace mapcar called for effect with dolist.
7166         (gnus-topic-list): Replace mapcar called for effect with mapc.
7167
7168         * gnus.el: Use mapc instead of mapcar to add autoloads.
7169
7170 2007-10-23  Richard Stallman  <rms@gnu.org>
7171
7172         * gnus-group.el (gnus-group-highlight): Mark as risky.
7173
7174 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus.el (gnus-server-to-method): Return method found first in
7177         gnus-newsrc-alist.
7178
7179         * gnus-art.el (gnus-article-highlight-signature)
7180         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7181         button overlay without the front stickiness.
7182
7183 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7184
7185         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7186         overview buffer needed a catch to receive its throw.
7187         (gnus-agent-flush-cache): Declared as interactive to make this function
7188         easier to use.
7189
7190 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7193         `next-line'.
7194
7195 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7198         exclude address matching message-dont-reply-to-names.
7199
7200 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-util.el (gnus-string<): New function.
7203
7204         * gnus-sum.el (gnus-article-sort-by-author)
7205         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7206
7207 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7210         the frame-focus tag is set in gnus-buffer-configuration.
7211
7212 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7215         the front stickiness.
7216
7217 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7220         url pattern; remove duplicate one.
7221         (gnus-article-extend-url-button): New function.
7222         (gnus-article-add-buttons): Use it.
7223         (gnus-button-push): Use concatenated url that it makes.
7224
7225 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7226
7227         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7228
7229 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7230
7231         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7232         Don't hardcode point-min==1.
7233
7234 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7237         Fix comment about "iso8859-1".
7238
7239 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7242         ones returned from the verify-function.
7243
7244         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7245         mml2015-extract-cleartext-signature if extraction failed.
7246
7247 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7248
7249         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7250         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7251         failed.
7252
7253 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7256
7257 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7260         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7261         recommends to use EasyPG instead of PGG.
7262
7263         * pgg.el: Revert to revision 6.23.2.16.
7264
7265         * pgg-def.el: Revert to revision 6.6.2.14.
7266
7267         * pgg-gpg.el: Revert to revision 6.23.2.34.
7268
7269 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7272         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7273         thread for both the null and zero (kill/expire thread) universal prefix
7274         cases.
7275         (gnus-summary-expire-thread): Add new function to expire a thread,
7276         using gnus-summary-kill-thread.
7277         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7278         shortcuts for gnus-summary-expire-thread.
7279         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7280         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7281
7282 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7285         extras value, so an extras entry can be deleted.
7286         (gnus-registry-delete-extra-entry): Use it.
7287         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7288         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7289         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7290         storage through the gnus-registry, and provide an appropriate API for
7291         it.
7292
7293 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7296         Suggested by Leo <sdl.web@gmail.com>.
7297
7298         * gnus.el: Do.
7299
7300 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7303         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7304
7305         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7306
7307         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7308         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7309
7310 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7313         newline.
7314         (nnmbox-request-accept-article): Don't change article in source buffer;
7315         narrow to header to use message-fetch-field rather than
7316         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7317         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7318         as delimiters; make sure article ends with newline.
7319         (nnmbox-delete-mail): Correct last position of article to be deleted;
7320         ignore X-Gnus-Newsgroup header in article body.
7321         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7322         positions; make sure article ends with newline.
7323
7324         * message.el (message-display-abbrev): Don't infloop when a user
7325         inserts SPC in the beginning of header.
7326
7327         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7328         coding-system-for-read and coding-system-for-write for XEmacs having no
7329         file-coding feature.
7330
7331         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7332
7333 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7334
7335         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7336         list of groups not followed by default.  Fix type to be regexp.
7337         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7338
7339 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7340
7341         * hmac-def.el (define-hmac-function): Switch from old-style to
7342         new-style backquotes.
7343
7344         * md4.el (md4-make-step): Likewise.
7345
7346 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7349         raw-text coding system when saving .newsrc file, which may contain
7350         non-ASCII group names.
7351
7352 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-cus.el (gnus-score-extra): New widget.
7355         (gnus-score-extra-convert): New function.
7356         (gnus-score-customize): Use it for Extra.
7357
7358 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7359
7360         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7361         (mml2015-mailcrypt-clear-verify): Use it.
7362         (mml2015-gpg-clear-verify): Use it.
7363         (mml2015-pgg-clear-verify): Use it.
7364         (mml2015-epg-clear-verify): Replace the current part with the output
7365         from GnuPG; don't extract the plaintext by itself.
7366
7367         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7368         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7369         mml2015-clear-verify-function; don't touch the armor headers or
7370         dash-escaped text here.
7371
7372 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7375         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7376         parts, or application/octet-stream as a last resort.
7377         (gnus-mime-view-part-as-type): Don't toggle display.
7378         (gnus-mime-view-part-as-charset): Don't turn off display before
7379         querying charset.
7380
7381         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7382         stuff to undisplayer function in Emacs.
7383         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7384
7385         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7386         text/calendar parts.
7387
7388 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7391         decoding text/calendar parts.
7392
7393         * message.el (message-forward-make-body-mime): Always mark body as
7394         having no illegible text; remove signed-or-encrypted argument.
7395         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7396
7397         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7398         (mml-generate-mime-1): Don't encode body if it is specified to be in
7399         raw form; don't make buffer be unibyte when inserting multibyte string.
7400
7401 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7402
7403         * sha1.el: Fix up comment style.
7404         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7405         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7406
7407         * hex-util.el: Fix up comment style.
7408         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7409
7410         * gnus-salt.el: Use with-current-buffer.
7411         (gnus-pick-setup-message): Fix long-standing typo.
7412
7413 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * imap.el (imap-logout-timeout): New variable.
7416         (imap-logout, imap-logout-wait): New functions.
7417         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7418
7419         * nnimap.el (nnimap-logout-timeout): New server variable.
7420         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7421         nnimap-logout-timeout.
7422
7423         * gnus-art.el (gnus-article-summary-command-nosave)
7424         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7425
7426 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus.el (gnus-maximum-newsgroup): New variable.
7429
7430         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7431         according to gnus-maximum-newsgroup.
7432
7433         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7434         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7435         Limit the range of articles according to gnus-maximum-newsgroup.
7436
7437 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7438
7439         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7440         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7441         Don't perform gnus-configure-windows here; reuse existing sticky
7442         article buffer.
7443
7444         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7445         it doesn't exist in gnus-article-mode.
7446
7447 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7450         (gnus-agent-decoded-group-name): New function.
7451         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7452         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7453
7454 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7455
7456         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7457         Add binding for gnus-sticky-article.
7458         (gnus-summary-exit): Don't kill sticky article buffers.
7459
7460         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7461         article buffer.
7462         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7463         (gnus-kill-sticky-article-buffers): New commands.
7464
7465 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * nntp.el (nntp-xref-number-is-evil): New server variable.
7468         (nntp-find-group-and-number): If it is non-nil, don't trust article
7469         numbers in the Xref header.
7470
7471 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-agent.el (gnus-agent-read-group): New function.
7474         (gnus-agent-flush-group, gnus-agent-expire-group)
7475         (gnus-agent-regenerate-group): Use it.
7476         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7477         nnmail-pathname-coding-system.
7478
7479 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7482
7483         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7484         that are unread as unread, and also as selected so that information of
7485         marks having been changed by a user may be updated when exiting group.
7486
7487 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7490         calculated ignoring signature parts to gnus-treat-article.
7491
7492 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7495         a point here in order to keep the window start.
7496         (gnus-insert-mime-security-button): Make a button overlay without the
7497         front stickiness.
7498         (gnus-mime-display-security): Goto the end of a button.
7499
7500         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7501
7502 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7505         group-name-at-point.
7506         (gnus-group-completing-read): New function that offers decoded
7507         non-ASCII group names for completion.
7508         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7509         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7510         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7511         (gnus-group-fetch-control): Use it.
7512         (gnus-fetch-group): Use group-name-at-point for the initial value
7513         rather than the default value; use gnus-alive-p.
7514
7515         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7516         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7517         (gnus-summary-post-news): Use gnus-group-completing-read.
7518
7519         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7520         (gnus-read-move-group-name): Decode group name for completion.
7521
7522 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7525         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7526         Yamaoka slightly modified the code).
7527
7528 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7531         (nnmail-split-incoming): Bind it.
7532
7533         * nnml.el (nnml-group-name-charset): New function.
7534         (nnml-decoded-group-name): Use it; don't decode group name if
7535         nnmail-group-names-not-encoded-p is non-nil.
7536         (nnml-encoded-group-name): New function.
7537         (nnml-group-pathname): Inline nnml-decoded-group-name.
7538         (nnml-request-expire-articles): Decode group name in message.
7539         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7540         nnmail-pathname-coding-system.
7541         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7542         not decoded ones according to nnmail-group-names-not-encoded-p.
7543         (nnml-generate-active-info): Use nnml-encoded-group-name.
7544
7545 2007-08-08  Glenn Morris  <rgm@gnu.org>
7546
7547         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7548         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7549         doc-strings and comments.
7550
7551 2007-07-25  Glenn Morris  <rgm@gnu.org>
7552
7553         * Relicense all FSF files to GPLv3 or later.
7554
7555 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-sum.el (gnus-summary-move-article): Make
7558         gnus-summary-respool-article work.
7559
7560 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7563         string.
7564
7565 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7566
7567         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7568         that should be ignored when comparing distant RSS articles with local
7569         ones.
7570         (nnrss-make-hash-index): New function.  Create a hash index according
7571         to the ignored fields.
7572         (nnrss-check-group): Use it.
7573
7574 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7577
7578         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7579
7580         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7581         the new optional argument ENCODED is non-nil.
7582         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7583         coding system for encoding group name.
7584         (gnus-group-make-rss-group): Pass un-encoded group name to
7585         gnus-group-make-group.
7586         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7587         encoded.
7588
7589         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7590         Encode group name to which articles are moved or copied.
7591         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7592         coding system for encoding Newsgroup, Followup-To and Xref headers.
7593
7594         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7595         marks; use nnheader-file-coding-system to write a file.
7596         (nnagent-retrieve-headers): Bind file-name-coding-system to
7597         nnmail-pathname-coding-system.
7598
7599         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7600
7601         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7602         (nnml-request-article, nnml-request-create-group)
7603         (nnml-request-rename-group, nnml-find-id)
7604         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7605         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7606         (nnml-save-marks): Use nnml-group-pathname instead of
7607         nnmail-group-pathname.
7608
7609         (nnml-request-create-group, nnml-request-expire-articles)
7610         (nnml-request-move-article, nnml-request-delete-group)
7611         (nnml-deletable-article-p, nnml-possibly-create-directory)
7612         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7613         (nnml-open-marks): Bind file-name-coding-system to
7614         nnmail-pathname-coding-system.
7615
7616         (nnml-request-article): Pass server argument to nnml-find-group-number.
7617         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7618         server argument to nnml-possibly-create-directory.
7619         (nnml-request-accept-article): Pass server argument to
7620         nnml-active-number and nnml-save-mail.
7621         (nnml-find-group-number): Pass server argument to nnml-find-id.
7622         (nnml-request-update-info): Pass server argument to
7623         nnml-marks-changed-p.
7624
7625         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7626         (nnml-save-mail, nnml-active-number): Add server argument.
7627
7628         (nnml-request-delete-group): Warn if group is missing.
7629         (nnml-get-nov-buffer): Decode group name.
7630         (nnml-generate-active-info): Encode group name.
7631         (nnml-open-marks): Decode group name in messages.
7632
7633 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7636         if it is not specified.
7637         (gnus-article-pipe-part, gnus-article-save-part)
7638         (gnus-article-interactively-view-part, gnus-article-copy-part)
7639         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7640         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7641         (gnus-article-replace-part, gnus-article-delete-part)
7642         (gnus-article-view-part-as-type): Pass raw prefix argument to
7643         gnus-article-part-wrapper.
7644
7645 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-agent.el (gnus-agent-save-active): Bind
7648         nnheader-file-coding-system to gnus-agent-file-coding-system.
7649
7650         * gnus-cache.el (gnus-cache-save-buffers)
7651         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7652         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7653         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7654         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7655         (gnus-cache-generate-active, gnus-cache-rename-group)
7656         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7657         (gnus-cache-update-overview-total-fetched-for): Bind
7658         file-name-coding-system to nnmail-pathname-coding-system.
7659         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7660         variables.
7661         (gnus-cache-decoded-group-name): New function.
7662         (gnus-cache-file-name): Use it.
7663         (gnus-cache-generate-active): Use non-decoded group name for active.
7664
7665         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7666         right place.
7667         (gnus-write-active-file): Don't break non-ASCII group names.
7668
7669         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7670         nnmail-pathname-coding-system.
7671
7672         * lpath.el: Bind default-file-name-coding-system,
7673         file-name-coding-system and language-info-alist for XEmacs.
7674
7675         * gnus-uu.el (gnus-uu-decode-save): Typo.
7676
7677 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7680
7681 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7684         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7685         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7686         (gnus-agent-flush-group, gnus-agent-flush-cache)
7687         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7688         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7689         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7690         (gnus-agent-regenerate-group)
7691         (gnus-agent-update-files-total-fetched-for)
7692         (gnus-agent-update-view-total-fetched-for): Bind
7693         file-name-coding-system to nnmail-pathname-coding-system.
7694         (gnus-agent-group-pathname): Don't encode file names by
7695         nnmail-pathname-coding-system.
7696         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7697         coding-system-for-write instead of buffer-file-coding-system to
7698         gnus-agent-file-coding-system.
7699
7700         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7701         Decode group name.
7702
7703         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7704
7705         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7706         (gnus-read-newsrc-el-file): Make group names unibyte.
7707
7708         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7709         nnmail-pathname-coding-system.
7710
7711         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7712         (nnrss-request-delete-group): Bind file-name-coding-system to
7713         nnmail-pathname-coding-system.
7714         (nnrss-read-server-data, nnrss-read-group-data): Bind
7715         file-name-coding-system correctly.
7716         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7717
7718         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7719         (nntp-server-to-method-cache): New variable.
7720         (nntp-group-pathname): New function that decodes non-ASCII group names.
7721         (nntp-possibly-create-directory, nntp-marks-changed-p)
7722         (nntp-save-marks, nntp-open-marks): Use it.
7723         (nntp-possibly-create-directory, nntp-open-marks):
7724         Bind file-name-coding-system to nnmail-pathname-coding-system.
7725         (nntp-open-marks): Decode group names when bootstrapping marks.
7726
7727         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7728         Newsgroups and Folowup-To headers.
7729
7730 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7733         (gnus-server-closed-face, gnus-server-denied-face)
7734         (gnus-server-offline-face): Remove variable.
7735         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7736
7737         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7738         of modifying message-stack directly for XEmacs.
7739
7740         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7741         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7742         if the coding-system argument is nil for XEmacs.
7743
7744         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7745         mm-charset-override-alist.
7746
7747         * rfc2047.el: Don't require base64; require rfc2045 for the function
7748         rfc2045-encode-string.
7749         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7750         to quote the parameter value.
7751
7752 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7755         form in gnus-group-name-charset-method-alist.
7756
7757         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7758         overrides the default layout edit-form.
7759
7760         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7761
7762         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7763
7764 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7767         as unfetched articles.
7768
7769 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7772
7773 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7776         original back end that keeps marks in the local system.
7777
7778 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7781         arg of pop-to-buffer for XEmacs.
7782         (gnus-article-read-summary-keys): Ditto; don't restore window
7783         configuration if summary command ends up with neither article buffer
7784         nor summary buffer; describe bindings if summary keys end with C-h.
7785
7786 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * message.el (message-fix-before-sending): Skip raw message part to be
7789         forwarded while checking illegible text.
7790         (message-forward-make-body-mime, message-forward-make-body): Mark
7791         signed or encrypted raw message as having no illegible text.
7792
7793 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7796         (gnus-message-with-timestamp-1): New macro.
7797         (gnus-message-with-timestamp): New function.
7798         (gnus-message): Use them.
7799
7800         * nnheader.el (nnheader-message): Use them.
7801
7802 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7805         .newsrc.eld file.
7806
7807 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-agent.el (gnus-agent-fetch-headers)
7810         (gnus-agent-retrieve-headers): Bind
7811         gnus-decode-encoded-address-function to identity.
7812
7813         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7814         available also when the server returns simply a dot.
7815
7816         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7817
7818 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7821
7822 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-ems.el (gnus-x-splash): Make it work.
7825
7826         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7827         from being used.
7828
7829         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7830
7831 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7834         4th and the 5th arguments.
7835
7836         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7837         the front stickiness.
7838         (gnus-article-summary-command-nosave): Correct the order of the
7839         arguments passed to pop-to-buffer.
7840         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7841         summary command ends up with the article buffer.
7842
7843         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7844         the same faces.
7845
7846 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7847
7848         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7849
7850 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7851
7852         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7853         * gnus-sum.el (gnus-summary-highlight):
7854         * pgg.el (pgg-sign-region, pgg-sign):
7855         * mail-source.el (mail-source-delete-old-incoming-confirm):
7856         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7857
7858 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-art.el (gnus-mime-view-part-externally)
7861         (gnus-mime-view-part-internally): Fix predicate function passed to
7862         completing-read.
7863
7864         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7865
7866         * gnus.el (gnus-update-message-archive-method): Add :version.
7867
7868 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus.el (gnus-update-message-archive-method): New variable.
7871
7872         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7873         according to gnus-message-archive-method if
7874         gnus-update-message-archive-method is non-nil.
7875
7876 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7879         by Loic Dachary <loic@dachary.org>.
7880         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7881
7882 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * message.el (message-pop-to-buffer): Add switch-function argument.
7885         (message-mail): Pass switch-function argument to it.
7886
7887 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7890         Improve doc string.
7891
7892 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7895         (gnus-header-content)
7896         * gnus-cite.el (gnus-cite-10)
7897         * gnus-srvr.el (gnus-server-closed)
7898         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7899         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7900         (gnus-group-mail-3-empty, gnus-group-mail-low)
7901         (gnus-group-mail-low-empty, gnus-splash)
7902         * message.el (message-header-to, message-header-cc)
7903         (message-header-subject, message-header-other, message-header-name)
7904         (message-header-xheader, message-separator, message-cited-text)
7905         (message-mml): Lighten colors of faces used for dark background.
7906
7907 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7908
7909         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7910         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7911
7912 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * message.el (message-narrow-to-headers-or-head):
7915         Ignore mail-header-separator in the body.
7916
7917 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7920         same as window size.
7921
7922 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7923
7924         * message.el (message-font-lock-keywords): Use message-header-xheader
7925         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7926         ahead of the anything pattern, to get it recognised.
7927
7928 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7931         spam.el loads uses it in the compiled defadvice form.
7932
7933 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7934
7935         * gnus-sum.el (gnus-articles-to-read)
7936         (gnus-summary-insert-old-articles): Don't truncate group name for
7937         `read-string'.
7938
7939         * gnus-util.el (gnus-limit-string): Delete this function.
7940
7941         * gnus-sum.el (gnus-simplify-subject-fully): Use
7942         `truncate-string-to-width' instead.
7943
7944 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7945
7946         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7947         if, on summary exit, the next group has to be selected.
7948         (gnus-summary-exit): Use it.
7949
7950 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7953         non-break space.
7954
7955 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7958         Check if group is not a directory.
7959         (nnfolder-request-expire-articles): Don't delete articles if the target
7960         group is not available.
7961
7962         * nnml.el (nnml-request-create-group): Properly check if group is not a
7963         file.
7964         (nnml-request-expire-articles): Don't delete articles if the target
7965         group is not available.
7966
7967         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7968         Don't quote characters that are within parentheses.
7969
7970 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7973         (gnus-handle-ephemeral-exit): Select article according to it.
7974
7975 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * message.el (message-insert-formated-citation-line): Remove newline.
7978         (message-citation-line-format): Add final \n here so that the user can
7979         avoid a blank line.
7980
7981 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7982
7983         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7984         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7985         Update lanl/arXiv support.
7986
7987 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus.el: Bump version number.
7990
7991 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus.el (gnus-version-number): Bump version.
7994
7995 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7996
7997         * gnus.el: No Gnus v0.6 is released.
7998
7999 2007-04-27  Didier Verna  <didier@xemacs.org>
8000
8001         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8002         * gmm-utils.el (gmm-regexp-concat): here.
8003         * message.el: Don't require 'gnus-util.
8004         (message-dont-reply-to-names): Handle name change above.
8005         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8006
8007 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8010         since the initial value varies according to the system.
8011
8012 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8015
8016 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8017
8018         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8019
8020 2007-04-24  Didier Verna  <didier@xemacs.org>
8021
8022         Improve the type of gnus-ignored-from-addresses.
8023         * gnus-util.el (gnus-orify-regexp): New function.
8024         * message.el (gnus-util): Require it.
8025         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8026         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8028
8029 2007-04-24  Didier Verna  <didier@xemacs.org>
8030
8031         * gnus-sum.el:
8032         * gnus-utils.el: Fix some trailing whitespaces.
8033
8034 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8037         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8038         article's Message-ID; refer parent article in summary buffer.
8039
8040         * message.el (message-bounce): Call mime-to-mml.
8041
8042         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8043         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8044         optimize and/or forms properly.
8045
8046 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8049         URL.
8050
8051 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8054
8055 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8058         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8059         displayed of multipart/alternative part if it is invoked from summary
8060         buffer.
8061
8062         * mm-view.el (mm-inline-text-html-render-with-w3m)
8063         (mm-inline-text-html-render-with-w3m-standalone)
8064         (mm-inline-render-with-function): Use mail-parse-charset by default.
8065
8066 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8067
8068         * parse-time.el (parse-time-string-chars): Check if CHAR
8069         is less than the length of parse-time-syntax.
8070
8071 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8074         from gnus-newsgroup-processable.
8075
8076 2007-04-16  Didier Verna  <didier@xemacs.org>
8077
8078         * gnus-msg.el (gnus-configure-posting-styles): Handle
8079         message-signature-directory properly with :file syntax.  Reported by
8080         "Leo".
8081
8082 2007-04-11  Didier Verna  <didier@xemacs.org>
8083
8084         New user option: message-signature-directory.
8085         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8086         * message.el (message-insert-signature): Ditto.
8087         * message.el (message-signature-file): Doc update.
8088         * message.el (message-signature-directory): New.
8089
8090 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-msg.el (gnus-inews-yank-articles): Use
8093         message-exchange-point-and-mark instead of exchange-point-and-mark.
8094
8095 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * message.el (message-yank-original): Make sure cited text ends with
8098         newline; don't exchange point and mark.
8099
8100 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8101
8102         * tls.el (open-tls-stream): Properly handle case where there
8103         is no associated buffer.
8104
8105 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8106
8107         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8108         message-yank-original, make sure (< mark TEXT point).
8109
8110 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * message.el (message-fill-column): New variable.
8113         (message-mode): Use it.  Add comment on a possible new hook.
8114
8115         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8116         (nnmail-get-new-mail): Reformat.
8117
8118         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8119
8120         * gmm-utils.el: Fix Commentary.
8121         (gmm-tool-bar-from-list): Fix typo in doc string.
8122
8123 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8124
8125         * message.el (message-yank-original): Don't switch point and mark
8126         unnecessarily to put point and mark as documented.
8127
8128 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8131         from the message heads.
8132
8133 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8134
8135         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8136         article buffer does not have a window.  This may not be the best
8137         solution but is certainly better than setting the start of the null,
8138         that is the current, window.
8139
8140 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8143         (gnus-draft-setup): Run it.
8144
8145         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8146         gnus-score-fast-scoring.  Allow regexp.
8147         (gnus-score-headers): Use it.
8148
8149         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8150         XEmacs.
8151
8152         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8153         string.
8154         (gnus-button-alist): Also catch `<f1> k ...'.
8155         (gnus-treat-display-x-face): Fix doc string.
8156
8157 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8158
8159         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8160         evaluation of gnus-extended-version to ensure correct generation of the
8161         User-Agent header when message-generate-headers-first is used.
8162
8163 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8164
8165         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8166         hashcash-path is nil.  Don't call callback with incorrect number of
8167         parameters if val is 0.
8168
8169 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8170
8171         * message.el (message-required-news-headers):
8172         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8173
8174 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8175
8176         * tls.el (open-tls-stream): In handshake-waiting loop,
8177         don't wait more if there is output available to process.
8178
8179 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8180
8181         * tls.el (tls-program): Doc fix.
8182
8183 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * message.el (message-generate-new-buffers): Change the meaning of the
8186         nil value; add `standard' to the choices; treat t as `unique'; improve
8187         doc string.
8188         (gnus-select-frame-set-input-focus): Autoload.
8189         (message-buffer-name): Search for the existing message buffer if
8190         message-generate-new-buffers is nil or `standard'; treat the value t of
8191         message-generate-new-buffers as `unique'.
8192         (message-pop-to-buffer): Raise the frame already displaying the message
8193         buffer; clear the echo area after querying.
8194         (message-setup): Pass the `continue' argument to compose-mail.
8195         (message-mail): Prefer `switch-function' if it is given; search for the
8196         existing message buffer if the `continue' argument is non-nil; pass
8197         continue and switch-function arguments to compose-mail by way of
8198         message-setup.
8199         (message-mail-other-window): Adjust argument of message-setup.
8200         (message-mail-other-frame): Ditto.
8201
8202 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8205         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8206         to turn font-lock on when turning gnus-message-citation-mode on.
8207
8208 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8209
8210         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8211         (mml-smime-function-alist): New variable; add epg as the backend.
8212         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8213         mml-smime- functions instead.
8214         * mm-view.el: Require smime.
8215
8216 2007-03-05  Didier Verna  <didier@xemacs.org>
8217
8218         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8219         instead of just inheritance for posting styles.
8220         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8221
8222 2007-02-24  Chris Moore  <dooglus@gmail.com>
8223
8224         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8225         * pgg-pgp.el (pgg-pgp-encrypt-region):
8226         * pgg-gpg.el (pgg-gpg-encrypt-region):
8227         Check pgg-encrypt-for-me if no other recipients.
8228
8229 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8230
8231         * tls.el (tls-certtool-program): Fix custom type.
8232
8233 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8236         and point-at-eol instead of line-(beginning|end)-position.
8237
8238         * assistant.el (assistant-parse-buffer): Ditto.
8239
8240         * netrc.el (netrc-parse-services): Ditto.
8241
8242 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8243
8244         * mml2015.el (mml2015-epg-find-usable-key): New function.
8245         (mml2015-epg-sign): Use it.
8246         (mml2015-epg-encrypt): Use it.
8247
8248 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * message.el (message-make-in-reply-to): Quote name containing
8251         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8252         if there are special characters.  Reported by NAKAJI Hiroyuki
8253         <nakaji@jp.freebsd.org>.
8254
8255 2007-02-27  Didier Verna  <didier@xemacs.org>
8256
8257         Include the group parameters as well as the topic ones in the
8258         inheritance filter process.
8259         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8260         argument GROUP-PARAMS-LIST.
8261         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8262
8263 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * nntp.el (nntp-never-echoes-commands)
8266         (nntp-open-connection-functions-never-echo-commands): New variables.
8267         (nntp-send-command): Use them.
8268
8269 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8270
8271         * mml2015.el (mml2015-epg-verify): Simplified.
8272
8273 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * mml.el (mml-content-disposition-alist): New user option.
8276         (mml-content-disposition): New function.
8277         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8278         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8279
8280 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8281
8282         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8283         verification.
8284
8285 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8286
8287         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8288         articles posted in the last 24 hours.
8289
8290 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8291
8292         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8293
8294 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8295
8296         * nntp.el (nntp-send-command): Don't wait for echoes when
8297         nntp-open-ssl-stream is used.
8298
8299 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8302         (gnus-message-add-citation-keywords)
8303         (gnus-message-remove-citation-keywords): Remove.
8304         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8305         directly, make the variables in font-lock-defaults buffer-local, add
8306         gnus-message-citation-keywords to them and then update the value of
8307         font-lock-keywords.
8308
8309 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * message.el (message-cite-original-1): Don't call
8312         gnus-article-highlight-citation.
8313
8314         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8315         citations; fix line count.
8316
8317 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8320         (gnus-message-add-citation-keywords)
8321         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8322         versions of font-lock-add-keywords and font-lock-remove-keywords to
8323         work with XEmacs correctly.
8324
8325 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * gnus-cite.el (gnus-cite-face-list): Set the values of
8328         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8329         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8330         (gnus-message-cite-prefix-regexp): New variable.
8331         (gnus-message-search-citation-line): Use it; protect against long
8332         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8333         the 0th match data for Emacs.
8334         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8335         (gnus-message-add-citation-keywords): Append keywords rather than
8336         prepending; emulate font-lock-add-keywords if it is not available.
8337         (gnus-message-remove-citation-keywords): Emulate
8338         font-lock-remove-keywords if it is not available.
8339
8340         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8341
8342         * message.el (message-cite-prefix-regexp): Set the value of
8343         gnus-message-cite-prefix-regexp.
8344
8345 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8346
8347         * nnweb.el (nnweb-google-parse-1): Update parser.
8348
8349 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8350
8351         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8352
8353 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8354
8355         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8356         regexp.
8357
8358 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8361         string-to-multibyte.
8362         (uudecode-decode-region-internal): Use it.
8363
8364         * lpath.el: Fbind string-as-multibyte for XEmacs.
8365
8366 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8369         custom choice.
8370
8371         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8372
8373 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8374
8375         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8376
8377         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8378         `write-region' to respect `mm-inhibit-file-name-handlers'.
8379
8380 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8383         Use gnus-home-directory instead of "~/" or "$HOME".
8384
8385 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8388         to mention filename.
8389         Add comments at beginning regarding usage.
8390         (encrypt-write-file-contents): Change interactive so a string is
8391         acceptable.  If the file has no associated model, show an error instead
8392         of a nonsense prompt.
8393
8394 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8395
8396         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8397         Thanks to Yoshihiko Yamada for kind notification of this typo.
8398
8399 2007-01-12  Kenichi Handa  <handa@m17n.org>
8400
8401         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8402         multibyte buffer.
8403
8404 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-score.el (gnus-score-fast-scoring): New variable.
8407         (gnus-score-headers): Use it.
8408
8409         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8410
8411         * message.el (message-cite-original-1): Call
8412         gnus-article-highlight-citation if requested.
8413         (message-make-from): Allow name and address as optional arguments.
8414
8415         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8416
8417         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8418         bugs to doc string.
8419         (gnus-button-alist): Add mid\\|message-id.
8420         (gnus-button-fetch-group): Extend for use in
8421         `browse-url-browser-function'.
8422         (gnus-button-url-regexp): Try to catch paired parentheses like in
8423         Wikipedia URLs.
8424
8425         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8426         Suggested by Simon Krahnke <overlord@gmx.li>.
8427
8428 2007-01-13  Romain Francoise  <romain@orebokech.com>
8429
8430         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8431         Update copyright.
8432
8433 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8434
8435         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8436
8437 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * gnus-registry.el (gnus-registry-unfollowed-groups)
8440         (gnus-registry-split-fancy-with-parent): Fix documentation.
8441
8442 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8445         from nnweb groups.
8446
8447 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8450         Xref urls.  Erase buffer before requesting head.
8451
8452 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8455         customizable.
8456
8457 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8458
8459         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8460         no signing key is found.
8461         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8462         no encrypting and/or signing key is found.
8463
8464 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8467
8468 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8469
8470         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8471         headers read from disk with the ones newly found in the current search.
8472         This should no longer cause problems, because the article numbers in
8473         Gmane's `nov.php' output are ignored since the previous change.
8474
8475 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8476
8477         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8478
8479 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8482         replace-regexp-in-string; bind url-version; fbind display-images-p and
8483         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8484         find-face and set-itimer-function for Emacs; bind itimer-list for
8485         Emacs.
8486
8487         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8488
8489 2007-01-01  Romain Francoise  <romain@orebokech.com>
8490
8491         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8492
8493 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8494
8495         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8496         `define-minor-mode' macro definition expanded properly.
8497         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8498         exclude it there.
8499
8500         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8501         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8502         `fboundp' test.
8503         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8504         This is OK to autoload in (S)XEmacs now.
8505
8506 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8509         keystroke.
8510         (gnus-summary-limit-to-singletons): Fix typo.
8511
8512         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8513         else fails.
8514
8515 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8516
8517         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8518         docstring.
8519
8520         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8521         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8522         (gnus-summary-insert-dormant-articles): Fix typo in message.
8523
8524 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8527         nil for XEmacs.
8528         (gnus-message-citation-mode): Don't autoload in XEmacs.
8529
8530         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8531
8532 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8533
8534         * nnimap.el (nnimap-expunge-search-string): Mention
8535         nnimap-search-uids-not-since-is-evil in docstring.
8536
8537 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * spam.el: Revert to make-obsolete-variable because
8540         define-obsolete-variable-alias is not supported in Emacs 21.
8541
8542         * spam.el (spam-ifile-path, spam-ifile-database-path)
8543         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8544         make-obsolete-variable.
8545         (spam-bsfilter-path, spam-bsfilter-program)
8546         (spam-spamassassin-path, spam-spamassassin-program)
8547         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8548         use "path" inappropriately.
8549         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8550         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8551         variable names.
8552
8553 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8554
8555         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8556         summary buffer.
8557
8558         * password.el (password-cache-remove): Use clear-string to burn
8559         password, if available.
8560
8561 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8564
8565         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8566
8567         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8568         (gnus-message-highlight-citation): Move defcustom here from
8569         gnus-cite.el.
8570         (gnus-message-citation-mode): Autoload.
8571
8572         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8573         checks to make it compile with XEmacs.
8574         (gnus-message-citation-mode): New minor mode.
8575         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8576         (gnus-message-highlight-citation): New variables.
8577         (gnus-message-search-citation-line)
8578         (gnus-message-add-citation-keywords)
8579         (gnus-message-remove-citation-keywords)
8580         (turn-on-gnus-message-citation-mode)
8581         (turn-off-gnus-message-citation-mode): New functions.
8582
8583 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8584
8585         * gnus-cite.el: Enable highlighting of different citation levels in
8586         message-mode.
8587
8588 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * message.el (message-make-fqdn): Fix comment.
8591         (message-bogus-system-names): Add ".local".
8592
8593         * spam.el (spam-ifile-path, spam-ifile-program)
8594         (spam-ifile-database-path, spam-ifile-database)
8595         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8596         Don't use "path" inappropriately.
8597         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8598         strings.
8599         (spam-check-ifile, spam-ifile-register-with-ifile)
8600         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8601         new variable names.
8602
8603         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8604         (gnus-treat-display-smileys): Simplify using
8605         gnus-image-type-available-p.
8606
8607         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8608         available.
8609
8610         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8611         `display-images-p' if available.
8612
8613 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8616         one after turning on the buffer's multibyteness instead of decoding
8617         them directly in the unibyte buffer that causes unexpected conversion
8618         in Emacs 23 (unicode).
8619
8620 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8621
8622         * message.el (message-generate-hashcash): Fix custom type.
8623
8624 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8627
8628 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8631         disconnect icons.  Add help text.
8632
8633 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8636         negated to be consistent with the others we handle.
8637
8638 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8641         version of gnus-summary-buffer to something, so that we can use two
8642         article buffers at the same time.
8643
8644 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8647         trigger all the extra headers.
8648         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8649         sorting.
8650
8651 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8652
8653         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8654         solid groups.
8655
8656 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8657
8658         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8659
8660 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * legacy-gnus-agent.el: Add Copyright notice.
8663
8664 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8665
8666         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8667
8668 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8671
8672         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8673         to make it work reliably in CVS Emacs.
8674         (gnus-summary-limit-strange-charsets-predicate)
8675         (gnus-summary-limit-to-predicate): New functions.
8676
8677 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8678
8679         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8680         specifying array size.
8681         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8682         array if it is too small.
8683         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8684         (gnus-sort-threads-loop): New function.
8685
8686 2006-12-06  Chris Moore  <dooglus@gmail.com>
8687
8688         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8689         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8690
8691 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8692
8693         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8694         options.
8695
8696 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8699         DOS-ing the recipient.
8700
8701         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8702         the headers when creating the mapping to avoid mismappings.
8703         (nnweb-gmane-create-mapping): Always nix out old mapping.
8704
8705 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8708         and mm-verify-option to never.
8709
8710 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * message.el (message-signed-or-encrypted-p): New function.
8713         (message-forward-make-body): Use it.
8714
8715         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8716         Replace encode-coding-string with mm-encode-coding-string.
8717
8718 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * nneething.el (nneething-decode-file-name): Replace
8721         decode-coding-string with mm-decode-coding-string.
8722
8723         * gnus-int.el (gnus-open-server): Say failed server's name.
8724
8725 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8726
8727         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8728         strings to a single string.  Quote `errors-file-name'.
8729         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8730         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8731         Adjust calls.  Use `shell-quote-argument'.
8732
8733 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8734
8735         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8736         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8737
8738         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8739         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8740         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8741         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8742         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8743         (gnus-subscribe-newsgroup, gnus-1):
8744         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8745         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8746         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8747         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8748
8749 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8752         keystroke.
8753         (gnus-summary-limit-to-bodies): Implement headersp.
8754
8755 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8758
8759 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8762
8763 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * message.el (message-generate-hashcash): Expand range of values to
8766         include `opportunistic'.
8767         (message-send-mail): Use it.
8768
8769 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8770
8771         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8772         and comment it.
8773
8774         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8775
8776 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-util.el (gnus-extract-address-components): Improve comment.
8779
8780 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-util.el (gnus-extract-address-components): Work with address in
8783         which the name portion contains @.
8784
8785         * lpath.el: Fbind custom-autoload.
8786
8787 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus.el (gnus-start): Move custom group up.
8790         (gnus-select-method): Don't autoload, but make it available for
8791         `customize-variable'.
8792         (gnus-getenv-nntpserver): Don't autoload.
8793
8794 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8795
8796         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8797
8798 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * message.el (message-sendmail-extra-arguments): New variable.
8801         (message-send-mail-with-sendmail): Use it.
8802
8803 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8806         mm-with-unibyte-current-buffer to make string unibyte.
8807
8808         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8809         mm-string-as-multibyte.
8810
8811 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8814         Reported by Werner Koch <wk@gnupg.org>.
8815
8816 2006-11-14  Daiki Ueno  <ueno@p360>
8817
8818         * mml2015.el: Autoload epa-select-keys when compiling.
8819
8820 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8821
8822         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8823         message-options.
8824         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8825
8826 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8827
8828         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8829         EasyPG (< 0.0.6).
8830         (mml2015-always-trust): New user option.
8831         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8832         prompt.
8833
8834 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nntp.el (nntp-authinfo-force): New variable.
8837         (nntp-send-authinfo): Use it.
8838
8839 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8842         decode encoded words.  Improve prompt.  Add comment about forwarding.
8843         (message-replacement-char): Move up.
8844
8845 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8846
8847         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8848         instead of gnus-intersection because arguments of gnus-sorted-nunion
8849         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8850
8851 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8854         (message-simplify-subject-functions): Enable
8855         message-strip-subject-encoded-words by default.
8856
8857 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * message.el (message-strip-subject-encoded-words): New function.
8860         (message-simplify-subject-functions): New variable.
8861         (message-simplify-subject): Use it.  Fix typo in doc string.
8862         Support message-strip-subject-encoded-words.
8863
8864 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8865
8866         * gnus-diary.el (gnus-diary-delay-format-function):
8867         * nndiary.el (nndiary-reminders):
8868         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8869
8870 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-art.el (article-hide-boring-headers): Fetch date from
8873         gnus-original-article-buffer to avoid problems with localized date
8874         strings.
8875
8876 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8879
8880 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8883         New variables.
8884         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8885         (mm-charset-synonym-alist): Move some entries to
8886         mm-codepage-iso-8859-list.
8887         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8888         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8889
8890 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8893
8894 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8897         with Emacs 21 and XEmacs.
8898
8899 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * spam.el (spam-parse-address): New function for better parsing,
8902         catching errors, etc.
8903         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8904
8905 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * mm-view.el: Add interactive arg to html2text autoload.
8908
8909 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8912
8913 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8916         variables.
8917         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8918         (mm-charset-synonym-alist): Move some entries to
8919         mm-codepage-iso-8859-list.
8920
8921         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8922
8923 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * message.el (message-citation-line-format)
8926         (message-insert-formated-citation-line): Fix implementation of %E, %N
8927         and %n according to the doc string.
8928
8929 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8932         car-safe to avoid bad parses.
8933
8934 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8937         names.
8938
8939         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8940
8941 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8944         header.
8945
8946         * message.el (message-draft-headers): Add Date.
8947         (message-headers-to-generate): Fix typo in docstring.
8948
8949         * nndraft.el (nndraft-required-headers): New variable.
8950         (nndraft-generate-headers): Use it.
8951
8952         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8953
8954 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8955
8956         * gnus-registry.el (gnus-registry-wash-for-keywords)
8957         (gnus-registry-find-keywords): New functions to allow easy searching of
8958         articles that are in the registry.
8959
8960 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8963         ietf-drums-parse-address instead of gnus-extract-address-components.
8964         Reported by Damien Elmes <damien@repose.cx>.
8965
8966 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus.el (gnus-mime): Remove unused custom group.
8969
8970 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8973         "blank line" when searching for end of armor headers.
8974
8975 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gmm-utils.el (gmm-write-region): Fix variable name.
8978
8979 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gmm-utils.el (gmm-write-region): New function based on compatibility
8982         code from `mm-make-temp-file'.
8983
8984         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8985
8986         * nnmaildir.el (nnmaildir--update-nov)
8987         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8988         Use `gmm-write-region'.
8989
8990 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8993         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8994
8995         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8996
8997         * message.el (message-replacement-char): New variable.
8998         (message-fix-before-sending): Use it.
8999         (message-simplify-subject): New function to remove duplicate code.
9000         (message-reply, message-followup): Use it.
9001
9002         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9003         gnus-summary-limit-to-articles.
9004
9005 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-util.el (gnus-with-local-quit): New macro.
9008
9009         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9010
9011 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9012
9013         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9014         ignore non-string data.
9015
9016 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9017
9018         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9019         non-string data (needs to be done in the registry too).
9020
9021 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9024         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9025         (gnus-registry-split-fancy-with-parent)
9026         (gnus-registry-fetch-simplified-message-subject-fast)
9027         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9028         Remove text properties on ingress into the registry and when it's saved.
9029         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9030         registry from entries with no groups.
9031
9032 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9033
9034         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9035         function to remove string properties.
9036
9037 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * gmm-utils.el (gmm): Adjust custom version.
9040
9041         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9042         custom version.
9043
9044         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9045
9046 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-art.el (gnus-insert-prev-page-button)
9049         (gnus-insert-next-page-button): Simplify.  Reformat.
9050
9051 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9052
9053         * gnus-art.el (gnus-insert-prev-page-button)
9054         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9055
9056 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9057
9058         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9059
9060 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9061
9062         * gnus-art.el (gnus-insert-mime-button)
9063         (gnus-insert-mime-security-button):
9064         Apply gnus-article-button-face to MIME and security buttons.
9065
9066 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9069         readable.
9070
9071 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9074
9075 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9076
9077         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9078         `browse-url-of-file' instead of `browse-url'.
9079
9080 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9081
9082         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9083         regexp.  Articles containing quotation were cut prematurely.
9084
9085 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * message.el (message-cite-original-1): Use nobody by default for the
9088         value of From header.
9089         (message-reply): Ditto.
9090
9091 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9092
9093         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9094         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9095         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9096
9097 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9100         mails in the doc string.  Add some URLs in comment.
9101         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9102
9103 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9106         backslashes handling and the way to find boundaries of quoted strings.
9107
9108 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9109
9110         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9111         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9112         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9113         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9114
9115 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9118         doc string.
9119         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9120
9121 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * lpath.el: Fbind epg-check-configuration.
9124
9125 2006-09-06  Simon Josefsson  <jas@extundo.com>
9126
9127         * mml2015.el (mml2015-use): Doc fix, mention epg.
9128
9129 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9130
9131         * mml2015.el (mml2015-use): Default to epg, if available.
9132
9133 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9134
9135         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9136         message-sender.
9137         (mml1991-epg-encrypt): Ditto.
9138         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9139         message-sender.
9140         (mml2015-epg-encrypt): Ditto.
9141
9142 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9143
9144         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9145         several common directories.
9146
9147 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9148
9149         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9150         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9151
9152 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-art.el (article-decode-encoded-words): Make it fast.
9155
9156 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9159
9160         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9161         in quoted string into `\'.
9162
9163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9166         Use standard-syntax-table.
9167
9168 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-art.el (gnus-decode-address-function): New variable.
9171         (article-decode-encoded-words): Use it to decode headers which are
9172         assumed to contain addresses.
9173         (gnus-mime-delete-part): Remove useless `or'.
9174
9175         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9176         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9177         (gnus-nov-parse-line): Use it to decode From header.
9178         (gnus-get-newsgroup-headers): Ditto.
9179         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9180
9181         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9182         (mail-decode-encoded-address-string): New alias.
9183
9184         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9185         New function.
9186         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9187         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9188         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9189         (rfc2047-decode-string): Ditto.
9190         (rfc2047-decode-address-region): New function.
9191         (rfc2047-decode-address-string): New function.
9192
9193 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * message.el (message-caesar-buffer-body): Allow rotating headers.
9196
9197         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9198
9199         * message.el (message-insert-formated-citation-line): Fix %f.
9200         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9201
9202 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9205         (gnus-bookmark-mouse-available-p): New macro.
9206         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9207         (gnus-bookmark-bmenu-show-infos): Use it.
9208         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9209         (gnus-bookmark-bmenu-hide-infos): Ditto.
9210         (gnus-bookmark-remove-properties): New function.
9211         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9212         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9213         (gnus-bookmark-write-file): Bind coding-system-for-write.
9214         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9215         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9216         group before selecting it.
9217         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9218         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9219         quit-window if it is not available; use gnus-mouse-2 and bind it to
9220         gnus-bookmark-bmenu-select-by-mouse.
9221         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9222         (gnus-bookmark-bmenu-select-by-mouse): New function.
9223
9224 2006-08-13  Romain Francoise  <romain@orebokech.com>
9225
9226         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9227         space.
9228
9229 2006-08-10  Romain Francoise  <romain@orebokech.com>
9230
9231         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9232         (dns-mode-soa-auto-increment-serial): New user option.
9233         (dns-mode-soa-maybe-increment-serial): New function.
9234         (dns-mode): Add the latter to `write-contents-functions'.
9235
9236 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * compface.el (uncompface): Use binary rather than raw-text-unix.
9239
9240 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * compface.el (uncompface): Make sure the eol conversion doesn't take
9243         place when communicating with the external programs.  Reported by
9244         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9245
9246 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9249
9250 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9251
9252         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9253         Make it more robust by parsing author and date independently.
9254
9255 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9258
9259 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9260
9261         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9262         first matching secret key.
9263         (mml2015-epg-encrypt): Ditto.
9264
9265         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9266         first matching secret key.
9267         (mml1991-epg-encrypt): Ditto.
9268
9269         * mml2015.el (mml2015-encrypt-to-self): New user option.
9270         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9271         mml2015-epg-encrypt-to-self is set.
9272
9273         * mml1991.el (mml1991-encrypt-to-self): New variable.
9274         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9275         mml1991-epg-encrypt-to-self is set.
9276
9277         * mml2015.el (mml2015-signers): New user option.
9278         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9279         (mml2015-epg-encrypt): Allow to select signing keys.
9280
9281         * mml1991.el (mml1991-signers): New variable.
9282         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9283         (mml1991-epg-encrypt): Allow to select signing keys.
9284
9285 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * nnheader.el (nnheader-insert-head): Make it work even if the file
9288         uses CRLF for the line-break code.
9289
9290 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9291
9292         * mml2015.el: Require mml-sec instead of password.
9293         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9294         (mml2015-cache-passphrase): Inherit the default value from
9295         mml-secure-cache-passphrase.
9296         (mml2015-passphrase-cache-expiry): Inherit the default value from
9297         mml-secure-passphrase-cache-expiry.
9298
9299         * mml1991.el: Require mml-sec instead of password.
9300         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9301         (mml1991-cache-passphrase): Inherit the default value from
9302         mml-secure-cache-passphrase.
9303         (mml1991-passphrase-cache-expiry): Inherit the default value from
9304         mml-secure-passphrase-cache-expiry.
9305
9306         * mml-sec.el: Require password.
9307         (mml-secure-verbose): New user option.
9308         (mml-secure-cache-passphrase): New user option.
9309         (mml-secure-passphrase-cache-expiry): New user option.
9310
9311 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9312
9313         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9314         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9315         andreas@altroot.de (Andreas Vögele).
9316
9317         FIXME: Use `tiny change'?
9318
9319 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9320
9321         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9322         workaround for the url package included with Emacs.
9323
9324         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9325
9326 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9329         correctly.  This fixes a bug caused by the 2006-05-12 change.
9330
9331 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9332
9333         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9334         some information about the error when saying that the `bogus' mail
9335         group will be used.
9336
9337 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9340         string.
9341
9342 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9343
9344         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9345
9346 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9347
9348         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9349
9350 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * mml1991.el (mml1991-function-alist): Add epg.
9353         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9354         (mml1991-epg-encrypt): New functions.
9355
9356 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9357
9358         * mml2015.el (mml2015-verbose): New variable.
9359         (mml2015-cache-passphrase): Ditto.
9360         (mml2015-passphrase-cache-expiry): Ditto.
9361         (mml2015-function-alist): Add epg.
9362         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9363         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9364         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9365         functions.
9366
9367 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9368
9369         * message.el (message-cite-original-1): Preserve region when removing
9370         quoted text due to X-No-Archive in order to avoid bogus attribution
9371         when citing multiple messages.
9372
9373 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9374
9375         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9376         Kenneth Jacker <khj@be.cs.appstate.edu>.
9377
9378 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * gnus-diary.el (gnus-user-format-function-d)
9381         (gnus-user-format-function-D): Autoload.
9382
9383         * imap.el (Commentary): Fix typo.
9384
9385         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9386         2006-04-22 contribution.
9387
9388 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9389
9390         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9391         It didn't really fix the bogosity I'm seeing with solid web groups.
9392
9393 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9394
9395         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9396         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9397         created using server names.  If we use the feature without declaring
9398         it, Gnus does not properly manage server and group state.
9399
9400         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9401         bound.
9402
9403 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9404
9405         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9406         looking up the method using GROUP's prefix before inventing a new one.
9407         It is used on killed/unknown groups in various places where returning
9408         an all-new method isn't expected by the caller.
9409
9410         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9411         and match semantics of gnus-group-real-prefix.
9412
9413 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * nnmail.el (nnmail-broken-references-mailers): New variable.
9416         (nnmail-ignore-broken-references): New function generalizing
9417         nnmail-fix-eudora-headers.
9418         (nnmail-fix-eudora-headers): Now obsolete.
9419
9420         * gnus-art.el (gnus-button-handle-custom): Support
9421         `customize-apropos*'.
9422
9423 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9426
9427         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9428         articles.
9429
9430 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * message.el (message-cite-reply-above): New variable.
9433         (message-yank-original): Use it.
9434
9435 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9438
9439 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9442         as read.
9443
9444         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9445
9446 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9449         (gnus-bookmark-default-file): Use gnus-directory.
9450         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9451         Remove "*" in doc string.
9452         (gnus-bookmark-write-file): Simplify.
9453         (gnus-bookmark-maybe-sort-alist): Use `when'.
9454         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9455         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9456         FIXME about Emacs 21 and XEmacs compatibility.
9457         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9458         compatibility.
9459         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9460         compatibility.
9461         (gnus-bookmark-menu-heading): Fix version.
9462
9463 2006-06-19  Bastien Guerry  <bzg@altern.org>
9464
9465         * gnus-bookmark.el: New file.
9466
9467 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * message.el (message-syntax-checks): Doc fix.
9470
9471 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9472
9473         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9474         unsubscribed groups as if they were killed ones.  It causes duplicate
9475         entries in gnus-newsrc-alist.
9476
9477 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * message.el (message-syntax-checks): Doc fix.
9480         (message-send-mail): Add check for continuation headers.
9481         (message-check-news-header-syntax): Fix regexp used to check for
9482         continuation headers.
9483
9484 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9487
9488 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9491
9492 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9495         default-truncate-lines.
9496
9497 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9500         to fill the utf-8 entry.
9501
9502         * lpath.el: Fbind unicode-precedence-list.
9503
9504 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9505
9506         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9507
9508 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9509
9510         * gnus-agent.el (directory-files-and-attributes): Move all the way
9511         forward (the third and final move).
9512         (gnus-agent-read-agentview): Trap reconstruction errors due to
9513         nonexistant directory.  Handle by returning nil.
9514
9515 2006-05-30  Didier Verna  <didier@xemacs.org>
9516
9517         * message.el (message-dont-reply-to-names): Update the custom type.
9518         * message.el (message-dont-reply-to-names): New defsubst: potentially
9519         convert a list of regexps into a single one.
9520         * message.el (message-get-reply-headers): Use it.
9521         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9522
9523 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-agent.el (directory-files-and-attributes): Move forward.
9526
9527 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * gnus-ml.el (gnus-mailing-list-subscribe)
9530         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9531         (gnus-mailing-list-message): Fix doc strings.
9532
9533 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9534
9535         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9536         of doing it manually.
9537
9538 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9541         comment.
9542
9543 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9544
9545         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9546         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9547         (gnus-agent-read-local): All symbols allocated in my-obarray.
9548         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9549         (gnus-agent-regenerate-group): Check numeric names to see if they are
9550         messages or groups.
9551         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9552         better way of do this...)
9553
9554         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9555         'dummy.group' (there should be a better way of do this...)
9556
9557 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9560         (gnus-saved-headers): Ditto.
9561         (gnus-default-article-saver): Mention functions may have properties.
9562         (gnus-article-save): Override gnus-save-all-headers and
9563         gnus-saved-headers by :headers property which saver function may have.
9564         (gnus-summary-save-in-file): Add :headers property.
9565         (gnus-summary-write-to-file): Ditto.
9566
9567         * gnus-sum.el (gnus-summary-save-article): Bind
9568         gnus-prompt-before-saving to t when saving many articles in a file;
9569         always show all headers.
9570
9571         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9572
9573 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9576         marks.
9577
9578         * message.el (message-indent-citation): Add optional arguments to allow
9579         using it outside of message buffers.
9580
9581         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9582         (gnus-article-treat-unfold-headers): Use it.
9583         (gnus-article-truncate-lines): New variable.
9584         (gnus-article-mode): Use it.
9585         (gnus-article-toggle-truncate-lines): New function.
9586
9587         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9588         gnus-article-toggle-truncate-lines.
9589
9590         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9591         coding system in XEmacs, use binary.
9592
9593 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9596         after-load-alist.
9597
9598         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9599         this function should save decoded articles.
9600         (gnus-summary-write-to-file): Use property to specify this function
9601         should save decoded articles and specify gnus-summary-save-in-file
9602         should be used to save articles other than the first one when saving
9603         many articles.
9604         (gnus-summary-save-body-in-file): Use property to specify this
9605         function should save decoded articles.
9606         (gnus-summary-write-body-to-file): Use property to specify this
9607         function should save decoded articles and specify
9608         gnus-summary-save-body-in-file should be used to save articles other
9609         than the first one when saving many articles.
9610
9611         * gnus-sum.el (gnus-summary-save-article): Simplify.
9612
9613 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-art.el (gnus-default-article-saver): Add
9616         gnus-summary-write-body-to-file.
9617         (gnus-article-save-coding-system): Don't use coding system object
9618         in XEmacs.
9619         (gnus-read-save-file-name): Add optional `dir-var' argument which
9620         specifies directory in which files are saved; work even if optional
9621         `variable' argument is not specified.
9622         (gnus-summary-write-to-file): Read file name.
9623         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9624         (gnus-summary-write-body-to-file): New function.
9625
9626         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9627         (gnus-summary-local-variables): Add it.
9628         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9629         (gnus-summary-save-article): Remove optional `decode' argument;
9630         determine whether to decode articles by the value of
9631         gnus-default-article-saver; when saving many files using
9632         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9633         it first and use gnus-summary-save-in-file or
9634         gnus-summary-save-body-in-file thereafter unless
9635         gnus-prompt-before-saving is always; move point to article which
9636         will be saved.
9637         (gnus-summary-save-article-file): Revert.
9638         (gnus-summary-write-article-file): Revert.
9639         (gnus-summary-save-article-body-file): Revert.
9640         (gnus-summary-write-article-body-file): New function.
9641
9642 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-art.el (gnus-default-article-saver): Doc fix.
9645         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9646         from gnus-summary-save-article-coding-system, and default to a
9647         certain coding system.
9648         (gnus-output-to-file): Add coding cookie and encode text according
9649         to gnus-article-save-coding-system; don't use mm-append-to-file.
9650
9651         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9652         gnus-art.el and rename to gnus-article-save-coding-system.
9653         (gnus-summary-save-article): Require gnus-art; don't show all
9654         headers if it decodes articles; don't add coding cookie here;
9655         don't bind mm-text-coding-system-for-write.
9656         (gnus-summary-save-article-file): Save decoded articles.
9657         (gnus-summary-write-article-file): When saving many files, use
9658         gnus-summary-write-to-file first and gnus-summary-save-in-file
9659         thereafter unless gnus-prompt-before-saving is always.
9660         (gnus-summary-save-article-body-file): Save decoded articles.
9661
9662         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9663
9664 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * nnrss.el (nnrss-check-group): Bind hash-index.
9667
9668 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9669
9670         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9671         its hash index.  Store this hash in `nnrss-group-data'.
9672         (nnrss-read-group-data): Update accordingly.
9673
9674 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9677         entry.
9678
9679         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9680         gnus-article-browse-html-article.
9681
9682 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9683
9684         * gnus-sum.el (gnus-summary-mime-map): Add
9685         gnus-article-browse-html-article.
9686
9687         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9688
9689 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9692         suitable coding systems in customize.
9693
9694 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * mail-source.el (mail-sources): Fix custom type.
9697
9698 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9701         (gnus-summary-expire-articles-now): Shorten prompt.
9702
9703         * gmm-utils.el (wid-edit): Require.
9704         (defun-gmm): Renamed from `gmm-defun-compat'.
9705         (gmm-image-search-load-path): Use it.
9706         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9707
9708 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9711         variable.
9712         (gnus-summary-save-article): Add optional `decode' argument.  If
9713         it is set and gnus-summary-save-article-coding-system is non-nil,
9714         save decoded article.
9715         (gnus-summary-write-article-file): Save decoded article if
9716         gnus-summary-save-article-coding-system is non-nil.
9717
9718         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9719         type.
9720
9721 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9724
9725 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9728         first to test gnus-single-article-buffer which may be buffer-local.
9729
9730         * gnus-sum.el (gnus-summary-setup-buffer): Make
9731         gnus-single-article-buffer buffer-local and nil in ephemeral
9732         group; make gnus-article-buffer, gnus-article-current, and
9733         gnus-original-article-buffer always buffer-local.
9734         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9735         group.
9736         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9737
9738 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * nnml.el (nnml-request-compact-group): Compressed files might not
9741         have .gz extension.
9742
9743 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9744
9745         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9746         (mm-copy-to-buffer): Use with-current-buffer.
9747         (mm-display-part): Simplify.
9748         (mm-inlinable-p): Add optional arg `type'.
9749
9750 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9751
9752         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9753         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9754         Try harder to show the attachment internally or externally using
9755         gnus-mime-view-part-as-type.
9756
9757 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * message.el (message-from-style, message-signature-separator)
9760         (message-user-organization-file, message-send-mail-function)
9761         (message-citation-line-function, message-yank-prefix)
9762         (message-indent-citation-function, message-signature)
9763         (message-signature-file, message-signature-insert-empty-line):
9764         Remove autoloads.
9765
9766         * gnus-art.el (gnus-buttonized-mime-types): Remove
9767         "multipart/signed".  Revert 2006-04-26 change.
9768
9769 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * gnus.el (gnus-version-number): Bump version.
9772
9773 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9774
9775         * gnus.el: No Gnus v0.5 is released.
9776
9777 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9778
9779         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9780         fetching articles by message-id.
9781
9782 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * message.el (hashcash): Require hashcash as normal.
9785
9786         * ecomplete.el (ecomplete-highlight-match-line): Use
9787         point-at-eol.
9788         (ecomplete-highlight-match-line): Use `highlight', because that
9789         face exists in both Emacs and XEmacs.
9790
9791         * message.el (message-display-abbrev): Use point-at-bol.
9792
9793         * mail-source.el: Don't require timer/timer-funcs.
9794
9795         * gnus-async.el: Ditto.
9796
9797         * password.el: Ditto.
9798
9799         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9800
9801         * mm-url.el: Ditto.
9802
9803         * gnus-xmas.el: Don't require timer-funcs.
9804
9805         * mm-util.el: Require timer/timer-funcs.
9806
9807 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9808
9809         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9810         Close.
9811
9812 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9815         unibyte after clear-decrypt function runs.
9816
9817         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9818         returns as a unibyte string.
9819
9820 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * lpath.el: Revert.
9823
9824         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9825         (pgg-gpg-process-sentinel): Revert.
9826
9827         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9828         (pgg-pgp-lookup-key): Revert.
9829
9830         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9831         (pgg-pgp5-lookup-key): Revert.
9832
9833         * pgg.el (pgg-fetch-key): Revert.
9834
9835 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * lpath.el: Fbind string-as-multibyte for XEmacs.
9838
9839         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9840         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9841         (mml1991-pgg-encrypt): Ditto.
9842
9843         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9844         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9845         a multibyte buffer.
9846
9847         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9848         (pgg-pgp-lookup-key): Ditto.
9849
9850         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9851         (pgg-pgp5-lookup-key): Ditto.
9852
9853         * pgg.el (pgg-fetch-key): Ditto.
9854
9855 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * message.el (message-user-organization-file): Check several
9858         locations of the organization file.
9859
9860         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9861         Add gnus-article-view-part-as-type.
9862
9863         * gnus-art.el (gnus-article-view-part-as-type): New function.
9864
9865         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9866         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9867
9868         * mml.el: Simplify autoload.
9869         (mml-mode): defvar dnd-protocol-alist instead of using
9870         symbol-value.
9871         (mml-default-directory): New variable.
9872         (mml-minibuffer-read-file): Use it.
9873         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9874
9875         * message.el (message-citation-line-format): New variable.
9876         (message-insert-formated-citation-line): New function.
9877         (message-citation-line-function): Add
9878         `message-insert-formated-citation-line' to custom type.
9879
9880         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9881         to doc string.
9882
9883         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9884         depending on mm-verify-option.
9885
9886 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9889         binding pgg-* variables; reimplement the section which prevents
9890         MIME header from being signed.
9891         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9892         pgg-text-mode; remove a blank line at the top of body.
9893
9894         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9895         lines at the top of body; use gnus-newsgroup-charset if there's no
9896         Charset header.
9897
9898 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * message.el (message-self-insert-commands): Doc fix.
9901
9902         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9903         (mm-uu-pgp-encrypted-test): Ditto.
9904         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9905         between header and body; return application/pgp-encrypted handle
9906         if decryption failed; decode decrypted body by charset.
9907
9908         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9909         element match to application/pgp-*.
9910
9911 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9912
9913         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9914         HTML.
9915
9916 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * mail-source.el (mail-source-call-script): Message the error
9919         string.
9920
9921 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus-util.el (gnus-byte-compile): Use it.
9924
9925 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9926
9927         * gnus-util.el (kill-empty-logs): New function.
9928
9929 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * message.el (message-mail-alias-type): Doc fix.
9932         (message-mail-alias-type-p): New function.
9933         (message-send): Use it.
9934         (message-mode): Ditto.
9935         (message-strip-forbidden-properties): Ditto.
9936
9937         * ecomplete.el (ecomplete-database-file-coding-system): New
9938         variable.
9939         (ecomplete-save): Use it.
9940         (ecomplete-setup): Use it.
9941
9942 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * message.el (message-self-insert-commands): New variable.
9945         (message-strip-forbidden-properties): Use it.
9946
9947 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9950         that doesn't make XEmacs choke.
9951
9952 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gnus-util.el (gnus-replace-in-string):
9955         Prefer replace-regexp-in-string over of replace-in-string.
9956
9957 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-util.el (gnus-select-frame-set-input-focus):
9960         Use select-frame-set-input-focus if it is available in XEmacs; use
9961         definition defined in Emacs 22 for old Emacsen.
9962
9963         * dgnushack.el: Autoload unmorse-region for XEmacs.
9964
9965         * lpath.el: Bind cursor-in-non-selected-windows and
9966         select-frame-set-input-focus for XEmacs.
9967
9968 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9971
9972 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9973
9974         * gnus-registry.el (gnus-registry-cache-save): Remove text
9975         properties when saving via the temp buffer.
9976
9977 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * message.el (message-generate-hashcash): Honor custom type.
9980
9981 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * message.el (message-generate-hashcash): Default to non-nil when
9984         hashcash is found.
9985
9986         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9987         (gnus-refer-thread-limit): Increase default to 500.
9988
9989         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9990
9991         * flow-fill.el (fill-flowed): Allow delete-space.
9992
9993 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9996         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9997         Remove autoloads.
9998
9999 2006-04-18  Simon Josefsson  <jas@extundo.com>
10000
10001         * message.el (message-generate-hashcash): Default to.
10002
10003 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10006         concatenating segments rather than before concatenating them.
10007
10008 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10011
10012 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10015
10016         * message.el (message-forward-make-body-plain): Allow
10017         message-forward-ignored-headers to be a list.
10018         (message-remove-ignored-headers): Factor out into function.
10019         (message-forward-make-body-mml): Use it.
10020
10021         * imap.el (imap-quote-specials): New function.
10022         (imap-login-auth): Quote specials.
10023
10024         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10025         (rfc2231-parse-string): Allow concatanation of parameters that
10026         aren't contiguous.  The test case is
10027           (mail-header-parse-content-type "message/external-body;
10028             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10029             access-type=LOCAL-FILE;
10030             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10031
10032 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10033
10034         * nntp.el (nntp-accept-process-output): Return the value of
10035         `nnheader-accept-process-output'.
10036
10037 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10040         (gnus-button-alist): Recognize more diff formats.
10041         (gnus-button-patch): Strip directory.
10042
10043 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10046         Emacs 22 when setting focus.
10047
10048 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10049
10050         * gnus-art.el (gnus-article-treat-types): Do treatment of
10051         text/x-verbatim parts.
10052         (gnus-button-patch): New command.
10053
10054         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10055         addresses that contain invalid characters.
10056
10057 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * message.el (message-put-addresses-in-ecomplete): Use
10060         gnus-replace-in-string.
10061         (message-is-yours-p): Use the more correct
10062         mail-header-parse-address instead of
10063         mail-extract-address-components.
10064         (message-put-addresses-in-ecomplete): Fix typo.
10065
10066         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10067         keystroke.
10068
10069         * gnus-art.el (gnus-treatment-function-alist): Change order of
10070         newsgroups/generic header folding to avoid double-folding.
10071
10072         * message.el (message-hidden-headers): Add X-Draft-From.
10073
10074         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10075         command.
10076         (gnus-summary-repeat-search-article-backward): New command.
10077
10078         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10079         groups in the parent topic.
10080
10081 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10082
10083         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10084         (spam-extra-header-to-number): Return the CRM114 number as a
10085         number instead of a string.
10086
10087 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10088
10089         * gnus-art.el (gnus-face-properties-alist): Moved here from
10090         gnus-fun.
10091
10092         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10093
10094 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * message.el (message-strip-forbidden-properties): Only display on
10097         self-insert-command.
10098
10099         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10100         reindent.
10101         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10102
10103 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10104
10105         * smiley.el (smiley-style): Fix typo.
10106
10107 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * hashcash.el (hashcash-insert-payment-async-2): Use
10110         message-goto-eoh instead of doing it manually.
10111         (mail-add-payment): Use message-narrow-to-header instead of trying
10112         to do the same itself.
10113
10114         * message.el (message-hidden-headers): Add Face.
10115
10116         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10117         reparenting code.
10118         (gnus-summary-reparent-children): Refactored out code.
10119         (gnus-summary-thread-map): New keystroke.
10120         (gnus-summary-reparent-children): Make into command.
10121
10122         * smiley.el (smiley-style): Default to `medium' if using a large
10123         font.
10124
10125         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10126         does it itself.
10127
10128         * message.el (message-point-in-header-p): Simplify definition.
10129
10130 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * nnagent.el (nnagent-request-set-mark): Silence log file
10133         writing.
10134         (nnagent-request-set-mark): Use write-region instead of
10135         append-to-file.
10136
10137         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10138         strange select method.
10139
10140         * ecomplete.el (ecomplete-display-matches): Get highlightling
10141         right.
10142         (ecomplete-display-matches): Use literals.
10143         (ecomplete-display-matches): Disable message logging.
10144
10145         * message.el (message-display-abbrev): Small optimization.
10146
10147         * ecomplete.el (ecomplete-display-matches): Allow automatic
10148         display.
10149
10150         * message.el (message-strip-forbidden-properties): Display
10151         abbrevs.
10152         (message-display-abbrev): Get automatic display right.
10153
10154         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10155         keystrokes.
10156
10157 2006-04-13  Romain Francoise  <romain@orebokech.com>
10158
10159         TODO: Backport to v5-10!
10160
10161         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10162         Moved here (and renamed) from gnus-registry.el.
10163
10164         * gnus-registry.el: Require gnus-util.
10165         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10166
10167 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * gnus-group.el (gnus-group-catchup-current): Change
10170         if-then-else-if-then-else into cond.
10171         (gnus-group-catchup): Indent.
10172         (group-name-at-point): New function.
10173         (gnus-fetch-group): Provide default from thing at point.
10174
10175 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * message.el (message-display-abbrev): Fix regexp.
10178
10179         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10180         choosing.
10181         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10182         dead variables.
10183
10184         * message.el (message-newline-and-indent): Remove debugging.
10185         (message-display-abbrev): Use new implementation.
10186
10187 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-art.el (gnus-article-mode): Set
10190         cursor-in-non-selected-windows to nil.
10191
10192         * smiley.el: Revert previous change.
10193         (smiley-data-directory): defvar it before using it in the
10194         defcustom of `smiley-style'.
10195
10196 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * message.el (message-newline-and-indent): New function.
10199
10200         * ecomplete.el: Implement more bits.
10201
10202         * message.el (message-put-addresses-in-ecomplete): Clean up the
10203         string.
10204
10205         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10206
10207         * gnus-sum.el (gnus-summary-save-parts): Bind
10208         gnus-summary-save-parts-counter and use it to make unique file
10209         names.
10210
10211         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10212
10213         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10214         parameter to say whether to actually parse the individual
10215         addresses.
10216
10217         * message.el (message-put-addresses-in-ecomplete): New function.
10218         (ecomplete): Require.
10219         (message-mail-alias-type): Add ecomplete as an option.
10220
10221 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10222
10223         * flow-fill.el (fill-flowed): Remove trailing space from blank
10224         quoted lines.
10225
10226 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * smiley.el (smiley-style): Move definition later to avoid a
10229         compilation warning.
10230
10231 2006-04-12  Kenichi Handa  <handa@m17n.org>
10232
10233         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10234         buffer and then decode the buffer text if necessary.
10235         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10236         first, and after mm-encode-body, change the buffer to unibyte.
10237         Use mm-disable-multibyte instead of set-buffer-multibyte.
10238
10239 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10242         Content-Type header instead of Content-Disposition header.
10243         (gnus-mime-inline-part): Ditto.
10244         (gnus-mime-view-part-as-charset): Ignore charset that the part
10245         specifies.
10246
10247         * mm-decode.el (mm-display-part): Work with external parts and
10248         usual parts similarly.
10249
10250         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10251         instead of gnus-display-mime.
10252
10253         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10254         instead of with-temp-buffer.
10255
10256         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10257         tag to summarized topics part in order to encode non-ASCII text.
10258
10259 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * smiley.el (smiley-style): New variable.
10262         (smiley-directory): New function.
10263         (smiley-data-directory): Derive from `smiley-style' using
10264         `smiley-directory'.
10265         (smiley-regexp-alist): Add new entries.
10266
10267         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10268         (gnus-article-browse-delete-temp): Add :version.
10269
10270 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10271
10272         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10273         the sieve region.
10274
10275 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276
10277         * gnus.el (gnus-version-number): Bump version.
10278
10279 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * gnus.el: No Gnus v0.4 is released.
10282
10283 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10286         layout.
10287
10288         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10289         unknown charset.
10290
10291         * message.el (message-header-synonyms): Add Original-To to the
10292         default.
10293
10294         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10295         optional parameter.
10296
10297 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-fun.el (gnus): Require it for gnus-directory.
10300
10301 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10304
10305 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10306
10307         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10308
10309 2006-04-05  Simon Josefsson  <jas@extundo.com>
10310
10311         * password.el (password-reset): New function.
10312
10313 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10314
10315         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10316         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10317
10318 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319
10320         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10321         Some whitespace was matched into the url, which broke browsing hits
10322         > 100 when mm-url-use-external was nil.
10323
10324 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10327         gnus-extra-headers for 'Newsgroups.
10328
10329         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10330         bound.
10331
10332 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10333
10334         * pgg-gpg.el: Clean up process buffers every time gpg processes
10335         complete.
10336
10337 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10340         doc string.
10341
10342 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10343
10344         * pgg-gpg.el (pgg-gpg-process-filter)
10345         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10346
10347         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10348         lines, temporary fix.
10349
10350 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10353
10354 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10355
10356         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10357         default-enable-multibyte-characters.  This reverts the change from
10358         revision 6.17 which is no longer necessary because the passphrase
10359         is sent separately now.  GnuPG messages are unreadable under
10360         multibyte locales with default-enable-multibyte-characters set to
10361         nil.
10362
10363 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * message.el (message-tool-bar-gnome): Move "spell".
10366
10367 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10370         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10371         instead.
10372
10373 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10374
10375         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10376         newsgroups handling for NNTP overviews which don't include
10377         Newsgroups.
10378
10379 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10380
10381         * message.el (message-resend): Bind message-generate-hashcash to nil.
10382
10383 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10384
10385         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10386         when searching for already-paid recipients.
10387
10388 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10389
10390         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10391         passphrases when it is not needed.
10392         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10393         passphrase stuff from gpg, should only be necessary when you use
10394         gpg with a smartcard.
10395
10396 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * mml.el (mml-insert-mime): Ignore cached contents of
10399         message/external-body part.
10400
10401         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10402         (mm-insert-part): Ditto.
10403
10404 2006-03-23  Simon Josefsson  <jas@extundo.com>
10405
10406         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10407         Reiner.
10408         (pgg-gpg-use-agent-p): Use it again.
10409
10410 2006-03-23  Simon Josefsson  <jas@extundo.com>
10411
10412         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10413         older emacsen.
10414         (pgg-gpg-use-agent-p): Don't use it.
10415
10416 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10419         if we can.
10420
10421 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10422
10423         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10424         (pgg-gpg-update-agent): New function.
10425         (pgg-gpg-use-agent-p): New function.
10426         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10427         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10428         (pgg-gpg-sign-region): Use it.
10429
10430 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10433         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10434
10435 2006-03-21  Simon Josefsson  <jas@extundo.com>
10436
10437         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10438         <wilde@sha-bang.de>.
10439         (pgg-gpg-use-agent): New variable.
10440         (pgg-gpg-process-region): Use it.
10441         (pgg-gpg-encrypt-region): Likewise.
10442         (pgg-gpg-encrypt-symmetric-region): Likewise.
10443         (pgg-gpg-decrypt-region): Likewise.
10444         (pgg-gpg-sign-region): Likewise.
10445         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10446
10447 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10450
10451         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10452         Add comment on version.
10453
10454 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * smiley.el: Add missing test smiley.
10457
10458 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * mm-decode.el (mm-with-part): New macro.
10461         (mm-get-part): Use it; work with message/external-body as well.
10462         (mm-save-part): Treat name and filename equally.
10463
10464         * mm-extern.el (mm-extern-cache-contents): New function.
10465         (mm-inline-external-body): Use it; force the part to be displayed;
10466         move undisplayer added to the cached handle to the parent.
10467
10468         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10469         (gnus-mime-view-part-as-type): Work with message/external-body.
10470
10471         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10472
10473 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10476         images in image-load-path.  [Sync with image.el, revision 1.60, in
10477         Emacs.]
10478
10479 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10482         path rather than symbol.  Always return list of directories.
10483         Guarantee that image directory comes first.  [Sync with image.el,
10484         revision 1.59, in Emacs.]
10485
10486         * message.el (message-make-tool-bar): Adjust to new API of
10487         `gmm-image-load-path-for-library'.
10488
10489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10490
10491         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10492
10493 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10494
10495         * gnus-art.el (gnus-article-only-boring-p):
10496         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10497         intangible text.
10498         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10499
10500 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10503         `defun' instead of `gmm-defun-compat'.
10504
10505 2006-03-14  Simon Josefsson  <jas@extundo.com>
10506
10507         * message.el (message-unique-id): Don't use message-number-base36
10508         if (user-uid) is a float.
10509         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10510
10511 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10514
10515         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10516         empty line between a part and a message part.
10517
10518 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * smiley.el: Add more test smileys.
10521         (smiley-data-directory, smiley-regexp-alist)
10522         (gnus-smiley-file-types): Fix doc strings.
10523         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10524         adding new elements.
10525         (smiley-mouse-map): Unused code.  Make it a comment.
10526
10527 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10530         scan latest NoCeM messages instead of old ones.
10531         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10532         delimiters that are recently used.
10533         (gnus-nocem-load-cache): Add autoload cookie.
10534
10535         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10536
10537         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10538         level which is larger than gnus-use-nocem is specified.
10539
10540         * gnus-group.el (gnus-group-get-new-news): Ditto.
10541
10542 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * gnus-util.el (gnus-tool-bar-update): New function.
10545
10546         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10547         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10548
10549         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10550
10551         * gnus-group.el (gnus-group-redraw-when-idle)
10552         (gnus-group-redraw-check): Remove.
10553         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10554
10555 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10558         if optional last element is specified in splits (FIELD VALUE...).
10559
10560 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10563         to gmm-image-load-path-for-library.  Call with no-error argument.
10564         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10565
10566         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10567
10568         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10569
10570         * gmm-utils.el (gmm-image-load-path): Remove alias.
10571
10572 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * gmm-utils.el (gmm-image-load-path): Add alias.
10575
10576         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10577         nnml-generate-nov-databases-1.
10578         (nnml-generate-nov-databases): Use it.
10579         (nnml-generate-nov-databases-directory): Document no-active
10580         argument.
10581
10582         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10583         directory if path is t.  Add no-error.
10584
10585         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10586         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10587
10588         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10589         resetting gnus-article-browse-html-temp-list.
10590
10591         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10592         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10593         Add example to docstring.  Rename local variables.  Move error
10594         checks to default case in cond and simplify.
10595
10596 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10599         handle is multipart when calling it recursively.
10600         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10601
10602 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10603
10604         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10605         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10606
10607 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10610         is loaded.
10611
10612         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10613         loaded.
10614
10615 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10618         to "Emacs 23 (unicode)" in doc string.
10619
10620         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10621         "Emacs 23 (unicode)" in comment.
10622
10623 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10626
10627         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10628         characters 160 through 255 in Emacs 23.
10629
10630 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10633         gnus-article-browse-html-temp.
10634         (gnus-article-browse-delete-temp): Make it customizable.  Add
10635         `file'.  Adjust doc string.
10636         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10637         query for each file.  Adjust doc string.
10638         (gnus-article-browse-html-parts): Add
10639         `gnus-article-browse-delete-temp-files' to
10640         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10641
10642 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10643
10644         * gnus-art.el (gnus-article-browse-html-temp)
10645         (gnus-article-browse-delete-temp): New variables.
10646         (gnus-article-browse-delete-temp-files): New function.
10647         (gnus-article-browse-html-parts): Use it.
10648
10649 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10652
10653         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10654         string.
10655
10656         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10657         gnus-summary-insert-new-articles when unplugged.  Remove
10658         gnus-summary-search-article-forward.
10659
10660         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10661         display-visual-class instead of display-color-cells.
10662
10663 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * dgnushack.el: Autoload customize-group for XEmacs.
10666
10667         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10668         message/* containing non-ASCII text properly.
10669
10670 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * message.el: Require gmm-utils, remove autoloads.
10673         (message-tool-bar): Set default based on
10674         gmm-tool-bar-style.
10675         (message-tool-bar-gnome): Add gmm-customize-mode.
10676
10677         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10678         gmm-tool-bar-style.
10679         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10680
10681         * gnus-group.el (gnus-group-tool-bar): Set default based on
10682         gmm-tool-bar-style.
10683         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10684
10685         * gmm-utils.el (gmm-image-directory): Rename variable from
10686         gmm-image-load-path.
10687         (gmm-image-load-path): Use gmm-image-directory.
10688         (gmm-customize-mode): New function.
10689         (gmm-tool-bar-style): New variable.
10690
10691         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10692         gnus-group-redraw-line-number.
10693         (gnus-group-redraw-check): Simplify.
10694         (gnus-group-tool-bar-update): Remove redraw check.
10695         (gnus-group-make-tool-bar): Add redraw check.
10696
10697 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10698
10699         * gnus-art.el (gnus-button): Add missing parentheses.
10700
10701 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * lpath.el: Fbind line-number-at-pos.
10704
10705 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10708
10709 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-art.el (gnus-button): New face.
10712         (gnus-article-button-face): Use it.
10713
10714         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10715         gnus-summary-next-page.  Re-order.
10716
10717         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10718         next-node are now included.
10719         (gnus-group-redraw-line-number): New internal variable.
10720         (gnus-group-redraw-check): Helper function for updating the tool
10721         bar.
10722         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10723
10724         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10725
10726         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10727         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10728         Use it to match format of Spamassassin 3.0 and later.  Reported by
10729         IRIE Tetsuya <irie@t.email.ne.jp>.
10730         (spam-check-bogofilter)
10731         (spam-bogofilter-register-with-bogofilter): Fix args of
10732         `gnus-error' calls.
10733
10734 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10737         unnecessary interaction when sending queued mails.  Reported by
10738         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10739
10740 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10743         first or last are nil.
10744
10745 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10746
10747         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10748
10749 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10752
10753 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * dns.el (query-dns): Protect more against buggy tcp output.
10756
10757 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10760         nov.php.
10761
10762 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10763
10764         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10765         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10766         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10767         output on the server side.
10768         (nnweb-google-create-mapping): Update regexps and add some
10769         progress indication.
10770
10771 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10774         gnus-agent-toggle-plugged.  Re-order icons.
10775         (gnus-group-tool-bar-gnome): Add
10776         gnus-group-{prev,next}-unread-group.
10777         (gnus-group-tool-bar-gnome): Re-order icons.
10778
10779         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10780         gnus-summary-insert-new-articles.
10781
10782         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10783         comments.
10784
10785         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10786         also available in Emacs 21.3.
10787
10788         * message.el (message-fix-before-sending): Change "Emacs 22" to
10789         "Emacs 23 (unicode)" in comment.
10790
10791         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10792         "Emacs 23 (unicode)" in comment.
10793
10794         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10795         comment.
10796         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10797
10798         * mm-view.el (mm-fill-flowed): Add :version.
10799
10800 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10803         and load-path.
10804
10805 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * message.el: Autoload gmm-image-load-path.
10808         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10809         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10810         consitency.
10811
10812         * gmm-utils.el (gmm-image-load-path): Also search in
10813         "../etc/images".  Don't set gmm-image-load-path if we don't find
10814         the image.
10815
10816 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gmm-utils.el (gmm-image-load-path): Don't make
10819         `gmm-image-load-path' include subdirectories which the second arg
10820         `image' might specify.
10821
10822         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10823         subdirectory to icon file names.
10824
10825         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10826
10827 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10830         gmm-image-load-path calls.
10831
10832         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10833
10834         * message.el (message-make-tool-bar): Ditto.
10835
10836         * mml.el (mml-preview): Added comment concerning tool bar icons.
10837
10838         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10839         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10840
10841         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10842         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10843
10844         * message.el (message-tool-bar-gnome): Use new icon names.
10845         (message-make-tool-bar): Use `gmm-image-load-path'.
10846
10847         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10848         functions from MH-E.
10849         (gmm-image-load-path): New variable from MH-E.
10850         (gmm-image-load-path): New function from MH-E.  Added arguments
10851         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10852         *-image-load-path-called-flag.
10853
10854 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10855
10856         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10857
10858 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10859
10860         * nnimap.el (nnimap-request-move-article): Change folder back to
10861         source group before deleting.
10862
10863 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10866
10867         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10868         mm-url.
10869
10870         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10871
10872 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10875         coding system which mm-charset-to-coding-system returns for a
10876         given charset is valid.
10877
10878 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10879
10880         * html2text.el (html2text-remove-tag-list):
10881         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10882
10883 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10884
10885         * gnus-cus.el: Revert 2005-10-17 change.
10886
10887 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-art.el (article-strip-banner): Call
10890         article-really-strip-banner only when the regexp match is made.
10891
10892 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-art.el (article-strip-banner): Use
10895         gnus-extract-address-components instead of
10896         mail-header-parse-addresses to make it work with non-ASCII text;
10897         remove mail-encode-encoded-word-string.
10898
10899         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10900         values which are surrounded with \"...\"; make it never cause a
10901         Lisp error; give up parsing of parameters if it failed in
10902         extracting type.
10903
10904 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10905
10906         * smime.el (smime-cert-by-ldap-1): Fix bug where
10907         `smime-ldap-search' returns results without userCertificates.
10908
10909 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10912
10913 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * spam.el (spam-check-spamassassin-headers): Adapt format for
10916         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10917         <ari@mbf.ocn.ne.jp>.
10918         (spam-list-of-processors): Add spam-use-gmane.
10919
10920 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10923         make-temp-file; make it work with XEmacs as well.
10924
10925         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10926         mm-make-temp-file.
10927
10928         * mm-decode.el (mm-display-external): Use the 3rd arg of
10929         mm-make-temp-file.
10930         (mm-create-image-xemacs): Ditto.
10931
10932 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10935         with message-narrow-to-headers.
10936         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10937         (gnus-draft-check-draft-articles): New function.
10938         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10939
10940 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-art.el (gnus-article-browse-html-parts):
10943         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10944         Don't use suffix argument for mm-make-temp-file for Emacs 21
10945         compatibility.  Remove useless `format'.
10946
10947 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10948
10949         * nnweb.el (nnweb-google-wash-article): Update regexps.
10950         (nnweb-group-alist): Use defvoo instead of defvar.
10951
10952 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10955         re-loading nn* modules.
10956
10957 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10960         for `tool-bar-mode' and don't check it's default-value.
10961
10962         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10963
10964         * message.el (message-make-tool-bar): Ditto.
10965
10966         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10967         `substring'.  Shorten tmp-file name.
10968
10969         * gnus.el: Remove bogus comment.
10970
10971 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10972
10973         * gnus-art.el (gnus-article-browse-html-parts): New function.
10974         (gnus-article-browse-html-article): New function for viewing html
10975         articles with a browser.
10976
10977 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10978
10979         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10980         in elisp.
10981         (pgg-gpg-encrypt-symmetric-region): Ditto.
10982         (pgg-gpg-sign-region): Ditto.
10983
10984         * pgg-def.el (pgg-text-mode): New variable.
10985
10986         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10987         (mml2015-pgg-encrypt): Ditto.
10988
10989         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10990         (mml1991-pgg-encrypt): Ditto.
10991
10992 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10995         message-make-date instead of current-time-string.
10996
10997         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10998         to gnus-decoded which mm-uu might set.
10999
11000 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11003         don't decode quoted parameters; remove misimported Emacs code.
11004         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11005         (rfc2231-decode-encoded-string): Don't use split-string which
11006         behaves differently according to Emacs version; use
11007         mm-decode-coding-region to convert charset to coding-system.
11008         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11009         (rfc2231-encode-string): Remove misimported Emacs code.
11010
11011 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11014         when calling mail-header-parse-content-type.
11015         (article-de-quoted-unreadable): Ditto.
11016         (article-de-base64-unreadable): Ditto.
11017         (article-wash-html): Ditto.
11018
11019         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11020         calling mail-header-parse-content-type and
11021         mail-header-parse-content-disposition.
11022         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11023         mail-header-parse-content-type.
11024
11025         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11026         insert charset and format parameters; encode description after
11027         inserting it to buffer.
11028         (mml-insert-parameter): Fold lines properly even if a parameter is
11029         segmented into two or more lines; change the max column to 76.
11030
11031         * rfc1843.el (rfc1843-decode-article-body): Don't use
11032         ignore-errors when calling mail-header-parse-content-type.
11033
11034         * rfc2231.el (rfc2231-parse-string): Return at least type if
11035         possible; don't cause an error even if it fails in parsing of
11036         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11037         (rfc2231-encode-string): Don't break lines at the beginning, leave
11038         it to mml-insert-parameter.
11039
11040         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11041         calling mail-header-parse-content-type.
11042
11043 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * spam-report.el (spam-report-gmane-use-article-number):
11046         Improve doc string.
11047         (spam-report-gmane-internal): Check if a suitable header was found
11048         in the article.
11049
11050 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11053         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11054
11055 2006-02-05  Romain Francoise  <romain@orebokech.com>
11056
11057         Update copyright notices of all files in the gnus directory.
11058
11059 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11060
11061         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11062
11063 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11066         segmented lines of parameter value to cope with Thunderbird 1.5
11067         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11068         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11069         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11070
11071 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11072
11073         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11074         parts.
11075
11076 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11077
11078         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11079         there's only one active file for all servers.
11080         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11081         solid groups.  Gnus might have used a FAST request to select the group.
11082         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11083         and nnweb-search redundantly in the active file.
11084         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11085         (nnweb-request-create-group): Don't use ARGS.
11086         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11087         initialisations.  Let nnoo do the work.
11088
11089 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11092         Say the part has been decoded.
11093
11094         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11095
11096 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11097
11098         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11099         mailcap-viewer-test-cache when there's no 'test clause, since that
11100         will invert the meaning of a "nil" test previously determined by
11101         mailcap-mailcap-entry-passes-test.
11102
11103 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11106         compiling.
11107
11108         * gnus-sum.el: Ditto.
11109
11110         * message.el: Don't bind tool-bar-map when compiling.
11111
11112 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11115
11116 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11117
11118         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11119         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11120         current Google Groups.
11121
11122 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11125         and tool-bar-mode.
11126
11127         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11128         and tool-bar-mode.
11129
11130         * message.el (message-tool-bar-update): Simplify.
11131         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11132
11133         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11134         gnus-summary-buffer.
11135         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11136         gnus-summary-reply.
11137
11138         * gmm-utils.el (gmm): Add :version.
11139
11140 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * Makefile.in (clean): New rule.
11143         (distclean): Use it.
11144
11145 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11146
11147         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11148         autoload.
11149
11150 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gmm-utils.el (gmm-verbose): Add :group.
11153
11154 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * message.el: Change some comments WRT tool-bars.
11157
11158         * gnus-sum.el (gnus-summary-tool-bar)
11159         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11160         (gnus-summary-tool-bar-zap-list): New variables.
11161         (gnus-summary-make-tool-bar): Complete rewrite using
11162         `gmm-tool-bar-from-list'.
11163
11164         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11165         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11166         variables.
11167         (gnus-group-make-tool-bar): Complete rewrite using
11168         `gmm-tool-bar-from-list'.
11169         (gnus-group-tool-bar-update): New function.
11170
11171         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11172
11173 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11176         is dissected into a single part of which the type is the same as
11177         the given one; decode charset.
11178
11179 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11180
11181         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11182         into alists as symbol not string, since that's what
11183         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11184         look for.
11185
11186 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11189         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11190
11191         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11192
11193 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11196         (gnus-xmas-mime-security-button-menu): New function.
11197
11198         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11199         (gnus-mime-security-button-menu): New definition.
11200         (gnus-mime-security-button-map): Use them.
11201         (gnus-mime-security-button-menu): New function.
11202         (gnus-insert-mime-security-button): Addition to help echo.
11203         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11204         (gnus-mime-security-pipe-part): New functions.
11205
11206         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11207         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11208
11209         * mm-decode.el (mm-handle-set-disposition): Remove.
11210         (mm-handle-set-description): Remove.
11211
11212 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11215         (mm-w3m-standalone-supports-m17n-p): New function.
11216         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11217         w3m usage.
11218
11219         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11220         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11221
11222 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * message.el (message-tool-bar-zap-list): Use
11225         gmm-tool-bar-zap-list as custom type.
11226         (message-tool-bar-update): New function.
11227         (message-tool-bar, message-tool-bar-gnome)
11228         (message-tool-bar-retro): Add message-tool-bar-update.
11229         (message-tool-bar-gnome): Add flyspell-buffer.
11230
11231         * gnus-util.el (gnus-error): Describe `args'.
11232
11233         * gmm-utils.el (gmm-error): Describe `args'.
11234         (gmm-tool-bar-zap-list): New widget.
11235         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11236
11237 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11240         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11241         the number of recursive calls.
11242
11243         * mm-decode.el (mm-handle-set-disposition): New macro.
11244         (mm-handle-set-description): New macro.
11245
11246 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11249         encoding.
11250
11251 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * message.el (message-tool-bar-zap-list, message-tool-bar)
11254         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11255         (message-tool-bar-local-item-from-menu): Remove.
11256         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11257         (message-make-tool-bar): New function.
11258         (message-mode): Use `message-make-tool-bar'.
11259
11260         * gmm-utils.el: New file.
11261         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11262         (gmm-lazy): New widget copied from `nnmail.el'.
11263         (gmm-tool-bar-from-list): New function for creating customizable
11264         tool bars.
11265         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11266         output.
11267         (gmm): Add :prefix to defgroup.
11268
11269 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11270
11271         * gmm-utils.el (gmm-widget-p): New function.
11272
11273 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mml.el (mml-attach-file): Describe `description' in doc string.
11276         (mml-menu): Add Emacs MIME manual and PGG manual.
11277
11278 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11279
11280         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11281
11282 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11283
11284         * nntp.el (nntp-end-of-line): Doc fix.
11285
11286 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11287
11288         * imap.el (imap-open): Handle case where buffer is a buffer
11289         object.
11290
11291 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11292
11293         * gnus-delay.el (gnus-delay): Don't autoload.
11294         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11295         to be re-loaded when customizing the `gnus-delay' group.
11296
11297 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11298
11299         * message.el (message-insert-citation-line): Use newlines.
11300
11301 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11302
11303         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11304         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11305         these routines, so the passphrase can be managed externally and
11306         passed in to the system.
11307         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11308         pgg-add-passphrase-to-cache function.
11309
11310         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11311         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11312         these routines, so the passphrase can be managed externally and
11313         passed in to the system.
11314         (pgg-pgp5-sign-region): Use new name of
11315         pgg-add-passphrase-to-cache function.
11316
11317 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11318
11319         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11320         part of the decoded armor to find the key-identifier.
11321         (pgg-gpg-lookup-key-owner): New function to return the
11322         human-readable identifier of a key owner.
11323         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11324         itself.
11325         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11326         the key value) if we have a key and can match it against a secret
11327         key.  Also, added a note pointing out fact that the prompt only
11328         indicates the first matching key.
11329
11330         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11331         pgg-decrypt-region.
11332         (pgg-add-passphrase-to-cache): Rename from
11333         `pgg-add-passphrase-cache' to reduce confusion (all callers
11334         changed).
11335         (pgg-remove-passphrase-from-cache): Rename from
11336         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11337         changed).
11338         (pgg-read-passphrase, pgg-add-passphrase-cache)
11339         (pgg-remove-passphrase-cache): Add informative docstrings.
11340         (pgg-decrypt): Convey provided passphrase in subordinate call to
11341         pgg-decrypt-region.
11342
11343 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11344
11345         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11346         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11347         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11348         'passphrase' argument, so the passphrase can be managed externally
11349         and then passed in to the system.
11350
11351         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11352         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11353         so the passphrase cache can be used reliably with identifiers
11354         besides a pgp packet's key id.
11355
11356         * pgg-gpg.el (pgg-gpg-encrypt-region)
11357         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11358         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11359         these routines, so the passphrase can be managed externally and
11360         passed in to the system.
11361
11362         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11363         'notruncate' argument, so the passphrase cache can be used
11364         reliably with identifiers besides a pgp packet's key id.
11365
11366 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11367
11368         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11369         symmetric encryption.
11370         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11371         encrypted session key.
11372         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11373         message ask for the passphrase in a proper way.
11374
11375         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11376         New user commands for symmetric encryption.
11377
11378 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11381
11382         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11383
11384 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11385
11386         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11387
11388 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * mm-decode.el (mm-inlined-types): Add application/pgp.
11391         (mm-automatic-display): Ditto.
11392
11393         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11394         part as text.
11395
11396 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * nnrss.el: Update copyright.
11399         (nnrss-opml-import): Query whether to subscribe to each entry.
11400
11401         * gnus-art.el:
11402         * gnus-sum.el:
11403         * gnus-xmas.el:
11404         * messagexmas.el:
11405         * mm-uu.el:
11406         * mm-view.el: Update copyright.
11407
11408 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * message.el (message-info): New function.
11411         (message-mode-menu): Add it.
11412         Update copyright.
11413
11414         * ChangeLog: Fix and update copyright.
11415
11416 2006-01-13  Romain Francoise  <romain@orebokech.com>
11417
11418         * message.el (message-forward-subject-name-subject): Prefer the
11419         address to 'nowhere' if the sender has no name.
11420         Fix typo.  Update copyright year.
11421
11422 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-art.el (article-wash-html): Use
11425         gnus-summary-show-article-charset-alist if a numeric arg is given.
11426         (gnus-article-wash-html-with-w3m-standalone): New function.
11427
11428         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11429         mm-inline-text-html-render-with-w3m-standalone.
11430         (mm-text-html-washer-alist): Map w3m-standalone to
11431         gnus-article-wash-html-with-w3m-standalone.
11432         (mm-inline-text-html-render-with-w3m-standalone): New function.
11433
11434 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11437         Improve LaTeX.
11438
11439 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11442         (nnrss-request-article): Render text/plain parts as HTML.
11443
11444         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11445         the buffer.
11446
11447 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11450         custom definition of `gnus-posting-styles'.
11451
11452         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11453         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11454
11455 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11458         Use nntp for bug archive.
11459
11460 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11463         parts.
11464         (nnrss-normalize-date): New function converts ISO 8601 date into
11465         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11466         (nnrss-check-group): Use it.
11467
11468 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11471
11472         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11473         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11474         (nnrss-insert-w3): Ditto.
11475
11476 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11479         the articles to be forwarded including the case where neither a
11480         number of articles nor a region is specified.
11481
11482 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nnrss.el (nnrss-request-article): Fix last change; fill
11485         text/plain parts.
11486
11487 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11490         in text/plain part.
11491         (nnrss-check-group): Don't add excessive newline to dc:subject.
11492
11493 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11494
11495         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11496         article.
11497
11498 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11501         (nnml-use-compressed-files, nnml-save-mail): Support other
11502         comression programs such as bzip2.
11503
11504 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505
11506         * dns.el (query-dns): Make sure we check the buffer size before
11507         removing tcp headers.
11508
11509 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11512         remove MIME buttons associated with multipart/alternative parts.
11513         (gnus-mime-display-alternative): Tag buttons using `article-type'
11514         text property.
11515
11516         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11517         associated with multipart/alternative parts.
11518
11519         * gnus-art.el (gnus-signature-separator): Fix custom type.
11520
11521         * mm-decode.el (mm-inlined-types): Fix custom type.
11522         (mm-keep-viewer-alive-types): Ditto.
11523         (mm-automatic-display): Ditto.
11524         (mm-attachment-override-types): Ditto.
11525         (mm-inline-override-types): Ditto.
11526         (mm-automatic-external-display): Ditto.
11527
11528 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * spam-report.el (spam-report-user-mail-address)
11531         (spam-report-user-agent): New variables.
11532         (spam-report-url-ping-plain): Use spam-report-user-agent.
11533
11534 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11535
11536         * gnus-art.el (gnus-button-handle-custom): Do not just use
11537         `customize-apropos' for any "M-x customize-*" button but the
11538         function called for.  Accept both the function name and its
11539         argument in order to achieve this.
11540         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11541         function name to `gnus-button-handle-custom' in case of "M-x
11542         customize-*" buttons.
11543
11544 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11547         multipart/alternative and add xref to mm-discouraged-alternatives
11548         in doc string.
11549
11550         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11551         gnus-buttonized-mime-types in doc string.
11552
11553 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11556         Suggest image/.* in the doc string.
11557
11558 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11561         message-marks (Debian bug #342521).
11562
11563 2005-12-12  Simon Josefsson  <jas@extundo.com>
11564
11565         * password.el (password-read-from-cache): Add.
11566         (password-read): Use it.
11567
11568 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11571         us-ascii as a MIME charset.
11572
11573         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11574         against the case where the 2nd arg TYPE is nil.
11575
11576 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * pop3.el (pop3-stream-type): Fix custom version.
11579
11580         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11581
11582 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11583
11584         * mm-decode.el (mm-display-external): Add missing cdr.
11585
11586 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11589         RFC1524) if it is in mailcap or add a suffix according to
11590         mailcap-mime-extensions when generating a temp filename; postpone
11591         deleting a temp file for 2 seconds for some wrappers, shell
11592         scripts, and so on, which might exit right after having started a
11593         viewer command as a background job.
11594
11595 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * nntp.el (nntp-marks-directory): Fix custom group.
11598
11599         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11600         steps when < 10.
11601
11602         * gnus-start.el (gnus-no-server-1): Mention
11603         `gnus-level-default-subscribed' in doc string.
11604
11605 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11606
11607         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11608         parens.
11609
11610 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-xmas.el (gnus-use-toolbar): Revert.
11613         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11614         gnus-use-toolbar is default.
11615
11616         * messagexmas.el (message-use-toolbar): Revert.
11617         (message-setup-toolbar): Use global default-toolbar if
11618         message-use-toolbar is default.
11619
11620 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11623         according to default-toolbar-visible-p.
11624
11625         * messagexmas.el (message-use-toolbar): Ditto.
11626
11627 2005-11-26  Dave Love  <fx@gnu.org>
11628
11629         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11630         (tls-program, tls-success): Provide openssl alternative.
11631
11632         * starttls.el: Doc fixes.
11633         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11634         SERVICE to PORT.
11635
11636         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11637         port null or service name.
11638         (starttls-negotiate): Autoload.
11639
11640 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * message.el (message-kill-to-signature): Fix interactive spec.
11643
11644 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * pop3.el (pop3-open-server): Recognize a string as a service name.
11647
11648 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11649
11650         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11651
11652 2005-11-23  Dave Love  <fx@gnu.org>
11653
11654         Add pop3s, pop3/starttls.
11655
11656         * pop3.el (pop3-authentication-scheme): Clarify doc.
11657         (open-tls-stream, starttls-open-stream): Autoload.
11658         (pop3-stream-type): New.
11659         (pop3-open-server): Use it.
11660
11661         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11662         for POP.
11663         (mail-source-keyword-map): Add :stream for POP.
11664         (mail-source-fetch-pop): Use pop3-stream-type.
11665
11666 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11669         of current-time-string.
11670
11671 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11672
11673         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11674         date header.
11675
11676 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11677
11678         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11679         it can seriously impact performance as it bypasses the agent's
11680         local caches.
11681
11682 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11683
11684         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11685         must be explicitly online rather than "not explicitly offline" for
11686         its flags to be synchronized.
11687
11688         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11689         that gnus-uu-unmark-thread will function correctly.
11690
11691         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11692         1024K is instead displayed as 1M.
11693
11694 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11695
11696         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11697
11698 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11699
11700         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11701
11702 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11703
11704         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11705         error message to display actual error condition.
11706         (gnus-agent-save-local): Avoid saving symbols that are bound to
11707         nil as they simply result in a warning message in
11708         gnus-agent-read-local.
11709
11710 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11713         rather than make-variable-buffer-local for file-precious-flag.
11714
11715 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11716
11717         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11718         for duplicates which are removed.  The invalid sort check then
11719         triggers a rescan after the sort as sorting may have moved
11720         duplicate entries such that they can be cheaply detected.
11721
11722 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11725
11726 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11727
11728         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11729         internal variable to a custom variable.  Changed default value
11730         from compressed(2) to uncompressed(1).
11731         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11732         support for uncompressed agentview files.  Taken together, reading
11733         the agentview file should now be 6-7 times faster.
11734
11735 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11736
11737         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11738         as a buffer-local variable.  This avoids creating truncated
11739         dribble files as a result of a hang up, eg.
11740
11741 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11742
11743         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11744         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11745         XEmacs.
11746
11747 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-start.el (gnus-start-draft-setup): Enforce
11750         `gnus-draft-mode' for nndraft:drafts at startup.
11751
11752         * gnus.el (gnus-splash): Change custom group.
11753         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11754         allow-list argument.
11755
11756         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11757         string.
11758
11759 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * gnus-art.el (gnus-default-article-saver): Add user-defined
11762         `function' to custom type.
11763
11764 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11765
11766         * imap.el (imap-open): Handle case where buffer is a buffer
11767         object.
11768
11769 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11772         long lines.
11773         (gnus-cache-delete-group): Wrap doc strings.
11774
11775         * gnus-agent.el (gnus-agent-rename-group)
11776         (gnus-agent-delete-group): Wrap doc strings.
11777
11778 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * messagexmas.el (message-use-toolbar): Change the valid values
11781         into default, top, bottom, left, and right.
11782         (message-toolbar-thickness): New variable.
11783         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11784         well.
11785         (message-setup-toolbar): Make it work.
11786
11787         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11788         (gnus-use-toolbar): Change the valid values into default, top,
11789         bottom, left, and right.
11790         (gnus-toolbar-thickness): New variable.
11791         (gnus-xmas-setup-toolbar): New function.
11792         (gnus-xmas-setup-group-toolbar): Use it.
11793         (gnus-xmas-setup-summary-toolbar): Use it.
11794
11795 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11796
11797         * gnus-start.el (gnus-1): Add "native" to
11798         gnus-predefined-server-alist.
11799
11800         * gnus.el (gnus-method-to-server): Don't add "native" to the
11801         lists here, because that leads to problems when
11802         gnus-select-method is bound.
11803
11804 2005-11-09  Simon Josefsson  <jas@extundo.com>
11805
11806         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11807         use (not sort-by-date) instead.
11808
11809 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11810
11811         * gnus-delay.el (gnus-delay-group): Don't autoload.
11812         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11813         to be re-loaded when customizing the `gnus-delay' group.
11814
11815 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11816
11817         * message.el: Revert last changes.
11818         (message-insert-citation-line): Use newlines.
11819
11820 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11821
11822         * message.el (message-courtesy-message)
11823         (message-mark-insert-begin, message-mark-insert-end)
11824         (message-elide-ellipsis, message-cancel-message)
11825         (message-add-header, message-change-subject)
11826         (message-cross-post-followup-to-header)
11827         (message-cross-post-insert-note, message-reduce-to-to-cc)
11828         (message-widen-reply, message-delete-not-region)
11829         (message-kill-to-signature, message-insert-signature)
11830         (message-insert-importance-high, message-insert-importance-low)
11831         (message-insert-or-toggle-importance)
11832         (message-insert-disposition-notification-to)
11833         (message-indent-citation, message-yank-original)
11834         (message-cite-original-without-signature, message-cite-original)
11835         (message-insert-citation-line, message-position-on-field)
11836         (message-fix-before-sending, message-send-mail-partially)
11837         (message-send-mail, message-send-mail-with-sendmail)
11838         (message-send-mail-with-qmail, message-send-news)
11839         (message-check-news-header-syntax, message-generate-headers)
11840         (message-insert-courtesy-copy, message-fill-address)
11841         (message-fill-header, message-shorten-references)
11842         (message-setup-1, message-cancel-news)
11843         (message-forward-make-body-plain, message-forward-make-body-mime)
11844         (message-forward-make-body-mml, message-encode-message-body)
11845         (message-forward-make-body-digest-plain)
11846         (message-forward-make-body-digest-mime)
11847         (message-use-alternative-email-as-from): Insert `hard-newline'
11848         instead of ordinary newlines.
11849
11850 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * message.el (message-generate-headers): Downcase the argument
11853         given to message-check-element.
11854
11855 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11856
11857         * nntp.el (nntp-authinfo-rejected): New error condition.
11858         (nntp-wait-for): Use new error condition to signal authentication
11859         error.
11860         (nntp-retrieve-data): Rethrow new error condition to break out of
11861         recursive call to nntp-send-authinfo.
11862
11863 2005-11-08  Romain Francoise  <romain@orebokech.com>
11864
11865         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11866         (gnus-summary-exit-map): Bind to `Z p'.
11867         (gnus-summary-make-menu-bar): Add menu item.
11868
11869 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11872         (gnus-treat-*): Add `first' in all doc strings.
11873
11874         * gnus-group.el (gnus-group-compact-group): Fix typo.
11875
11876 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus.el (gnus-parameters-case-fold-search): New variable.
11879         (gnus-parameters-get-parameter): Use it.
11880
11881         * gnus-score.el (gnus-home-score-file): Doc fix.
11882
11883 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11884
11885         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11886
11887 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * mm-util.el (mm-special-display-p): New function.
11890
11891         * mml.el (mml-preview): Use it; doc fix.
11892
11893 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11894
11895         * imap.el (imap-open): Handle case where buffer is a buffer object.
11896
11897 2005-10-29  Romain Francoise  <romain@orebokech.com>
11898
11899         * message.el (message-fix-before-sending): Fix comment.
11900
11901 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11902
11903         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11904
11905 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11906
11907         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11908         Used in gnus-score.el.
11909
11910 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11913
11914 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11917         whitespace removed in revision 7.8.  Use concatenated string to
11918         protect trailing whitespace.
11919
11920 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11921
11922         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11923         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11924         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11925         Courier IMAP ("some version from 2004").  Mostly based on similar
11926         code in the same function.
11927
11928 2005-10-26  Didier Verna  <didier@xemacs.org>
11929
11930         * gnus-group.el (gnus-group-compact-group): Invalidate original
11931         article buffer.
11932         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11933         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11934         NOV database and in article itself.
11935         Invalidate article backlog.
11936
11937 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11940
11941 2005-10-26  Simon Josefsson  <jas@extundo.com>
11942
11943         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11944         part of 2004-07-25 change.
11945
11946 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * message.el (message-display-completion-list): New function.
11949         (message-expand-group): Use it; make sure the Completions buffer
11950         is modifiable.
11951 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11952
11953         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11954         user-mail-name is an empty string.
11955
11956 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11959         depending on gnus-score-decay-constant.
11960
11961         * encrypt.el (encrypt-insert-file-contents)
11962         (encrypt-write-file-contents): Don't use `gnus-message'.
11963
11964         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11965         arguments.
11966         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11967         arguments to mm-uu-verbatim-marks-extract.
11968         (mm-uu-hide-markers): New variable.
11969         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11970
11971         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11972         (gnus-convert-image-to-face-command): Use "convert" by default to
11973         allow other input image formats.
11974         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11975         accordingly.
11976
11977 2005-10-23  Simon Josefsson  <jas@extundo.com>
11978
11979         * imap.el (imap-gssapi-program): Align command line parameters
11980         with latest GNU SASL.
11981         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11982
11983 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11986         HTML.
11987         (nnslashdot-request-article): Ditto.
11988
11989         * lpath.el (featurep): Add nobreak-char-display.
11990
11991 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11992
11993         * mail-source.el (mail-source-fetch-pop): Require pop3.
11994         (mail-source-check-pop): Ditto.
11995
11996 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11999         errors.
12000
12001 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12004         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12005
12006         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12007
12008         * mm-bodies.el (mm-decode-string): Call
12009         `mm-charset-to-coding-system' with allow-override argument.
12010
12011 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12014         (rfc2047-charset-to-coding-system): New function.
12015         (rfc2047-decode-encoded-words): New function.
12016         (rfc2047-decode-region): Use them.
12017         (rfc2047-decode-cte): Remove.
12018         (rfc2047-parse-and-decode): Remove.
12019         (rfc2047-decode): Remove.
12020
12021 2005-10-15  Kenichi Handa  <handa@m17n.org>
12022
12023         * rfc2047.el (rfc2047-decode-cte): New function.
12024         (rfc2047-decode-region): Change the way to decode successive
12025         encoded-words: decode B- or Q-encoding in each encoded-word,
12026         concatenate them, and decode it as charset.
12027
12028 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * lpath.el: Fbind codepage-setup for XEmacs.
12031
12032 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12033
12034         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12035         widget-move-and-invoke.
12036         (gnus-custom-mode): Use gnus-custom-map.
12037
12038 2005-10-15  Bill Wohler  <wohler@newt.com>
12039
12040         * message.el (message-tool-bar-map): Renamed image file from
12041         mail_send to mail/send.
12042
12043 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12044
12045         * message.el (message-expand-group): Pass the common
12046         prefix substring of completion to `display-completion-list'.
12047
12048 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * mml-sec.el (mml-secure-method): New internal variable.
12051         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12052         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12053         functions using mml-secure-method.
12054
12055         * mml.el (mml-mode-map): Add key bindings for those functions.
12056         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12057         Harder <harder@myrealbox.com>.
12058         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12059         end of message if point is the headers of the message.
12060
12061         * message.el (message-in-body-p): New function.
12062
12063         * assistant.el: Autoload gnus-util and netrc.
12064
12065         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12066         Use `mm-charset-override-alist' only when decoding.
12067
12068         * mm-bodies.el (mm-decode-body): Call
12069         `mm-charset-to-coding-system' with allow-override argument.
12070
12071         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12072         `filename' from Content-Disposition if Content-Type doesn't
12073         provide `name'.
12074         (gnus-mime-view-part-as-type): Set default instead of
12075         initial-input.
12076
12077 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12078
12079         * format-spec.el (format-spec): Propagate text properties of % spec.
12080
12081 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * gnus-art.el (gnus-treat-predicate): Add `first'.
12084
12085 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12088         (mm-charset-override-alist): New variable.
12089         (mm-charset-to-coding-system): Use it.
12090         (mm-codepage-setup): New helper function.
12091         (mm-charset-eval-alist): New variable.
12092         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12093         about unknown charsets.
12094
12095         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12096
12097 2005-10-04  David Hansen  <david.hansen@gmx.net>
12098
12099         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12100         (nnrss-check-group): Ditto.
12101
12102 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12105         Rename x-gnus-verbatim to x-verbatim.
12106         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12107
12108         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12109         x-verbatim.
12110
12111         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12112
12113         * gnus-util.el (gnus-remove-duplicates): Remove.
12114
12115         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12116         instead of gnus-remove-duplicates.
12117
12118         * message.el (message-remove-duplicates): Remove.
12119         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12120         message-remove-duplicates.
12121
12122         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12123         available, else use implementation from `delete-dups'.
12124
12125         * message.el (message-insert-expires): New function.
12126         (message-mode-map): Add key binding.
12127         (message-mode-field-menu): Add menu entry.
12128         (message-mode): Document it.
12129         (message-make-expires-date): Use `message-make-date'.
12130
12131 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12132
12133         * message.el (message-make-expires-date): New function.
12134
12135 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * Makefile.in (list-installed-shadows): New entry.
12138         (install): Use it.
12139         (remove-installed-shadows): New entry.
12140
12141         * dgnushack.el (dgnushack-default-load-path): New variable.
12142         (dgnushack-find-lisp-shadows): New function.
12143         (dgnushack-remove-lisp-shadows): New function.
12144
12145 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * Makefile.in (install-el-elc): New entry.
12148         (install): Use it so that .el files are necessarily installed.
12149
12150 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12153
12154 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12155
12156         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12157         function rather than the diff-mode.el package.
12158         (mm-display-external): Use with-current-buffer.
12159         (mm-viewer-completion-map, mm-viewer-completion-map):
12160         Move initialization inside declaration.
12161
12162 2005-09-29  Simon Josefsson  <jas@extundo.com>
12163
12164         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12165         autoload mail-check-payment.
12166         (spam-check-hashcash): Define unconditionally, since hashcash.el
12167         is part of Gnus now.  Ignore errors from payment checking.
12168
12169 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * message.el (message-bold-region, message-unbold-region): Rename
12172         from `bold-region' and `unbold-region'.
12173
12174         * message.el: Remove useless autoloads.
12175
12176 2005-09-28  Simon Josefsson  <jas@extundo.com>
12177
12178         * message.el (message-use-idna): Default to t.
12179         (message-use-idna): Test whether encoding works too.  Doc fix.
12180
12181 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * nntp.el (nntp-warn-about-losing-connection): Remove.
12184
12185 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12188         customizable.  Change default value.
12189         (mm-uu-diff-groups-regexp): Change default value.
12190         (mm-uu-type-alist): Add doc string.
12191         (mm-uu-configure): Add doc string.  Make it interactive.
12192         (mm-uu-tex-groups-regexp): New variable.
12193         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12194         (mm-uu-type-alist): Add LaTeX documents.
12195         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12196         of "text/verbatim".
12197         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12198
12199         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12200         instead of "text/verbatim".
12201
12202         * message.el (message-mark-inserted-region)
12203         (message-mark-insert-file): Use slrn style marks when called with
12204         prefix argument.
12205
12206 2005-09-27  Simon Josefsson  <jas@extundo.com>
12207
12208         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12209
12210 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12211
12212         * message.el (message-remove-duplicates): New function.
12213         Implementation borrowed from `gnus-remove-duplicates'.
12214         (message-idna-to-ascii-rhs): Also encode idna addresses in
12215         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12216         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12217         only ask about the same idna domain once per header and also tell
12218         in what header to replace the idna domain.
12219
12220         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12221         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12222         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12223         a header is decoded and not just the last one.
12224
12225 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12228         has been decoded.
12229
12230         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12231         (mm-insert-part): Don't modify text if it has been decoded.
12232
12233         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12234         decoded.
12235
12236         * mm-view.el (mm-inline-text): Don't strip text props unless
12237         decoding enriched or richtext parts.
12238
12239 2005-09-25  Romain Francoise  <romain@orebokech.com>
12240
12241         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12242         * gnus-start.el (gnus-subscribe-interactively):
12243         * gnus-uu.el (gnus-uu-grab-articles):
12244         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12245         space.
12246
12247 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12248
12249         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12250         * mm-view.el (mm-view-pkcs7-decrypt):
12251         * gnus-sum.el (gnus-summary-limit-to-extra)
12252         (gnus-summary-respool-article, gnus-read-move-group-name):
12253         * gnus-score.el (gnus-summary-increase-score):
12254         * gnus-util.el (gnus-completing-read-with-default):
12255         * gnus-art.el (gnus-read-save-file-name)
12256         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12257         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12258         * message.el (message-check-news-header-syntax):
12259         Follow convention for reading with the minibuffer.
12260
12261 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * spam-report.el (spam-report-url-ping-plain):
12264         Use gnus-extended-version as User-Agent.
12265
12266         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12267         default value is nil.
12268
12269         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12270         (mm-uu-verbatim-marks-extract): New function.
12271         (mm-uu-extract): New face.
12272         (mm-uu-copy-to-buffer): Use it.
12273
12274         * spam-report.el (spam-report-gmane-ham): Renamed from
12275         `spam-report-gmane-unspam'.
12276         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12277         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12278
12279         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12280         Autoload.
12281         (spam-report-gmane-unregister-routine): Renamed
12282         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12283
12284 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12285
12286         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12287         (spam-report-gmane-unregister-routine): Add support for gmane
12288         unregistration.
12289
12290         * spam-report.el (spam-report-gmane-unspam)
12291         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12292         (spam-report-gmane): Change to take a single article and do unspam
12293         registration.
12294
12295 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * mm-url.el (mm-url-decode-entities): Fix regexp.
12298
12299 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12302         default to nil, to be able to use Gnus at all.  If the default
12303         switches to something else, then the function should be fixed not
12304         be exceedingly slow.
12305
12306 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12309         fail hard.
12310
12311         * spam-report.el: Add better Keywords line.
12312
12313         * spam.el: Add Maintainer and better Keywords line.
12314
12315 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-art.el (gnus-article-replace-part)
12318         (gnus-mime-replace-part): New functions.
12319         (gnus-mime-action-alist, gnus-mime-button-commands)
12320         (gnus-mime-save-part-and-strip): Added file argument.
12321         (gnus-article-part-wrapper): Added interactive argument.
12322
12323         * gnus-sum.el (gnus-summary-mime-map): Add
12324         `gnus-article-replace-part'.
12325
12326 2005-09-19  Didier Verna  <didier@xemacs.org>
12327
12328         The nnml compaction feature:
12329         * nnml.el (nnml-request-compact-group): New function.
12330         * nnml.el (nnml-request-compact): New function.
12331         * gnus-int.el (gnus-request-compact-group): New function.
12332         * gnus-int.el (gnus-request-compact): New function.
12333         * gnus-group.el (gnus-group-compact-group): New function.
12334         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12335         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12336         * gnus-srvr.el (gnus-server-compact-server): New function.
12337         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12338         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12339
12340 2005-09-18  Deepak Goel  <deego@gnufans.org>
12341
12342         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12343         format spec.
12344
12345 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12348
12349 2005-09-15  Romain Francoise  <romain@orebokech.com>
12350
12351         * message.el (message-fill-paragraph): Clarify docstring.
12352
12353 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-mime-display-part): Protect against broken
12356         MIME messages.
12357
12358 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12361         before parsing header.
12362
12363 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12364
12365         * html2text.el (html2text-replace-list): Add new entities.
12366
12367 2005-09-11  Romain Francoise  <romain@orebokech.com>
12368
12369         * message.el (message-alternative-emails): Improve docstring.
12370         (message-setup-1): Call `message-use-alternative-email-as-from'
12371         after `message-setup-hook' to give it precedence over posting
12372         styles, etc.
12373         (message-use-alternative-email-as-from): Add docstring.  Remove
12374         the original From header if present.
12375
12376         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12377         (nnml-save-mail): Use it.
12378
12379         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12380         articles.  Add new argument `silent'.
12381         (gnus-uu-mark-all): Report the total number of marked articles.
12382
12383 2005-09-10  Romain Francoise  <romain@orebokech.com>
12384
12385         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12386         (gnus-uu-mark-series): Likewise.
12387
12388 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * spam-report.el (spam-report-gmane): Fix generation of spam
12391         report URL.
12392
12393 2005-09-10  Simon Josefsson  <jas@extundo.com>
12394
12395         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12396         t, based on discussion on the ding list with Robert Epprecht
12397         <epprecht@solnet.ch>.
12398
12399 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * spam-report.el (spam-report-gmane): Make it work without
12402         X-Report-Spam header.  Gmane now only provides Archived-At.
12403         This is only used if `spam-report-gmane-use-article-number' is nil.
12404         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12405
12406         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12407         make `gnus-summary-sort-by-recipient' work with threading.
12408
12409         * nnweb.el (nnweb-google-wash-article): Print a message if article
12410         is not available.
12411
12412 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12413
12414         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12415         change.  Decode text/* parts content before displaying.
12416
12417 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12420
12421 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12424
12425         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12426         url-package-name, url-package-version,
12427         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12428         w3m-display-inline-images, and w3m-minor-mode-map.
12429
12430 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * message.el (message-tab-body-function): Fix mismatched custom type.
12433
12434         * gnus.el (gnus-group-change-level-function): Ditto.
12435
12436         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12437
12438         * gnus-art.el (gnus-signature-limit)
12439         (gnus-article-mime-part-function): Ditto.
12440
12441 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * mml.el (mml-mode): Silence the byte compiler.
12444
12445         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12446         using `(sit-for 0)' before moving the point to the specified part;
12447         skip unbuttonized parts.
12448         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12449         return to the summary window if gnus-auto-select-part is non-nil.
12450
12451 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12454         variables.
12455         (mml-dnd-attach-file, mml-mode): Use them.
12456
12457         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12458         Make fetching article by MID work again for Google Groups.  Added
12459         FIXME concerning gnus-group-make-web-group.
12460
12461         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12462         Don't depend on Gnus by using mail-extract-address-components if
12463         gnus-extract-address-components is not bound.
12464
12465 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-art.el (gnus-mime-display-security): Don't display the
12468         signature, but only the signed part.
12469
12470 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12473
12474         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12475         list, not listp.
12476
12477 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12478
12479         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12480         when encoding.
12481
12482         * mm-bodies.el (mm-decode-content-transfer-encoding):
12483         De-canonicalize CRLF for all text content types, not just
12484         text/plain.
12485
12486 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12489         valid article; point arrow and cursor at the MIME button.
12490
12491 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12494         Suggested by Dan Christensen <jdc@uwo.ca>.
12495
12496         * mm-decode.el (mm-save-part): Enable change of prompt.
12497
12498 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12499
12500         * gnus-msg.el (gnus-inews-add-send-actions): Made
12501         `message-post-method' lambda parameter ARG `&optional'.
12502
12503 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * gnus-sum.el (gnus-summary-mime-map): Added
12506         gnus-article-save-part-and-strip, gnus-article-delete-part and
12507         gnus-article-jump-to-part.
12508
12509         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12510         (gnus-article-edit-part): Use it.
12511         (gnus-article-part-wrapper): Added no-handle argument.
12512         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12513         functions.
12514
12515 2005-08-29  Romain Francoise  <romain@orebokech.com>
12516
12517         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12518         docstring.
12519         (gnus-face-from-file): Likewise.
12520
12521 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12524         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12525         non-nil.
12526         (gnus-auto-select-part): New variable.
12527         (gnus-article-jump-to-part): New function.
12528         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12529         (gnus-mime-delete-part): Allow selecting specified part after
12530         deleting or stripping parts.
12531         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12532         part if argument is bogus.
12533
12534 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12535
12536         * gnus-art.el (w3m-minor-mode-map):
12537         * gnus-spec.el (gnus-newsrc-file-version):
12538         * gnus-util.el (nnmail-active-file-coding-system)
12539         (gnus-original-article-buffer, gnus-user-agent):
12540         * gnus.el (gnus-ham-process-destinations)
12541         (gnus-parameter-ham-marks-alist)
12542         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12543         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12544         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12545         * mm-decode.el (gnus-current-window-configuration):
12546         * mm-extern.el (gnus-article-mime-handles):
12547         * mm-url.el (url-current-object, url-package-name)
12548         (url-package-version):
12549         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12550         (smime-keys, w3m-cid-retrieve-function-alist)
12551         (w3m-current-buffer, w3m-display-inline-images)
12552         (w3m-minor-mode-map):
12553         * mml-smime.el (gnus-extract-address-components):
12554         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12555         (gnus-newsrc-hashtb, message-default-charset)
12556         (message-deletable-headers, message-options)
12557         (message-posting-charset, message-required-mail-headers)
12558         (message-required-news-headers):
12559         * mml1991.el (mc-pgp-always-sign):
12560         * mml2015.el (mc-pgp-always-sign):
12561         * nnheader.el (nnmail-extra-headers):
12562         * rfc1843.el (gnus-decode-encoded-word-function)
12563         (gnus-decode-header-function, gnus-newsgroup-name):
12564         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12565
12566 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12567
12568         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12569         the end of the date treatments.
12570
12571 2005-08-15  Simon Josefsson  <jas@extundo.com>
12572
12573         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12574         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12575         Capello and Romain Francoise.
12576         (pgg-fetch-key-function): Removed, not used?
12577         (pgg-insert-url-with-w3): Require url, to get
12578         url-insert-file-contents regardless of where it is defined.
12579
12580 2005-08-13  Romain Francoise  <romain@orebokech.com>
12581
12582         * message.el (message-cite-original-1): New function.
12583         (message-cite-original): Use it.
12584         (message-cite-original-without-signature): Ditto.
12585
12586 2005-08-08  Romain Francoise  <romain@orebokech.com>
12587
12588         * message.el (message-yank-empty-prefix): New variable.
12589         (message-indent-citation): Use it.
12590         (message-cite-original-without-signature): Respect X-No-Archive.
12591
12592 2005-08-08  Simon Josefsson  <jas@extundo.com>
12593
12594         * pgg.el: Autoload url-insert-file-contents instead of loading
12595         w3/url.
12596         (pgg-insert-url-with-w3): Don't load url here.
12597
12598 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12599
12600         * message.el (message-kill-to-signature): Don't insert newline at
12601         bol.
12602         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12603
12604 2005-08-06  Romain Francoise  <romain@orebokech.com>
12605
12606         * message.el (message-user-fqdn): Fix typo in docstring.
12607
12608 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12609
12610         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12611
12612         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12613
12614 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * mm-bodies.el (mm-encode-body): Use coding system rather than
12617         charset to encode text.
12618
12619         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12620         number of charsets if utf-8 is available (XEmacs).
12621
12622 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12625         taken from `gnus-button-mid-or-mail-regexp'.
12626         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12627         (gnus-button-alist): Improve regexp for domain part of the MIDs
12628         for news:localpart@domain buttons.
12629         (gnus-button-ctan-directory-regexp): Update.
12630
12631 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * sieve-manage.el (sieve-manage-interactive-login): Use
12634         make-local-variable rather than make-variable-buffer-local.
12635         (sieve-manage-open): Ditto.
12636         (sieve-manage-authenticate): Ditto.
12637
12638         * mml.el (mml-generate-mime-1): Make the content type default to
12639         text/plain if the filename is not specified.
12640
12641 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12644         instead of insert-buffer.
12645
12646         * message.el (message-yank-original): Ditto; set the mark at the
12647         end of the yanked message.
12648
12649 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12652         lines to scroll rather than to stop it.
12653
12654         * mml.el (mml-generate-default-type): Add doc string.
12655         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12656         default to application/octet-stream when determining the content
12657         type if it is not specified for the part or the mml contents; add
12658         a comment about mml-generate-default-type.
12659
12660 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12663         make it default to application/octet-stream when determining the
12664         content type if it is not specified for the external contents.
12665
12666 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12669         segmented parameter but also other parameters might be there.
12670
12671 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * mm-decode.el (mm-display-external): Delete temp file, directory
12674         and buffer immediately if the external process is exited.
12675
12676 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12679         fewer lines than that of scroll-margin.
12680         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12681
12682 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (gnus-article-next-page): Revert.
12685         (gnus-article-beginning-of-window): New macro.
12686         (gnus-article-next-page-1): Use it.
12687         (gnus-article-prev-page): Ditto.
12688         (gnus-article-edit-part): Use insert-buffer-substring instead of
12689         insert-buffer.
12690         (gnus-article-edit-exit): Ditto.
12691
12692         * gnus-util.el (gnus-beginning-of-window): Remove.
12693         (gnus-end-of-window): Remove.
12694
12695         * lpath.el: Don't bind header-line-format and scroll-margin.
12696
12697 2005-07-25  Simon Josefsson  <jas@extundo.com>
12698
12699         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12700         to have the url package without w3.  Reported by Daiki Ueno
12701         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12702
12703 2005-07-20  Didier Verna  <didier@xemacs.org>
12704
12705         * gnus-diary.el: Remove the description comment (nndiary is now
12706         properly documented in the Gnus manual).
12707         Fix the spelling of "Back End".
12708         * nndiary.el: Ditto.
12709         Fix the copyright notice.
12710
12711 2005-07-18  Romain Francoise  <romain@orebokech.com>
12712
12713         * gnus-sum.el (gnus-summary-to-prefix)
12714         (gnus-summary-newsgroup-prefix): New variables.
12715         (gnus-summary-from-or-to-or-newsgroups): Use them.
12716
12717 2005-07-17  Romain Francoise  <romain@orebokech.com>
12718
12719         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12720         space as it's generally not especially interesting to the user.
12721
12722 2005-07-16  Romain Francoise  <romain@orebokech.com>
12723
12724         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12725         nil to avoid prompting and file modification if one of the
12726         messages at the top of the nnfolder file contains a copyright
12727         notice.
12728         Update copyright notice.
12729
12730         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12731         instead of `current-time-string' as the latter creates a time
12732         string that is not RFC 2822 compliant (it lacks the zone).
12733         Update copyright notice.
12734
12735 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12736
12737         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12738         for text/rtf.  Display default in prompt.  Pass default for M-n.
12739
12740         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12741
12742 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743
12744         * gnus-msg.el (gnus-button-mailto): Remove
12745         save-selected-window-window hackery because it relies on
12746         save-selected-window internals.
12747
12748 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12751         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12752         (gnus-article-prev-page): Ditto.
12753
12754         * gnus-util.el (gnus-beginning-of-window): New function.
12755         (gnus-end-of-window): New function.
12756
12757         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12758
12759 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12760
12761         * gnus-score.el (gnus-score-edit-all-score): Set
12762         gnus-score-edit-exit-function to gnus-score-edit-done and call
12763         gnus-message.
12764
12765 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * gnus-msg.el (gnus-button-mailto): Remove
12768         save-selected-window-window hackery because it relies on
12769         save-selected-window internals.
12770
12771 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12774         add-minor-mode.
12775         (gnus-binary-mode): Ditto.
12776
12777         * gnus-topic.el (gnus-topic-mode): Ditto.
12778
12779 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12780
12781         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12782         (gnus-article-prev-page): Take scroll-margin into consideration.
12783
12784 2005-07-04  Lute Kamstra  <lute@gnu.org>
12785
12786         Update FSF's address in GPL notices.
12787
12788 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12789
12790         * gnus.el (gnus-exit):
12791         * gnus-group.el (gnus-group-icons):
12792         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12793
12794         * gnus-nocem.el (gnus-nocem):
12795         * message.el (message-various, message-buffers, message-sending)
12796         (message-interface, message-forwarding, message-insertion)
12797         (message-headers, message-news, message-mail):
12798         * pgg-gpg.el (pgg-gpg):
12799         * pgg-parse.el (pgg-parse):
12800         * pgg-pgp.el (pgg-pgp):
12801         * pgg-pgp5.el (pgg-pgp5):
12802         * pop3.el (pop3): Finish `defgroup' description with period.
12803
12804 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-art.el (article-display-face): Improve the efficiency.
12807         (article-display-x-face): Ditto; remove grey x-face stuff.
12808
12809 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-art.el (article-display-face): Correct the position in
12812         which Faces are inserted.
12813
12814 2005-06-29  Didier Verna  <didier@xemacs.org>
12815
12816         * gnus-art.el (article-display-face): Display faces in correct
12817         order.
12818
12819 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12822         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12823         (gnus-nocem-check-article): Fetch the Type header.
12824         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12825         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12826         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12827         make sure gnus-nocem-hashtb is initialized.
12828         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12829         (gnus-nocem-unwanted-article-p): Ditto.
12830
12831         * pgg.el (pgg-verify): Return the verification result.
12832
12833 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12836         is ascii.
12837
12838 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12839
12840         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12841         `show-nonbreak-escape'.
12842
12843 2005-06-23  Lute Kamstra  <lute@gnu.org>
12844
12845         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12846
12847         * dig.el (dig-mode):
12848         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12849
12850 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12851
12852         * nnimap.el (nnimap-split-download-body): Fix spellings.
12853
12854 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12855
12856         * gnus-art.el (gnus-article-encrypt-body):
12857         * gnus-cus.el (gnus-score-customize):
12858         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12859         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12860
12861 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12862
12863         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12864         header by looking for magic "MII" at the beginnig.
12865
12866 2005-06-16  Miles Bader  <miles@gnu.org>
12867
12868         * gnus-xmas.el (gnus-xmas-group-startup-message):
12869         Use renamed gnus-splash face.
12870
12871         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12872         (assistant-field-face): New backward-compatibility alias for renamed
12873         face.
12874         (assistant-render-text): Use renamed assistant-field face.
12875
12876         * spam.el (spam): Remove "-face" suffix from face name.
12877         (spam-face): New backward-compatibility alias for renamed face.
12878         (spam-face, spam-initialize): Use renamed spam face.
12879
12880         * message.el (message-header-to, message-header-cc)
12881         (message-header-subject, message-header-newsgroups)
12882         (message-header-other, message-header-name)
12883         (message-header-xheader, message-separator, message-cited-text)
12884         (message-mml): Remove "-face" suffix from face names.
12885         (message-header-to-face, message-header-cc-face)
12886         (message-header-subject-face, message-header-newsgroups-face)
12887         (message-header-other-face, message-header-name-face)
12888         (message-header-xheader-face, message-separator-face)
12889         (message-cited-text-face, message-mml-face):
12890         New backward-compatibility aliases for renamed faces.
12891         (message-font-lock-keywords): Use renamed message faces.
12892
12893         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12894         (sieve-test-commands, sieve-tagged-arguments):
12895         Remove "-face" suffix from face names.
12896         (sieve-control-commands-face, sieve-action-commands-face)
12897         (sieve-test-commands-face, sieve-tagged-arguments-face):
12898         New backward-compatibility aliases for renamed faces.
12899         (sieve-control-commands-face, sieve-action-commands-face)
12900         (sieve-test-commands-face, sieve-tagged-arguments-face):
12901         Use renamed sieve faces.
12902
12903         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12904         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12905         (gnus-group-news-3-empty, gnus-group-news-4)
12906         (gnus-group-news-4-empty, gnus-group-news-5)
12907         (gnus-group-news-5-empty, gnus-group-news-6)
12908         (gnus-group-news-6-empty, gnus-group-news-low)
12909         (gnus-group-news-low-empty, gnus-group-mail-1)
12910         (gnus-group-mail-1-empty, gnus-group-mail-2)
12911         (gnus-group-mail-2-empty, gnus-group-mail-3)
12912         (gnus-group-mail-3-empty, gnus-group-mail-low)
12913         (gnus-group-mail-low-empty, gnus-summary-selected)
12914         (gnus-summary-cancelled, gnus-summary-high-ticked)
12915         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12916         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12917         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12918         (gnus-summary-low-undownloaded)
12919         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12920         (gnus-summary-low-unread, gnus-summary-normal-unread)
12921         (gnus-summary-high-read, gnus-summary-low-read)
12922         (gnus-summary-normal-read, gnus-splash):
12923         Remove "-face" suffix from face names.
12924         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12925         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12926         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12927         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12928         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12929         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12930         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12931         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12932         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12933         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12934         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12935         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12936         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12937         (gnus-summary-normal-ticked-face)
12938         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12939         (gnus-summary-normal-ancient-face)
12940         (gnus-summary-high-undownloaded-face)
12941         (gnus-summary-low-undownloaded-face)
12942         (gnus-summary-normal-undownloaded-face)
12943         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12944         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12945         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12946         (gnus-splash-face):
12947         New backward-compatibility aliases for renamed faces.
12948         (gnus-group-startup-message): Use renamed gnus faces.
12949
12950         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12951         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12952         (gnus-server-agent): Remove "-face" suffix from face names.
12953         (gnus-server-agent-face, gnus-server-opened-face)
12954         (gnus-server-closed-face, gnus-server-denied-face)
12955         (gnus-server-offline-face):
12956         New backward-compatibility aliases for renamed faces.
12957         (gnus-server-agent-face, gnus-server-opened-face)
12958         (gnus-server-closed-face, gnus-server-denied-face)
12959         (gnus-server-offline-face): Use renamed gnus faces.
12960
12961         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12962         Remove "-face" suffix from face names.
12963         (gnus-picon-xbm-face, gnus-picon-face):
12964         New backward-compatibility aliases for renamed faces.
12965
12966         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12967         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12968         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12969         (gnus-cite-11): Remove "-face" suffix from face names.
12970         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12971         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12972         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12973         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12974         New backward-compatibility aliases for renamed faces.
12975         (gnus-cite-attribution-face, gnus-cite-face-list)
12976         (gnus-article-boring-faces): Use renamed gnus faces.
12977
12978         * gnus-art.el (gnus-signature, gnus-header-from)
12979         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12980         (gnus-header-content): Remove "-face" suffix from face names.
12981         (gnus-signature-face, gnus-header-from-face)
12982         (gnus-header-subject-face, gnus-header-newsgroups-face)
12983         (gnus-header-name-face, gnus-header-content-face):
12984         New backward-compatibility aliases for renamed faces.
12985         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12986
12987         * gnus-sum.el (gnus-summary-selected-face)
12988         (gnus-summary-highlight): Use renamed gnus faces.
12989         * gnus-group.el (gnus-group-highlight): Likewise.
12990
12991 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12992
12993         * gnus-sieve.el (gnus-sieve-article-add-rule):
12994         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12995         * spam-stat.el (spam-stat-buffer-change-to-spam)
12996         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12997
12998         * message.el (message-is-yours-p):
12999         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13000
13001 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * mm-view.el (mm-inline-text): Withdraw the last change.
13004
13005 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13008         executing enriched-decode.
13009
13010 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13013         charset of tar files.
13014
13015 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13016
13017         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13018
13019 2005-06-04  Lute Kamstra  <lute@gnu.org>
13020
13021         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13022         information is never recorded.
13023
13024 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13025
13026         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13027
13028 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * pop3.el (pop3-apop): Run md5 in the binary mode.
13031
13032         * starttls.el (starttls-set-process-query-on-exit-flag):
13033         Use eval-and-compile.
13034
13035 2005-05-31  Simon Josefsson  <jas@extundo.com>
13036
13037         * smime.el (smime-replace-in-string): Define.
13038         (smime-cert-by-ldap-1): Use it.
13039
13040 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (article-display-x-face): Replace
13043         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13044
13045         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13046         set-process-query-on-exit-flag or process-kill-without-query.
13047
13048         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13049         loop instead of replace-regexp.
13050
13051         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13052         instead of process-kill-without-query if it is available.
13053
13054         * lpath.el: Fbind ldap-search-entries.
13055
13056         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13057         instead of find-file-hooks if it is available.
13058
13059         * mml1991.el: Bind pgg-default-user-id when compiling.
13060
13061         * mml2015.el: Bind pgg-default-user-id when compiling.
13062
13063         * nndraft.el (nndraft-request-associate-buffer):
13064         Use write-contents-functions instead of write-contents-hooks if it is
13065         available.
13066
13067         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13068         instead of find-file-hooks if it is available.
13069
13070         * nntp.el (nntp-open-connection): Replace
13071         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13072         (nntp-open-ssl-stream): Ditto.
13073         (nntp-open-tls-stream): Ditto.
13074
13075         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13076         set-process-query-on-exit-flag or process-kill-without-query.
13077         (starttls-open-stream-gnutls): Use it instead of
13078         process-kill-without-query.
13079         (starttls-open-stream): Ditto.
13080
13081 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13082
13083         * smime.el (smime-cert-by-ldap-1): Don't use
13084         replace-regexp-in-string.
13085
13086 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13087
13088         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13089
13090         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13091         in PEM format.  Adjust to the XEmacs compability.
13092
13093 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13096         by `string-to-number'.
13097         * gnus-agent.el (gnus-agent-regenerate-group)
13098         (gnus-agent-fetch-articles): Ditto.
13099         * gnus-art.el (gnus-button-fetch-group): Ditto.
13100         * gnus-cache.el (gnus-cache-generate-active)
13101         (gnus-cache-articles-in-group): Ditto.
13102         * gnus-group.el (gnus-group-set-current-level)
13103         (gnus-group-insert-group-line): Ditto.
13104         * gnus-score.el (gnus-score-set-expunge-below)
13105         (gnus-score-set-mark-below, gnus-summary-score-effect)
13106         (gnus-summary-score-entry): Ditto.
13107         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13108         (gnus-soup-pack): Ditto.
13109         * gnus-spec.el (gnus-xmas-format): Ditto.
13110         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13111         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13112         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13113         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13114         * nndb.el (nndb-get-remote-expire-response): Ditto.
13115         * nndiary.el (nndiary-parse-schedule-value)
13116         (nndiary-string-to-number, nndiary-request-replace-article)
13117         (nndiary-request-article): Ditto.
13118         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13119         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13120         * nneething.el (nneething-make-head): Ditto.
13121         * nnfolder.el (nnfolder-request-article)
13122         (nnfolder-retrieve-headers): Ditto.
13123         * nnheader.el (nnheader-file-to-number): Ditto.
13124         * nnkiboze.el (nnkiboze-request-article): Ditto.
13125         * nnmail.el (nnmail-process-unix-mail-format)
13126         (nnmail-process-babyl-mail-format): Ditto.
13127         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13128         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13129         (nnmh-request-create-group, nnmh-request-list-1)
13130         (nnmh-request-group, nnmh-request-article): Ditto.
13131         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13132         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13133         * nnsoup.el (nnsoup-make-active): Ditto.
13134         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13135         * nntp.el (nntp-find-group-and-number)
13136         (nntp-retrieve-headers-with-xover): Ditto.
13137         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13138         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13139         (pgg-format-key-identifier): Ditto.
13140         * pop3.el (pop3-last, pop3-stat): Ditto.
13141         * qp.el (quoted-printable-decode-region): Ditto.
13142
13143         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13144         of concat.
13145
13146 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13149
13150         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13151
13152         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13153
13154         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13155
13156         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13157
13158         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13159
13160         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13161         (gnus-carpal-mode): Ditto.
13162
13163         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13164         (gnus-browse-mode): Ditto.
13165
13166         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13167
13168         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13169
13170 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13171
13172         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13173
13174 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-util.el (gnus-run-mode-hooks): New function.
13177
13178         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13179
13180         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13181         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13182
13183 2005-05-27  Lute Kamstra  <lute@gnu.org>
13184
13185         * dns-mode.el (dns-mode): Specify customization group.
13186
13187 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13188
13189         * gnus-agent.el (gnus-agent-make-mode-line-string):
13190         Use mode-line-highlight as mouse-face.
13191
13192 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * canlock.el (canlock): Change the parent group to news.
13195
13196         * deuglify.el (gnus-outlook-deuglify): Add :group.
13197
13198         * dig.el (dig): Add :group.
13199
13200         * dns-mode.el (dns-mode): Add :group.
13201
13202         * encrypt.el (encrypt): Add :group.
13203
13204         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13205         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13206         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13207         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13208         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13209
13210         * gnus-diary.el (gnus-diary): Add :group.
13211
13212         * gnus.el (gnus-group-news-1-face): Add :group.
13213         (gnus-group-news-1-empty-face): Ditto.
13214         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13215         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13216         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13217         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13218         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13219         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13220         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13221         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13222         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13223         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13224         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13225         (gnus-summary-high-ticked-face): Ditto.
13226         (gnus-summary-low-ticked-face): Ditto.
13227         (gnus-summary-normal-ticked-face): Ditto.
13228         (gnus-summary-high-ancient-face): Ditto.
13229         (gnus-summary-low-ancient-face): Ditto.
13230         (gnus-summary-normal-ancient-face): Ditto.
13231         (gnus-summary-high-undownloaded-face): Ditto.
13232         (gnus-summary-low-undownloaded-face): Ditto.
13233         (gnus-summary-normal-undownloaded-face): Ditto.
13234         (gnus-summary-high-unread-face): Ditto.
13235         (gnus-summary-low-unread-face): Ditto.
13236         (gnus-summary-normal-unread-face): Ditto.
13237         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13238         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13239
13240         * hashcash.el (hashcash): New custom group.
13241         (hashcash-default-payment): Add :group.
13242         (hashcash-payment-alist): Ditto.
13243         (hashcash-default-accept-payment): Ditto.
13244         (hashcash-accept-resources): Ditto.
13245         (hashcash-path): Ditto.
13246         (hashcash-extra-generate-parameters): Ditto.
13247         (hashcash-double-spend-database): Ditto.
13248         (hashcash-in-news): Ditto.
13249
13250         * message.el (message-minibuffer-local-map): Add :group.
13251
13252         * netrc.el (netrc): Add :group.
13253
13254         * sieve-manage.el (sieve-manage-log): Add :group.
13255         (sieve-manage-default-user): Diito.
13256         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13257         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13258         (sieve-manage-authenticators): Ditto.
13259         (sieve-manage-authenticator-alist): Ditto.
13260         (sieve-manage-default-port): Ditto.
13261
13262         * sieve-mode.el (sieve-control-commands-face): Add :group.
13263         (sieve-action-commands-face): Ditto.
13264         (sieve-test-commands-face): Ditto.
13265         (sieve-tagged-arguments-face): Ditto.
13266
13267         * smime.el (smime): Add :group.
13268
13269         * spam-report.el (spam-report): Add :group.
13270
13271         * spam.el (spam, spam-face): Add :group.
13272
13273 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274
13275         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13276         return \n.\n.\n at the end of articles.  Protect against that.
13277         (nntp-with-open-group): Allow debugging.
13278
13279         * nnheader.el (mail-header-set-extra): Make into a function
13280         because I just could't understand how to quote the list properly.
13281
13282         * dns.el (query-dns-cached): New function.
13283
13284 2005-05-26  Lute Kamstra  <lute@gnu.org>
13285
13286         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13287
13288 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13291
13292         * gnus-art.el: Don't autoload mail-extract-address-components.
13293
13294         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13295         eval-and-compile to evaluate it.
13296
13297         * hashcash.el: Don't autoload executable-find.
13298
13299         * nndb.el: Don't declare the nndb back end two or more times; don't
13300         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13301
13302         * nntp.el: Autoload format-spec instead of format; use
13303         eval-and-compile to evaluate autoload forms.
13304
13305 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13306
13307         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13308
13309 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * gnus.el (gnus-version-number): Bump version.
13312
13313 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13314
13315         * gnus.el: No Gnus v0.3 is released.
13316
13317 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * lpath.el (featurep): Bind show-nonbreak-escape.
13320
13321 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (gnus-article-edit-part): Disable undo.
13324
13325 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13328         gnus-article-date-lapsed-new-header is t if date timer is active;
13329         skip headers in which the original date value is empty.
13330         (gnus-article-save-original-date): Redefine it as a macro.
13331         (gnus-display-mime): Use it.
13332
13333 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * gnus-art.el (article-date-ut): Support converting date in
13336         forwarded parts as well.
13337         (gnus-article-save-original-date): New function.
13338         (gnus-display-mime): Use it.
13339
13340 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13341
13342         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13343         enclosure element of <item>.
13344
13345 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * message.el (message-kill-buffer-query): Renamed from
13348         `message-kill-buffer-query-if-modified'.  Added :version.
13349
13350 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13353         window layout.
13354
13355 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * mml.el: Autoload dnd when compiling.
13358
13359 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13362         x-dnd-*.
13363
13364 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * qp.el (quoted-printable-encode-region): Save excursion.
13367
13368 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13369
13370         * message.el (message-kill-buffer-query-if-modified): Add new variable
13371         so the user can kill a modified message buffer quickly.
13372         (message-kill-buffer): Use it.
13373
13374 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * lpath.el: Fbind display-time-event-handler; don't fbind
13377         string-to-multibyte.
13378
13379         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13380
13381 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13384         contained in text because xml.el decodes entities) with LFs.
13385
13386 2005-04-11  Lute Kamstra  <lute@gnu.org>
13387
13388         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13389         differently.
13390
13391 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13392
13393         * mm-util.el (mm-detect-coding-region): Typo.
13394
13395 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13398
13399 2005-04-06  Deepak Goel  <deego@gnufans.org>
13400
13401         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13402         user-function allow user modifications of the scores.
13403         (spam-stat-score-buffer-user): New function, to allow
13404         user-computed modifications to the score.
13405         (spam-stat-score-buffer-user-functions): List of additional
13406         scoring functions.
13407         (spam-stat-error-holder): Global temporary error holder.
13408         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13409         variable.
13410
13411 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         * gnus-registry.el (gnus-registry-clean-empty-function)
13414         (gnus-registry-trim, gnus-registry-fetch-groups)
13415         (gnus-registry-delete-group): Groups that match
13416         `gnus-registry-ignored-groups' are removed from the registry
13417         entries, not just ignored for splitting.  This helps clean up the
13418         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13419         to get all the groups a message ID is in.
13420
13421         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13422         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13423         (spam-stat-score-buffer-user-functions): Add :number custom type.
13424
13425 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13428         argument in XEmacs.
13429
13430         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13431         (nnrss-request-group): Decode group name first.
13432         (nnrss-request-article): Make a text/plain article if mml-to-mime
13433         failed.
13434         (nnrss-get-encoding): Return a compatible encoding according to
13435         nnrss-compatible-encoding-alist.
13436         (nnrss-find-el): Use consp instead of listp.
13437         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13438
13439 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13442         which Emacs 20 doesn't support.
13443         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13444
13445 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13448         silence the byte compiler inside the defun.
13449
13450         * gnus-demon.el (parse-time-string): Add autoload.
13451
13452         * gnus-delay.el (parse-time-string): Add autoload.
13453
13454         * gnus-art.el (parse-time-string): Add autoload.
13455
13456         * nnultimate.el (parse-time): Require for `parse-time-string'.
13457
13458 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13461
13462         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13463
13464         * smime.el (smime-ldap-host-list): Add :version.
13465
13466 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13469         pass it to `gnus-browse-read-group'.
13470         (gnus-browse-read-group): Add NUMBER argument and pass it to
13471         `gnus-group-read-ephemeral-group'.
13472
13473         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13474         argument and pass it to `gnus-group-read-group'.
13475
13476 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13477
13478         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13479         mm-xemacs-find-mime-charset-1 if we have the mule feature
13480         available at runtime.
13481
13482 2005-03-25  Werner Lemberg  <wl@gnu.org>
13483
13484         * nnmaildir.el: Replace `illegal' with `invalid'.
13485
13486 2005-03-23  Lute Kamstra  <lute@gnu.org>
13487
13488         * time-date.el: Add comment on time value formats.
13489         Don't require parse-time.
13490         (with-decoded-time-value): New macro.
13491         (encode-time-value): New function.
13492         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13493         (days-to-time): Return a valid time value when arg is huge.
13494         (time-since): Use time-subtract.
13495         (time-to-number-of-days): Use time-to-seconds.
13496
13497 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13498
13499         * gnus-start.el (gnus-display-time-event-handler):
13500         Check display-time-timer at runtime rather than only at load time
13501         in case display-time-mode is turned off in the mean time.
13502
13503 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13506         used.
13507
13508         * nneething.el (nneething-map-file-directory): Derive from
13509         `gnus-directory'.
13510
13511         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13512         the To/Cc button.
13513
13514 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * nnmaildir.el (nnmaildir-request-accept-article):
13517         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13518
13519 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13520
13521         * gnus-async.el: Require timer-funcs at compile time when in
13522         XEmacs for `run-with-idle-timer'.
13523
13524 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13525
13526         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13527         autoloaded function.
13528
13529 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13530
13531         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13532
13533 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13534
13535         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13536
13537 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13540         gnus-expert-user to default.
13541
13542 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13543
13544         * nnimap.el (nnimap-open-server): Ditto.
13545
13546         * imap.el (imap-authenticate): Fix typo.
13547
13548 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13549
13550         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13551         buffer (since IMAP server might return FETCH response out of
13552         order, and the nntp buffer must be sorted).
13553
13554 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13555
13556         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13557         comparison on string.
13558
13559         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13560         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13561         (gnus-agent-summary-fetch-series): Modified to protect against
13562         gnus-agent-summary-fetch-group clearing processable flags.
13563         (gnus-agent-synchronize-group-flags): Update live group buffer as
13564         synchronization may occur due to the user toggle the plugged
13565         status.
13566         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13567         successfully downloaded.
13568         (gnus-agent-expire-group-1): Avoid using markers when the overview
13569         is in ascending order; greatly improves performance.
13570         (gnus-agent-regenerate-group): Use
13571         gnus-agent-synchronize-group-flags to reset read status in both
13572         gnus and server.
13573         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13574
13575 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * message.el: Don't autoload former message-utils variables.
13578         (message-strip-subject-trailing-was): Change doc string.
13579
13580         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13581         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13582         (nnweb-google-search): Add "hl=en" here.
13583         (nnweb-google-parse-1, nnweb-google-create-mapping):
13584         Don't hardcode URL.
13585
13586 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * message.el (message-get-reply-headers, message-followup):
13589         Mention related variables `message-use-followup-to' and
13590         `message-use-mail-followup-to', in the information buffer.
13591
13592         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13593         of broken groups(-beta).google.com.
13594
13595 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13596
13597         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13598         parameter to invoked gnus-request-move-article; remove the
13599         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13600         all at once instead of once per article.
13601         (gnus-summary-remove-process-mark): Accept a list of articles as
13602         well as a single article for processing.
13603
13604         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13605         parameter.
13606
13607         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13608
13609         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13610
13611         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13612         parameter.
13613
13614         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13615         parameter.
13616
13617         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13618         parameter and remove the gnus-sum-hint-move-is-internal variable.
13619
13620         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13621         parameter.
13622
13623         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13624         parameter.
13625
13626         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13627         parameter.
13628
13629         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13630
13631         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13632         parameter.
13633
13634         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13635         parameter.
13636
13637 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13638
13639         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13640         a more conservative way.
13641
13642 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13643
13644         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13645         buffer, so it moves the window's cursor.
13646
13647 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13648
13649         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13650         `mm-dissect-multipart' and receive the from field as an (optional)
13651         argument from `mm-dissect-multipart'.
13652         (mm-dissect-multipart): Receive the from field as an argument and
13653         pass it on when we call `mm-dissect-buffer' on MIME parts.
13654         Fixes verification/decryption of signed/encrypted MIME parts.
13655
13656 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13657
13658         * gnus-sum.el (gnus-summary-move-article): Set
13659         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13660         whatever it calls (right now, only nnimap-request-move article
13661         respects it).
13662
13663         * nnimap.el (nnimap-request-move-article): When
13664         gnus-sum-hint-move-is-internal is set, don't do the extra
13665         nnimap-request-article.
13666
13667 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13670
13671         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13672         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13673
13674         * gnus-sum.el (gnus-summary-caesar-message):
13675         Apply `gnus-treat-article' after rotation.
13676
13677         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13678         doc string.
13679
13680 2005-02-22  Simon Josefsson  <jas@extundo.com>
13681
13682         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13683         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13684         <arne@arnested.dk>.
13685         (encrypt): Add password-cache and password-cache-expiry as group
13686         members.
13687
13688 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13689
13690         * smime.el (smime-ldap-host-list): Doc fix.
13691         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13692         cache) password.
13693         (smime-sign-region): Use it.
13694         (smime-decrypt-region): Use it.
13695         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13696         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13697         fails.
13698         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13699         certificate from DER to PEM format rather than calling openssl.
13700
13701         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13702
13703         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13704         for signing/encryption.
13705
13706         * mml.el (mml-parse-1): Use them.
13707
13708 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13709
13710         * nnrss.el (nnrss-verbose): Removed.
13711         (nnrss-request-group): Use `nnheader-message' instead.
13712
13713 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13714
13715         * nnrss.el (nnrss-verbose): New variable.
13716         (nnrss-request-group): Make it say nnrss is requesting a group.
13717
13718 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13721         Handle news URL with given port correctly.
13722
13723 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13726         containing special characters.
13727
13728         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13729
13730         * mml.el (mime-to-mml): Ditto.
13731
13732         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13733         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13734         (rfc2047-decode-region): Quote decoded words containing special
13735         characters when rfc2047-quote-decoded-words-containing-tspecials
13736         is non-nil.
13737
13738 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13739
13740         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13741
13742         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13743
13744 2005-02-15  Simon Josefsson  <jas@extundo.com>
13745
13746         * nnimap.el (nnimap-debug): Doc fix.
13747
13748         * imap.el (imap-debug): Doc fix.
13749
13750 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13753
13754 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * gnus.el (spam-contents): Improve docs for spam-contents
13757         parameter in its variable incarnation.
13758
13759 2005-02-14  Simon Josefsson  <jas@extundo.com>
13760
13761         * smime-ldap.el: Use require instead of load-library for ldap.
13762         (smime-ldap-search): Indent.
13763         (smime-ldap-search-internal): Shorten line.
13764
13765         * smime.el (smime-cert-by-dns): Add doc-string.
13766         (smime-cert-by-ldap-1): Indent.
13767
13768         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13769         mml-smime-get-dns-ldap.
13770         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13771
13772 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13773
13774         * smime.el: Require smime-ldap.
13775         (smime-ldap-host-list): New variable.
13776         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13777
13778         * mml-smime.el (mml-smime-encrypt-query): New function.
13779         (mml-smime-encrypt-query): Use it.
13780
13781         * smime-ldap.el: New file.
13782
13783 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13786
13787 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13790         argument in doc string.  Make query for type more clear.
13791
13792 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus.el (gnus-group-startup-message): Search for gnus images in
13795         etc/images/gnus.
13796         * mm-util.el (mm-image-load-path): Likewise.
13797         * smiley.el (smiley-data-directory): Search for smilies in
13798         etc/images/smilies.
13799
13800 2005-02-09  Kim F. Storm  <storm@cua.dk>
13801
13802         Change Emacs release version from 21.4 to 22.1 throughout.
13803         Change Emacs development version from 21.3.50 to 22.0.50.
13804
13805 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13808
13809         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13810         non-Mule XEmacs as well.
13811         (mm-decompress-buffer): Signal an error intentionally if it does
13812         not decompress compressed data because auto-compression-mode is
13813         disabled.
13814
13815 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13816
13817         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13818         an ID in the registry even if it has no groups.
13819
13820 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13823         merge it into mm-decompress-buffer.
13824         (gnus-mime-copy-part): Use the MIME part charset, the value which
13825         a user specified or gnus-newsgroup-charset for decoding, like
13826         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13827         save-buffer what was used.  Suggested by Kevin Ryde
13828         <user42@zip.com.au>.
13829         (gnus-mime-inline-part): Allow the name parameter as well as the
13830         filename parameter; force decompressing of compressed data; always
13831         display contents being not decoded as unibyte.
13832
13833         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13834         as well as the filename parameter.
13835
13836         * mm-util.el (mm-decompress-buffer): Merge
13837         gnus-mime-jka-compr-maybe-uncompress.
13838         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13839         of compressed data.
13840
13841 2005-02-08  Simon Josefsson  <jas@extundo.com>
13842
13843         * imap.el (imap-log): Doc fix.
13844
13845 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13848         the coding cookies; decompress compressed parts.
13849
13850         * mml.el (mml-generate-mime-1): Add the charset parameter according
13851         to the value which a user specified manually or the coding cookie.
13852
13853         * mm-util.el (mm-string-to-multibyte): New function.
13854         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13855         (mm-coding-system-to-mime-charset): New function.
13856         (mm-decompress-buffer): New function.
13857         (mm-find-buffer-file-coding-system): New function.
13858
13859         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13860         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13861         parts.
13862
13863 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13864
13865         * mm-view.el (mm-display-inline-fontify): Decode a part according
13866         to the charset parameter.
13867
13868 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13871         prefix arg is neither nil nor a number, as info specifies.
13872
13873 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13876         timestamps.
13877
13878 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13879
13880         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13881         groups error checking and notify user.
13882
13883 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13884
13885         * message.el (message-send-mail-function): Check existence of
13886         sendmail-program first before using default value
13887         `message-send-mail-with-sendmail'.  Otherwise use more generic
13888         `smtpmail-send-it'.
13889
13890 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * nntp.el (nntp-request-update-info): Always return nil.
13893
13894 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13895
13896         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13897
13898 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13899
13900         * message.el (message-beginning-of-line): Change the behavior when
13901         invoked between BOL and : so that it first moves backward.
13902
13903 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13906         article buffer when editing of the article is discarded.
13907         (gnus-article-prepare): Revert.
13908
13909 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-art.el (gnus-article-prepare):
13912         Remove message-strip-forbidden-properties from the local hook.
13913
13914 2005-01-27  Simon Josefsson  <jas@extundo.com>
13915
13916         * password.el (password-cache-add): Only start one timer per key.
13917         Reported by Derek Atkins <warlord@MIT.EDU>.
13918
13919 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13920
13921         * run-at-time.el: Removed.  It is no longer needed as
13922         timer-funcs.el in the xemacs-base package has a working version of
13923         `run-at-time'.
13924
13925         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13926
13927         * password.el: Require timer-funcs instead of run-at-time in
13928         XEmacs.
13929         Remove `password-run-at-time' macro.
13930         (password-cache-add): Use `run-at-time' instead of
13931         `password-run-at-time'.
13932
13933         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13934         Remove `nnheader-cancel-function-timers' alias,
13935         `cancel-function-timers' exists in XEmacs in timer-funcs.
13936
13937         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13938         for `run-with-idle-timer'.
13939
13940         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13941         for `run-at-time'.
13942
13943         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13944         for `with-timeout'.
13945
13946         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13947         the same as for XEmacs 21.4.
13948         No need to ignore `run-with-idle-timer', this function exists in
13949         XEmacs now in timer-funcs.el in the xemacs-base package.
13950         (dgnushack-compile): No need to delete
13951         run-at-time.el from the list of files to compile because it
13952         doesn't exist anymore.
13953
13954 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13957         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13958
13959 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13960
13961         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13962         sensitively.
13963
13964 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13965
13966         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13967
13968 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13971         which will be inserted according to the multibyteness of a buffer
13972         rather than the type of contents.  Suggested by ARISAWA Akihiro
13973         <ari@mbf.ocn.ne.jp>.
13974
13975         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13976         of string which old xml.el may return rather than a string.
13977
13978 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13981
13982 2005-01-16  Simon Josefsson  <jas@extundo.com>
13983
13984         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13985         idn/idna.el isn't available.
13986         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13987         <michael@waxrat.com>.
13988
13989         * hashcash.el: Remove non-FSF copyright header.
13990
13991         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13992         (hashcash-generate-payment): Use it.
13993         (hashcash-generate-payment-async): Use it.
13994
13995 2005-01-15  Simon Josefsson  <jas@extundo.com>
13996
13997         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13998         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13999
14000         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14001         gnus-summary-idna-message.
14002         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14003         (gnus-summary-idna-message): New function.
14004
14005 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14008         gnus-novice-user.
14009
14010 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * nnrss.el (nnrss-request-delete-group): Delete entries in
14013         nnrss-group-alist as well.
14014         (nnrss-save-server-data): Insert newline.
14015
14016 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * gnus.el (gnus-user-agent): Use list of symbols instead of
14019         symbols.  Display full version number for (S)XEmacs.  Optionally
14020         display (S)XEmacs codename.
14021
14022         * gnus-util.el (gnus-emacs-version): Update for new
14023         `gnus-user-agent'.
14024
14025         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14026         Gnus version.
14027
14028 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14031         which is unreadable in some setups.
14032
14033 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-spec.el (gnus-update-format-specifications): Flush the
14036         group format spec cache if it doesn't support decoded group names.
14037
14038 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14041         Allow to apply decay on score files matching a regexp.
14042
14043 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14046         compatibility in %g and %c.
14047
14048 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14051         name for only %g and %c.
14052         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14053         of gnus-tmp-group to decoded group name.
14054         (gnus-group-make-rss-group): Exclude `/'s from group names.
14055
14056 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * nnrss.el (nnrss-get-encoding): Fix regexp.
14059
14060 2004-12-27  Simon Josefsson  <jas@extundo.com>
14061
14062         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14063         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14064         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14065
14066 2004-12-17  Kim F. Storm  <storm@cua.dk>
14067
14068         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14069
14070         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14071
14072 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14073
14074         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14075
14076 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * nnrss.el: Require rfc2047 and mml.
14079         (nnrss-file-coding-system): New variable.
14080         (nnrss-format-string): Redefine it as an inline function.
14081         (nnrss-decode-group-name): New function.
14082         (nnrss-string-as-multibyte): Remove.
14083         (nnrss-retrieve-headers): Decode group name; don't use
14084         nnrss-format-string.
14085         (nnrss-request-group): Decode group name.
14086         (nnrss-request-article): Decode group name; allow a Message-ID as
14087         well as an article number; don't use nnrss-format-string; encode a
14088         Message-ID string which may contain non-ASCII characters; use
14089         mml-to-mime to compose a MIME article.
14090         (nnrss-request-expire-articles): Decode group name.
14091         (nnrss-request-delete-group): Decode group name.
14092         (nnrss-fetch): Clarify error message.
14093         (nnrss-read-server-data): Use insert-file-contents instead of load;
14094         bind file-name-coding-system; use multibyte buffer.
14095         (nnrss-save-server-data): Bind coding-system-for-write to the
14096         value of nnrss-file-coding-system; bind file-name-coding-system;
14097         add coding cookie.
14098         (nnrss-read-group-data): Use insert-file-contents instead of load;
14099         bind file-name-coding-system; use multibyte buffer.
14100         (nnrss-save-group-data): Bind coding-system-for-write to the
14101         value of nnrss-file-coding-system; bind file-name-coding-system.
14102         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14103         make it work with non-ASCII text.
14104         (nnrss-find-el): Make it work with old xml.el as well.
14105
14106 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14107
14108         * nnrss.el (nnrss-get-encoding): New function.
14109         (nnrss-fetch): Use unibyte buffer initially; bind
14110         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14111         decode contents according to the encoding attribute.
14112         (nnrss-save-group-data): Add coding cookie.
14113         (nnrss-mime-encode-string): New function.
14114         (nnrss-check-group): Use it to encode subject and author.
14115
14116 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14119         imaginary variable.
14120
14121 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14124         correctly even if there are wide characters.
14125
14126 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14127
14128         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14129         downcased symbol names; make a new cache instead of reusing
14130         bbdb-hashtable.
14131
14132 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14135         concatenating segments rather than before concatenating them.
14136         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14137
14138         * message.el (message-get-reply-headers): Bind `extra'.
14139
14140 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * message.el (message-extra-wide-headers): New variable.
14143         (message-get-reply-headers): Use it.
14144
14145 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14148         (gnus-agent-group-pathname): Ditto.
14149
14150         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14151
14152         * gnus-group.el (gnus-group-make-group): Decode group name.
14153         (gnus-group-make-rss-group): Register the group data after opening
14154         the nnrss group.
14155
14156 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14157
14158         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14159         by expiry now get marked as read.
14160
14161 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14164
14165 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14166
14167         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14168         unify Latin characters in XEmacs.
14169         (mm-find-mime-charset-region): Use it.
14170
14171 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-util.el (gnus-delete-directory): New function.
14174
14175         * gnus-agent.el (gnus-agent-delete-group): Use it.
14176
14177         * gnus-cache.el (gnus-cache-delete-group): Use it.
14178
14179 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14182         names.
14183
14184 2004-12-16  Simon Josefsson  <jas@extundo.com>
14185
14186         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14187
14188 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14191
14192         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14193         (gnus-group-set-current-level): Decode group name.
14194
14195 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14196
14197         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14198         failed.
14199
14200 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-group.el (gnus-group-delete-group): Decode group name.
14203         (gnus-group-make-rss-group): Encode group name.
14204         (gnus-group-catchup-current): Decode group name.
14205         (gnus-group-kill-group): Decode group name.
14206
14207 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14208
14209         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14210
14211 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-group.el (gnus-group-make-rss-group):
14214         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14215
14216         * gnus-start.el (gnus-setup-news): Honor user's setting to
14217         gnus-message-archive-method.  Suggested by Lute Kamstra
14218         <lute@gnu.org>.
14219
14220 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14221
14222         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14223         global counterparts of the buffer-local variables.
14224
14225 2004-11-16  Romain Francoise  <romain@orebokech.com>
14226
14227         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14228         counterparts of the buffer-local variables.
14229
14230 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * message.el (message-forbidden-properties): Fixed typo in doc
14233         string.
14234
14235 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * gnus-util.el (gnus-replace-in-string): Added doc string.
14238
14239         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14240         to avoid problems when splitting mails with many recipients.
14241
14242 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14243
14244         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14245         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14246
14247 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14248
14249         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14250         if there is no hashtable in memory or file modification time is
14251         newer than cached timestamp.
14252
14253 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14256         not-matching option.
14257
14258 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14261         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14262         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14263         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14264         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14265         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14266
14267 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * message.el (message-forward-make-body-mml): Remove headers
14270         according to message-forward-ignored-headers if a message is decoded.
14271
14272 2004-12-02  Romain Francoise  <romain@orebokech.com>
14273
14274         * message.el (message-forward-make-body-plain): Always remove
14275         headers according to message-forward-ignored-headers.
14276
14277 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * spam.el (spam-summary-prepare-exit): Remove the
14280         gnus-summary-limit pop for now, it has problems with ham marks for
14281         me.
14282
14283 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14286         correctly.
14287
14288 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14289
14290         * format-spec.el (format-spec): Message the char.
14291
14292 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14293
14294         * gnus-art.el (gnus-split-methods): Reformat comments.
14295
14296         * spam.el (spam-summary-prepare-exit): Remove article limits
14297         before exiting the summary buffer.
14298
14299 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14302         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14303
14304         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14305         order to silence the byte compiler.
14306
14307         * spam.el: Fix the way to silence the byte compiler, which
14308         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14309         bbdb-search-simple, spam-BBDB-register-routine,
14310         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14311         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14312         spam-stat-buffer-is-spam, spam-stat-load,
14313         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14314         spam-stat-save and spam-stat-split-fancy.
14315
14316 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14319         which may confuse users.
14320         (canlock-password-for-verify): Ditto.
14321
14322         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14323
14324         * gnus-art.el (gnus-emphasis-alist): Ditto.
14325
14326         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14327
14328         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14329
14330         * gnus-start.el (gnus-save-killed-list): Ditto.
14331
14332         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14333         (gnus-sum-thread-tree-root): Ditto.
14334         (gnus-sum-thread-tree-false-root): Ditto.
14335         (gnus-sum-thread-tree-single-indent): Ditto.
14336
14337         * message.el (message-courtesy-message): Ditto.
14338         (message-archive-note): Ditto.
14339         (message-subscribed-address-file): Ditto.
14340         (message-user-fqdn): Ditto.
14341
14342         * spam-report.el (spam-report-gmane-regex): Ditto.
14343
14344         * spam.el (spam-blackhole-good-server-regex): Ditto.
14345
14346 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * mml.el (mml-preview): Widen the message buffer before copying
14349         the contents to the preview buffer; sort headers before previewing.
14350
14351         * message.el (message-hidden-headers): Fix the way to avoid a bug
14352         in the `repeat' widget in Emacs 21.3 or earlier.
14353
14354 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * message.el (message-hidden-headers): Default to "^References:".
14357         Improve customization type.  Suggested by Reiner Steib
14358         <Reiner.Steib@gmx.de>.
14359
14360 2004-11-25  Romain Francoise  <romain@orebokech.com>
14361
14362         * message.el (message-strip-forbidden-properties): Remove check for
14363         obsolete `message-hidden' text property, hidden headers are not
14364         accessible in the buffer anymore.
14365
14366 2004-11-22  Romain Francoise  <romain@orebokech.com>
14367
14368         * message.el (message-header-format-alist): Add `From' in list
14369         so that it can be sorted.
14370         (message-fix-before-sending): Widen and sort headers before
14371         sending.
14372         (message-hide-headers): Use narrowing to hide headers by moving
14373         them to the top of the buffer and narrowing to the region
14374         underneath.
14375
14376 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14377
14378         * message.el (message-strip-forbidden-properties): Bind
14379         buffer-read-only (etc) to nil.
14380
14381 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14384         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14385
14386 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14387
14388         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14389
14390 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14391
14392         * dns.el (query-dns): Use sit-for to time instead of
14393         accept-process-output, since that doesn't seem to work on udp
14394         sockets.
14395
14396 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14399
14400 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14401
14402         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14403         doc string.  Improve doc string.
14404
14405 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * nntp.el (nntp-request-update-info): Return nil if
14408         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14409         may not call gnus-activate-group which uselessly issues the GROUP
14410         commands for all nntp groups and wastes time.  Reported by Romain
14411         Francoise <romain@orebokech.com>.
14412
14413         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14414
14415 2004-11-15  Simon Josefsson  <jas@extundo.com>
14416
14417         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14418         headers separately.
14419         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14420         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14421
14422 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * gnus-start.el (gnus-convert-old-newsrc):
14425         Assign legacy-gnus-agent to 5.10.7.
14426
14427 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14428
14429         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14430         start of the lines.
14431
14432 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14433
14434         * hashcash.el (hashcash-default-payment): Change default to 20.
14435         (hashcash-default-accept-payment): Change default to 20.
14436         (hashcash-process-alist): New variable.
14437         (hashcash-generate-payment-async): Add.
14438         (hashcash-already-paid-p): Add.
14439         (hashcash-insert-payment): Don't generate payments twice.
14440         (hashcash-insert-payment-async): Add.
14441         (hashcash-insert-payment-async-2): Add.
14442         (hashcash-cancel-async): Add.
14443         (hashcash-wait-async): Add.
14444         (hashcash-processes-running-p): Add.
14445         (hashcash-wait-or-cancel): Add.
14446         (mail-add-payment): New optional argument.  Conditionally start
14447         asynchronous calculation.
14448         (mail-add-payment-async): Add.
14449
14450         * message.el (message-send-mail): Wait for asynchronous hashcash
14451         results.  Don't clobber existing X-Hashcash headers.
14452         (message-setup-1): Call mail-add-payment-async when
14453         message-generate-hashcash is non-nil.
14454
14455 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14456
14457         * message.el (message-use-alternative-email-as-from): Examine the
14458         From header as well; use message-make-from in order to include a
14459         user's full name.
14460
14461 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14464         default; improve customization type.
14465         (gnus-emphasis-custom-with-format): New macro.
14466         (gnus-emphasis-custom-value-to-external): New function.
14467         (gnus-emphasis-custom-value-to-internal): New function.
14468
14469 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14470
14471         * dns.el (query-dns): Resolve reverse addresses.
14472
14473 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14474
14475         * gnus-group.el (gnus-group-get-new-news): Use it.
14476
14477         * gnus-start.el (gnus-check-reasonable-setup): New function.
14478
14479 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14482         "Args out of range" error.  Reported by Arnaud Giersch
14483         <arnaud.giersch@free.fr>.
14484
14485 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14486
14487         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14488
14489 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14490
14491         * spam.el (spam group): Add :version.
14492
14493         * pgg-def.el (pgg group): Add :version.
14494
14495 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-art.el (gnus-article-edit-article): Don't associate the
14498         article buffer with a draft file.  This is a temporary measure
14499         against the 2004-08-22 change to gnus-article-edit-mode.
14500
14501 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14504         (html2text-format-tags): Remove unused variable `attr'.
14505
14506 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14509
14510         * tls.el (tls-process-connection-type, tls-success)
14511         (tls-certtool-program): Add :version.
14512
14513         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14514         (starttls-extra-arguments, starttls-process-connection-type)
14515         (starttls-connect, starttls-failure, starttls-success): Add :version.
14516
14517         * spam-stat.el (spam-stat): Add :version.
14518
14519         * sieve.el (sieve): Add :version.
14520
14521         * sha1.el (sha1): Add :version.
14522         (sha1-use-external): Remove redundant version.
14523
14524         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14525         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14526         (nnmail-split-fancy-match-partial-words)
14527         (nnmail-split-lowercase-expanded): Add :version.
14528
14529         * nndiary.el (nndiary): Add :version.
14530
14531         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14532
14533         * mml-sec.el (mml-default-sign-method)
14534         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14535         Add :version.
14536
14537         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14538
14539         * mm-url.el (mm-url-use-external, mm-url-program)
14540         (mm-url-arguments): Add :version.
14541
14542         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14543         (mm-attachment-file-modes, mm-decrypt-option)
14544         (mm-w3m-safe-url-regexp): Add :version.
14545
14546         * message.el (message-cite-prefix-regexp)
14547         (message-sendmail-envelope-from, message-minibuffer-local-map)
14548         (message-user-fqdn, message-completion-alist): Add :version.
14549
14550         * gnus-win.el (gnus-configure-windows-hook)
14551         (gnus-use-frames-on-any-display): Add :version.
14552
14553         * gnus-art.el (gnus-article-address-banner-alist)
14554         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14555         (gnus-treat-from-picon, gnus-treat-mail-picon)
14556         (gnus-treat-x-pgp-sig): Add :version.
14557
14558         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14559         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14560         (gnus-summary-article-delete-hook)
14561         (gnus-summary-display-while-building): Add :version.
14562
14563         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14564         (gnus-get-top-new-news-hook): Add :version.
14565
14566         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14567         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14568
14569         * gnus-registry.el (gnus-registry): Add :version.
14570
14571         * gnus-spec.el (gnus-use-correct-string-widths)
14572         (gnus-make-format-preserve-properties): Add :version.
14573
14574         * gnus.el (gnus-group-charter-alist)
14575         (gnus-group-fetch-control-use-browse-url)
14576         (gnus-install-group-spam-parameters): Add :version.
14577
14578         * gnus-diary.el (gnus-diary): Add :version.
14579
14580         * gnus-delay.el (gnus-delay): Add :version.
14581
14582         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14583         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14584         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14585         Add :version.
14586
14587         * gnus-agent.el (gnus-agent-max-fetch-size)
14588         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14589         (gnus-agent-prompt-send-queue): Add :version.
14590
14591         * deuglify.el (gnus-outlook-deuglify): Add :version.
14592
14593         * html2text.el: Beautify code.  Improve doc strings.  Some
14594         checkdoc cleanup.
14595         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14596
14597 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14598
14599         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14600
14601 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14602
14603         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14604         when package is loaded.
14605
14606         * spam.el (spam-summary-score-preferred-header): Add global preference
14607         for people who want to override the default SpamAssassin over
14608         Bogofilter preference (when both are set).
14609         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14610         (spam-user-format-function-S): Check
14611         spam-summary-score-preferred-header.
14612         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14613         (spam-user-format-function-S): Format the score correctly.
14614
14615 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14618         signature file.  Suggested by Manoj Srivastava
14619         <srivasta@golden-gryphon.com>.
14620
14621         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14622         iso-2022-jp even in the Japanese language environment.
14623         Suggested by Jason Rumney <jasonr@gnu.org>.
14624
14625 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14628         use the same characters as the dummy marks; make it free from
14629         getting affected by the language environment.
14630         (gnus-summary-read-group-1): Update mark positions only when the
14631         format spec is updated.
14632
14633         * gnus-spec.el (gnus-update-format-specifications): Return a list
14634         of updated types.
14635
14636 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14639         of boundp to check if display-warning is available.
14640
14641 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14644
14645 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * nnspool.el (nnspool-spool-directory): Use news-path if the
14648         news-directory variable is not bound.
14649
14650         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14651         function instead of display-warning if it is not available.
14652
14653 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14656         v5-10: Use `point-at-bol'.
14657
14658 2004-10-26  Simon Josefsson  <jas@extundo.com>
14659
14660         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14661         <chenggao@gmail.com>.
14662
14663 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14666         instead.
14667
14668 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14669
14670         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14671         to remove a server from the nnimap-server-buffer-alist.
14672         (nnimap-open-connection, nnimap-close-server): Use it.
14673
14674         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14675
14676 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14679         running the major-mode function.
14680
14681 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14684         dummy marks in the right way.
14685
14686 2004-10-18  David Edmondson  <dme@dme.org>
14687
14688         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14689         excessively.
14690
14691 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14692
14693         * gnus-util.el (gnus-split-references): Accept a nil references
14694         string and go on blissfully.
14695
14696         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14697         cases where the references string is non-nil but has no references.
14698
14699         * encrypt.el: Add autoload tags.
14700
14701         * spam.el (spam-resolve-registrations-routine): Remove article
14702         from unregistration list too.  Reported by David Hanak
14703         <dhanak@isis.vanderbilt.edu>
14704
14705 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14708         nil.  Changed custom type.
14709
14710 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14713
14714         * gnus-sum.el (gnus-summary-move-article): Use it.
14715
14716 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * encrypt.el: Add autoload cookies.
14719
14720         * spam.el (spam-backend-article-list-property)
14721         (spam-backend-get-article-todo-list)
14722         (spam-backend-put-article-todo-list)
14723         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14724         Resolve registrations separately.
14725         (spam-register-routine): Format comments.
14726         (spam-unregister-routine, spam-register-routine): Always call with
14727         specific-articles, no default list.
14728         (spam-summary-prepare-exit): Use the spam-classifications function.
14729
14730         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14731         gnus-encrypt.el.
14732
14733         * encrypt.el: Copied from gnus-encrypt.el.
14734
14735         * gnus-encrypt.el: Commented that it's obsolete.
14736
14737 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14740         (gnus-score-save): Use it.
14741
14742         * message.el (message-bury): Use `window-dedicated-p'.
14743
14744 2004-10-15  Simon Josefsson  <jas@extundo.com>
14745
14746         * pop3.el (top-level): Don't require nnheader.
14747         (pop3-read-timeout): Add.
14748         (pop3-accept-process-output): Add.
14749         (pop3-read-response, pop3-retr): Use it.
14750
14751 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * spam.el (spam-register-routine): Move comment.
14754         (spam-verify-bogofilter): Use 'unknown for the initial
14755         spam-bogofilter-valid state, not 'never.
14756
14757         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14758         for netrc-machine.
14759
14760         * nnimap.el (nnimap-open-connection): Use
14761         netrc-machine-user-or-password.
14762
14763 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14764
14765         * gnus-registry.el (gnus-registry-unload-hook):
14766         Set as a variable with add-hook.
14767
14768         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14769         of news-path.
14770
14771         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14772
14773         * spam.el: Delete duplicate `provide'.
14774         (spam-unload-hook): Set as a variable with add-hook.
14775
14776 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14779         in the doc string.
14780
14781         * message.el (message-ignored-news-headers)
14782         (message-ignored-supersedes-headers)
14783         (message-ignored-resent-headers)
14784         (message-forward-ignored-headers): Improve custom type.
14785
14786 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * message.el (message-tokenize-header): Fix 2004-09-06 change
14789         which used point-min in the wrong place.
14790
14791 2004-10-12  Simon Josefsson  <jas@extundo.com>
14792
14793         * tls.el (tls-certtool-program): New variable.
14794         (tls-certificate-information): New function, based on
14795         ssl-certificate-information.
14796
14797 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * compface.el: Move the version of ELisp-based uncompface program
14800         to the contrib directory because of the copyright problem.
14801
14802 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * message.el (message-kill-buffer): Raise the current frame.
14805
14806 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14809
14810         * gnus.el (message-y-or-n-p): Autoload.
14811
14812         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14813         (pop3-password-required, pop3-authentication-scheme)
14814         (pop3-leave-mail-on-server): Made customizable.
14815         (pop3): New custom group.
14816         (pop3-retr): Remove `sleep-for' statements.
14817         Suggested by Dave Love <fx@gnu.org>.
14818
14819         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14820         Windows/DOS.
14821
14822         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14823         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14824         Dave Love <fx@gnu.org>.
14825
14826         * mml.el (mml-minibuffer-read-disposition): Require match.
14827         Suggested by Dave Love <fx@gnu.org>.
14828
14829 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14832         doc string.
14833
14834 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14837
14838 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14839
14840         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14841         instead of calling `mm-insert-inline', to decode text/* parts
14842         before displaying them.
14843
14844 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * mm-uu.el (mm-uu-text-plain-type): New variable.
14847         (mm-uu-pgp-signed-extract-1): Use it.
14848         (mm-uu-pgp-encrypted-extract-1): Use it.
14849         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14850         bind mm-uu-text-plain-type with that value.
14851         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14852         mm-uu-dissect.
14853
14854 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-group.el (gnus-update-group-mark-positions):
14857         * gnus-sum.el (gnus-update-summary-mark-positions):
14858         * message.el (message-check-news-body-syntax):
14859         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14860         of string-as-multibyte.
14861
14862 2004-10-05  Juri Linkov  <juri@jurta.org>
14863
14864         * gnus-group.el (gnus-update-group-mark-positions):
14865         * gnus-sum.el (gnus-update-summary-mark-positions):
14866         * message.el (message-check-news-body-syntax):
14867         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14868         8-bit unibyte values to a multibyte string for search functions.
14869
14870 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14873         (mm-uu-dissect-text-parts): New function.
14874
14875         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14876         dissect text parts.
14877
14878         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14879         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14880
14881         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14882
14883         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14884         gnus-current-topics instead of gnus-current-topic.
14885
14886 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14887
14888         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14889
14890 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14891
14892         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14893         where approriate.
14894
14895         * nnml.el (nnml-generate-active-info): do.
14896
14897         * nndiary.el (nndiary-generate-active-info): do.
14898
14899         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14900         (gnus-topic-move): do.
14901
14902         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14903         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14904
14905         * gnus-srvr.el (gnus-server-prepare)
14906         (gnus-server-open-all-servers): do.
14907
14908         * gnus-msg.el (gnus-summary-cancel-article)
14909         (gnus-summary-resend-message)
14910         (gnus-summary-mail-crosspost-complaint): do.
14911
14912         * gnus-move.el (gnus-change-server): do.
14913
14914         * gnus-group.el (gnus-group-unmark-all-groups)
14915         (gnus-group-set-current-level): do.
14916
14917 2004-10-04  Simon Josefsson  <jas@extundo.com>
14918
14919         * message.el (message-generate-hashcash): Doc fix.
14920
14921 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14922
14923         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14924         avoid infinite recursion via gnus-get-function.
14925
14926 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14927
14928         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14929
14930         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14931
14932         * nnmail.el (nnmail-split-history): do.
14933
14934         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14935         (nnml-request-delete-group): do.
14936
14937         * nnslashdot.el (nnslashdot-read-groups): do.
14938
14939         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14940         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14941
14942         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14943         (nnspool-sift-nov-with-sed): Use last.
14944         (nnspool-retrieve-headers-with-nov): Use mapc.
14945         (nnspool-request-newgroups): Use dolist.
14946         (nnspool-request-group): Use last.
14947
14948         * nntp.el (nntp-read-server-type): Use dolist.
14949
14950         * nnvirtual.el (nnvirtual-create-mapping)
14951         (nnvirtual-update-read-and-marked): Use dolist.
14952         (nnvirtual-convert-headers): Simplify.
14953
14954 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14955
14956         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14957         support for sync'ing tick marks.
14958
14959 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14962         there's no visible header.
14963
14964 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14965
14966         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14967         necessary, pass full group name to gnus-request-set-marks.
14968
14969 2004-10-01  Simon Josefsson  <jas@extundo.com>
14970
14971         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14972         acroread.
14973
14974 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14975
14976         * spam-report.el (spam-report-gmane): Fix interactive.
14977
14978         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14979
14980         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14981         when writing file.
14982         (gnus-agent-synchronize-flags): Don't default to being
14983         interactive.
14984
14985 2004-09-30  Simon Josefsson  <jas@extundo.com>
14986
14987         * message.el (message-generate-hashcash): Add.
14988         (message-send-mail): Use it, call mail-add-payment.
14989
14990 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14991
14992         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14993
14994 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14995
14996         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14997         gnus-requst-update-info with explicit code to sync the in-memory
14998         info read flags with the marks being sync'd to the backend.
14999
15000         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15001
15002 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-verify-bogofilter): Add new function.
15005         (spam-check-bogofilter)
15006         (spam-bogofilter-register-with-bogofilter): Use it.
15007         (spam-verify-bogofilter): Add small fixes.
15008
15009 2004-09-28  Simon Josefsson  <jas@extundo.com>
15010
15011         * hashcash.el (hashcash-generate-payment): Revert.
15012
15013 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15014
15015         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15016         gnus-extract-references instead of gnus-split-references.
15017
15018         * gnus-util.el (gnus-extract-references): Add new function, analogous
15019         to gnus-split-references but extracts only the message-ID without
15020         anything extra.
15021
15022         * hashcash.el (hashcash-generate-payment)
15023         (hashcash-check-payment): Do the right thing if hashcash-path is
15024         nil (because the hashcash program could not be found).
15025
15026         * spam.el (spam-use-hashcash): Remove comment.
15027
15028 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15029
15030         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15031         (gnus-cache-enter-article, gnus-cache-remove-article)
15032         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15033
15034         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15035
15036         * gnus-art.el (article-hide-boring-headers)
15037         (article-translate-strings, article-display-face)
15038         (gnus-article-mime-match-handle-first)
15039         (gnus-article-highlight-headers)
15040         (gnus-article-add-buttons-to-head): do.
15041
15042 2004-09-27  Simon Josefsson  <jas@extundo.com>
15043
15044         * hashcash.el: New version, from
15045         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15046         ../contrib/.
15047
15048 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15051
15052 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15053
15054         * gnus-dup.el (gnus-dup-open): Use mapc.
15055         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15056
15057         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15058         Reported by Stefan Wiens <s.wi@gmx.net>.
15059
15060         * gnus.el (gnus-shutdown): Use dolist.
15061
15062         * gnus-undo.el (gnus-undo): Use mapc.
15063
15064         * nnrss.el (nnrss-generate-active): do.
15065
15066         * message.el (message-cite-original-without-signature)
15067         (message-cite-original): Use mapc.
15068         (message-do-actions, message-make-forward-subject): Use dolist.
15069
15070 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15071
15072         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15073         deletion to remove entire duplicate line.  Fixes merged article
15074         number bug.
15075
15076 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15077
15078         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15079         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15080         first ask if you want to open a server and then, even when you
15081         responded with no, asking if you want to synchronize the server's
15082         flags.
15083         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15084         multi-line expressions.
15085         (gnus-agent-synchronize-group-flags): New internal function.
15086         Updates marks in memory (in the info structure) AND in the
15087         backend.
15088
15089         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15090
15091         * nnagent.el (nnagent-request-set-mark): Use
15092         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15093         method, to ensure that synchronization updates marks in the
15094         backend and in the info (in memory) structure.
15095
15096 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15099         convention fully; don't miss the root article of a thread; make
15100         the X-Draft-From header with correct article numbers.
15101
15102 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15103
15104         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15105         unless plugged.  Disable the agent so that an open failure causes
15106         an error.
15107
15108         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15109         Reverted 2004-09-21 change.  The backend must be opened while
15110         synchronizing flags even when the backend stores the flags
15111         locally.
15112
15113 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15116         in `header' match.  Reported by Svend Tollak Munkejord.
15117
15118         * message.el (message-cite-original): Fix use of
15119         `message-cite-articles-with-x-no-archive'.
15120
15121 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15124         (gnus-window-to-buffer): Ditto.
15125
15126         * mml.el (mml-preview-buffer): New variable.
15127         (mml-preview): Manage window layout with gnus-buffer-configuration.
15128
15129         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15130         X-Draft-From header even if those articles aren't quoted.
15131
15132 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15133
15134         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15135         (gnus-request-set-mark, gnus-request-update-mark): Use new
15136         g-s-t-u-l-m to decide to use backend even when unplugged.
15137
15138 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15141         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15142
15143 2004-09-20  Simon Josefsson  <jas@extundo.com>
15144
15145         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15146         "utf-16-le".
15147
15148 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15149
15150         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15151
15152 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * uudecode.el (uudecode-use-external): Add :version.
15155
15156         * smime.el (smime-CA-file, smime-encrypt-cipher)
15157         (smime-dns-server): Add :version.
15158
15159         * smiley.el (gnus-smiley-file-types): Add :version.
15160
15161         * sha1.el (sha1-use-external): Add :version.
15162
15163         * pgg-def.el (pgg-query-keyserver): Add :version.
15164
15165         * nnmail.el (nnmail-fancy-expiry-targets)
15166         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15167         Add :version.
15168
15169         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15170         (nnimap-retrieve-groups-asynchronous): Add :version.
15171         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15172
15173         * mml.el (mml-content-disposition-parameters)
15174         (mml-insert-mime-headers-always): Add :version.
15175
15176         * mm-util.el (mm-coding-system-priorities): Add :version.
15177
15178         * mm-decode.el (mm-inline-text-html-with-images)
15179         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15180         (mm-verify-option): Add :version.
15181         (mm-text-html-renderer): Change :version.
15182
15183         * message.el (message-fcc-externalize-attachments)
15184         (message-required-headers, message-draft-headers)
15185         (message-subject-trailing-was-query)
15186         (message-subject-trailing-was-ask-regexp)
15187         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15188         (message-mark-insert-end, message-archive-header)
15189         (message-archive-note, message-cross-post-default)
15190         (message-cross-post-note, message-followup-to-note)
15191         (message-cross-post-note-function, message-use-mail-followup-to)
15192         (message-subscribed-address-functions)
15193         (message-subscribed-address-file, message-subscribed-addresses)
15194         (message-subscribed-regexps, message-allow-no-recipients)
15195         (message-yank-cited-prefix, message-signature-insert-empty-line)
15196         (message-hidden-headers, message-hierarchical-addresses)
15197         (message-mail-user-agent, message-use-idna)
15198         (message-valid-fqdn-regexp)
15199         (message-strip-special-text-properties, message-header-synonyms)
15200         (message-beginning-of-line, message-tab-body-function): Add :version.
15201         (message-insert-canlock, message-wide-reply-confirm-recipients):
15202         Change :version.
15203
15204         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15205         and :version.
15206         (mail-source-delete-old-incoming-confirm)
15207         (mail-source-movemail-program): Add :version.
15208
15209         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15210         (gnus-agent-cache, gnus-agent): Change :version.
15211
15212         * gnus-util.el (gnus-use-byte-compile): Change :version.
15213
15214         * gnus-sum.el (gnus-summary-make-false-root-always)
15215         (gnus-summary-default-high-score)
15216         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15217         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15218         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15219         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15220         (gnus-sum-thread-tree-single-indent)
15221         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15222         (gnus-sum-thread-tree-leaf-with-other)
15223         (gnus-sum-thread-tree-single-leaf): Add :version.
15224         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15225         (gnus-article-loose-mime): Change :version.
15226
15227         * gnus-start.el (gnus-backup-startup-file)
15228         (gnus-save-startup-file-via-temp-buffer): Add :version.
15229
15230         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15231         (gnus-server-offline-face): Add :version.
15232
15233         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15234
15235         * gnus-msg.el (gnus-gcc-externalize-attachments)
15236         (gnus-debug-files, gnus-debug-exclude-variables)
15237         (gnus-discouraged-post-methods): Change :version.
15238         (gnus-confirm-mail-reply-to-news)
15239         (gnus-confirm-treat-mail-like-news): Add :version.
15240
15241         * gnus-int.el (gnus-server-unopen-status): Add :version.
15242
15243         * gnus-group.el (gnus-group-jump-to-group-prompt)
15244         (gnus-large-ephemeral-newsgroup)
15245         (gnus-fetch-old-ephemeral-headers): Add :version.
15246
15247         * gnus-fun.el (gnus-x-face-directory)
15248         (gnus-convert-pbm-to-x-face-command)
15249         (gnus-convert-image-to-x-face-command)
15250         (gnus-convert-image-to-face-command): Add :version.
15251
15252         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15253
15254         * gnus-cite.el (gnus-cite-blank-line-after-header)
15255         (gnus-article-boring-faces): Add :version.
15256
15257         * gnus-art.el (gnus-buttonized-mime-types)
15258         (gnus-inhibit-mime-unbuttonizing)
15259         (gnus-treat-display-face)
15260         (gnus-treat-body-boundary): Change :version.
15261         (gnus-body-boundary-delimiter, gnus-picon-databases)
15262         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15263         (gnus-treat-date-english, gnus-treat-fold-headers)
15264         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15265         (gnus-treat-mail-picon, gnus-treat-wash-html)
15266         (gnus-article-encrypt-protocol)
15267         (gnus-use-idna, gnus-article-over-scroll)
15268         (gnus-mime-display-multipart-alternative-as-mixed)
15269         (gnus-mime-display-multipart-related-as-mixed)
15270         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15271         (gnus-ctan-url, gnus-button-ctan-handler)
15272         (gnus-button-handle-ctan-bogus-regexp)
15273         (gnus-button-ctan-directory-regexp)
15274         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15275         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15276         (gnus-button-man-level, gnus-button-emacs-level)
15277         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15278
15279         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15280         (gnus-agent-go-online): Change :version.
15281         (gnus-agent-expire-unagentized-dirs)
15282         (gnus-agent-auto-agentize-methods): Add :version.
15283
15284         * flow-fill.el (fill-flowed-display-column)
15285         (fill-flowed-encode-column): Add :version.
15286
15287         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15288         (gnus-outlook-deuglify-unwrap-max)
15289         (gnus-outlook-deuglify-cite-marks)
15290         (gnus-outlook-deuglify-unwrap-stop-chars)
15291         (gnus-outlook-deuglify-no-wrap-chars)
15292         (gnus-outlook-deuglify-attrib-cut-regexp)
15293         (gnus-outlook-deuglify-attrib-verb-regexp)
15294         (gnus-outlook-deuglify-attrib-end-regexp)
15295         (gnus-outlook-display-hook): Add :version.
15296
15297         * binhex.el (binhex-use-external): Add :version.
15298
15299 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15302         and `invisible'.
15303
15304 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15307         in gnus-registry-trim.
15308
15309 2004-09-13  Simon Josefsson  <jas@extundo.com>
15310
15311         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15312
15313         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15314
15315         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15316         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15317         <yamaoka@jpl.org>.
15318         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15319         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15320         <yamaoka@jpl.org>.
15321
15322         * sieve.el (sieve-manage-mode): Ditto.
15323
15324 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15327
15328 2004-09-11  Simon Josefsson  <jas@extundo.com>
15329
15330         * dns-mode.el: Add.
15331
15332         * mm-view.el (mm-display-dns-inline): Add.
15333
15334         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15335         (mm-automatic-display): Ditto.
15336
15337         * mailcap.el (mailcap-mime-data): Add text/dns.
15338         (mailcap-mime-extensions): Map .soa to text/dns.
15339
15340 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15341
15342         * gnus-art.el (article-decode-mime-words, article-babel)
15343         (gnus-article-highlight-signature, gnus-article-add-buttons)
15344         (gnus-signature-toggle): Remove unnecessary bindings of
15345         `inhibit-read-only' inherited from v5.10 merge.
15346
15347 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * nntp.el (nntp): New customization group.
15350         (nntp-authinfo-file): Add customization group.
15351
15352         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15353
15354         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15355
15356         * gnus.el (to-address, to-list, subscribed)
15357         (large-newsgroup-initial): Ditto.
15358
15359         * flow-fill.el (fill-flowed-display-column)
15360         (fill-flowed-encode-column): Ditto.
15361
15362 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15363
15364         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15365         Use point-min rather than 1.
15366         (message-send-mail): Use buffer-size rather than point-max.
15367
15368         * gnus-sum.el (gnus-summary-search-article-forward):
15369         Signal a specific `search-failed' rather than a generic `error'.
15370
15371         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15372         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15373         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15374
15375 2004-09-10  Simon Josefsson  <jas@extundo.com>
15376
15377         * nndb.el (require): Remove tcp and duplicate cl.
15378
15379 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-agent.el (directory-files-and-attributes): Move forward.
15382
15383 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15384
15385         * gnus-agent.el (directory-files-and-attributes): Optionally
15386         defined to support XEmacs.
15387
15388 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15389
15390         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15391         to avoid run-time CL dependencies.
15392         (gnus-agent-unfetch-articles): New function.
15393         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15394         article numbers even when local .overview file is missing.
15395         (gnus-agent-read-article-number): New function.  Only accepts
15396         27-bit article numbers.
15397         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15398         gnus-agent-read-article-number.
15399         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15400         from backend while recognizing that article numbers in .overview
15401         must be valid.
15402         (gnus-agent-update-files-total-fetched-for): Use
15403         directory-files-and-attributes to improve performance.
15404         * gnus-int.el (gnus-request-move-article): Use
15405         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15406         improve performance.
15407
15408         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15409         some users confused by references to .newsrc when they only have a
15410         .newsrc.eld file.
15411         (gnus-convert-mark-converter-prompt)
15412         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15413         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15414         New function.  Used internally to only display 'gnus converting
15415         files' message when actually necessary.
15416
15417         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15418         methods now autoloaded.
15419
15420 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15423         identifiers.
15424
15425 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-picon.el: Fix indentation and closing parenthesis.
15428
15429 2004-09-01  Simon Josefsson  <jas@extundo.com>
15430
15431         * message.el (message-canlock-generate): Require sha1, not
15432         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15433         to require within a function.  Sadly, if sha1.el isn't loaded, the
15434         let binding in m-c-g will hide the defcustom definition, which is
15435         bad.)
15436
15437         * canlock.el: Require sha1, not sha1-el.
15438
15439         * message.el: Don't autoload sha1 (there is a autoload cookie in
15440         sha1.el).
15441
15442         * sha1-el.el: Renamed to sha1.el.
15443
15444 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15445
15446         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15447
15448 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15449
15450         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15451
15452 2004-08-30  Kim F. Storm  <storm@cua.dk>
15453
15454         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15455
15456         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15457         Add :group 'nnimap.
15458
15459 2004-08-30  Andreas Schwab  <schwab@suse.de>
15460
15461         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15462         ?* and ?\;.
15463
15464         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15465         and ?\' to symbol instead of whitespace.
15466
15467 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15470
15471         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15472         instead of re-search-forward.
15473
15474         * gnus-uu.el (gnus-uu-save-article): Ditto.
15475         (gnus-uu-post-encode-uuencode): Ditto.
15476
15477         * html2text.el (html2text-clean-list-items): Ditto.
15478         (html2text-clean-dtdd): Ditto.
15479         (html2text-format-tags): Ditto.
15480
15481         * message.el (message-send-mail-with-sendmail): Fix regexp.
15482         (message-fill-field-general): Use search-forward instead of
15483         re-search-forward.
15484         (unbold-region): Ditto.
15485
15486         * nnrss.el (nnrss-request-article): Ditto.
15487
15488         * nnslashdot.el (nnslashdot-request-article): Ditto.
15489
15490         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15491
15492         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15493         "Unrecognized menu descriptor" error in XEmacs.
15494
15495 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15496
15497         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15498         parent article of a sparse article in the thread hashtb.
15499
15500 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15501
15502         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15503         (nnmail-expand-newtext): Lowercase expanded entries if
15504         nnmail-split-lowercase-expanded is non-nil.
15505
15506 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15509
15510         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15511         of gnus-tmp-news-method into string under XEmacs.  It will be
15512         passed to gnus-correct-length which takes only a string argument.
15513
15514 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-util.el (gnus-bind-print-variables): New macro.
15517         (gnus-prin1): Use it.
15518         (gnus-prin1-to-string): Use it.
15519         (gnus-pp): New function.
15520         (gnus-pp-to-string): New function.
15521
15522         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15523         Replace pp-to-string with gnus-pp-to-string.
15524         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15525         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15526         * gnus-msg.el (gnus-debug): Ditto.
15527         * gnus-score.el (gnus-score-save): Ditto.
15528         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15529         gnus-pp-to-string.
15530         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15531         with gnus-pp.
15532         * score-mode.el (gnus-score-pretty-print): Ditto.
15533         * webmail.el (webmail-debug): Ditto.
15534
15535 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-art.el (article-display-face, article-display-x-face):
15538         Use buffer-read-only.
15539
15540 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-art.el (article-hide-list-identifiers):
15543         Bind inhibit-read-only as t.
15544
15545 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15548
15549 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15550
15551         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15552         (gnus-narrow-to-page): Don't assume point-min == 1.
15553         (gnus-article-edit-mode): Derive from message-mode.
15554
15555         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15556         point-min == 1.
15557
15558         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15559         Disable incorrect use of `assert'.
15560
15561         * message.el (message-mode): Set comment-start-skip.
15562
15563
15564 2004-08-22  Sam Steingold  <sds@gnu.org>
15565
15566         * pop3.el (pop3-leave-mail-on-server): New user variable.
15567         (pop3-movemail): Delete mail only when it is nil.
15568
15569 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15572
15573         * mml.el (mml-preview): Use `pop-to-buffer'.
15574
15575         * message.el (message-goto-mail-followup-to): Insert after "To".
15576         (message-carefully-insert-headers): Add comment.
15577
15578         * gnus.el: Remove unused variable `gnus-article-check-size'.
15579
15580         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15581
15582         * gnus-art.el (gnus-button-alist): Improve
15583         `gnus-button-handle-library' entry.
15584
15585 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15586
15587         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15588         downcase, since XEmacs capitalizes error messages differently.
15589
15590 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15591
15592         * nntp.el: Add (require 'gnus) due to reference to
15593         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15594
15595 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15596
15597         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15598         `mm-fill-flowed'.
15599
15600         * mm-decode.el (mm-dissect-singlepart): Check it.
15601
15602 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15605         'imap' for netrc parsing.
15606
15607 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15608
15609         * mailcap.el (mailcap-mime-data): Mark as risky.
15610
15611 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15614         may be included in the encoded word.
15615         (rfc2047-encode): Don't append a space if the encoded word
15616         includes close parenthesis.
15617
15618 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15621         of text within parentheses.
15622
15623 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15626         (gnus-encrypt-write-file-contents): Make the password key the file
15627         name PLUS the cipher, not just the cipher.  Also remove failed
15628         passwords from the cache.
15629
15630 2004-08-06  Simon Josefsson  <jas@extundo.com>
15631
15632         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15633         fix.
15634
15635 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15638         LWSP.
15639
15640 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15641
15642         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15643         to append in-reply-to: data to the references: header.
15644
15645         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15646         (netrc-parse): Use gnus-encrypt.el functions.
15647
15648         * gnus-encrypt.el: Add new file for encryption support; currently
15649         does only a few GPG ciphers and an internal XOR cipher.
15650
15651         * password.el: Add comments on using password-read-and-add.
15652         (password-read-and-add): Add function to read and add the
15653         password to the cache at once.
15654
15655 2004-07-28  Simon Josefsson  <jas@extundo.com>
15656
15657         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15658         parameter (but don't use it, for now).
15659
15660         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15661         instead of hard coding to nil.
15662
15663 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15666         as mm-inline-image-xemacs does.
15667
15668 2004-07-26  Simon Josefsson  <jas@extundo.com>
15669
15670         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15671         Revert part of 2004-07-17 change below.
15672
15673 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15676         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15677
15678 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15679
15680         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15681         quotes that actually start with ">" at the beginning of the
15682         lines.
15683
15684 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * rfc2047.el (rfc2047-encode-region): Fix last change.
15687         (rfc2047-encode-parameter): Remove useless concat.
15688
15689 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15692         encode special characters; fix some kind of misconfigured headers;
15693         signal a real error if debug-on-quit or debug-on-error is non-nil.
15694         (rfc2047-encode-max-chars): New variable.
15695         (rfc2047-encode-1): Use it.
15696         (rfc2047-encode-parameter): New function.
15697
15698         * mml.el (mml-insert-parameter): Remove an excessive space.
15699
15700 2004-07-17  Simon Josefsson  <jas@extundo.com>
15701
15702         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15703         Kai Grossjohann <kai@emptydomain.de>.
15704         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15705         (gnus-group-make-menu-bar): Ditto.
15706
15707         * gnus-util.el (gnus-group-server): Add.
15708
15709 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15710
15711         * message.el (message-clone-locals): Clone sendmail and smtp
15712         variables.
15713
15714 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * rfc2047.el (rfc2047-encode-region): Fix last change.
15717
15718 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15721         characters as non-special.
15722
15723 2004-07-09  Simon Josefsson  <jas@extundo.com>
15724
15725         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15726         Users will lose all flag changes made while unplugged with
15727         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15728         good default.  See numerous reports on ding mailing list.
15729
15730 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15733         add generate-head-function and generate-article-function to the
15734         rfc822-forward entry.
15735         (nndoc-rfc822-forward-generate-article): New function.
15736         (nndoc-rfc822-forward-generate-head): New function.
15737
15738         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15739
15740 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15741
15742         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15743         respect display group parameter and gnus-summary-expunge-below.
15744         (gnus-articles-to-read): Remove unused reference to display group
15745         parameter.
15746
15747 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15748
15749         * nnheader.el (nnheader-uniquify-message-id): New experimental
15750         variable.
15751         (nnheader-nov-read-message-id): Use it.
15752
15753         * spam-report.el (spam-report-gmane): Add interactive.
15754
15755 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15758         qp-or-base64 for the application/* types.
15759
15760 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15761
15762         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15763
15764 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15765
15766         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15767         trim value.
15768
15769 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15770
15771         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15772         New macro and function.
15773         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15774
15775 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15778         after-load-alist.
15779
15780 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15783         update info that isn't there.
15784
15785 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15786
15787         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15788         entry.
15789
15790 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * mm-view.el (mm-inline-render-with-function): Use multibyte
15793         buffer; decode html source by charset.
15794
15795         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15796
15797         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15798         Mule-UCS is loaded under XEmacs.
15799         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15800
15801 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15802
15803         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15804
15805 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * mm-util.el (mm-coding-system-p): Return a coding-system.
15808         (mm-mime-mule-charset-alist): Use shift_jis instead of
15809         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15810         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15811         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15812         instead of japanese-shift-jis and iso-latin-1 respectively in
15813         order to share the default value with both Emacs and XEmacs-mule.
15814         (mm-mule-charset-to-mime-charset): Make
15815         mm-coding-system-priorities effective.
15816         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15817         while predicating of candidates upon the priorities.
15818
15819 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15820
15821         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15822         gnus-uu-invert-processable.
15823
15824         * gnus.el: Autoload gnus-uu-invert-processable.
15825
15826 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * mm-util.el (mm-with-multibyte-buffer): New macro.
15829
15830         * rfc2047.el (rfc2047-encode-string): Use it.
15831         (rfc2047-encode-region): Move point to the end of the region after
15832         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15833
15834 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15837         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15838
15839 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15842         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15843         Karl Chen <quarl@nospam.quarl.org>.
15844
15845 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15846
15847         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15848         invalid addresses.
15849
15850 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el: Change section markers, revise TODO list.
15853         (spam-backends): Make new master list of all installed backends.
15854         (spam-summary-exit-behavior): Add new variable to determine how
15855         messages moves are done at summary exit.
15856         (spam-move-spam-nonspam-groups-only)
15857         (spam-process-ham-in-nonham-groups)
15858         (spam-process-ham-in-spam-groups): Remove variables, the
15859         spam-summary-exit-behavior variable should be used to manage this
15860         behavior.
15861         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15862         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15863         and spam-old-spam-articles.
15864         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15865         Add empty variables, placeholders for the backends they represent.
15866         (spam-set-difference): Move, unchanged.
15867         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15868         unless the user has a processor variable.
15869         (spam-classifications, spam-classification-valid-p)
15870         (spam-backend-properties, spam-backend-property-valid-p)
15871         (spam-backend-function-type-valid-p)
15872         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15873         (spam-report-articles-gmane, spam-report-articles-resend):
15874         Remove functions, they are not needed.
15875         (spam-install-backend-super, spam-backend-list)
15876         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15877         (spam-backend-function, spam-backend-ham-registration-function)
15878         (spam-backend-spam-registration-function)
15879         (spam-backend-ham-unregistration-function)
15880         (spam-backend-spam-unregistration-function)
15881         (spam-backend-statistical-p, spam-backend-mover-p)
15882         (spam-install-backend-alias, spam-install-checkonly-backend)
15883         (spam-install-mover-backend, spam-install-nocheck-backend)
15884         (spam-install-backend, spam-install-statistical-backend)
15885         (spam-install-statistical-checkonly-backend): Add backend installation
15886         support.
15887         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15888         (spam-group-processor-p): Use the new backend code and respect the
15889         summary exit behavior.
15890         (spam-mark-spam-as-expired-and-move-routine): Remove.
15891         (spam-summary-prepare): Change to use the new spam-old-articles
15892         variable.
15893         (spam-copy-or-move-routine, spam-copy-spam-routine)
15894         (spam-move-spam-routine, spam-copy-ham-routine)
15895         (spam-move-ham-routine): Add code to copy/move ham or spam.
15896         (spam-fetch-field-fast): Improve doc and code, plus allow the
15897         'number request.
15898         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15899         variables.
15900         (spam-split, spam-find-spam): Use the new backend code.
15901         (spam-registration-functions): Remove variable.
15902         (spam-unregister-routine): Add convenience wrapper.
15903         (spam-log-undo-registration, spam-register-routine)
15904         (spam-log-processing-to-registry)
15905         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15906         where possible.
15907         (spam-check-gmane-xref, spam-check-regex-headers)
15908         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15909         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15910         (spam-check-bogofilter-headers, spam-check-spamoracle)
15911         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15912         (spam-check-crm114-headers): Use the spam-split-group that
15913         spam-split prepares, no need to determine it every time.
15914
15915         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15916         to the nnheader-parse-naked-head call.
15917
15918         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15919
15920         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15921         the nnheader-nov-read-message-id call.
15922
15923 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15926         gnus-activate-group twice.  Suggested by Markus Peter
15927         <warp@spin.de>.
15928
15929 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-art.el (gnus-article-time-format): Exchange the order of
15932         day and month in the default value; fix customization type.
15933         (article-date-ut): Use add-text-properties.
15934         (article-make-date-line): Use message-make-date instead of
15935         current-time-string.
15936
15937         * message.el (message-fetch-field): Don't use set-text-properties.
15938         (message-make-date): Simplify.
15939
15940         * messagexmas.el (message-xmas-make-date): New function.
15941         (message-xmas-redefine): Defalias message-make-date to it.
15942
15943 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15946         (rfc2047-encode-region): Treat text within parentheses as special;
15947         show the original text when error has occurred.
15948
15949         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15950         already-computed method to gnus-activate-group.
15951
15952         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15953         same select-methods identical Lisp objects.
15954
15955         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15956         object when modifying the info.
15957
15958 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15961         gnus-opened-servers since it has never been opened with the new
15962         configuration yet.
15963
15964 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15967         arg to nnheader-generate-fake-message-id.
15968
15969 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15972         number and build a fake message ID localized to a group and
15973         article number (so it's repeatable from that point on).
15974         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15975         ID format.
15976
15977         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15978         nnheader-generate-fake-message-id with the article number.
15979
15980 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15981
15982         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15983         end-of-buffer.
15984
15985 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * message.el (message-ignored-supersedes-headers): Add Approved.
15988
15989 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15992         goto-char.
15993         (rfc2047-encode): Fold the line before encoding.
15994
15995 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996
15997         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15998         folding -- not all headers can be folded, and this should be done
15999         by the message composition mode.  Probably.  I think.
16000
16001 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16004         fast.
16005
16006         * gnus-ems.el (gnus-remove-image): Don't use
16007         message-text-with-property; remove only the image found first.
16008
16009         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16010         found first.
16011
16012 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16013
16014         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16015
16016 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * message.el (message-text-with-property): Make it fast and accept
16019         optional arguments.
16020         (message-strip-forbidden-properties): Use it.
16021         (message-fix-before-sending): Follow the m-t-w-p change.
16022
16023         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16024
16025 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-art.el (article-hide-headers): Don't change the buffer
16028         mistakenly when performing mml-preview even if
16029         gnus-single-article-buffer is nil.
16030
16031 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16032
16033         * message.el (message-expand-name-databases): New user option.
16034         (message-expand-name): Use it.
16035
16036 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16037
16038         * spam.el (spam-report-articles-resend)
16039         (spam-report-resend-register-routine): Allow ham reporting.
16040         (spam-report-resend-register-ham-routine): Add wrapper.
16041         (spam-registration-functions): Add ham resending functions.
16042         (spam-list-of-processors): Add ham resend processor.
16043
16044         * gnus.el (ham-resend-to): Add new group parameter.
16045         (spam-process): Add ham resend option.
16046
16047         * spam-report.el (spam-report-resend): Allow reporting ham.
16048         (spam-report-resend-ham): Add wrapper.
16049
16050 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * message.el (message-cite-articles-with-x-no-archive): New
16053         variable.
16054         (message-cite-original): Use it.
16055
16056 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16057
16058         * message.el (message-cite-original): Respect X-No-Archive.
16059
16060 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-art.el (article-hide-headers): Refer to the values for
16063         gnus-ignored-headers and gnus-visible-headers in the summary
16064         buffer since a user may have set them as group parameters.
16065
16066 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * assistant.el (assistant-node-name): Add convenience function.
16069         (assistant-render-text, assistant-render-node): Add error handling,
16070         plus handle multiple next nodes.
16071         (assistant-find-next-node): Comment out for now.
16072         (assistant-find-next-nodes): Add function, returns list of next
16073         nodes.
16074
16075 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * mail-source.el (mail-source-directory): Fix doc-string.
16078
16079 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16080
16081         * assistant.el (assistant-render-text, assistant-eval): Add :set
16082         widget type, which is different because it takes and returns a
16083         list.  Much hilarity ensues.
16084
16085 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16088
16089         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16090         doc-string.
16091
16092         * gnus-start.el (gnus-activate-group): Added doc-string.
16093
16094 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16097
16098 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * assistant.el (assistant-render-text): Try to add a :set
16101         widget, more to come.
16102
16103         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16104         strings.
16105         (spam-report-articles-resend)
16106         (spam-register-routine): Do registration iff any articles warrant
16107         it.
16108         (spam-summary-prepare-exit): Change log message for nil group
16109         destinations.
16110
16111 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16112
16113         * spam.el (spam-report-resend-register-routine): Allow
16114         spam-report-resend-to to be a group parameter or a global value.
16115
16116 2004-05-26  Simon Josefsson  <jas@extundo.com>
16117
16118         * starttls.el: Merge with my GNUTLS based starttls.el.
16119         (starttls-gnutls-program, starttls-use-gnutls)
16120         (starttls-extra-arguments, starttls-process-connection-type)
16121         (starttls-connect, starttls-failure, starttls-success): New
16122         variables.
16123         (starttls-program, starttls-extra-args): Doc fix.
16124         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16125         functions.
16126         (starttls-negotiate, starttls-open-stream): Check
16127         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16128         function if it is set.
16129
16130 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16133         structured fields.
16134
16135 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16138
16139 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16142         variable.
16143         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16144         assigning the spam-mark to new messages.
16145
16146 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16147
16148         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16149
16150 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16153
16154         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16155         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16156         default.
16157
16158 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16159
16160         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16161         correct data.
16162
16163 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16166         (spam-group-processor-p): Fix function.
16167         (spam-group-processor-multiple-p)
16168         (spam-group-spam-processor-report-gmane-p)
16169         (spam-group-spam-processor-report-resend-p)
16170         (spam-group-spam-processor-bogofilter-p)
16171         (spam-group-spam-processor-blacklist-p)
16172         (spam-group-spam-processor-ifile-p)
16173         (spam-group-ham-processor-ifile-p)
16174         (spam-group-spam-processor-spamoracle-p)
16175         (spam-group-spam-processor-crm114-p)
16176         (spam-group-ham-processor-bogofilter-p)
16177         (spam-group-spam-processor-stat-p)
16178         (spam-group-ham-processor-stat-p)
16179         (spam-group-ham-processor-whitelist-p)
16180         (spam-group-ham-processor-BBDB-p)
16181         (spam-group-ham-processor-spamoracle-p)
16182         (spam-group-ham-processor-copy-p): Remove functions with some
16183         prejudice against unneeded code.
16184         (spam-report-articles-resend)
16185         (spam-report-resend-register-routine): Allow the group/topic
16186         spam-resend-to value to override spam-report-resend-to.
16187         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16188         properly now.
16189
16190         * gnus.el (spam-resend-to): Add group/topic parameter.
16191         (spam-process): Move the OBSOLETE processors to the end of the
16192         choices.
16193
16194 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16195
16196         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16197         with resend-to set to nil, and then ask the user if necessary.
16198         (spam-report-resend): spam-report-resend takes a list of articles, not
16199         separate article numbers.
16200
16201 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16204         addition to emacs-w3m.
16205
16206 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16207
16208         * assistant.el (assistant-authinfo-data): New function.
16209         (assistant-eval): Eval for entire assistant.
16210
16211         * netrc.el (netrc-services-file): New variable.
16212         (netrc-parse-services): New function.
16213         (netrc-find-service-name): New function.
16214         (netrc-find-service-number): New function.
16215         (netrc-port-equal): New function.
16216         (netrc-machine): Use it.
16217
16218         * nnimap.el (nnimap-open-connection): Use netrc.
16219
16220         * gnus-util.el (gnus-netrc-get): Remove aliases.
16221
16222         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16223
16224         * assistant.el (wid-edit): Fix compilation.
16225
16226         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16227
16228 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16229
16230         * gnus-util.el (gnus-set-file-modes): New function.  (small
16231         patch).
16232
16233 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16236
16237         * assistant.el (assistant-render-node): Fix up rendering and
16238         read-only text.
16239         (assistant-render-node): Reset.
16240         (assistant-make-read-only): Not sticky.
16241
16242 2004-05-20  Danny Siu  <dsiu@adobe.com>
16243
16244         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16245         centered even when gnus-auto-center-summary is t.
16246
16247 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248
16249         * dns.el (dns-get-txt-answer): New function.
16250         (dns-read-txt): Ditto.
16251         (query-dns): Use it.
16252
16253 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16256         active for foreign groups even if the group level is higher than
16257         the specified value.
16258
16259 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16262         non-active groups.
16263
16264         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16265
16266 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16267
16268         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16269
16270 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16271
16272         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16273         (spam-crm114-header, spam-crm114-spam-switch)
16274         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16275         (spam-crm114-positive-spam-header)
16276         (spam-crm114-database-directory, spam-list-of-processors)
16277         (spam-group-spam-processor-crm114-p)
16278         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16279         (spam-generic-score, spam-list-of-checks)
16280         (spam-list-of-statistical-checks, spam-registration-functions)
16281         (spam-check-crm114-headers, spam-crm114-score)
16282         (spam-check-crm114, spam-crm114-register-with-crm114)
16283         (spam-crm114-register-spam-routine)
16284         (spam-crm114-unregister-spam-routine)
16285         (spam-crm114-register-ham-routine)
16286         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16287         asjo@koldfront.dk (Adam Sjøgren).
16288
16289         * gnus.el: Add spam-use-crm114.
16290
16291         * spam.el (spam-list-of-processors, spam-registration-functions):
16292         Add spam-use-resend.
16293         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16294         (spam-report-articles-gmane): Add doc fix.
16295         (spam-report-articles-resend, spam-report-resend-register-routine):
16296         Add wrappers around spam-report-resend-to.
16297
16298         * spam-report.el (spam-report-resend-to, spam-report-resend):
16299         Add support for resending spam.
16300         (spam-report-gmane): Fix line length >80.
16301
16302         * gnus.el (spam-process): Add spam-use-resend.
16303
16304 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16305
16306         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16307         number of processed spam messages.
16308         (spam-ham-copy-or-move-routine): Return the number of processed
16309         ham messages.
16310         (spam-summary-prepare-exit): Use the above values to decide
16311         whether status messages shouled be displayed.
16312
16313 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16316         `rfc2047-encoding-function-alist' in order to avoid conflicting
16317         with the old version.
16318         (rfc2047-encode-region): Concatenate words containing non-ASCII
16319         characters in structured fields; don't encode space-delimited
16320         ASCII words even in unstructured fields; don't break words at
16321         char-category boundaries.
16322         (rfc2047-encode-1): New function.
16323         (rfc2047-encode): Use it; encode text so that it occupies the
16324         maximum width within 76-column; work correctly on Q encoding for
16325         iso-2022-* charsets.
16326         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16327         sure not to break a line just after the header name.
16328         (rfc2047-b-encode-region): Removed.
16329         (rfc2047-b-encode-string): New function.
16330         (rfc2047-q-encode-region): Removed.
16331         (rfc2047-q-encode-string): New function.
16332
16333         * mm-util.el (mm-replace-in-string): New function.
16334
16335 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16338         get it right.
16339         (gnus-inews-make-draft): Really.
16340
16341 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16342
16343         * nnmh.el (nnmh-request-list-1): Don't check the link count
16344         before descending.  (small patch)
16345
16346 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16349         stuff.
16350
16351         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16352         on real group name.
16353
16354         * gnus-art.el (gnus-signature-limit): Doc fix.
16355
16356         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16357
16358         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16359
16360 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16361
16362         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16363         isn't a string.
16364
16365 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * gnus-draft.el (gnus-draft-send): Bind
16368         rfc2047-encode-encoded-words.
16369
16370         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16371         (rfc2047-encodable-p): Say that =? needs encoding.
16372         (rfc2047-encode-encoded-words): New variable.
16373
16374         * gnus-group.el (gnus-group-select-group): Doc fix.
16375
16376         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16377
16378         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16379         to nil.
16380
16381         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16382
16383         * nnheader.el (nnheader-get-lines-and-char): New function.
16384
16385 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-msg.el (gnus-summary-followup-with-original): Document
16388         yanking of region when active.
16389
16390 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16393         groups if the group level is higher than the specified value.
16394
16395 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16398         (gnus-group-jump-to-group): Added prefix argument using
16399         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16400         non-active group.
16401
16402         * compface.el (uncompface): Be verbose when changing
16403         `uncompface-use-external'.
16404
16405         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16406         handle manual section.
16407
16408 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * gnus-art.el (gnus-button-alist): Revert previous change.
16411
16412 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16415
16416 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16417
16418         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16419         whether backend can accept message.
16420
16421         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16422
16423 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16424
16425         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16426         Avoid creating directory when nntp-marks-is-evil is true.
16427         Reported by Reiner Steib.
16428
16429 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * gnus-picon.el (gnus-picon-style): New variable.
16432         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16433         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16434         Jesper Harder <harder@ifa.au.dk>.
16435
16436 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16437
16438         * message.el (message-fill-field): Return point.
16439         (message-generate-headers): Go to end of field.
16440
16441         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16442         stuff for non-living groups.
16443
16444 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * gnus-art.el (gnus-article-followup-with-original)
16447         (gnus-article-reply-with-original): gnus-mark-active-p ->
16448         gnus-region-active-p.
16449
16450 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16451
16452         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16453         only when there is spam or ham to be processed.
16454
16455 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16456
16457         * mail-source.el (mail-source-delete-crash-box): Refactor.
16458         (mail-source-fetch): Use it.
16459         (mail-source-fetch-file): Ditto.
16460         (mail-source-fetch-directory): Run postscript in loop.
16461         (mail-source-fetch-pop): Delete.
16462         (mail-source-fetch-maildir): Ditto.
16463         (mail-source-fetch-imap): Ditto.
16464
16465         * imap.el (imap-authenticators): Comment out sasl.
16466
16467         * message.el (message-skip-to-next-address): New function.
16468         (message-fill-header-address): Refactor.
16469         (message-fill-address): Use it.
16470         (message-delete-address): Use it.
16471         (message-fill-header-general): Refactor.
16472         (message-fill-field-address): Rename.
16473         (message-narrow-to-field): Find the start of the header.
16474         (message-header-format-alist): Don't pre-fill.
16475         (message-fill-header): Removed.
16476         (message-insert-header): New function.
16477         (message-shorten-references): Use it.
16478
16479         * rfc2047.el (rfc2047-field-value): Strip props.
16480
16481         * mail-parse.el (mail-header-make-address): New alias.
16482
16483         * ietf-drums.el (ietf-drums-make-address): New function.
16484
16485         * imap.el: Add compiler directives.
16486
16487         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16488
16489         * gnus-art.el (article-decode-idna-rhs): Don't use
16490         message-idna-inside-rhs-p.
16491
16492 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16493
16494         * message.el (message-idna-inside-rhs-p): Removed.
16495         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16496
16497         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16498         false positives.
16499
16500 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16501
16502         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16503
16504 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16505
16506         * nneething.el (nneething-file-name): Don't create spurious
16507         files.
16508
16509         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16510         (gnus-inews-do-gcc): Remove sleep.
16511
16512         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16513         part under point.
16514
16515         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16516         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16517
16518 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16519
16520         * spam.el (spam-summary-prepare-exit): Fixed (length).
16521
16522 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16525         as expired without moving it" message when there are spam
16526         messages left.
16527
16528 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16529
16530         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16531         header is not nil.
16532
16533 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16534
16535         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16536         nntp-possibly-create-directory, not nntp-possibly-change-group.
16537         (nntp-marks-changed-p): New arg SERVER.
16538         (nntp-request-update-info): Adjust caller.
16539
16540 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16541
16542         * nntp.el (nntp-save-marks): Pass missing arg.
16543
16544 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16545
16546         * nntp.el: Support marks.
16547         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16548         (nntp-marks-modtime, nntp-marks-directory): New variables.
16549         (nntp-request-set-mark, nntp-request-update-info)
16550         (nntp-possibly-create-directory, nntp-marks-changed-p)
16551         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16552         functions.
16553
16554 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16557         (gnus-xmas-redefine): Rename.
16558
16559         * gnus-score.el (gnus-score-insert-help): Use
16560         gnus-select-lowest-window.
16561
16562         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16563         appt-select-lowest-window and rename to gnus-select-lowest-window.
16564
16565         * gnus.el: do.
16566
16567 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16568
16569         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16570         encodings of MIME-encoded words, in order to improve
16571         interoperability with several broken MUAs.
16572
16573 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16574
16575         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16576         tags, only when charsets are not specified in headers.
16577         (mm-inline-text-html-render-with-w3m): Ditto.
16578
16579         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16580         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16581
16582 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16583
16584         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16585         instead of MIME-decoded from fields when checking
16586         `gnus-article-address-banner-alist'.
16587
16588 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16589
16590         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16591         description rather than subject.
16592
16593 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16594
16595         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16596
16597 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16598
16599         * gnus.el (gnus-version-number): Bump.
16600
16601 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16602
16603         * gnus.el: No Gnus v0.2 is released.
16604
16605 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * gnus-agent.el (gnus-agent-read-agentview): Inline
16608         gnus-uncompress-range.
16609
16610 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16611
16612         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16613         `exec-installed-p'.
16614
16615 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16616
16617         * gnus.el (spam-process, spam-autodetect-methods): Add
16618         bsfilter and bsfilter-headers.
16619
16620         * spam.el (spam-bsfilter): New customize group.
16621         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16622         (spam-bsfilter-header, spam-bsfilter-probability-header)
16623         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16624         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16625         (spam-bsfilter-database-directory): New options.
16626         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16627         (spam-list-of-statistical-checks, spam-registration-functions):
16628         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16629         (spam-bsfilter-score): New command.
16630         (spam-check-bsfilter-headers, spam-check-bsfilter)
16631         (spam-bsfilter-register-with-bsfilter)
16632         (spam-bsfilter-register-spam-routine)
16633         (spam-bsfilter-unregister-spam-routine)
16634         (spam-bsfilter-register-ham-routine)
16635         (spam-bsfilter-unregister-ham-routine): New functions.
16636         (spam-generic-score): Support bsfilter; Accept an optional argument
16637         to recalcurate spam score even if scoring header has already been
16638         added.
16639         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16640         optional argument to recalcurate spam score even if scoring header
16641         has already been added.
16642
16643 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16644
16645         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16646         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16647         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16648         link is missing.
16649
16650 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16651
16652         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16653         (html2text-get-attr): Rewrite.
16654
16655         * message.el (message-setup-1): Remove redundant put-text-property
16656         on mail-header-separator.
16657
16658 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16659
16660         * gnus-registry.el (gnus-registry-cache-whitespace)
16661         (gnus-registry-action, gnus-registry-spool-action)
16662         (gnus-registry-split-fancy-with-parent): Change message levels
16663         from 5 to 3 or 7, as needed.
16664
16665         * spam.el (spam-summary-prepare-exit)
16666         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16667         (spam-split, spam-find-spam, spam-log-undo-registration)
16668         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16669         level from 5 to 6.
16670
16671 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16674         2004-03-04 change).
16675
16676 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16677
16678         * sieve-manage.el (sieve-manage-open):
16679         * nnweb.el (nnweb-insert-html):
16680         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16681         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16682         * nnspool.el (nnspool-request-group):
16683         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16684         * nnml.el (nnml-request-update-info):
16685         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16686         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16687         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16688         (nnimap-request-set-mark):
16689         * nnfolder.el (nnfolder-request-update-info):
16690         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16691         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16692         * gnus-uu.el (gnus-uu-find-articles-matching):
16693         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16694         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16695         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16696         * gnus-nocem.el (gnus-nocem-scan-groups):
16697         * gnus-int.el (gnus-start-news-server):
16698         * gnus-group.el (gnus-group-make-kiboze-group)
16699         (gnus-group-browse-foreign-server):
16700         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16701         Use mapc when appropriate.
16702
16703 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16704
16705         FIXME: Make separate entries for each person.
16706
16707         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16708         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16709         <shields@msrl.com>:
16710
16711         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16712         may need for spam sorting and scoring.
16713         (spam-user-format-function-S): Add user format function suitable for
16714         general use.
16715         (spam-article-sort-by-spam-status): Add sorting function for summary
16716         sorting.
16717         (spam-extra-header-to-number): Add function to get a score from a
16718         header.
16719         (spam-summary-score): Add function to get a numeric score from the
16720         headers.
16721         (spam-generic-score): Fix function doc, was in wrong place.
16722         (spam-initialize): Take symbols when it's run, and install the
16723         extra headers that spam-necessary-extra-headers thinks we need.
16724
16725 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16728         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16729
16730 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16731
16732         * gnus-sum.el (gnus-set-global-variables)
16733         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16734         (gnus-article-get-xrefs, gnus-summary-best-group)
16735         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16736         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16737         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16738         Use with-current-buffer.
16739
16740 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * spam.el (spam-summary-prepare-exit): Simplify logic.
16743         (spam-fetch-article-header): Read the article header if it's not
16744         available.
16745         (spam-list-articles): Simplify logic.
16746         (spam-filelist-register-routine): Fix bug with unregister-list.
16747
16748         * gnus-registry.el: Fix comments at beginning.
16749
16750 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * message.el (message-cater-to-broken-inn): Remove.
16753         (message-shorten-references): Make sure the total folded length of
16754         References is shorter than 998 characters to cater to a bug in INN
16755         2.3.  Also, don't pretend that references aren't folded -- this
16756         hasn't worked for a while.
16757
16758 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16759
16760         * gnus-agent.el (gnus-agentize):
16761         gnus-agent-send-mail-real-function no longer set to current value
16762         of message-send-mail-function but rather a lambda that calls
16763         message-send-mail-function.  The change makes the agent real-time
16764         responsive to user changes to message-send-mail-function.
16765
16766 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16767
16768         * legacy-gnus-agent.el
16769         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16770         help from Florian Weimer <fw@deneb.enyo.de>
16771
16772 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * nnmail.el (nnmail-cache-insert): Revert last change.
16775
16776 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * nnmail.el (nnmail-cache-insert): Always check whether
16779         nnmail-cache-ignore-groups matches a group name.
16780
16781 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16782
16783         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16784         (spam-find-spam, spam-log-processing-to-registry)
16785         (spam-log-registered-p, spam-log-unregistration-needed-p)
16786         (spam-log-undo-registration): Use gnus-message instead of
16787         gnus-error, none of these errors are fatal.
16788
16789         * gnus-registry.el (gnus-registry-clean-empty-function)
16790         (gnus-registry-clean-empty): Remove only empty entries without
16791         extra data.
16792
16793 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16794
16795         * spam-stat.el (spam-stat-buffer-change-to-spam)
16796         (spam-stat-buffer-change-to-non-spam): Change (error) to
16797         (gnus-message 8) invocation.
16798
16799 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * nntp.el (nntp-via-netcat-command): New variable.
16802         (nntp-via-netcat-switches): New variable.
16803         (nntp-open-via-rlogin-and-netcat): New function.
16804         (nntp-open-connection-function): Doc fix.
16805         (nntp-telnet-command): Doc fix.
16806         (nntp-end-of-line): Doc fix.
16807         (nntp-via-rlogin-command): Doc fix.
16808         (nntp-via-user-name): Doc fix.
16809         (nntp-via-address): Doc fix.
16810
16811 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16814         error in Emacs 21.1.
16815
16816 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16819
16820 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16821
16822         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16823         (gnus-agent-with-refreshed-group): New macro.
16824         (gnus-agent-rename-group): New function.
16825         (gnus-agent-delete-group): New function.
16826         (gnus-agent-save-group-info): Use gnus-command-method when
16827         `method' parameter is nil.  Don't write nil entries into the
16828         active file.
16829         (gnus-agent-get-group-info): New function.
16830         (gnus-agent-fetch-articles): Use
16831         gnus-agent-update-files-total-fetched-for to increment disk space
16832         used.
16833         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16834         gnus-agent-update-view-total-fetched-for to increment disk space
16835         used.
16836         (gnus-agent-get-local): Added optional parameters to avoid calling
16837         gnus-group-real-name and gnus-find-method-for-group.
16838         (gnus-agent-set-local): Delete stored entry if either min, or max,
16839         are nil.
16840         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16841         quit, use gnus-agent-regenerate-group to record existance of any
16842         articles fetched to disk before the quit occurred.
16843         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16844         gnus-agent-update-view-total-fetched-for, and
16845         gnus-agent-update-files-total-fetched-for to decrement disk space
16846         used.
16847         (gnus-agent-retrieve-headers): Use
16848         gnus-agent-update-view-total-fetched-for to increment disk space
16849         used.
16850         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16851         with gnus-agent-update-files-total-fetched-for to decrement disk
16852         space and fresh group buffer.
16853         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16854         (gnus-agent-need-update-total-fetched-for): New variable.
16855         (gnus-agent-update-files-total-fetched-for): New function.
16856         (gnus-agent-update-view-total-fetched-for): New function.
16857         (gnus-agent-total-fetched-for): New function.
16858
16859         * gnus-cache.el (gnus-cache-save-buffers): Use
16860         gnus-cache-update-overview-total-fetched-for to change disk space
16861         used by this group.
16862         (gnus-cache-possibly-enter-article): Use
16863         gnus-cache-update-file-total-fetched-for to increment disk space
16864         used by this group.
16865         (gnus-cache-possibly-remove-article): Use
16866         gnus-cache-update-file-total-fetched-for to decrement disk space
16867         used by this group.
16868         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16869         (gnus-cache-rename-group): New function.
16870         (gnus-cache-delete-group): New function.
16871         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16872         (gnus-cache-need-update-total-fetched-for): New variable.
16873         (gnus-cache-with-refreshed-group): New macro.
16874         (gnus-cache-update-file-total-fetched-for): New function.
16875         (gnus-cache-update-overview-total-fetched-for): New function.
16876         (gnus-cache-rename-group-total-fetched-for): New function.
16877         (gnus-cache-delete-group-total-fetched-for): New function.
16878         (gnus-cache-total-fetched-for): New function.
16879
16880         * gnus-group.el: Require gnus-sum and autoload functions to
16881         resolve warnings when gnus-group.el compiled alone.
16882         (gnus-group-line-format): Documented new %F.
16883         (size of Fetched data) group line format; identifies disk space
16884         used by agent and cache.
16885         (gnus-group-line-format-alist): Defined new F format.
16886         (gnus-total-fetched-for): New function.
16887         (gnus-group-delete-group): No longer update
16888         gnus-cache-active-altered as gnus-request-delete-group now keeps
16889         the cache in sync.
16890         (gnus-group-list-active): Let the agent store a server's active
16891         list if currently plugged.
16892
16893         * gnus-int.el (gnus-request-delete-group):
16894         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16895         local disk in sync with the server.
16896         (gnus-request-rename-group):
16897         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16898         local disk in sync with the server.
16899
16900         * gnus-start.el (gnus-get-unread-articles):
16901         Cosmetic simplification to logic.
16902
16903         * gnus-util.el (gnus-rename-file): New function.
16904
16905 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16906
16907         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16908
16909 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16912         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16913
16914 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16915
16916         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16917         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16918
16919 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16920
16921         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16922
16923 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16924
16925         * spam.el (spam-set-difference): Add function to replace
16926         gnus-set-difference in spam.el.
16927         (spam-summary-prepare-exit): Use spam-set-difference.
16928
16929 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16930
16931         * gnus-registry.el (gnus-registry-cache-file): Update to use
16932         gnus-dribble-directory OR gnus-home-directory OR ~.
16933         (gnus-registry-split-fancy-with-parent): Fix doc.
16934
16935 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * message.el (message-exchange-point-and-mark): Use
16938         message-mark-active-p.  Suggested by Jesper Harder
16939         <harder@ifa.au.dk>.
16940
16941 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * message.el (message-exchange-point-and-mark): Don't activate
16944         region if it was inactive.  Suggested by Hiroshi Fujishima
16945         <pooh@nature.tsukuba.ac.jp>.
16946
16947 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-art.el (article-display-face): Display Faces in the same
16950         order as X-Faces.
16951
16952 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16955
16956 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16959         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16960         (gnus-article-mime-hierarchy): Remove.
16961         (gnus-article-mime-hierarchy-next): Remove.
16962         (gnus-article-mode): Revert 2004-03-19 change.
16963         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16964         (gnus-insert-mime-button): Revert 2004-03-19 change.
16965         (gnus-mime-accumulate-hierarchy): Remove.
16966         (gnus-mime-enter-multipart): Remove.
16967         (gnus-mime-leave-multipart): Remove.
16968         (gnus-mime-display-part): Revert 2004-03-19 change.
16969         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16970
16971         * mml.el (mml-preview): Revert 2004-03-19 change.
16972
16973 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16974
16975         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16976
16977 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16980         t while entering a file name using the mm-with-multibyte macro.
16981         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16982
16983         * mm-util.el (mm-with-multibyte): New macro.
16984
16985 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16988         user option.
16989         (gnus-mime-multipart-functions): Doc and customization fix.
16990         (gnus-article-mime-hierarchy): New variable.
16991         (gnus-article-mime-hierarchy-next): New variable.
16992         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16993         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16994         gnus-article-mime-hierarchy-next to nil.
16995         (gnus-insert-mime-button): Show hierarchy numbers.
16996         (gnus-mime-accumulate-hierarchy): New function.
16997         (gnus-mime-enter-multipart): New function.
16998         (gnus-mime-leave-multipart): New function.
16999         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17000         (gnus-mime-display-alternative): Show hierarchy numbers.
17001
17002         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17003         gnus-article-mime-hierarchy-next to nil.
17004
17005 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17006
17007         * dns.el: Don't require gnus-xmas.
17008
17009 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17010
17011         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17012         inline PGP.
17013         (mml-menu): Disable mml-quote-region if mark is inactive.
17014
17015 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17018         when the group's active is not available.
17019
17020 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17023         error.
17024
17025 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * imap.el (imap-store-password): New variable.
17028         (imap-interactive-login): Use it.
17029         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17030
17031 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17034         window-start and hscroll to summary window.
17035
17036 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17037
17038         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17039         conversion message to newsrc-dribble when an actual conversion is
17040         performed.
17041
17042 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17043
17044         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17045
17046 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * mm-decode.el (mm-complicated-handles): New function reviving
17049         former definition of mm-multiple-handles.
17050
17051         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17052         (gnus-mime-delete-part): Use it.
17053
17054 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17055
17056         * gnus-agent.el (gnus-agent-read-local): Bind
17057         nnheader-file-coding-system to gnus-agent-file-coding-system to
17058         avoid the implicit assumption that they will always be equal.
17059         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17060         coding-system-for-write, as the with-temp-file macro first prints
17061         to a buffer then saves the buffer.
17062
17063 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (gnus-article-edit-part): New function.
17066         (gnus-mime-save-part-and-strip): Use it; do query instead of
17067         signaling an error; don't use mm-multiple-handles.
17068         (gnus-mime-delete-part): Ditto.
17069
17070 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17071
17072         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17073         old file versions.
17074         (gnus-group-prepare-hook): Removed function that converted list
17075         form of gnus-agent-expire-days to group properties.
17076
17077         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17078         (gnus-request-accept-article): Re-indented.
17079
17080         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17081         converters to handle old agent file formats.  Added logic for a
17082         "backup before upgrading warning".
17083         (gnus-convert-mark-converter-prompt): Developers can mark
17084         functions as needing (default), or not needing,
17085         gnus-convert-old-newsrc's "backup before upgrading warning".
17086         (gnus-convert-converter-needs-prompt): Tests whether the user
17087         should be protected from potentially irreversable changes by the
17088         function.
17089
17090         * legacy-gnus-agent.el: New.  Provides converters that are only
17091         loaded when gnus-convert-old-newsrc needs to call them.
17092
17093 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * mail-source.el (mail-source-touch-pop): Doc fix.
17096
17097         * message.el (message-smtpmail-send-it): Doc fix.
17098
17099 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17100
17101         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17102
17103         * nnmail.el (nnmail-split-fancy): do.
17104
17105         * gnus-kill.el (gnus-kill, gnus-execute): do.
17106
17107 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17108
17109         * gnus-sum.el (gnus-widget-reversible-match)
17110         (gnus-widget-reversible-to-internal)
17111         (gnus-widget-reversible-to-external): New functions.
17112         (gnus-widget-reversible): New widget.
17113         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17114
17115 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17116
17117         * gnus-sum.el (gnus-thread-sort-functions)
17118         (gnus-article-sort-functions): Document `(not F)' items.
17119
17120 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * spam.el (spam-use-gmane-xref): Add new backend.
17123         (spam-gmane-xref-spam-group): Add variable to control the name of the
17124         Gmane spam group.
17125         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17126         (spam-regex-headers-spam, spam-regex-headers-ham)
17127         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17128         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17129         backends and checks.
17130         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17131
17132         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17133         an autodetect method.
17134
17135 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17136
17137         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17138         articles are being added to a group.
17139         (gnus-request-replace-article): Inform the agent that articles
17140         need to be uncached as the cached contents are no longer valid.
17141
17142 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * binhex.el: Don't autoload executable-find.
17145
17146         * canlock.el: Don't autoload mail-fetch-field.
17147
17148         * dgnushack.el: Autoload c-mode for XEmacs.
17149
17150         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17151
17152         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17153         rmail-dont-reply-to and rmail-output.
17154
17155         * gnus-score.el: Don't autoload ffap-string-at-point.
17156
17157         * gnus-setup.el: Don't autoload sc-cite-original.
17158
17159         * imap.el: Don't autoload base64-decode-string,
17160         base64-encode-string and md5.
17161
17162         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17163         and rmail-msg-restore-non-pruned-header.
17164
17165         * mm-decode.el: Don't autoload executable-find.
17166
17167         * mm-url.el: Don't autoload executable-find.
17168
17169         * mm-view.el: Don't autoload diff-mode.
17170
17171         * nndb.el: Don't autoload news-reply-mode, news-setup,
17172         cancel-timer and telnet.
17173
17174         * password.el: Don't autoload run-at-time for Emacs.
17175
17176         * sha1-el.el: Don't autoload executable-find.
17177
17178         * sieve-mode.el: Don't autoload c-mode.
17179
17180         * uudecode.el: Don't autoload executable-find.
17181
17182 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17183
17184         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17185         (gnus-agent-possibly-alter-active): Avoid null in numeric
17186         comparison.
17187         (gnus-agent-set-local): Refuse to save null in local object table.
17188         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17189         list of articles that will be marked as unread.
17190
17191 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17194
17195 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17196
17197         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17198         language tags.
17199
17200 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17201
17202         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17203         Don't bind "obarray".
17204
17205         * gnus-sum.el (gnus-thread-sort-functions): Added
17206         `gnus-thread-sort-by-most-recent-number' and
17207         `gnus-thread-sort-by-most-recent-date'.
17208         Reported by Kai Grossjohann <kai@emptydomain.de>.
17209
17210 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17213
17214 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17215
17216         * gnus-cus.el (gnus-agent-customize-category): Removed
17217         ignore-errors macro reference that required cl to be loaded at
17218         run-time.
17219
17220         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17221         single-interval range of the form (min . max).  Previously the
17222         range had to look like ((min . max)).  Likewise, return
17223         (min . max) rather than ((min . max)).
17224         (gnus-range-map): Use gnus-range-normalize to accept
17225         single-interval range.
17226
17227         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17228         the cache, but not the agent, now appear with their usual face.
17229
17230         * dgnushack.el (loaddir): New variable that is bound to the
17231         directory containing the dgnushack.el file. Use loaddir, rather
17232         than srcdir, to update load-path. Change lets dgnushack compile
17233         code in directories other than GNUS/lisp.
17234
17235 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * lpath.el: Don't bind w3m-safe-url-regexp.
17238
17239         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17240         w3m-safe-url-regexp variable buffer-local.
17241
17242         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17243
17244 2004-02-27  Simon Josefsson  <jas@extundo.com>
17245
17246         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17247         gnus-group-real-prefix.
17248         (gnus-summary-move-article): Use it, instead of
17249         gnus-group-real-prefix.
17250
17251 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * lpath.el: Bind w3m-safe-url-regexp.
17254
17255         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17256         w3m-safe-url-regexp variable buffer-local and set it as the value
17257         of mm-w3m-safe-url-regexp.
17258
17259         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17260
17261         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17262         parsing gnus-posting-styles when the message is not for replying.
17263
17264         * dgnushack.el: Autoload sgml-mode for XEmacs.
17265
17266         * nnrss.el (nnrss-opml-export): Use
17267         mm-set-buffer-file-coding-system instead of
17268         set-buffer-file-coding-system.
17269
17270 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17271
17272         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17273         of checkdoc.el).
17274         * nnrss.el: do.
17275         * gnus-mlspl.el: do.
17276         * gnus-ml.el: do.
17277         * gnus-srvr.el: do.
17278
17279         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17280
17281 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17282
17283         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17284         Corrections to custom-manual links.
17285
17286         * gnus-art.el (gnus-article): Ditto.
17287
17288         * mm-decode.el (mime-display, mime-security): Ditto.
17289
17290 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * flow-fill.el: Typo.
17293
17294 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17295
17296         * spam-wash.el: New file.
17297
17298 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17299
17300         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17301
17302 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17305         to be run with new-articles as LIST1, not LIST2.
17306         (spam-registration-functions): Add spam-use-ham-copy as a nil
17307         registration backend.
17308
17309 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * spam-stat.el (spam-stat-washing-hook): New option.
17312         (spam-stat-buffer-words): Use it.
17313         (spam-stat-process-directory, spam-stat-test-directory): Use
17314         insert-file-contents-literally.
17315         (spam-stat-coding-system): New variable.
17316         (spam-stat-load, spam-stat-save): Use it.
17317
17318 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * spam-report.el (spam-report-plug-agent): Quote
17321         spam-report-url-to-file and spam-report-url-ping-plain.
17322
17323 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17326         / in mailto URLs.
17327
17328 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * spam-report.el (spam-report-process-queue): Fix interactive use.
17331         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17332         (spam-report-unplug-agent): Doc fixes.
17333         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17334         (spam-report-agentize, spam-report-deagentize): Autoload.
17335
17336 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17339
17340         * message.el (message-setup-fill-variables): Add mml tags to
17341         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17342         <ajk@iu.edu>.
17343         (message-mode): Don't modify paragraph-separate there.
17344
17345 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * compface.el (uncompface-use-external): Default to undecided.
17348         (uncompface-use-external-threshold): New variable.
17349         (uncompface-float-time): New macro.
17350         (uncompface): Determine whether to use the external decoder if
17351         uncompface-use-external is undecided.
17352
17353 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17356         after images.
17357
17358         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17359
17360 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17363
17364         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17365
17366         * gnus-sum.el (gnus-summary-limit-to-age)
17367         (gnus-summary-limit-children): do.
17368
17369         * gnus-int.el (gnus-request-scan): do.
17370
17371         * gnus-group.el (gnus-group-suspend): do.
17372
17373         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17374
17375         * gnus-cite.el (gnus-cite-parse-attributions): do.
17376
17377         * gnus-agent.el (gnus-summary-set-agent-mark)
17378         (gnus-agent-regenerate-group): do.
17379
17380         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17381
17382         * binhex.el (binhex-decode-region-internal): do.
17383
17384 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-fun.el (gnus-face-properties-alist): New user option.
17387         (gnus-display-x-face-in-from): Use it.
17388
17389         * gnus-art.el (article-display-face): Ditto.
17390
17391         * compface.el (uncompface-use-external): Default to nil.
17392
17393 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17394
17395         * nntp.el (nntp-erase-buffer): New function.
17396         (nntp-retrieve-data, nntp-send-command)
17397         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17398         (nntp-possibly-change-group): Use it.
17399
17400         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17401         with-current-buffer.
17402
17403 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17404
17405         * compface.el: Merge the ELisp-based uncompface program.
17406         (compface): New customization group.
17407         (uncompface-use-external): New user option.
17408         (uncompface): Call uncompface-internal if uncompface-use-external
17409         is nil.
17410         (uncompface-internal): New function.  Note that there are also
17411         some other functions and variables added for this function.
17412
17413 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17416         if necessary.
17417
17418 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam-report.el (spam-report-unplug-agent)
17421         (spam-report-plug-agent, spam-report-deagentize)
17422         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17423         Add support for the Agent in spam-report: when unplugged, report to a
17424         file; when plugged, submit all the requests.
17425
17426         * spam.el (spam-register-routine): Fix message about
17427         registration.
17428
17429 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17430
17431         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17432         dependencies.
17433         (rfc2047-encode): Use it.
17434
17435         * gnus-art.el (gnus-button-marker-list): Move before first
17436         reference.
17437
17438         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17439         (imap-parse-body): Fix format string mismatch.
17440
17441         * gnus-score.el (gnus-summary-increase-score): do.
17442
17443         * nnrss.el (nnrss-close): New function.
17444
17445 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17446
17447         * nnrss.el (nnrss-make-filename): New function.
17448         (nnrss-request-delete-group, nnrss-read-server-data)
17449         (nnrss-save-server-data, nnrss-read-group-data)
17450         (nnrss-save-group-data): Use it.
17451         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17452         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17453         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17454
17455 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17456
17457         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17458
17459 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17462         files.
17463
17464         * message.el (message-generate-headers-first): Don't quote nil
17465         and t in docstrings.
17466
17467         * imap.el (imap-id): do.
17468
17469         * gnus-agent.el (gnus-agent-consider-all-articles)
17470         (gnus-agent-queue-mail): do.
17471
17472 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * spam-report.el (spam-report-process-queue): New function.
17475         Process requests from `spam-report-requests-file'.
17476         (spam-report-process-queue): Doc fix.
17477
17478 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17479
17480         * spam.el (spam-register-routine)
17481         (spam-log-processing-to-registry, spam-log-registered-p)
17482         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17483         Change "check" to "spam-check" for semi-clarity.
17484
17485 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17486
17487         * pop3.el: Require nnheader.
17488
17489         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17490
17491         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17492
17493         * gnus-picon.el: Require cl.
17494
17495         * gnus-fun.el: Require gnus-ems and gnus-util.
17496
17497         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17498
17499         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17500
17501         * gnus-art.el (gnus-article-edit-mode): Define before first
17502         reference.
17503
17504 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17505
17506         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17507         (gnus-uu-post-encoded): Use point-at-bol.
17508
17509         * gnus-topic.el (gnus-group-active-topic-p): do.
17510
17511         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17512
17513         * gnus-group.el (gnus-group-kill-region): do.
17514
17515         * gnus-art.el (article-date-ut): do.
17516
17517         * message.el (message-fetch-field): Remove redundant
17518         case-fold-search binding.
17519         (message-narrow-to-field): Simplify.
17520
17521 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * spam.el (spam-directory): Derive from `gnus-directory'.
17524
17525         * spam-report.el (spam-report-url-to-file)
17526         (spam-report-requests-file): New function and variable for offline
17527         reporting.
17528         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17529         and user defined function.
17530         (spam-report-url-ping-mm-url): Remove doubled slash.
17531
17532 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17533
17534         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17535
17536 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17537
17538         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17539         format string mismatch.
17540
17541         * sieve.el (sieve-deactivate-all): do.
17542
17543         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17544
17545         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17546
17547         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17548
17549         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17550
17551 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17554         the list of checks.
17555
17556 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17557
17558         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17559         padding.
17560
17561 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17562
17563         * mm-view.el (mm-fill-flowed): New variable.
17564         (mm-inline-text): Use it.
17565
17566 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17567
17568         * spam.el (spam-spamassassin-register-ham-routine)
17569         (spam-spamassassin-register-spam-routine): Fix function names.
17570
17571 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus.el (gnus-tmp-grouplens): Remove.
17574         (gnus-summary-line-format): Remove grouplens.
17575
17576         * gnus-group.el (gnus-group-line-format): Ditto.
17577
17578         * gnus-spec.el (gnus-format-specs): Ditto.
17579         (gnus-update-format-specifications): Flush the group format spec
17580         cache if there's the grouplens stuff.
17581         (gnus-parse-simple-format): Replace %l with the empty string.
17582
17583 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17584
17585         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17586         omission.
17587
17588 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17591         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17592
17593 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17594
17595         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17596         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17597         New macros and functions.
17598         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17599         Handle > NLINK_MAX messages.
17600         * nnmaildir.el (nnmaildir-request-set-mark): Use
17601         nnmaildir--emlink-p and nnmaildir--eexist-p.
17602
17603 2004-01-25  Alex Schroeder  <alex@gnu.org>
17604
17605         * spam-stat.el (spam-stat-process-directory-age): New option.
17606         (spam-stat-process-directory): Use it.
17607
17608 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17609
17610         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17611         (spam-stat-save): Accept prefix argument.
17612
17613 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17614
17615         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17616         links" error.
17617
17618 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17621         the rest of the and/or forms.
17622
17623 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17626         compatibility with old .newsrc.eld files.
17627
17628         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17629
17630         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17631
17632         * gnus-start.el (gnus-1): do.
17633
17634         * gnus-group.el (gnus-group-line-format-alist): do.
17635
17636         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17637
17638         * gnus-gl.el: Remove.
17639
17640 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17641
17642         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17643         marks consisting of a single range {for example, (3 . 5)} rather
17644         than a list of a single range { ((3 . 5)) }.
17645
17646 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17649         with-current-buffer.
17650         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17651         avoid consing a string.
17652
17653         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17654         Remove obsolete entries for big5 and gb2312.
17655
17656 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17657
17658         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17659         uncompressed list.
17660
17661 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17662
17663         * spam-stat.el (spam-stat-strip-xref): New function.
17664         (spam-stat-process-directory): Use it.
17665
17666         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17667         here -- it's done in message-fetch-field.
17668
17669 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17670
17671         * gnus-agent.el (gnus-agent-queue-mail)
17672         (gnus-agent-prompt-send-queue): New variables.
17673         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17674         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17675         "nndraft:queue" along to gnus-draft-send.  Use
17676         gnus-agent-prompt-send-queue.
17677         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17678         is "nndraft:queue".  Suggested by Gaute Strokkenes
17679         <gs234@srcf.ucam.org>
17680
17681         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17682         (agent-enable-undownloaded-faces): Added.
17683         (gnus-agent-cat-groups): Use eval-and-compile, not
17684         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17685         method of gnus-agent-cat-groups even when the buffer has been
17686         evaled.
17687         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17688         delete gnus-agent-save-active-1.
17689         (gnus-agent-save-groups): Deleted.  Identical to
17690         gnus-agent-save-active.
17691         (gnus-agent-write-active): No longer adjust agent's copy of active
17692         file as agent's adjustments are now stored in their own
17693         file.  Removed optional parameter.
17694         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17695         servers.  Add use of min/max range limits from server's local
17696         file.
17697         (gnus-agent-save-alist): Removed unused optional argument.
17698         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17699         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17700         (gnus-agent-set-local): A per-server file that keeps min/max range
17701         limits for articles known to the agent.  Provides a fast mechanism
17702         for altering many active ranges.
17703         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17704         active file (local makes it unnecessary).
17705         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17706
17707         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17708         (agent-enable-undownloaded-faces): Added.
17709
17710         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17711         disable it when sending to "nndraft:queue".
17712         (gnus-group-send-queue): Add safety check to avoid sending queue
17713         when unplugged.
17714
17715         * gnus-group.el (gnus-group-catchup): Use new
17716         gnus-sequence-of-unread-articles, not
17717         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17718         numbers of articles.  Use gnus-range-map to avoid having to
17719         uncompress the unread list.
17720         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17721         Fixed invalid ange-ftp reference.
17722
17723         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17724         (gnus-sorted-range-intersection): Intersection of two ranges
17725         without requiring that they first be uncompressed.
17726
17727         * gnus-start.el (gnus-activate-group): Unless blocked by the
17728         caller, possibly expand the active range to include both cached
17729         and agentized articles.
17730         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17731         multiple version-dependent converters.
17732         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17733         gnus-agent-save-active.
17734         (gnus-save-newsrc-file): Save dirty agent range limits.
17735
17736         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17737         gnus-agent-possibly-alter-active.
17738         (gnus-adjust-marked-articles): Faster handling of simple lists.
17739
17740 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * spam-stat.el (spam-stat-test-directory): New optional argument
17743         displays a list of files detected.  Suggested by Andrew Cohen
17744         <cohen@andy.bu.edu>.
17745         (spam-stat-buffer-words-with-scores): Don't narrow and change
17746         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17747
17748 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17749
17750         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17751         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17752         (spam-spamassassin-arguments)
17753         (spam-spamassassin-spam-flag-header)
17754         (spam-spamassassin-positive-spam-flag-header)
17755         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17756         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17757         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17758         (spam-list-of-processors, spam-list-of-checks)
17759         (spam-list-of-statistical-checks, spam-registration-functions)
17760         (spam-check-spamassassin-headers, spam-check-spamassassin)
17761         (spam-spamassassin-score)
17762         (spam-spamassassin-register-with-sa-learn)
17763         (spam-spamassassin-register-spam-routine)
17764         (spam-spamassassin-register-ham-routine)
17765         (spam-assassin-register-spam-routine)
17766         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17767         (spam-bogofilter-score): Fix to show article before scoring.
17768
17769 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17772         default scoring function.
17773         (spam-generic-score): Call spam-spamassassin-score if
17774         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17775         spam-bogofilter-score otherwise.
17776
17777         * gnus.el (spam-process, spam-autodetect-methods): Add
17778         spamassassin and spamassassin-headers.
17779
17780 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17781
17782         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17783         Suppress unnecessary messages.
17784
17785 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17788         make-hash-table.
17789
17790 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * canlock.el (base64-encode-string): Don't autoload it.
17793
17794 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * run-at-time.el: Remove useless (require 'itimer),
17797         eval-and-compile and (featurep 'xemacs).
17798
17799 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17800
17801         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17802         GROUP is a virtual group.
17803
17804 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17805
17806         * gnus.el: Autoload `message-y-or-n-p'.
17807
17808 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17809
17810         * pgg-parse.el: Remove unnecessary (require 'custom).
17811
17812         * pgg-def.el: do.
17813
17814         * nnmail.el: do.
17815
17816         * gnus-undo.el: do.
17817
17818         * gnus-picon.el: do.
17819
17820         * gnus-util.el: do.
17821
17822 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17823
17824         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17825
17826 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17829         handle, as well as a list.
17830
17831         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17832         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17833         (mm-w3m-cid-retrieve): Simplify.
17834
17835 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17836
17837         * message.el (message-kill-to-signature): Allow prefix arg to
17838         specify number of lines to keep before signature.
17839
17840 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17841
17842         * message.el (message-kill-to-signature): Change docstring.
17843
17844 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * canlock.el: Always require sha1-el.
17847         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17848
17849         * message.el: Autoload sha1 only when compiling.
17850
17851         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17852         eudc-expand-inline for XEmacs.
17853
17854 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * message.el (message-canlock-generate): Require sha1-el.
17857
17858 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17859
17860         * message.el (message-expand-name): Silence the byte compiler.
17861
17862         * lpath.el: Add detect-coding-system.
17863
17864         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17865         cus-edit.
17866
17867 2004-01-13  Simon Josefsson  <jas@extundo.com>
17868
17869         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17870         Invoke gnus-score-mode.  Reported by
17871         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17872
17873         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17874         Jim Blandy <jimb@redhat.com> (tiny change).
17875
17876 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17879
17880 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17881
17882         * spam.el (spam-get-article-as-string): Update to use
17883         gnus-request-article-this-buffer, much simpler.
17884         (spam-get-article-as-buffer): Remove.
17885
17886 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17887
17888         * message.el (message-expand-name): Use EUDC if the user uses that.
17889
17890 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17891
17892         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17893         character for the encoding to avoid consing a string.
17894
17895         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17896         unnecessarily.
17897
17898         * mm-util.el (mm-replace-chars-in-string): Remove.
17899
17900         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17901         of mm-replace-chars-in-string.
17902
17903 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17906
17907         * mm-util.el (mm-subst-char-in-string): Support inplace.
17908
17909         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17910         a new string in every iteration.  Use shy groups.
17911
17912 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17915         * gnus-soup.el (gnus-soup-group-brew):
17916         * gnus-msg.el (gnus-put-message):
17917         * gnus-move.el (gnus-group-move-group-to-server):
17918         * gnus-kill.el (gnus-batch-score):
17919         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17920         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17921         (gnus-group-update-group, gnus-group-read-group)
17922         (gnus-group-make-group, gnus-group-make-help-group)
17923         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17924         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17925         (gnus-group-sort-by-unread, gnus-group-catchup)
17926         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17927         (gnus-group-yank-group, gnus-group-set-info)
17928         (gnus-group-list-groups):
17929         * gnus.el (gnus-generate-new-group-name):
17930         * gnus-delay.el (gnus-delay-send-queue):
17931         * nnvirtual.el (nnvirtual-catchup-group):
17932         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17933         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17934         (gnus-group-prepare-topics, gnus-topic-check-topology):
17935         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17936         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17937         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17938         (gnus-group-make-articles-read):
17939         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17940         (gnus-group-change-level, gnus-kill-newsgroup)
17941         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17942         (gnus-get-unread-articles, gnus-make-articles-unread)
17943         (gnus-make-ascending-articles-unread): Use accessor
17944         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17945         to get group information for improved readability.
17946
17947
17948 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * gnus-art.el (article-decode-mime-words, article-babel)
17951         (gnus-article-highlight-signature, gnus-article-add-buttons)
17952         (gnus-signature-toggle): Use gnus-with-article-buffer.
17953
17954         * gnus-art.el (gnus-article-highlight-headers)
17955         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17956
17957         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17958         (gnus-article-set-globals, gnus-request-article-this-buffer)
17959         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17960         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17961         (gnus-mime-display-alternative): Use with-current-buffer.
17962
17963 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17964
17965         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17966         also under 80 char limit, and call gnus-error if needed.
17967         (spam-fetch-article-header): Fix - it was a
17968         buffer-local variable (gnus-newsgroup-data).
17969         (spam-find-spam): Use spam-generate-fake-headers, forget about
17970         spam-insert-fake-headers.
17971         (spam-insert-fake-headers): Remove.
17972
17973 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17974
17975         * deuglify.el (gnus-article-outlook-unwrap-lines)
17976         (gnus-outlook-rearrange-article)
17977         (gnus-outlook-repair-attribution-outlook)
17978         (gnus-outlook-repair-attribution-block)
17979         (gnus-outlook-repair-attribution-other): Remove redundant
17980         save-excursion.
17981
17982 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17983
17984         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17985         (spam-fetch-field-subject-fast)
17986         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17987         (spam-fetch-article-header): Add functions to deal with Gnus
17988         internals for fast retrieval of article header data.
17989         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17990
17991 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * pop3.el (pop3-md5): Remove.
17994         (pop3-apop): Replace pop3-md5 with md5.
17995
17996         * mm-bodies.el: base64 is always built-in.
17997
17998         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17999         with-current-buffer.
18000
18001 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * canlock.el (canlock-insert-header): Remove excessive grouping in
18004         regexp.
18005
18006         * gnus-sum.el (gnus-summary-read-document): Ditto.
18007
18008         * gnus-uu.el (gnus-uu-part-number): Ditto.
18009
18010         * html2text.el (html2text-remove-tags): Ditto.
18011         (html2text-format-tags): Ditto.
18012         (html2text-format-single-elements): Ditto.
18013
18014         * mml.el (mml-parse-1): Ditto.
18015
18016 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18019
18020         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18021
18022         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18023
18024         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18025
18026 2003-11-15  Simon Josefsson  <jas@extundo.com>
18027
18028         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18029         (pgg-gpg-lookup-key): Use regexp match instead of
18030         split-string (split-string is different between emacs 21.2 and
18031         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18032
18033 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18034
18035         * gnus-art.el (gnus-mime-view-all-parts)
18036         (gnus-article-part-wrapper, gnus-article-view-part): Use
18037         with-current-buffer.
18038
18039 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18040
18041         * spam.el (spam-disable-spam-split-during-ham-respool)
18042         (spam-spamoracle-database, spam-cache-lookups)
18043         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18044         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18045         (spam-group-ham-marks, spam-group-spam-marks)
18046         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18047         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18048         also add spam-use-blackholes to the statistical checks.
18049         (spam-fetch-field-fast): Add interface to fetching fields, may
18050         become a macro.
18051         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18052         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18053         (spam-insert-fake-headers): Fake an article when needed.
18054         (spam-find-spam): Fake article when possible.
18055         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18056         (spam-check-bogofilter-headers): Use message-fetch-field instead
18057         of nnmail-fetch-field.
18058
18059 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18062
18063 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18064
18065         * spam.el (spam-split): Do not require spam-use-CHECK to be
18066         enabled if that check is passed to spam-split explicitly; also
18067         fix so 'spam doesn't get converted to spam-split-group when
18068         spam-split-symbolic-return is t.
18069         (spam-find-spam): Find registrations of the article and use those
18070         instead of re-running spam-split to find the spam/ham
18071         classification of the article.
18072         (spam-log-processing-to-registry, spam-log-registered-p)
18073         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18074         Use gnus-error instead of gnus-message.
18075         (spam-log-registration-type): Add function to determine the
18076         classification of a message based on registry entries; will
18077         return nil if both 'spam and 'ham are found.
18078         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18079         a reasonably fast local cache without the loading errors.
18080         (spam-cache-lookups): Set to t by default.
18081         (spam-find-spam): Don't try to guess spam-cache-lookups.
18082         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18083         spam-caches entry.
18084         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18085         caching of whitelist/blacklist entries.
18086         (spam-check-whitelist, spam-check-blacklist): Invoke
18087         spam-from-listed-p with a type, not a cache variable.
18088         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18089
18090 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18091
18092         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18093
18094         * nnmail.el (nnmail-split-fancy): do.
18095
18096         * mml.el (mml-parse): do.
18097
18098         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18099         (gnus-score-adaptive): do.
18100
18101 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18104         (gnus-mime-button-map): Don't set keymap parent.
18105         (gnus-button-ctan-directory-regexp): Use shy grouping.
18106         (gnus-prev-page-map): Don't set keymap parent.
18107         (gnus-prev-page-map): Remove duplicated one.
18108         (gnus-next-page-map): Don't set keymap parent.
18109         (gnus-mime-security-button-map): Ditto.
18110
18111         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18112         version number.
18113
18114         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18115
18116 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * canlock.el (canlock-sha1-function): Remove.
18119         (canlock-sha1-function-for-verify): Remove.
18120         (canlock-openssl-program): Remove.
18121         (canlock-openssl-args): Remove.
18122         (canlock-ignore-errors): Remove.
18123         (canlock-sha1-with-openssl): Remove.
18124         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18125         (canlock-verify): Don't use canlock-ignore-errors.
18126
18127         * sha1-el.el (sha1-string-external): Make it can return a string
18128         in binary form.
18129         (sha1-region-external): Ditto.
18130         (sha1-string-internal): Ditto.
18131         (sha1-region-internal): Ditto.
18132         (sha1-region): Ditto.
18133         (sha1-string): Ditto.
18134         (sha1): Ditto.
18135
18136 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18137
18138         * spam.el (spam-report-articles-gmane): New command.
18139
18140 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18143
18144         * run-at-time.el (run-at-time-saved): Remove.
18145         (run-at-time): Doc fix.
18146
18147 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18148
18149         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18150         (gnus-summary-limit-map): Add it.
18151         (gnus-summary-make-menu-bar): do.
18152
18153 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18154
18155         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18156         Make attempt at some caching support (done for BBDB only now).
18157         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18158         addresses to be checked.
18159         (spam-clear-cache-BBDB): Add function, to be invoked by
18160         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18161         (spam-check-BBDB): Check and use the caches, if
18162         spam-cache-lookups is on, remove superfluous (provide).
18163
18164 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18167
18168 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18169
18170         * run-at-time.el (run-at-time-saved): Move to after the definition
18171         of `run-at-time'.
18172
18173         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18174
18175 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18178         mm-w3m-local-map-property.
18179
18180         * mm-view.el (mm-w3m-mode-map): Remove.
18181         (mm-w3m-local-map-property): Remove.
18182         (mm-inline-text-html-render-with-w3m): Don't use
18183         mm-w3m-local-map-property.
18184
18185 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18186
18187         * run-at-time.el: New file.
18188
18189         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18190         under Emacs.
18191
18192         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18193         of gnus-set-text-properties.
18194
18195         * gnus-uu.el (gnus-uu-save-article): Ditto.
18196
18197         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18198
18199         * gnus-cite.el (gnus-cite-parse): Ditto.
18200
18201         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18202         of gnus-.
18203
18204         * gnus-xmas.el (run-at-time): Require run-at-time.
18205
18206         * gnus.el: Changed calls to nnheader-run-at-time and
18207         password-run-at-time throughout to use run-at-time directly.
18208
18209         * password.el: Removed definition of run-at-time.
18210
18211         * nnheaderxm.el: Remove definition of run-at-time.
18212
18213 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18214
18215         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18216         in prompt.
18217
18218 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18219
18220         * messagexmas.el (message-xmas-redefine): Alias
18221         `message-make-caesar-translation-table' to
18222         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18223         version.
18224
18225         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18226         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18227         `gnus-xmas-set-text-properties'.
18228         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18229         `gnus-xmas-completing-read'.
18230         (gnus-xmas-completing-read): Removed.
18231         (gnus-xmas-open-network-stream): Removed.
18232
18233         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18234         XEmacs version.
18235
18236         * dns.el (dns-make-network-process): Use `open-network-stream'
18237         instead of `gnus-xmas-open-network-stream'.
18238
18239         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18240
18241         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18242
18243 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18244
18245         * gnus-art.el (gnus-mime-display-alternative)
18246         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18247         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18248         Don't use gnus-local-map-property.
18249
18250         * gnus-util.el (gnus-local-map-property): Remove.
18251
18252         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18253         gnus-completing-read-maybe-default with completing-read.
18254
18255         * gnus-util.el (gnus-completing-read): do.
18256         (gnus-completing-read-maybe-default): Remove.
18257
18258 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18259
18260         * password.el: Only autoload `run-at-time' if not XEmacs.
18261         Only autoload the itimer functions if XEmacs.
18262
18263 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18266         XEmacsen.
18267
18268         * dgnushack.el: Autoload executable-find for XEmacs.
18269
18270 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18271
18272         * gnus-art.el (gnus-read-string): Remove.
18273         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18274         read-string.
18275
18276 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18277
18278         * netrc.el: Autoload password-read.
18279         (netrc): Add configuration group.
18280         (netrc-encoding-method, netrc-openssl-path): Add
18281         variables for encoding and decoding of files with symmetric
18282         ciphers.
18283         (netrc-encode): Add assistant function to encode a file with
18284         netrc-encoding-method.
18285         (netrc-parse): Add interactive parameter, added optional
18286         decoding if netrc-encoding-method is non-nil but otherwise
18287         behavior is standard.
18288         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18289         Do s/encode/encrypt/ everywhere.
18290
18291         * spam.el: Remove executable-find autoload.
18292
18293 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18296
18297         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18298
18299 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * gnus-art.el (gnus-treat-ansi-sequences)
18302         (article-treat-ansi-sequences): New variable and function.
18303         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18304
18305         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18306         Use it.
18307
18308 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * mm-util.el (mm-quote-arg): Remove.
18311
18312         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18313         shell-quote-argument.
18314
18315         * gnus-uu.el (gnus-uu-command): do.
18316
18317         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18318
18319         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18320         with make-char.
18321
18322         * mm-util.el (mm-make-char): Remove.
18323
18324         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18325         add-minor-mode.
18326
18327         * gnus-undo.el (gnus-undo-mode): do.
18328
18329         * gnus-topic.el (gnus-topic-mode): do.
18330
18331         * gnus-sum.el (gnus-dead-summary-mode): do.
18332
18333         * gnus-start.el (gnus-slave-mode): do.
18334
18335         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18336
18337         * gnus-ml.el (gnus-mailing-list-mode): do.
18338
18339         * gnus-gl.el (gnus-grouplens-mode): do.
18340
18341         * gnus-draft.el (gnus-draft-mode): do.
18342
18343         * gnus-dired.el (gnus-dired-mode): do.
18344
18345         * gnus-ems.el (gnus-add-minor-mode): Remove.
18346
18347         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18348         Replace gnus-char-width with char-width.
18349
18350         * gnus-ems.el (gnus-char-width): Remove.
18351
18352         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18353         Replace gnus-char-width with char-width.
18354
18355         * gnus-ems.el (gnus-char-width): Remove.
18356
18357         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18358         definition.
18359         Remove Emacs 20 hash table compatibility code.
18360
18361         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18362         20 compatibility code.
18363
18364         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18365
18366         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18367
18368         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18369         with point-at-{eol,bol}.
18370
18371         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18372
18373         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18374
18375         * flow-fill.el (fill-flowed-point-at-bol)
18376         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18377
18378         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18379         Replace with point-at-{eol,bol} throughout all files.
18380
18381 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * ntlm.el (ntlm-string-as-unibyte): New macro.
18384         (ntlm-build-auth-response): Use it.
18385
18386         Remove Emacs 20 stuff:
18387         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18388         (butlast, mapc, remove): Remove the compiler macros.
18389         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18390         of delq and copy-sequence.
18391         * gnus-art.el (popup-menu): Remove the compiler macro.
18392         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18393         Emacs 20.
18394
18395 2004-01-05  Simon Josefsson  <jas@extundo.com>
18396
18397         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18398         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18399         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18400         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18401         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18402         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18403         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18404         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18405         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18406         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18407         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18408         string-xor into ntlm-string-xor.  Suggested by
18409         Jesper Harder <harder@myrealbox.com>.
18410
18411         * ntlm.el: Don't include poem.
18412
18413         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18414         Jesper Harder <harder@myrealbox.com>.
18415
18416         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18417
18418         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18419         probably breaks emacs with DL patch, but do we care? Is anyone
18420         still using the DL stuff?)
18421
18422         * sieve-manage.el: Use the password package.
18423         (sieve-manage-read-passwd): Remove.
18424         (sieve-manage-interactive-login): Use password.  Re-add
18425         condition-case around loop.
18426
18427         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18428         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18429         the password package.
18430
18431 2003-02-19  Simon Josefsson  <jas@extundo.com>
18432
18433         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18434         token.
18435
18436 2002-08-07  Simon Josefsson  <jas@extundo.com>
18437
18438         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18439         (sieve-manage-authenticators):
18440         (sieve-manage-authenticator-alist): Add some SASL mechs.
18441         (sieve-sasl-auth): New function.
18442         (sieve-manage-cram-md5-auth):
18443         (sieve-manage-plain-auth): Rewrite using SASL library.
18444         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18445         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18446         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18447         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18448
18449 2004-01-05  Simon Josefsson  <jas@extundo.com>
18450
18451         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18452         New files.
18453
18454 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18455
18456         * gnus-group.el (gnus-no-groups-message): Update.
18457
18458         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18459
18460 2003-11-09  Simon Josefsson  <jas@extundo.com>
18461
18462         * imap.el: Support for ID IMAP extension (RFC 2971).
18463         (imap-local-variables): Add imap-id.
18464         (imap-id): New variable.
18465         (imap-id): New function.
18466         (imap-parse-response): Parse untagged ID response.
18467         * nnimap.el (nnimap-id): New variable.
18468         (nnimap-open-connection): Use it.
18469
18470 2003-12-28  Simon Josefsson  <jas@extundo.com>
18471
18472         * gnus-score.el (gnus-score-edit-all-score): New.
18473         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18474
18475 2004-01-04  Simon Josefsson  <jas@extundo.com>
18476
18477         * password.el: Add.
18478
18479 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18480
18481         * dns.el (dns-query-types): Fix typo.
18482         (dns-query-types): New function.
18483         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18484         PTR and SOA replies, see RFC 1035.
18485
18486 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18487
18488         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18489
18490         * Moved to Changelog.2.
18491
18492 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18493
18494         * gnus.el (gnus-version-number): Bump version.
18495
18496 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18497
18498         * gnus.el: No Gnus v0.1 is released.
18499
18500 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18501
18502         * gnus.el: No Gnus v0.0 is released.
18503
18504 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * gnus.el (gnus-version-number): Bump.
18507         (gnus-version): No.
18508
18509 See ChangeLog.2 for earlier changes.
18510
18511     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18512       Free Software Foundation, Inc.
18513
18514   This file is part of GNU Emacs.
18515
18516   GNU Emacs is free software: you can redistribute it and/or modify
18517   it under the terms of the GNU General Public License as published by
18518   the Free Software Foundation, either version 3 of the License, or
18519   (at your option) any later version.
18520
18521   GNU Emacs is distributed in the hope that it will be useful,
18522   but WITHOUT ANY WARRANTY; without even the implied warranty of
18523   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18524   GNU General Public License for more details.
18525
18526   You should have received a copy of the GNU General Public License
18527   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18528
18529 ;; Local Variables:
18530 ;; coding: utf-8
18531 ;; fill-column: 79
18532 ;; add-log-time-zone-rule: t
18533 ;; End: