Send a "." at the end, which may or may not help.
[gnus] / lisp / ChangeLog
1 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4         which may or may not help.
5
6 2010-09-27  Florian Ragwitz  <rafl@debian.org>
7
8         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9         customizable.
10
11 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (utf7): Required.
14
15         * message.el (message-cite-prefix-regexp): Remove "}" from citation
16         prefix.
17
18 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
19
20         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
21
22 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-request-accept-article): Message the error on
25         error.
26
27 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
30
31 2010-09-26  Florian Ragwitz  <rafl@debian.org>
32
33         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
34         handing broken links to browse-url.
35
36 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nndoc.el (nndoc-request-list): Return success always.
39
40         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
41         `fetch-old' -- we only want to fetch the articles we've requested.  The
42         rest are in the agent, probably.
43         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
44         disappeared server" to something low.  It's not important.
45
46         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
47         arrived before the FETCH data.
48
49         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
50         target here, because we don't know the Gnus name of the group.
51
52         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
53         for the correct group.
54
55         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
56
57         * gnus.el (gnus): Give a final warning after startup.
58
59         * gnus-util.el (gnus-action-message-log): New variable.
60         (gnus-message): Use it.
61         (gnus-final-warning): New function.
62
63         * nnimap.el (nnimap-open-connection): Record the greeting.
64         (nnimap): Add greeting.
65
66 2010-09-26  Julien Danjou  <julien@danjou.info>
67
68         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
69         arguments.
70         (gnus-html-wash-images): Fix spec computing to include start/end.
71
72         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
73
74 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
77         deletion.
78         (nnimap-retrieve-headers): Don't select the group, because that's
79         already done by nnimap-possibly-change-group.
80
81         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
82         (gnus-picon-transform-address): Use it.
83
84         * mail-source.el (mail-source-value): Revert previous patch.
85
86         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
87         on failure.
88         (nnimap-open-connection): Look up both virtual and physical server name
89         credentials.
90
91         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
92
93 2009-02-07  Dave Love  <fx@gnu.org>
94
95         * tls.el (open-tls-stream): Don't query killing process.
96
97 2009-02-08  Dave Love  <fx@gnu.org>
98
99         * gnus-win.el (gnus-window-to-buffer-helper,
100         gnus-all-windows-visible-p): Function needn't be a symbol.
101
102         * mail-source.el (mail-source-value): Function needn't be a symbol.
103
104 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * message.el (message-cite-prefix-regexp): Remove } from the cite
107         prefix.
108
109         * gnus-art.el (gnus-treatment-function-alist): Do picons before
110         highlight again, so that the highlight is correct.
111
112         * gnus-picon.el (gnus-picon): Remove again.
113         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
114
115         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
116         doing the header highlightling, so that the background colour of the
117         picon is correct.
118
119         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
120         (gnus-picon): Ditto.
121         (gnus-picon): Reinstate.  The background colour for picons is white.
122         (gnus-picon-insert-glyph): Make the background white.
123
124         * nnml.el (nnml-open-nov): Don't return dead buffers.
125
126         * auth-source.el (auth-source-create): Query the user for whether to
127         store the credentials.
128
129         * netrc.el (netrc-store-data): New function.
130
131         * auth-source.el (auth-source-user-or-password): Use the existing auth
132         sources, if any, for creation.
133
134         * gnus.el (gnus-group-fast-parameter): Return the last matching
135         parameter instead of the first matching parameter.
136
137 2010-09-26  Julien Danjou  <julien@danjou.info>
138
139         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
140
141 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * mml2015.el (mml2015-use): Remove gpg support.
144
145         * mml1991.el (mml1991-function-alist): Remove gpg function.
146         (mml1991-gpg-sign): Removed.
147
148 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
149
150         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
151         (gnus-browse-unsubscribe-current-group): Document it.
152         (gnus-browse-unsubscribe-group): Use it.
153
154 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
157         address to the To list for easier response.
158
159         * gnus.el (gnus-play-startup-jingle): Removed.
160         (gnus-splash): Don't play jingle.
161         (gnus): Silence gnus-load message.
162
163         * gnus-art.el (gnus-treat-play-sounds): Removed.
164
165         * gnus.el (gnus-play-jingle): Remove audio support.
166
167         * gnus-cus.el (gnus-score-customize): Remove audio reference.
168
169         * earcon.el: Removed -- no users.
170
171         * gnus-audio.el: Removed -- no users of this package.
172
173         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
174
175         * gnus-start.el (gnus-setup-news): Remove nocem support.
176
177         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
178
179         * gnus.el (gnus-use-nocem): Removed.
180
181         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
182         Removed.
183
184         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
185         uses NoCeM any more.
186
187         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
188         (gnus-button-ctan-handler): Ditto.
189         (gnus-button-handle-ctan-bogus-regexp): Ditto.
190         (gnus-button-ctan-directory-regexp): Ditto.
191         (gnus-button-handle-ctan): Ditto.
192         (gnus-button-tex-level): Ditto.
193         (gnus-button-alist): Removed CTAN stuff.
194
195 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
198         nnimap-streaming test.
199
200         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
201         servers twice.
202
203         * nnimap.el (nnimap-open-connection): Add more error reporting when
204         nnimap fails early.
205
206         * nnheader.el (nnheader-get-report-string): New function.
207         (nnheader-get-report): Use it.
208
209         * gnus-int.el (gnus-check-server): Say what the error was when opening
210         failed.
211
212         * nnimap.el (nnimap-wait-for-response): Search further when we're not
213         using streaming.
214
215 2010-09-25  Julien Danjou  <julien@danjou.info>
216
217         * gnus-html.el (gnus-html-rescale-image): Use our defalias
218         gnus-window-inside-pixel-edges.
219
220 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
223
224         * mm-decode.el (mm-save-part): Allow saving to other directories the
225         normal Emacs way.
226
227         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
228         by Jay Berkenbilt.
229
230         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
231         there isn't a single byte.
232
233         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
234         just do it.  It doesn't really seem to matter what the user responds
235         here, I think, so it's just a confusing question.
236
237         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
238         non-streaming case.
239
240         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
241         (gnus-article-encrypt-body): Use it.
242
243         * gnus-sum.el (gnus-summary-show-complete-article): New command and
244         keystroke.
245
246         * nnimap.el (nnimap-find-wanted-parts-1): Use
247         gnus-fetch-partial-articles.
248
249         * gnus-art.el (gnus-fetch-partial-articles): New variable.
250
251         * nnimap.el (nnimap-insert-partial-structure): New function.
252         (nnimap-get-partial-article): New function.
253         (nnimap-request-article): Use it.
254         (nnimap-wait-for-response): Return whether the wait was successful.
255         (nnimap-finish-retrieve-group-infos): Don't do anything if the
256         retrieval wasn't successful.
257         (nnimap-retrieve-group-data-early): Allow throttling servers.
258         (nnimap-streaming): New variable.
259         (nnimap-fetch-partial-articles): Removed.
260
261         * mm-decode.el (mm-with-part): Protect against killed buffers.
262
263         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
264         for prettier summary display.
265
266 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
267
268         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
269         directly.
270
271 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
274         apparently third-party libraries depend on it.
275
276         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
277         before starting negotiation.
278
279         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
280         privacy reasons.
281         (gnus-treat-mail-gravatar): Ditto.
282
283         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
284         buffer when inserting images.  Inserting text into the headers, for
285         instance, can make them invalid.
286
287 2010-09-25  Julien Danjou  <julien@danjou.info>
288
289         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
290         variables.
291
292         * nnheader.el: Remove useless variables news-reply-yank-from and
293         news-reply-yank-message-id.
294
295         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
296         variables.
297
298         * mml1991.el: Remove useless mml1991-verbose.
299
300         * gnus.el: Remove useless variable gnus-use-generic-from.
301         Remove obsolete variable gnus-topic-indentation.
302
303         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
304
305         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
306
307         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
308
309         * gnus-group.el: Remove useless gnus-group-icon-cache.
310         Remove useless gnus-ephemeral-group-server.
311
312         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
313
314         * mml2015.el: Remove useless mml2015-verbose.
315
316         * mml-smime.el: Remove useless mml-smime-verbose.
317
318         * gnus.el: Remove useless gnus-local-domain.
319
320         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
321         gnus-gravatar-size.
322
323         * gnus-art.el: Remove useless gnus-treat-translate.
324
325 2010-09-24  Julien Danjou  <julien@danjou.info>
326
327         * gnus-sum.el: Add support for Gravatars.
328
329         * gnus-art.el: Add support for Gravatars.
330
331         * gnus-gravatar.el: Add this file.
332
333         * gravatar.el: Add this file.
334
335 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
338
339         * gnus-group.el (gnus-group-fetch-faq): Removed.
340
341         * gnus.el (gnus-group-faq-directory): Removed.
342
343         * gnus-group.el (gnus-group-fetch-charter): Removed.
344
345         * gnus.el (gnus-group-charter-alist): Removed.
346
347         * gnus-group.el (gnus-group-archive-directory): Removed.
348         (gnus-group-recent-archive-directory): Ditto.
349         (gnus-group-make-archive-group): Removed.
350
351         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
352
353         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
354         use the same article number for all the cached articles.
355
356         * nnimap.el (nnimap-command): Register the last command time so
357         that we can use it for idling NOOPs.
358         (nnimap-open-connection): Start the keeplive timer.
359         (nnimap-make-process-buffer): Store all the process buffers.
360         (nnimap-keepalive): New function.
361
362         * starttls.el: (starttls-open-stream): Add autoload cookie.
363
364 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
365
366         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
367         handling.
368
369 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
372         its data structures.
373
374         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
375         instead of the cl.el copy-list.
376         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
377         equalp.
378
379 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
382         and tool-bar-local-item-from-menu.
383
384         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
385         mode-line-highlight face for Emacs.
386
387         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
388         loading gnus-sum.elc; fix comment for canlock-verify.
389         (gnus-article-jump-to-part): Use read-number.
390         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
391         Emacs pre-21 compatible code for help-echo.
392         (gnus-article-next-page-1): No need to adjust the number of lines.
393         (gnus-article-describe-bindings): Always use help-buffer.
394
395         * gnus-audio.el (gnus-audio-inline-sound)
396         * gnus-cus.el (gnus-custom-mode)
397         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
398
399         * gnus-sum.el (gnus-remove-overlays): Doc fix.
400
401         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
402         compatible code.
403
404 2010-09-24  Glenn Morris  <rgm@gnu.org>
405
406         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
407         visiting the fcc file in rmail-mode.
408
409         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
410
411 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * nnir.el: Silence the byte compiler.
414
415         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
416         alias to browse-url-url-encode-chars if any.
417         (gnus-html-encode-url): Use it.
418
419 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-start.el (gnus-use-backend-marks): New variable.
422         (gnus-get-unread-articles-in-group): Use it.
423
424         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
425         makeover.
426
427 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
428
429         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
430
431 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
434         Removed.
435         (gnus-setup-news-hook): Removed
436         gnus-fixup-nnimap-unread-after-getting-new-news.
437
438         * gnus-int.el (gnus-request-update-info): Protect against backends not
439         having the function.
440
441         * nnimap.el (nnimap-stream): Mention starttls.
442         (nnimap-open-connection): Add starttls support.
443
444 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
445
446         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
447
448 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
451         BODYSTRUCTUREs.
452         (nnimap-transform-headers): Unfold quoted {42} headers.
453
454         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
455         the info.
456         (gnus-get-unread-articles): Only call updatep on backends that support
457         it.
458
459         * nnweb.el (nnweb-request-update-info): NOOP.
460
461         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
462
463         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
464         since it only deals with marks.
465
466         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
467         gnus-request-marks, and make a new gnus-request-update-info.
468
469         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
470         the active instead of the high number, which is usually too low.
471
472 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
473
474         * netrc.el (netrc-parse): Remove encrypt.el mentions.
475         * encrypt.el: Removed.
476
477 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
480         server in symbolic form.
481
482         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
483         0.9.
484
485 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
488         (nnimap-update-info): Fix up code slightly.
489
490         * gnus-int.el (gnus-open-server): Add tracing for performance
491         debugging.
492
493         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
494         (gnus-group-insert-group-line): Pass the real group name so that it
495         gets the right data.
496
497         * gnus-start.el (gnus-get-unread-articles): Don't have
498         `gnus-get-unread-articles-in-group' update info, since that can be
499         really slow and doesn't seem to be needed?
500
501 2010-09-22  Dan Christensen  <jdc@uwo.ca>
502
503         * time-date.el (date-to-time): Try using parse-time-string first before
504         using the slower timezone-make-date-arpa-standard.
505
506 2010-09-22  Julien Danjou  <julien@danjou.info>
507
508         * gnus-group.el (gnus-group-insert-group-line): Call
509         gnus-group-highlight-line.
510         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
511         default hook list.
512         (gnus-group-update-eval-form): Add new function.
513         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
514         (gnus-group-get-icon): Use gnus-group-update-eval-form.
515
516 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
519         immediate, then expire all articles.
520         (nnimap-update-info): Fix off-by-one errors.
521         (nnimap-flags-to-marks): Would return no marks lists for group with no
522         flags.  Instead return the other data.
523
524 2010-09-22  Julien Danjou  <julien@danjou.info>
525
526         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
527         Only return an icon.
528         (gnus-group-insert-group-line): Compute icon to return.
529
530         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
531         variable.
532         (gnus-html-image-fetched): Only cache if
533         gnus-html-image-automatic-caching is set.
534         (gnus-html-image-fetched): Check for errors.
535
536 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
539         once per method on `g'.  This ensures that backends like nnfolder don't
540         open all their folders.
541
542         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
543         (nnimap-request-list): Nix out group in the correct buffer.
544         (nnimap-parse-flags): Implement by using `read' instead of
545         hand-parsing.
546         (nnimap-flags-to-marks): Pass on permanent-flags.
547         (nnimap-make-process-buffer): Record the server name.
548         (nnimap-parse-flags): Fix typo.
549         (nnimap-request-scan): Run split on the server in general, not just a
550         single group.
551
552         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
553         parameter, and propagate this downwards.
554
555         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
556         since EXAMINE changes it on the server.
557
558         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
559         this command might take a while.
560
561 2010-09-22  Julien Danjou  <julien@danjou.info>
562
563         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
564         harmful if you have 2 images side-by-side, they can't be properly
565         update on text deletion.  Using text-property is safer here.
566         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
567         data.
568
569 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * nnimap.el (nnimap-expunge-inbox): Removed.
572         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
573         (nnimap-expunge): Flip default to t.
574
575         * gnus.el (gnus-method-to-server): Don't push things to the cache
576         unless it's unique.
577         (gnus-server-to-method): Ditto.
578
579 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
582
583 2010-09-22  Julien Danjou  <julien@danjou.info>
584
585         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
586         get the start of data.
587         (gnus-html-encode-url): Add this function to encode special chars in
588         URL.
589         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
590         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
591
592         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
593         default.
594         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
595
596         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
597         images alt-text.
598         (gnus-html-put-image): Put alt-text as help-echo.
599
600 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
603         * mm-util.el (mm-decompress-buffer)
604         * nnir.el (nnir-run-find-grep)
605         * pop3.el (pop3-list): Use 3rd arg of split-string.
606
607         * time-date.el (format-seconds): Comment fix.
608
609         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
610         and byte-optimize-form-code-walker.
611         (dgnushack-make-auto-load): Don't advise make-autoload.
612
613         * lpath.el: Remove Emacs 21 stuff.
614
615 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
618         outside the active range.  Suggested by Dan Christensen.
619
620         * gnus-start.el (gnus-get-unread-articles): Get the extended method
621         slightly later to avoid double-getting it.
622
623         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
624         previous patch.
625
626         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
627
628 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
629
630         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
631
632 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-int.el (gnus-open-server): Give a better error message in the
635         "go offline" case.
636
637         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
638         marks for nnimap, which is seldom the right thing to do.
639
640         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
641         (gnus-same-method-different-name): New function.
642
643         * nnimap.el (parse-time): Require.
644
645         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
646         method in the presence of many similar methods.
647
648         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
649
650         * nnimap.el (nnimap-find-expired-articles): Don't refer to
651         nnml-inhibit-expiry.
652
653         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
654         find out whether methods are equal.
655
656         * nnimap.el (nnimap-find-expired-articles): New function.
657         (nnimap-process-expiry-targets): New function.
658         (nnimap-request-move-article): Request the article before looking at
659         what the Message-ID is.  Fix found by Andrew Cohen.
660         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
661
662         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
663         for oldness in addition to being a predicate.
664
665         * nnimap.el (nnimap-request-group): When we have zero articles, return
666         the right data to Gnus.
667         (nnimap-request-expire-articles): Only delete articles immediately if
668         the target is 'delete.
669
670         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
671         method, this would bug out.
672
673         * gnus-group.el (gnus-group-expunge-group): Renamed from
674         gnus-group-nnimap-expunge, and implemented as a normal interface
675         function.
676
677         * gnus-int.el (gnus-request-expunge-group): New function.
678
679         * nnimap.el (nnimap-request-create-group): Implement.
680         (nnimap-request-expunge-group): New function.
681
682 2010-09-21  Julien Danjou  <julien@danjou.info>
683
684         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
685         (gnus-html-cache-expired): Add new function.
686         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
687         wethever we should display image for fetch it.
688         Compute alt-text earlier to pass it to the fetching function too.
689         (gnus-html-schedule-image-fetching): Change function argument to only
690         get one image at a time, not a list.
691         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
692         cache.
693         (gnus-html-get-image-data): New function to retrieve image data from
694         cache.
695         (gnus-html-put-image): Change buffer argument to use image data rather
696         than file, and place image above region rather than inserting a new
697         one. Do not take alt-text as argument, since it's useless now: we place
698         the image above alt-text.
699         (gnus-html-prune-cache): Remove.
700         (gnus-html-show-images): Start to fetch image when we find one, do not
701         push into a temporary list.
702         (gnus-html-prefetch-images): Only fetch image if they have expired.
703         (gnus-html-browse-image): Fix, use 'gnus-image-url.
704         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
705
706 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
709
710 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
713         spec inser "*" if the group isn't active instead of 0.
714
715         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
716         opening the server.
717         (nnimap-request-delete-group): Implement group deletion.
718         (nnimap-transform-headers): Return the size of the entire message in
719         the Bytes header, not just the size of the first part.
720         (nnimap-request-move-article): When moving an article from nnimap,
721         request the article first so the accepting form has an article to
722         accept.  Reported by Dan Christensen.
723         (nnimap-command): Make sure that the error message doesn't error out.
724
725 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
726
727         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
728         we haven't requested anything.
729
730 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
733         "".  Fix found by Andrew Cohen.
734
735         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
736         instead of -encode-string.
737
738 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
741
742         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
743         by mm-subst-char-in-string.
744
745 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
748         waiting for the connection string.
749
750         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
751         arriving.
752
753         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
754         bogus characters.  This allows selecting certain Gmail groups.
755
756         * nnimap.el (nnimap-find-wanted-parts-1): New function.
757         (nnimap-fetch-partial-articles): New variable.
758         (nnimap-open-connection): When looking for credentials, also use the
759         nnimap-server-port.
760         (nnimap-request-article): Return the group/article number, so that Gnus
761         `^' works as expected.
762         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
763         them.
764
765         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
766         comments.
767         (gnus-methods-sloppily-equal): New function.
768         (gnus): When using the development version of Gnus, load the gnus-load
769         file.
770
771         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
772         `gnus-open-server' on each method before trying to scan them etc.  This
773         ensures that all the backend parameters are set correctly.
774
775         * nnimap.el (nnimap-authenticator): New variable.
776         (nnimap-open-connection): Allow anonymous login.
777         (nnimap-transform-headers): The chars header is called Chars not
778         Bytes.
779         (nnimap-wait-for-response): Don't infloop if the IMAP connection
780         drops.
781
782         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
783         patch, found by Knut Anders Hatlen.
784
785 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
786
787         * gnus-agent.el (gnus-agent-batch-confirmation)
788         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
789         to gnus-message.
790         * gnus-art.el (gnus-article-describe-briefly): Likewise.
791         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
792         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
793         * gnus-int.el (gnus-open-server): Likewise.
794         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
795         (gnus-score-check-syntax): Likewise.
796         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
797         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
798         Likewise.
799         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
800
801 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
804         calling conventions so that prefetch doesn't bug out.
805
806 2010-09-19  Julien Danjou  <julien@danjou.info>
807
808         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
809         rather than `subst-char-in-region' in order to be able to replace ASCII
810         char by UTF-8 ones.
811
812         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
813         than curl.
814         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
815         the right URL and ALT text on images.
816         (gnus-html-wash-tags): Fix tag case.
817         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
818         (gnus-article-html): Add -o display_ins_del=2 option.
819         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
820
821 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
824         the extra mail headers, which sometimes seem to happen for unknown
825         reasons.
826
827         * mail-parse.el (mail-header-encode-parameter): Define as
828         rfc2045-encode-string instead of as rfc2231-encode-string, since some
829         (or most, perhaps?) mail readers don't understand the latter, but do
830         understand the former.
831
832         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
833         to nil, so that no methods are automatically agentized.  I think this
834         is probably what most users want.
835
836         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
837         from url-retrieve, for instance about invalid URLs.
838
839         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
840         groups that have no articles.
841         (nnimap-request-article): Check that we really got an article when we
842         requested one.
843
844         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
845         doesn't exist.
846
847         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
848         nntp buffer so the agent can save it.
849         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
850         that CRLF doesn't get translated to \n.
851         (nnimap-open-connection): Don't make 'shell commands only send \n.
852
853 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
854
855         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
856         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
857         Update var name.
858         (nnml-generate-nov-file): Use dolist.
859         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
860         Use with-current-buffer.
861
862 2010-09-18  Julien Danjou  <julien@danjou.info>
863
864         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
865         parallel.
866
867 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-update-info): When doing partial marks update, get
870         the range update right.
871         (nnimap-request-group): Don't make `M-g' bug out on group with no
872         marks.
873         (nnoo): Required, so that other packages can require nnimap.
874         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
875         command we're looking for.  This helps when the server sends more
876         responses after we've gotten everything we expected.
877         (nnimap): Add a `newlinep' field to keep track of end-of-line
878         conventions.
879         Don't send CRLF to things that don't want it.
880         (nnimap-request-accept-article): Ditto.
881
882 2010-09-18  Julien Danjou  <julien@danjou.info>
883
884         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
885         than curl to retrieve images.
886
887 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * nnimap.el (nnimap-update-info): Extend the info so that we can set
890         the marks.
891         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
892         (nnimap-wait-for-connection): New function.
893         (nnimap-open-connection): If we have PREAUTH, don't query for login
894         credentials.
895         (nnimap-update-info): Fix off-by-one error when concatenating ranges
896         when doing a partial update.
897
898 2010-09-18  Julien Danjou  <julien@danjou.info>
899
900         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
901         tags.
902
903 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (nnimap-credentials): New function.
906         (nnimap-open-connection): Use the new function to look for credentials
907         also on the numeric equivalents of "imap" and "imaps".
908
909         * gnus-start.el (gnus-activate-group): Send the info to
910         gnus-request-group.
911
912         * nnimap.el (nnimap-request-group): Have the "check" version of the
913         function parse flags and update the info, so that a `M-g' get a total
914         resync of all flags from the group.
915
916         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
917         to allow backends to alter the info on group selection.  Also alter all
918         the backend -request-group functions to take the parameter.
919
920         * nnimap.el (nnimap-store-info): New function.
921         (nnimap-update-info): Store the info for later usage.
922         (nnimap-request-group): Use the stored info for the dont-check case, so
923         that we don't retrieve all marks when we enter a group.
924
925         * nnimap.el: Use deffoo instead of defun for interface functions.
926
927         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
928         update the group info.  This makes the nndraft groups, for instance, go
929         back to their old behaviour.
930
931         * gnus-sum.el (gnus-select-newsgroup): Indent.
932
933         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
934         in.
935         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
936         nothing.
937
938         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
939         from methods that are denied.
940
941         * gnus-int.el (gnus-method-denied-p): New function.
942
943         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
944         store the password instead of netrc.
945         (nnimap-open-connection): Don't error out when we can't make a
946         connections.
947
948         * auth-source.el (auth-source-create): In the password prompt, say what
949         we're querying for.  Also prompt for user name if that hasn't been
950         given.
951
952         * nnimap.el (nnimap-with-process-buffer): Removed.
953
954 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
957         method when we're reading from the agent.
958
959         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
960
961         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
962         that's probably most useful for users.
963
964         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
965         "failed" all the time.
966
967         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
968         ...)) with (with-current-buffer ... ).
969
970         * nntp.el (nntp-open-server): Return whether the open was successful or
971         not.
972
973         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
974         select an unread unseen article first.
975
976         * nnimap.el (nnimap-open-connection): If the user doesn't have a
977         /etc/services, supply some sensible port defaults.
978
979         * dgnushack.el: Define netrc-credentials.
980
981 2010-09-17  Julien Danjou  <julien@danjou.info>
982
983         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
984
985 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
986
987         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
988         doesn't have any parameters.
989
990 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
993         only upcased checks.
994
995         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
996
997         * nnimap.el (nnimap-open-shell-stream): New function.
998         (nnimap-open-connection): Use it.
999         (nnimap-transform-headers): Get the number of lines in each message.
1000         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1001         number of lines.
1002         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1003         problem.
1004
1005         * utf7.el (utf7-encode): Autoload.
1006
1007         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1008         to allow the mail splitting to not return a default group.  This is
1009         useful for nnimap, which will leave unmatched mail in the inbox.
1010
1011         * nnimap.el: Rewritten.
1012
1013         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1014         nnimap usage.
1015
1016         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1017         if the move is internal, so that nnimap can do fast internal moves.
1018
1019         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1020         data.
1021         (gnus-read-active-for-groups): Support finishing the early retrieval of
1022         data.
1023
1024         * gnus-range.el (gnus-range-nconcat): New function.
1025
1026         * gnus-int.el (gnus-finish-retrieve-group-infos)
1027         (gnus-retrieve-group-data-early): New functions.
1028
1029 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1030
1031         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1032         (nnrss-retrieve-groups):
1033         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1034         (pop3-quit): Use with-current-buffer.
1035
1036 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1039         instead of nnheader-accept-process-output.
1040
1041         * dgnushack.el (dgnushack-compile): Add comment.
1042
1043         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1044
1045         * gnus-html.el (gnus-html-schedule-image-fetching)
1046         (gnus-html-prefetch-images): Replace process-kill-without-query by
1047         gnus-set-process-query-on-exit-flag.
1048
1049 2010-09-16  Romain Francoise  <romain@orebokech.com>
1050
1051         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1052
1053 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1056         parameter to unintern is mandatory-ish in Emacs 24.
1057
1058         * gnus-html.el (gnus-html-schedule-image-fetching)
1059         (gnus-html-prefetch-images): Check for curl before using it.
1060
1061         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1062         depend on curl, which isn't essential.
1063
1064         * imap.el: Revert back to version
1065         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1066         seem problematic.
1067
1068 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1069
1070         * gnus-registry.el (gnus-registry-install-shortcuts):
1071         Explicitly pass `obarray' to `unintern' to avoid a warning.
1072
1073 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1076         change.
1077
1078         * nnrss.el (nnrss-request-list): Removed this function and related
1079         functions, including the moreover stuff.
1080
1081 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnrss.el (nnrss-retrieve-groups): New function.
1084
1085 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1086
1087         * .dir-locals.el: Add no-byte-compile cookie.
1088
1089 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * time-date.el (format-seconds): Comment fix.
1092
1093         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1094         for back end that doesn't support request-scan.
1095
1096 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1099         then do request scans from the backends.
1100
1101         * netrc.el (netrc-credentials): New conveniency function.
1102
1103         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1104         avoid running a hook per line, since this takes a lot of time,
1105         profiling shows.
1106         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1107         directly if gnus-visual-p is true.
1108
1109 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1112         groups; replace mapcar with dolist which is a bit faster; pass groups
1113         info to gnus-read-active-file-1.
1114         (gnus-read-active-file-1): Scan only specified groups if the new
1115         optional arg `infos' is given.
1116
1117 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1120
1121         * pop3.el (pop3-movemail): Removed.
1122         (pop3-streaming-movemail): Renamed to pop3-movemail.
1123
1124         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1125         don't restrict end-tag searches to the end of the line.
1126
1127 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1130         articles of every unchecked group to t, which means unknown since the
1131         server has never been opened.
1132
1133 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-html.el (gnus-html-show-alt-text): New command.
1136         (gnus-html-browse-image): Ditto.
1137         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1138         to browse the image directly.
1139         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1140         better.
1141
1142         * gnus-async.el (gnus-async-article-callback): Call
1143         `gnus-html-prefetch-images' unconditionally.
1144
1145         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1146         before feeding URLs to curl.
1147
1148 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1151         internal images as deletable by `W D D'.
1152
1153         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1154         (gnus-async-article-callback): Fix typo.
1155
1156 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1159         current line to work around bugs in the output from w3m.
1160
1161         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1162         for groups that want that.
1163
1164         * nntp.el (nntp-wait-for-string): Supply a timeout for
1165         accept-process-output to ensure progress.
1166
1167         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1168         level to get unread articles from, then use that for foreign groups,
1169         too.
1170
1171         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1172         confuses the rest of the function.
1173
1174         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1175         for the methods that support -retrieve-groups, too.
1176
1177         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1178
1179 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1182         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1183
1184         * pop3.el: Require cl when compiling.
1185         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1186
1187 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1190         that aren't going to be activated.
1191         (gnus-get-unread-articles): Fix up the last commit.
1192
1193         * gnus-html.el (gnus-article-html): Allow calling without specifying
1194         the handle.  In that case, dissect the buffer first.
1195
1196         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1197
1198         * nnimap.el (nnimap-open-connection): Revert the change that would look
1199         into authinfo for imaps instead of imap.
1200
1201         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1202         say that you don't want to call gnus-request-group with don-check, but
1203         do check the reponse.  This is for virtual groups only.
1204         (gnus-get-unread-articles): Count the archive groups as secondary, so
1205         that they're activated the same way as before.
1206
1207         * imap.el (imap-message-map): Removed optional buffer parameter, since
1208         no callers use it.
1209         (imap-message-get): Ditto.
1210         (imap-message-put): Ditto.
1211         (imap-mailbox-map): Ditto.
1212         (imap-mailbox-put): Ditto.
1213         (imap-mailbox-get): Ditto.
1214         (imap-mailbox-get): Revert last change for this function.
1215
1216         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1217         case-insensitively.
1218         (nnimap-debug): Removed.
1219
1220         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1221         to use `imap-fetch' instead.  According to the comments, this should be
1222         safe, since all other IMAP clients use the 1:* syntax.
1223         (imap-enable-exchange-bug-workaround): Removed.
1224         (imap-debug): Removed -- doesn't seem very useful.
1225
1226         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1227         mail from a file, and the file doesn't exist.
1228
1229         * imap.el (imap-log): New convenience function used throughout instead
1230         of repeating the same code all over the place.
1231
1232         * pop3.el (pop3-streaming-movemail): Return t for success.
1233
1234         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1235         .authinfo if we're using ssl connection.
1236
1237         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1238         already have if we're in a main Gnus `g' run.
1239
1240         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1241
1242 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1245
1246         * nnmh.el (nnmh-request-list-1): Bind `file'.
1247
1248         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1249         alias to set-process-query-on-exit-flag or process-kill-without-query.
1250         (pop3-open-server): Use it.
1251
1252 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1255         box to the Incoming file.  Fixes mistake in previous checkin.
1256
1257         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1258         request loop (for debugging purposes) removed.
1259
1260         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1261         culprit is more visible.
1262         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1263         (nnml-add-incremental-nov): New functions to do "incremental" nov
1264         updates, where we just append to the end of the existing nov files
1265         without reading/writing them in full.
1266
1267         * mail-source.el (mail-source-delete-crash-box): Really only check the
1268         incoming files once in a while.
1269
1270         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1271
1272         * mail-source.el (mail-source-delete-crash-box): Only check the
1273         incoming files for deletion once per day to save a lot of file
1274         accesses.
1275
1276         * pop3.el (pop3-logon): Fix up unbound variable typo.
1277
1278         * mail-source.el (pop3-streaming-movemail): Autoload.
1279
1280         * pop3.el (pop3-streaming-movemail): Respect
1281         pop3-leave-mail-on-server.
1282
1283         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1284         retrieval.
1285
1286         * pop3.el (pop3-process-filter): Removed unused function.
1287         (pop3-streaming-movemail, pop3-send-streaming-command)
1288         (pop3-wait-for-messages, pop3-write-to-file)
1289         (pop3-number-of-responses): New functions for streaming pop3
1290         retrieval.
1291
1292         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1293         come from no known methods.
1294         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1295         list.
1296
1297         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1298         message sizes.
1299         (pop3-movemail): Use erase-buffer instead of looping and deleting
1300         regions, which seems rather odd.
1301
1302         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1303         file once per `g' run.
1304
1305         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1306         directories.  This makes the draft queue directory work.
1307
1308         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1309         data from the backends, so that we only request the list of groups from
1310         each method once.  This should speed things up considerably.
1311
1312         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1313         detect that it's not implemented.
1314
1315         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1316         we actually do recurse down into the tree, but don't stat all leaf
1317         nodes.
1318
1319         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1320         then say so instead of bugging out.
1321
1322         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1323         files exist before trying to read them.
1324
1325         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1326         around <pre_int>.
1327
1328         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1329
1330         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1331
1332 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * mm-util.el (mm-image-load-path): Just return the image directories,
1335         not all directories in the path in addition to the image directories.
1336         (mm-image-load-path): Maintain a cache of the image directories so that
1337         the `g' command in Gnus doesn't have to stat dozens of directories each
1338         time.
1339
1340         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1341         (gnus-html-wash-tags): Add a new `i' command to insert images.
1342         (gnus-html-insert-image): New command and keystroke.
1343         (gnus-html-redisplay-with-images): New command and keystroke.
1344         (gnus-html-show-images): Renamed command.
1345         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1346         spacers.
1347         (gnus-html-wash-tags): Decode entities at the end, so that entities
1348         inside the tags don't mess up the rest of the "parsing".
1349
1350         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1351         so that nnimap methods aren't agentized by default.  There's apparently
1352         many problems related to agent/imap behaviour.
1353
1354         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1355
1356         * gnus-html.el: Doc fix.
1357
1358 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1361         specifier-spec-list for Emacs 21.
1362
1363         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1364         glyph-width and glyph-height instead of display-graphic-p and
1365         image-size; make avoidance of displaying small images work for XEmacs.
1366
1367         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1368         for XEmacs.
1369
1370         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1371         of symbol that holds plist data.
1372         (gnus-process-plist): Remove plist of process after getting it.
1373
1374 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * message.el (message-generate-hashcash): Change default to
1377         'opportunistic if hashcash is installed.
1378
1379         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1380         (gnus-html-put-image): Only call image-size once, since it's somewhat
1381         time-consuming on remote X servers.
1382
1383 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1386         type on data, not a file name.
1387
1388         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1389         window-pixel-edges for Emacs 21.
1390
1391         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1392         decoded contents.
1393         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1394
1395 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1398         group line format, since it isn't very interesting.
1399
1400         * gnus-agent.el (gnus-agent-short-article),
1401         (gnus-agent-long-article): Increase values for these two variables,
1402         since most people are likely to have more network connection and
1403         storage than before.
1404
1405         * gnus.el (gnus-refer-article-method): Change default to 'current.
1406         When referring an article, the common behaviour is to refer it from the
1407         current select method, not the native select method.  The chances of
1408         the native select method having the message in question is rather slim
1409         these days.
1410
1411         * gnus-sum.el (gnus-auto-select-subject): Change default to
1412         `unseen-or-unread'.  I think it's likely that most people want to
1413         select an unseen article over a previously seen, but unread one.
1414
1415         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1416         means that in the article buffer none of the minor mode elements will
1417         be shown, usually, and this is not desirable in most cases.
1418
1419         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1420         that commands like `d' (and the like) go to the next line in the
1421         buffer, instead of the next unread article.  I think this is the
1422         behaviour that is most natural for most users.
1423         (gnus-single-article-buffer): Change default to nil, so that people can
1424         have as many article buffers open as they have summary buffer.  I think
1425         this is the most natural way for the groups to behave.
1426
1427         * message.el (message-generate-new-buffers): Change default to
1428         `unsent', so that all new message buffers start their names with the
1429         string "*unsent", and it's easier to find the buffers if you move from
1430         them.
1431
1432 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1435         small.  They're probably tracking images.
1436         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1437         (gnus-html-rescale-image): Yet another try at getting the image sizing
1438         right.
1439
1440         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1441         nntp-marks-file-name is nil.
1442
1443 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * gnus-html.el (gnus-html-wash-tags)
1446         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1447         Better logging.
1448
1449 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1452
1453         * gnus-html.el (gnus-html-wash-tags): Check the value of
1454         gnus-blocked-images in the summary buffer.
1455
1456 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1457
1458         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1459
1460 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1463         like "a", it seems like.
1464         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1465         since it needs to be picked from the correct buffer.
1466
1467         * nnwfm.el: Removed.
1468
1469         * nnlistserv.el: Removed.
1470
1471 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1474         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1475
1476 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnkiboze.el: Removed.
1479
1480         * nndb.el: Removed.
1481
1482         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1483         alt text.
1484         (gnus-html-rescale-image): Try to get the rescaling logic right for
1485         images that are just wide and not tall.
1486
1487         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1488         overshadow variable bindings.
1489
1490 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * gnus-html.el (gnus-html-wash-tags)
1493         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1494         extra logging.
1495
1496 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1499         (gnus-max-image-proportion): New variable.
1500         (gnus-html-rescale-image): New function.
1501         (gnus-html-put-image): Rescale images.
1502
1503 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         Fix up some byte-compiler warnings.
1506         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1507         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1508         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1509         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1510         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1511         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1512         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1513
1514 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * gnus-html.el (gnus-article-html): Decode contents by charset.
1517
1518 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1521         (gnus-html-frame-width, gnus-blocked-images)
1522         * message.el (message-prune-recipient-rules): Add custom version.
1523         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1524
1525         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1526         functions.
1527
1528         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1529         gnus-process-get.
1530
1531 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1532
1533         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1534         instead of lsub directly.
1535
1536 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnwarchive.el: Removed.
1539
1540         * gnus-soup.el: Removed.
1541
1542         * nnsoup.el: Removed.
1543
1544         * nnultimate.el: Removed.
1545
1546         * gnus-html.el (gnus-blocked-images): New variable.
1547
1548         * message.el (message-prune-recipients): New function.
1549         (message-prune-recipient-rules): New variable.
1550
1551         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1552         guess whether a long line is natural text or not.
1553
1554         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1555         gnus-process-plist and friends for compatibility.
1556
1557 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1558
1559         * gnus-html.el: Require packages that define macros used in this file.
1560         (gnus-article-mouse-face): Declare to silence byte-compiler.
1561         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1562         process-get.
1563         (gnus-html-put-image): Use plist-get to avoid getf.
1564         (gnus-html-prefetch-images): Use with-current-buffer.
1565
1566 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-ems.el: Provide compatibility functions for
1569         gnus-set-process-plist.
1570
1571         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1572         header-line-format for XEmacs 21.4.
1573
1574         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1575         * gnus.el (gnus-valid-select-methods)
1576         * message.el (message-send-mail-partially-limit)
1577         * mm-decode.el (mm-text-html-renderer)
1578         * mml.el (mml-insert-mime-headers-always)
1579         * smiley.el (smiley-regexp-alist): Bump custom version.
1580
1581 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-html.el: require mm-url.
1584         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1585         with the url to `url'.
1586         (gnus-html-wash-tags): Support cid: URLs/images.
1587
1588 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1591         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1592         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1593
1594         * gnus-move.el: Removed file, since it doesn't really work.
1595
1596         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1597         UTF-8.  This seems to fix problems with some German web feeds.
1598
1599         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1600         at the top so that the proper colours are applied.
1601
1602         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1603         don't have dots in their names.
1604
1605         * gnus-art.el (gnus-article-view-part): Doc fix.
1606
1607         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1608         XEmacs-compatible.
1609         (gnus-html-put-image): Don't do images on non-graphic displays.
1610
1611         * nnslashdot.el: Removed this unused backend.
1612
1613         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1614         actions.
1615         (gnus-undo-register-1): Revert last change.
1616
1617         * gnus-group.el (gnus-group-completing-read): Protect against not
1618         having completion-styles bound.
1619
1620         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1621         make broken recipients happier.
1622
1623         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1624
1625         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1626         point parameter.
1627
1628         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1629
1630         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1631         completion-styles for group selection.
1632
1633 2009-02-04  Andreas Schwab  <schwab@suse.de>
1634
1635         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1636         headers and regexp-quote the match if necessary.
1637
1638 2009-03-24  Miles Bader  <miles@gnu.org>
1639
1640         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1641         the blinking smiley.
1642
1643 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1644
1645         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1646         blink smiley.
1647
1648 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1651         where the dribbel file lives exists.
1652
1653         * message.el (message-send-mail-partially-limit): Change the default to
1654         nil, since most people don't want this.
1655
1656         * mm-url.el (mm-url-decode-entities): Also decode entities like
1657         &#x3212.
1658
1659 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1660
1661         * gnus-sum.el (gnus-summary-idna-message):
1662         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1663         Hyperlink urls in docstrings with URL `...'.
1664
1665 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1666
1667         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1668         functions.
1669
1670 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1673         say what the mouseover text should be.
1674
1675         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1676         version of the mm-w3m-safe-url-regexp variable to only download images
1677         in the groups where we want that to happen.
1678
1679         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1680
1681         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1682         easier debugging.
1683         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1684         big pictures in the article buffer.
1685
1686         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1687         gnus-article-html.
1688         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1689         w3m.
1690
1691         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1692
1693 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1696         which doesn't exist.
1697
1698         * message.el (message-inhibit-ecomplete): New variable to allow some
1699         function to inhibit ecomplete address storage.
1700         (message-resend): Disable ecomplete message storage when resending
1701         messages.
1702
1703         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1704
1705 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1708         Save excursion while copying, moving, and deleting articles in order to
1709         prevent the cursor from jumping to unforeseen place.
1710
1711 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * lpath.el: No need to bind bookmark-current-buffer,
1714         bookmark-yank-point and bookmark-make-record-function.
1715
1716 2010-08-17  Glenn Morris  <rgm@gnu.org>
1717
1718         * gnus-sync.el: Require gnus components whose functions are used.
1719
1720         * gnus-art.el (bookmark-make-record-function):
1721         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1722         Declare for compiler.
1723
1724         * mm-url.el (mml-compute-boundary): Autoload.
1725
1726 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1729
1730 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1731
1732         Typo fix "hoo4a" -> "hook".
1733
1734         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1735
1736 2010-08-14  Glenn Morris  <rgm@gnu.org>
1737
1738         * gnus-sync.el (gnus-sync): Fix defgroup version.
1739
1740 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1741
1742         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1743
1744         * gnus-sync.el: Fix docs.
1745         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1746         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1747
1748 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         Optimizations for gnus-sync.el.
1751
1752         * gnus-sync.el: Add docs about gnus-sync-backend
1753         possibilities.
1754         (gnus-sync-save): Remove unnecessary message.
1755         (gnus-sync-read): Optimize and show what groups were skipped.
1756
1757 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         Minor bug fixes for gnus-sync.el.
1760
1761         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1762         read the sync on get-new-news.
1763
1764         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1765         quiet.
1766
1767         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1768
1769 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1770
1771         Make saving and restoring of hidden threads work with overlays.
1772         Patch applied by Ted Zlatanov.
1773
1774         * gnus-sum.el (gnus-hidden-threads-configuration)
1775         (gnus-restore-hidden-threads-configuration): Update to deal with text
1776         properties, rather than searching for a magic character.
1777
1778 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         New gnus-sync.el library for synchronization of marks.
1781
1782         * gnus-sync.el: New library for synchronization of marks.
1783
1784         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1785         renamed from `gnus-registry-grep-in-list'.
1786
1787         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1788
1789         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1790
1791 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1794         determining charset of text fails.
1795
1796 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * nnmail.el (nnmail-get-new-mail-1): Revert.
1799
1800         * nnml.el (nnml-active-number): Make sure names of newly created groups
1801         in nnml-group-alist are encoded.
1802
1803 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1806         containing non-ASCII characters in active file for nnml back end.
1807
1808 2010-07-24  David Engster  <dengste@eml.cc>
1809
1810         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1811         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1812
1813 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1814
1815         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1816         tag (Bug#6654).
1817
1818 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1821         the article buffer, not the summary buffer.
1822
1823 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1826         Emacs 23 as well.
1827
1828 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1831         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1832
1833 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1834
1835         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1836         Patch applied by Karl Fogel.
1837
1838         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1839         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1840
1841 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1842
1843         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1844         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1845         C-w still not working correctly from Article buffers; Thierry's
1846         patch to fix that will be applied after this.
1847
1848         * gnus-art.el (bookmark-make-record-function): New local variable.
1849
1850         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1851         article buffer.
1852         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1853
1854 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1855
1856         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1857         on changes in bookmark.el.
1858
1859 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1862         `no-log' instead of message not to log prompt string.
1863
1864 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1865
1866         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1867         the *other* type of HTML form submission.
1868
1869 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1870
1871         * auth-source.el (auth-source-pick): If choice does not contain a
1872         questioned keyword, set the check to t.
1873
1874 2010-06-12  Romain Francoise  <romain@orebokech.com>
1875
1876         * gnus-util.el (gnus-date-get-time): Move up before first use.
1877
1878 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1881         (gnus-article-edit-part): Bind it to make last part that is substituted
1882         or deleted visible.
1883         (gnus-mime-display-single): Buttonize part of which id equals to
1884         gnus-mime-buttonized-part-id.
1885
1886 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1887
1888         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1889         (gnus-dd-mmm): Use gnus-date-get-time.
1890         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1891         simplify logic.
1892         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1893         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1894
1895 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1896
1897         * auth-source.el (top): Autoload `secrets-list-collections',
1898         `secrets-create-item', `secrets-delete-item'.
1899         (auth-sources): Fix tag string.
1900         (auth-get-source, auth-source-retrieve, auth-source-create)
1901         (auth-source-delete): New defuns.
1902         (auth-source-pick): Rewrite in order to avoid 2 passes.
1903         (auth-source-forget-user-or-password): New parameter USERNAME.
1904         (auth-source-user-or-password): New parameters CREATE-MISSING and
1905         DELETE-EXISTING.  Retrieve password interactively, if needed.
1906
1907 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1908
1909         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1910         deleting unused directories when gnus-expert-user is t.
1911
1912 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1915         for each temp file when gnus-article-browse-delete-temp is ask.
1916
1917 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1918
1919         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1920         Lisp calls to delete-backward-char by calls to delete-char.
1921
1922 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1923
1924         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1925
1926 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1927
1928         * password-cache.el (password-cache-remove): Fix docstring.
1929
1930 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1933         article unless decoding article to be saved.
1934
1935 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1938         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1939         generated within the mm-with-unibyte-current-buffer macro.
1940
1941 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1944         to nil when we're in a mml-preview buffer and no group is selected.
1945
1946 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1947
1948         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1949         when catching the `C-g'.  Reported by "Leo".
1950
1951 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * message.el (message-forward-make-body-plain)
1954         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1955         multibyte-string-p.
1956
1957         * lpath.el: Revert.
1958
1959 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * message.el (message-forward-make-body-mml): Assume original message
1962         is multibyte string; error on unibyte.
1963         (message-forward-make-body-plain): Ditto; don't add excessive newline
1964         in body end.
1965
1966         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1967
1968 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1969
1970         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1971         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1972
1973 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-extern.el (mm-extern-url): Don't use
1976         mm-with-unibyte-current-buffer.
1977         (mm-extern-cache-contents): Use with-current-buffer instead of
1978         save-excursion + set-buffer.
1979
1980 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mm-util.el (mm-emacs-mule): Remove.
1983
1984 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1985
1986         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1987         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1988         change.
1989
1990 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1993         bind the default value of enable-multibyte-characters to nil.
1994
1995 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * message.el (message-forward-make-body-plain)
1998         (message-forward-make-body-mml):
1999         Don't use mm-with-unibyte-current-buffer.
2000
2001 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2002
2003         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2004
2005 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2006
2007         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2008         (Bug#5592).
2009
2010 2010-05-07  Julien Danjou  <julien@danjou.info>
2011
2012         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2013         it to mm-pipe-part.
2014
2015         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2016         it is given.
2017
2018 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * binhex.el (binhex-decode-region-internal)
2021         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2022         (dns-query)
2023         * nnweb.el (nnweb-gmane-search)
2024         * pgg-parse.el (pgg-parse-armor)
2025         * pgg.el (pgg-verify-region)
2026         * sha1.el (sha1-string-external)
2027         * uudecode.el (uudecode-decode-region-internal)
2028         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2029         XEmacs.
2030
2031         * gnus-art.el (gnus-article-browse-html-parts)
2032         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2033         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2034         make-temp-file.
2035
2036         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2037         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2038         compiling.
2039
2040         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2041         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2042         XEmacs when compiling.
2043
2044         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2045         gnus-pick-mode-off-hook for XEmacs when compiling.
2046         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2047         gnus-binary-mode-off-hook for XEmacs when compiling.
2048
2049         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2050         nil if char-charset is not available.
2051
2052         * imap.el (imap-disable-multibyte)
2053         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2054         macros.
2055
2056         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2057         instead of encode-coding-string.
2058
2059         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2060         'xemacs) instead of mm-emacs-mule to switch function definitions.
2061         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2062
2063         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2064         bind temporary-file-directory for XEmacs;
2065         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2066         timer-set-function for XEmacs 21.4 and SXEmacs;
2067         bind timer-list for XEmacs 21.4 and SXEmacs;
2068         fbind char-charset and find-charset-region for non-Mule XEmacs;
2069         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2070         encode-coding-region and encode-coding-string for XEmacs having no
2071         file-coding feature.
2072
2073 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2074
2075         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2076
2077 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2080         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2081
2082 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2083
2084         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2085         alias `jka-compr-delete-temp-file' no longer exists.
2086
2087 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2088
2089         Use define-minor-mode in Gnus where applicable.
2090         * mml.el (mml-mode): Use define-minor-mode.
2091         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2092         (gnus-undo-mode): Use define-minor-mode.
2093         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2094         (gnus-dead-summary-mode): Use define-minor-mode.
2095         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2096         Initialize in declaration.
2097         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2098         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2099         (gnus-mailing-list-mode): Use define-minor-mode.
2100         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2101         (gnus-draft-mode): Use define-minor-mode.
2102         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2103         (gnus-dired-mode): Use define-minor-mode.
2104
2105 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2106
2107         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2108         handles on recursive mml-to-mime translation and check them for
2109         boundary delimiter collisions.  Reported by Greg Troxel.
2110
2111 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2114
2115 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2116
2117         * mm-util.el (mm-find-buffer-file-coding-system):
2118         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2119
2120 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2121
2122         * message.el (message-generate-headers): Record insertion of optional
2123         headers as well.  Otherwise the check to prevent repeated insertion of
2124         optional headers is a no-op.
2125
2126 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2127
2128         * smime.el: Don't mention CVS.
2129
2130         * nnrss.el (nnrss-fetch): Don't mention CVS.
2131
2132         * nnir.el: Don't mention CVS.
2133
2134 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2135
2136         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2137
2138 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * lpath.el: Fbind bookmark-default-handler,
2141         bookmark-get-bookmark-record, bookmark-make-record-default,
2142         bookmark-prop-get for Emacs <23 and XEmacs.
2143
2144 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2145
2146         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2147         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2148         Use with-current-buffer to silence the byte-compiler.
2149         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2150         bother to require `gnus'.
2151         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2152
2153 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2154
2155         * gnus-sum.el (gnus-summary-bookmark-make-record)
2156         (gnus-summary-bookmark-jump): New functions.
2157         (gnus-summary-mode): Setup bookmark support.
2158
2159 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2160
2161         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2162         if set.
2163
2164 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2167         gnus-article-browse-html-save-cid-image; make it work recursively for
2168         forwarded messages as well.
2169         (gnus-article-browse-html-parts): Work when prefix arg is given.
2170         (gnus-article-browse-html-article): Doc fix.
2171
2172 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2173
2174         * message.el (message-default-mail-headers):
2175         (message-default-headers): Carry the value mail-default-headers over
2176         into message-default-mail-headers, rather than message-default-headers.
2177
2178 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2179
2180         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2181         charset.
2182
2183         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2184         charset into the <meta> tag when the article is encoded to utf-8.
2185
2186 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2189         directories as well.
2190         (gnus-article-browse-html-parts): Work for images that do not specify
2191         file names; delete temp directory when quitting; insert header at the
2192         right place; use file: scheme for image files.
2193
2194 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2195
2196         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2197         (gnus-article-browse-html-parts): Use it to make temporary cid image
2198         files in addition to html file so that browser may display them.
2199
2200 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2203
2204 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2205
2206         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2207
2208 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2211         about Secret Service API sources.  Improve Customize options.
2212         (auth-source-pick): Change to accept any number of search parameters.
2213         Implement fallbacks iteratively, not recursively.  Add scoring on the
2214         second pass and sort by score.  Call Secret Service API when needed.
2215         (auth-source-user-or-password): Use it.  Call Secret Service API
2216         directly when needed to get the user name and the password.
2217
2218 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2219
2220         * message.el (message-interactive): Doc fix.
2221         (message-qmail-inject-args): Reflow.
2222         (message-kill-to-signature): Fix typo in docstring.
2223
2224         * smiley.el (smiley-buffer): Fix typo in docstring.
2225
2226 2010-03-24  Glenn Morris  <rgm@gnu.org>
2227
2228         * mail-source.el (gnus-message): Declare.
2229         (mail-source-delete-old-incoming): Require gnus-util.
2230
2231 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2234
2235         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2236
2237         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2238         password-cache's default if it is not bound.
2239         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2240         password-cache-expiry's default if it is not bound.
2241
2242         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2243         available in Emacs 21.
2244
2245         * lpath.el: Suppress compiler warnings for:
2246         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2247         XEmacs;
2248         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2249         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2250         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2251
2252 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2253
2254         * auth-source.el (auth-sources): Fix up definition so extra parameters
2255         are always inline.
2256
2257 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2258
2259         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2260         wasn't updated after mismatch.  Clear cached mailbox info correctly
2261         when uidvalidity changes.
2262         (nnimap-group-prefixed-name): New function to avoid some code
2263         duplication.
2264         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2265         (nnimap-request-group): Use it.
2266         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2267         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2268         with many imap folders.  This is done by caching the group status from
2269         the imap server persistently in a group parameter `imap-status'.  (This
2270         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2271         but not persistently, so every Gnus startup was still very slow.)
2272
2273 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2274
2275         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2276         delete the extra newline.  Otherwise editing of :string and :number
2277         types don't work.
2278
2279 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2280
2281         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2282         secrets.el dependency.
2283         (auth-sources): Add optional user name.  Add secrets.el configuration
2284         choice (unused right now).
2285
2286 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2289         `gnus-registry-install-shortcuts' fill in the functions.
2290
2291         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2292         warnings.
2293         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2294         (gnus-registry-install-shortcuts): Populate and use it in a
2295         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2296
2297 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2298
2299         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2300         In-place substitutions for the group name encoding/decoding.
2301         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2302         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2303         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2304         (nnimap-update-unseen, nnimap-request-list)
2305         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2306         (nnimap-request-set-mark, nnimap-split-to-groups)
2307         (nnimap-split-articles, nnimap-request-newgroups)
2308         (nnimap-request-create-group, nnimap-request-accept-article)
2309         (nnimap-request-delete-group, nnimap-request-rename-group)
2310         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2311         `encoded-mbx' for consistency.
2312         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2313         variable `imap-current-mailbox'.
2314
2315         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2316         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2317
2318 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2319
2320         * pop3.el (pop3-display-message-size-flag): Display message size byte
2321         counts during POP3 download.
2322         (pop3-movemail): Use it.
2323         (pop3-list): Implement listing of available messages.
2324
2325 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2326
2327         * nnir.el (nnir-get-article-nov-override-function): New function to
2328         override the normal NOV retrieval.
2329         (nnir-retrieve-headers): Use it.
2330
2331 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2332
2333         * auth-source.el (netrc-machine-user-or-password): Autoload.
2334
2335 2010-03-19  Glenn Morris  <rgm@gnu.org>
2336
2337         Stop message.el from loading about 40 libraries it doesn't always need.
2338         The general approach is to autoload rather than require, and to
2339         require in the specific functions rather than the file.  (Bug#5642)
2340
2341         * gmm-utils.el: Don't require wid-edit.
2342         (widget-create-child-value, widget-convert, widget-default-get):
2343         Autoload.
2344
2345         * gnus-util.el: Don't require time-date, netrc.
2346         (message-fetch-field, gnus-group-name-decode): Declare rather than
2347         autoloading.
2348         (gnus-fetch-field): Require message.
2349         (gnus-decode-newsgroups): Require gnus-group.
2350
2351         * ietf-drums.el: Don't require time-date.
2352
2353         * message.el: Don't require hashcash, canlock, ecomplete.
2354         Do require mail-utils.  Require nnheader only when compiling.
2355         (smtpmail-default-smtp-server): Remove declaration.
2356         (message-send-mail-function): Check smtpmail-default-smtp-server
2357         is bound rather than requiring smtpmail.
2358         (message-auto-save-directory, message-insert-signature): Use
2359         expand-file-name rather than nnheader-concat.
2360         (nnheader-insert-file-contents): Autoload.
2361         (hashcash-wait-async): Declare.
2362         (message-send-mail): Only call gnus-setup-posting-charset if
2363         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2364         (message-send-mail-with-sendmail): Require sendmail.
2365         (canlock-password, canlock-password-for-verify): Declare.
2366         (message-canlock-password): Require canlock.
2367         (nnheader-get-report): Autoload.
2368         (gnus-setup-posting-charset): Declare.
2369         (message-send-news): Require gnus-msg.
2370         (message-make-references, message-make-in-reply-to): Use mail-header-id
2371         rather than the alias mail-header-message-id.
2372         (ecomplete-add-item, ecomplete-save): Declare.
2373         (message-put-addresses-in-ecomplete): Require ecomplete.
2374         (ecomplete-display-matches): Autoload.
2375
2376         * mm-decode.el: Don't require mailcap, gnus-util.
2377         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2378         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2379         Autoload.
2380         (mailcap-mime-extensions): Declare.
2381
2382         * mm-encode.el: Don't require mailcap.
2383         (mailcap-extension-to-mime): Autoload.
2384
2385         * mml-sec.el: Don't require password-cache.
2386
2387         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2388         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2389         (mml-minibuffer-read-type): Require mailcap.
2390         (mml-preview): Require gnus-msg.
2391
2392         * mml1991.el: Require password-cache.
2393         (password-cache-expiry): Remove declaration.
2394
2395         * mml2015.el: Require password-cache.
2396         (password-cache-expiry): Remove declaration.
2397
2398         * nneething.el (mailcap): Require mailcap.
2399
2400         * nnheader.el (declare-function): Add compatibility stub.
2401         (message-remove-header): Declare rather than autoload.
2402         (nnheader-replace-header): Require message.
2403
2404         * nnimap.el (declare-function): Add compatibility stub.
2405         (netrc-parse, netrc-machine-user-or-password): Declare.
2406         (nnimap-open-connection): Require netrc.
2407
2408         * nntp.el (declare-function): Add compatibility stub.
2409         (netrc-parse, netrc-machine, netrc-get): Declare.
2410         (nntp-send-authinfo): Require netrc.
2411
2412         * rfc2047.el: Don't require qp.
2413         (quoted-printable-encode-region, quoted-printable-decode-string):
2414         Autoload.
2415
2416         * sieve-mode.el: Don't require easymenu.
2417         (easy-menu-add-item): Autoload it.
2418
2419         * spam-stat.el (time-to-number-of-days): Autoload it.
2420
2421 2010-03-19  Glenn Morris  <rgm@gnu.org>
2422
2423         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2424
2425 2010-03-18  Glenn Morris  <rgm@gnu.org>
2426
2427         * hashcash.el (declare-function): Remove duplicate definition.
2428
2429 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2430
2431         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2432         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2433         value if any backslash escapes).
2434
2435 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2438         if it is available.  (bug#5647)
2439
2440         * lpath.el: Suppress compiler warning for coding-system-from-name for
2441         Emacs 21 and XEmacs.
2442
2443 2010-03-14  Juri Linkov  <juri@jurta.org>
2444
2445         * hmac-def.el:
2446         * hmac-md5.el:
2447         * netrc.el: Fix keywords.
2448
2449 2010-02-26  Glenn Morris  <rgm@gnu.org>
2450
2451         * message.el (message-send-mail-function): Change the default, so that
2452         it inherits from a customized send-mail-function.  (Bug#5643)
2453
2454 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2455
2456         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2457         shell-command-to-string signals an error (bug#5299).
2458
2459 2010-02-24  Glenn Morris  <rgm@gnu.org>
2460
2461         * message.el (message-smtpmail-send-it)
2462         (message-send-mail-with-mailclient): Doc fixes.
2463
2464 2010-02-16  Glenn Morris  <rgm@gnu.org>
2465
2466         * message.el (message-default-mail-headers): Change the default value
2467         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2468
2469 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2472         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2473
2474 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2475
2476         * time-date.el (date-to-time): Doc fix (Bug#5408).
2477
2478 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2479
2480         * message.el (message-mail): Just pass yank-action on to message-setup.
2481         (message-setup): Handle (FUN . ARGS) form of yank-action.
2482         (message-with-reply-buffer, message-widen-reply)
2483         (message-yank-original): Handle non-buffer values of
2484         message-reply-buffer (Bug#4080).
2485         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2486
2487 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2488
2489         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2490         Fix typo in docstring.
2491
2492 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2493
2494         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2495         response.
2496
2497 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2500
2501         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2502
2503         * message.el (message-check-news-header-syntax): Protect against a
2504         string that `rfc822-addresses' returns when parsing fails.
2505
2506 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2509         (gnus-previous-char-property-change): New functions.
2510
2511         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2512
2513 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2514
2515         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2516         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2517
2518 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2519
2520         * message.el (message-exchange-point-and-mark): Rework last change to
2521         avoid using optional arg of exchange-point-and-mark, for backward
2522         compatibility.
2523
2524 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2525
2526         * message.el (message-exchange-point-and-mark): Call
2527         exchange-point-and-mark with an argument rather than setting
2528         mark-active by hand (Bug#5175).
2529
2530 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * nntp.el (nntp-service-to-port): Work for service expressed with
2533         numeric string; replace [:digit:] with [0-9] for XEmacs.
2534
2535 2009-12-17  Glenn Morris  <rgm@gnu.org>
2536
2537         * gnus-group.el (gnus-bug-group-download-format-alist):
2538         Change emacs entry to debbugs.gnu.org.  Bump :version.
2539
2540 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2543
2544 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2545
2546         * message.el (message-info): Explain why we use `Info-goto-node'.
2547
2548 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2551
2552 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2553
2554         * message.el (message-completion-in-region): New compatibility function.
2555         (message-expand-group): Use it.
2556
2557 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2560         with no unread article should be listed if the 2nd arg `predicate' is
2561         given.
2562
2563 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2566
2567 2009-11-29  Juri Linkov  <juri@jurta.org>
2568
2569         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2570         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2571         on `gnus-recenter'. (Bug#4698, Bug#4981)
2572
2573 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2574
2575         * sha1.el (sha1-string-external): default-directory "/" in case
2576         otherwise non-existent.  process-connection-type pipe for touch of
2577         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2578
2579 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2580
2581         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2582         it's comms related and sgml-mode.el has "comm" on that basis too.
2583
2584 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2587         containing tspecial characters if they have been already quoted.
2588
2589 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2590
2591         * dns-mode.el (auto-mode-alist): Purecopy string.
2592
2593 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2594
2595         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2596
2597 2009-10-24  Glenn Morris  <rgm@gnu.org>
2598
2599         * gnus-art.el (help-xref-stack-item): Define for compiler.
2600
2601 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2602
2603         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2604
2605 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2608
2609 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2612         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2613
2614 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2617         (gnus-overlays-in): New alias to overlays-in.
2618
2619         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2620         gnus-overlay-get, and gnus-delete-overlay.
2621         (gnus-summary-show-thread): Make it work as well for systems in which
2622         next-single-char-property-change is not available.
2623         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2624
2625         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2626         (gnus-overlay-get): New alias to extent-property.
2627         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2628
2629         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2630         SXEmacs.
2631
2632         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2633         SXEmacs.
2634
2635 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2638
2639 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2640
2641         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2642         and XEmacs that don't have `remove-overlays'.
2643
2644 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2647         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2648         selective display.  Use overlays instead.
2649
2650 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2651
2652         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2653
2654 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2655
2656         * spam-stat.el (spam-stat-load): Fix typo in message.
2657
2658 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2659
2660         * dig.el (dig-invoke): Fix typo in docstring.
2661         (query-dig): Reflow docstring.
2662
2663 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2664
2665         * gnus-art.el (gnus-article-encrypt-body):
2666         * message.el (message-check-recipients):
2667         * mm-util.el (mm-codepage-setup):
2668         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2669         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2670
2671 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2672
2673         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2674         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2675         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2676         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2677         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2678
2679 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2680
2681         * dig.el: Add "Keywords: comm", as per net-utils.el.
2682
2683 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2684
2685         * dig.el (dig-mode): Use define-derived-mode.
2686
2687 2009-09-19  Glenn Morris  <rgm@gnu.org>
2688
2689         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2690
2691 2009-09-18  Glenn Morris  <rgm@gnu.org>
2692
2693         * gnus-diary.el (gnus-diary-check-message):
2694         * message.el (message-insert-formatted-citation-line):
2695         * nnbabyl.el (top-level):
2696         * nndiary.el (nndiary-schedule):
2697         Fix typos in condition-case handlers.
2698
2699 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2702         configuration that provides the sole article window in a frame;
2703         position point correctly after deleting a part.
2704
2705 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2706
2707         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2708         (spam-resolve-registrations-routine): Use it to unregister articles
2709         that change status.
2710
2711 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2714         with XEmacs.
2715         (parse-time-string-chars): Use it.
2716
2717 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * imap.el (imap-interactive-login): Better messages.
2720         (imap-open): Fix bug with renamed buffer on reconnect.
2721         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2722         for easier debugging and cleaner code.  On successful (guessed based on
2723         server capabilities) secondary authentication, set imap-state
2724         correctly.
2725         (imap-last-authenticator): Define imap-last-authenticator as a variable
2726         to avoid warnings.
2727
2728 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * nnrss.el (nnrss-request-article): Remove binding of
2731         default-enable-multibyte-characters that has gotten needless by
2732         the 2007-07-13 change in rfc2047-encode-message-header.
2733
2734         * mml.el (mml-insert-multipart): Error on the message header.
2735         (mml-insert-part): Error on the message header; position point at
2736         the end of a MIME tag.
2737
2738 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * time-date.el (autoload): Expand define-obsolete-function-alias into
2741         defalias and make-obsolete for old Emacsen that Gnus supports.
2742         (with-no-warnings): Define it for old Emacsen.
2743         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2744         is available.
2745         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2746         float-time is available; suppress compile warning for time-to-seconds.
2747
2748         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2749         (gnus-float-time): Alias to float-time if it exists.
2750
2751         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2752         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2753         float-time is available; suppress compile warning for time-to-seconds.
2754
2755         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2756         XEmacs.
2757
2758 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * imap.el (imap-message-map): Docstring fix.
2761
2762 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2765         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2766         Add the optional argument `encoding' that overrides the default.
2767
2768         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2769         mm-encode-buffer.
2770
2771 2009-09-04  Glenn Morris  <rgm@gnu.org>
2772
2773         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2774         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2775         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2776         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2777         * mm-util.el (mm-with-unibyte-current-buffer)
2778         (mm-find-buffer-file-coding-system):
2779         * yenc.el (yenc-decode-region): Use default-value rather than
2780         default-enable-multibyte-characters.
2781
2782 2009-09-03  Glenn Morris  <rgm@gnu.org>
2783
2784         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2785         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2786         than default-enable-multibyte-characters.
2787
2788 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2789
2790         * gnus-art.el (gnus-article-read-summary-keys):
2791         Fix gnus-buffer-configuration's value temporarily used.
2792
2793 2009-09-02  Glenn Morris  <rgm@gnu.org>
2794
2795         * gnus-util.el (gnus-float-time): New function.
2796         * gnus-delay.el (gnus-delay-article):
2797         * gnus-sum.el (gnus-thread-latest-date):
2798         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2799         * nnspool.el (nnspool-request-newgroups):
2800         Use gnus-float-time rather than time-to-seconds.
2801         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2802
2803         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2804         (gnus-header-subject-face, gnus-header-newsgroups-face)
2805         (gnus-header-name-face, gnus-header-content-face):
2806         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2807         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2808         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2809         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2810         (gnus-cite-face-11):
2811         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2812         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2813         (gnus-server-closed-face, gnus-server-denied-face)
2814         (gnus-server-offline-face):
2815         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2816         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2817         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2818         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2819         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2820         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2821         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2822         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2823         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2824         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2825         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2826         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2827         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2828         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2829         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2830         (gnus-summary-high-undownloaded-face)
2831         (gnus-summary-low-undownloaded-face)
2832         (gnus-summary-normal-undownloaded-face)
2833         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2834         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2835         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2836         (gnus-splash-face):
2837         * message.el (message-header-to-face, message-header-cc-face)
2838         (message-header-subject-face, message-header-newsgroups-face)
2839         (message-header-other-face, message-header-name-face)
2840         (message-header-xheader-face, message-separator-face)
2841         (message-cited-text-face, message-mml-face):
2842         * sieve-mode.el (sieve-control-commands-face)
2843         (sieve-action-commands-face, sieve-test-commands-face)
2844         (sieve-tagged-arguments-face):
2845         * spam.el (spam-face):
2846         Mark face aliases with "-face" in the name as obsolete.
2847
2848 2009-09-01  Glenn Morris  <rgm@gnu.org>
2849
2850         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2851         than goto-line.
2852
2853 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2856         Don't move point if the command is invoked inside the message header.
2857
2858 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2859
2860         * imap.el (imap-send-command): Simplify.
2861         (imap-wait-for-tag): point-max -> buffer-size.
2862
2863 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2864
2865         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2866         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2867         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2868         * nnir.el (nnir-swish-e-index-file):
2869         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2870         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2871         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2872         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2873         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2874         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2875
2876 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2879         Don't save excursion.
2880
2881 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         * nnheader.el (nnheader-find-file-noselect):
2884         * mm-util.el (mm-insert-file-contents):
2885         Use (default-value 'major-mode) instead of default-major-mode.
2886
2887 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2888
2889         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2890
2891 2009-08-26  Glenn Morris  <rgm@gnu.org>
2892
2893         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2894         than placing in files.el.
2895
2896 2009-08-25  Glenn Morris  <rgm@gnu.org>
2897
2898         * nnir.el (top-level): Don't require cl at run-time.
2899         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2900         Replace cl-function substitute with gnus-replace-in-string.
2901         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2902         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2903         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2904         simplified expansions.
2905
2906 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2907
2908         * dig.el (dig): Add autoload cookie.
2909
2910 2009-08-22  Glenn Morris  <rgm@gnu.org>
2911
2912         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2913         goto-line.
2914
2915 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2916
2917         * parse-time.el (parse-time-string-chars): Save match data.
2918
2919 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2920
2921         * parse-time.el (parse-time-string-chars): Compute using character
2922         classes, to handle non-ascii characters (Bug#3190).
2923
2924 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2927
2928         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2929         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2930         (gnus-mm-display-part, gnus-mime-display-single)
2931         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2932         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2933
2934         * gnus-sum.el
2935         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2936         (gnus-summary-move-article): Add expirable mark to articles copied or
2937         moved to group that has auto-expire turned on if the option is non-nil.
2938
2939 2009-07-24  Glenn Morris  <rgm@gnu.org>
2940
2941         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2942         Fix typo.  (Bug#3903)
2943
2944 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2947         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2948         that should not be used for draft articles.
2949         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2950         that has no concern in minor mode keys.
2951         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2952         Abolish.
2953
2954 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2957         article without making inquiry to a user for unknown encoding.
2958
2959         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2960         (nnmaildir--scan): Assume i-node and device number that file-attributes
2961         returns might be cons-cell.
2962
2963         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2964
2965         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2966
2967 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * auth-source.el: Remove docs now in auth.texi.  Don't use
2970         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2971         `auth-source-hide-passwords' and use them.
2972
2973 2009-07-15  Glenn Morris  <rgm@gnu.org>
2974
2975         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2976
2977 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2980         excessive whitespace from the default values of title and description.
2981
2982 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2985         mail-fetch-field to fetch Content-Description header in order to
2986         exclude newlines.
2987
2988 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2989
2990         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2991         format used by GnuPG 2.0.11.
2992
2993 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2996         to deleted part.
2997
2998 2009-05-30  David Engster  <dengste@eml.cc>
2999
3000         * nnmairix.el: Remove old documentation in the commentary block.
3001         (nnmairix-request-group): Do not update active file for nnml back ends.
3002         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3003         end so that overview files are ignored.
3004         (nnmairix-update-groups): Make updating the groups more robust by using
3005         marks.
3006         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3007         with dollar characters in message-id.
3008
3009 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3012         2008-12-25 in dns.el.
3013
3014 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3015
3016         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3017         could happen if the text is only composed of spaces and/or tabs.
3018
3019 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3020
3021         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3022         when sending a queued message to avoid extra mml tags.
3023
3024 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3027
3028 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3031         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3032         rmail-toggle-header for XEmacs;
3033         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3034
3035 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-dired.el: Remove autoload for gnus-setup-message.
3038         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3039         displaying Gnus logo; always use compose-mail.
3040
3041 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3044
3045 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3048         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3049         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3050         available.
3051         (gnus-nocem-epg-verify): New function.
3052
3053 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3056
3057 2009-02-15  Glenn Morris  <rgm@gnu.org>
3058
3059         * gnus-util.el (rmail-insert-rmail-file-header)
3060         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3061         autoloads.
3062         (rmail-default-rmail-file): Remove unnecessary declaration.
3063         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3064
3065 2009-02-14  Glenn Morris  <rgm@gnu.org>
3066
3067         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3068         variable (only used in gnus-util, which declares it anyway).
3069         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3070         which was only needed by gnus-art (changed to not use it any more).
3071         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3072         only used in gnus-util, which autoloads it itself.
3073         (rmail-update-summary): Fix autoload.
3074
3075         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3076         rather than rmail-output-to-rmail-file.
3077
3078 2009-02-07  Glenn Morris  <rgm@gnu.org>
3079
3080         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3081         autoload of function that no longer exists.
3082         (rmail-toggle-header): Declare.
3083         (message-forward-rmail-make-body): Handle mbox Rmail.
3084
3085 2009-01-31  Glenn Morris  <rgm@gnu.org>
3086
3087         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3088         2009-01-09 change.
3089
3090 2009-01-31  Dave Love  <fx@gnu.org>
3091
3092         * imap.el (imap-fetch-safe): Bind debug-on-error.
3093         (imap-debug): Add imap-fetch-safe.
3094
3095 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3098         (auth-source-forget-all-cached): New convenience function.
3099         (auth-source-user-or-password): Accept list of modes or a single mode.
3100
3101         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3102         auth-source modes.
3103
3104         * netrc.el (netrc-machine-user-or-password): Use list of
3105         auth-source modes.
3106
3107         * nnimap.el (nnimap-open-connection): Use list of
3108         auth-source modes.
3109
3110         * nntp.el (nntp-send-authinfo): Use list of
3111         auth-source modes.
3112
3113 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3114
3115         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3116         now.
3117
3118 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3121         coding system in XEmacs; add a workaround for XEmacs.
3122
3123         * lpath.el: Fbind coding-system-aliasee.
3124
3125 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3128         of current-language-environment.
3129
3130 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3133         available at runtime.
3134
3135 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3138
3139 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3140
3141         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3142         the greatest positive fixnum value doesn't work under an XEmacs with
3143         bignum support; use the most-positive-fixnum constant instead,
3144         available since Emacs 21.1 with cl and XEmacs 21.1.
3145
3146 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3149         XEmacs gets not to work.
3150
3151 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * mm-util.el (mm-coding-system-priorities): Allow the value like
3154         "Japanese (UTF-8)" of current-language-environment.
3155
3156 2009-01-09  Glenn Morris  <rgm@gnu.org>
3157
3158         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3159         with last-command-event.
3160
3161 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3164         in the doc string.
3165
3166         * message.el (message-fix-before-sending): Amend comment.
3167
3168 2009-01-08  Dave Love  <fx@gnu.org>
3169
3170         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3171
3172 2009-01-07  David Engster  <dengste@eml.cc>
3173
3174         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3175         simplified server definitions by converting it via
3176         gnus-server-to-method.
3177
3178 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3181         parameter's operands.
3182
3183 2009-01-06  David Engster  <dengste@eml.cc>
3184
3185         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3186         primary select method (for gnus-group-mark-article-as-read).
3187
3188 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3189
3190         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3191         `(gnus)Face', not `(gnus)X-Face'.
3192
3193 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * mm-util.el (mm-ucs-to-char): New function.
3196
3197         * mm-url.el (mm-url-decode-entities): Use it.
3198
3199         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3200         unicode-to-char.
3201
3202 2009-01-05  Dave Love  <fx@gnu.org>
3203
3204         * time-date.el: Require cl for `declare'.
3205
3206 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3209         Dave Love.
3210
3211 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3212
3213         * message.el (message-fix-before-sending): Add `eight-bit' to
3214         illegible-text check.
3215
3216 2009-01-03  Michael Olson  <mwolson@gnu.org>
3217
3218         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3219         `headers' is nil.  This can occur if the IMAP server does not have
3220         permissions to read messages from a folder, but can write new messages
3221         to the folder.
3222         (nnimap-request-article-part): Do not insert `data' if it is nil.
3223
3224         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3225         characters which will confuse `read', so skip past them.
3226
3227 2009-01-01  Dave Love  <fx@gnu.org>
3228
3229         * imap.el (imap-string-to-integer): Fix typo.
3230         (imap-fetch-safe): New function.
3231         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3232
3233         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3234
3235         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3236         (imap-parse-greeting): Fix doc strings.
3237         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3238         (imap-parse-flag-list): Make messages unique.
3239         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3240
3241         * nnimap.el: Fix author email.
3242         (nnimap-split-rule): Add FIXME comment.
3243         (nnimap-debug): Fix doc string.
3244
3245 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3248
3249 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3250
3251         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3252         nslookup if resolv.conf isn't available.
3253         (dns-query): Rename from query-dns.
3254         (dns-query-cached): Rename from query-dns-cached.
3255
3256 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3259         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3260         to check if those variables exist (first appeared in Emacs 18.50).
3261
3262 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * mm-util.el (mm-line-number-at-pos): New function.
3265
3266         * spam-report.el (spam-report-process-queue): Use it.
3267
3268 2008-12-24  David Engster  <dengste@eml.cc>
3269
3270         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3271         parameters that haven't existed as variables as buffer-local variables.
3272
3273 2008-12-23  Dave Love  <fx@gnu.org>
3274
3275         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3276         cadar.
3277
3278         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3279         imap-starttls-p.
3280         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3281
3282 2008-12-22  Dave Love  <fx@gnu.org>
3283
3284         * imap.el: Fix author email.  Doc fixes.
3285         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3286         reply.
3287
3288 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * spam-report.el (spam-report-gmane-max-requests): New constant.
3291         (spam-report-gmane-wait): New variable.
3292         (spam-report-gmane-ham, spam-report-gmane-spam)
3293         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3294         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3295         the server.
3296
3297         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3298         Add explanations.
3299
3300         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3301         nnheader-accept-process-output and nnheader-read-timeout if available.
3302         (pop3-movemail): Use it.
3303
3304         * message.el (message-check-news-body-syntax): Fix signature check if
3305         there's an attachment.
3306
3307 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mm-util.el: Add comments to the mm- emulating functions.
3310
3311 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3314         by Stephen Berman <stephen.berman@gmx.net>.
3315
3316 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * mm-util.el (mm-substring-no-properties): New function.
3319         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3320         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3321         (mm-string-to-multibyte): Doc fix.
3322
3323         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3324
3325 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * mml.el (mml-attach-file): Strip text properties from file name.
3328         (Bug#1574)
3329
3330 2008-12-16  Glenn Morris  <rgm@gnu.org>
3331
3332         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3333
3334 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3337         knows since the charset specified might be a bogus alias that
3338         mm-charset-synonym-alist provides.
3339
3340 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3341
3342         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3343         "ISO_8859-1".
3344
3345         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3346
3347 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mm-util.el (mm-charset-eval-alist):
3350         Define it before mm-charset-to-coding-system.
3351         (mm-charset-to-coding-system): Add optional argument `silent';
3352         define it before mm-charset-override-alist.
3353         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3354         default value if it can be used in Emacs currently running;
3355         silence mm-charset-to-coding-system.
3356
3357 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3360         `allow-override' which says whether to use `mm-charset-override-alist'.
3361         (rfc2047-decode-encoded-words): Use it.
3362
3363         * mm-util.el (mm-charset-override-alist): Fix custom type;
3364         add `(gb2312 . gbk)' to choices.
3365
3366 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3369         fast.
3370
3371         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3372
3373         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3374
3375 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3376
3377         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3378         on links.
3379
3380         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3381
3382 2008-12-03  Lute Kamstra  <lute@gnu.org>
3383
3384         * sha1.el: Remove leading * from docstrings of defcustoms,
3385         deffaces, defconsts and defuns.
3386
3387 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3390         users' addresses that don't have domain parts.
3391         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3392         rather than message-narrow-to-head since there will be the message
3393         header separator.
3394
3395 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3396
3397         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3398         since the result is inserted in a unibyte buffer anyway.
3399         (nnimap-demule-use-string-to-multibyte): Remove.
3400         (nnimap-demule): Alias it to mm-string-to-multibyte.
3401
3402 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3405         variable for debugging bug#464 and bug#1174.
3406         (nnimap-demule): Use it.
3407
3408 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3411         score calculation correctly.
3412
3413 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3414
3415         * message.el (message-send-mail): Just set the buffer to unibyte
3416         rather than use mm-with-unibyte-current-buffer which does a lot more.
3417         (message-send-mail-partially): Don't bother with
3418         mm-with-unibyte-current-buffer since it's already been made unibyte by
3419         message-send-mail.
3420
3421 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3422
3423         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3424
3425 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3426
3427         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3428
3429 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3432         require itself and to remove `with-no-warnings'.
3433
3434 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * starttls.el (starttls-any-program-available): Get the name of the
3437         available TLS layer program.
3438         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3439         well as the host name in the "opening" message.
3440
3441         * auth-source.el (auth-source-cache, auth-source-do-cache)
3442         (auth-source-user-or-password): Cache passwords and logins by default,
3443         allow override with `auth-source-do-cache'.
3444         (auth-source-forget-user-or-password): Allow users to remove cache
3445         entries if needed.
3446
3447 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3448
3449         * md4.el (md4-buffer): Fix typo in docstring.
3450         (md4, md4-64): Doc fixes.
3451         (md4-pack-int32): Reflow docstring.
3452
3453 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3456         condition-case to only the forward-sexp call.
3457
3458 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3461         quotes contained.  Make it more robust regardless by an extra
3462         condition-case wrapper.
3463
3464 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3467
3468 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * nnml.el (nnml-request-expire-articles): Check if the function set to
3471         `nnmail-expiry-target' returns the symbol `delete'.
3472
3473         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3474
3475         * nnmail.el (nnmail-expiry-target): Fix custom type.
3476
3477 2008-10-02  Glenn Morris  <rgm@gnu.org>
3478
3479         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3480         Silence compiler warning.
3481
3482 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3483
3484         * tls.el (open-tls-stream): Show the actual command being
3485         executed, instead of the format string.
3486
3487 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * lpath.el: Fbind codepage-setup for Emacs 23.
3490
3491 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3492
3493         * mml.el (mml-menu): Don't assume mml2015 is bound.
3494
3495 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3498         exists.
3499
3500 2008-09-27  Glenn Morris  <rgm@gnu.org>
3501
3502         * gnus-util.el (mail-header-remove-comments): Autoload it.
3503
3504 2008-09-27  Andreas Schwab  <schwab@suse.de>
3505
3506         * gnus-util.el (gnus-split-references): Strip comments.
3507         (gnus-parent-id): Likewise.
3508
3509 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * message.el (message-confirm-send): Fix version.
3512
3513 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * message.el (message-idna-to-ascii-rhs-1): Use
3516         mail-extract-address-components rather than mail-header-parse-addresses
3517         that is an alias by default to ietf-drums-parse-addresses that does not
3518         support non-ASCII names in headers' contents.
3519
3520 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3521
3522         * message.el (message-confirm-send): Fixed variable documentation to
3523         avoid the "y/n" wording.
3524
3525 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3526
3527         * message.el (message-set-auto-save-file-name): Save to a different
3528         filename so multiple messages (especially drafts) can be recovered.
3529
3530 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * message.el (message-confirm-send): Add appropriate version.
3533
3534 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3537         defvar.
3538
3539 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3540
3541         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3542         (mm-pkcs7-enveloped-magic): Ditto.
3543
3544 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3545
3546         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3547         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3548
3549 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3552         default, it's better.
3553
3554 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3555
3556         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3557         summary line gnus-number property and ignore them (with a warning
3558         message).
3559
3560 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3563         macro caddr in the interactive form since it won't be expanded.
3564
3565 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3568         `charset'; fix name of function called recursively.
3569         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3570
3571 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3574         (gnus-mime-set-charset-parameters): New function.
3575         (gnus-mime-view-part-as-charset): Use it to correctly display part
3576         specifying wrong charset.
3577
3578 2008-09-08  David Engster  <dengste@eml.cc>
3579
3580         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3581         in completing-read for back end server.
3582
3583 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * message.el (message-confirm-send): New variable to confirm sending a
3586         message.
3587         (message-send): Use it.
3588
3589 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3590
3591         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3592
3593 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3596
3597 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3600         prevent tracking too many groups.
3601         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3602         Use it.
3603
3604 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3605
3606         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3607         moving point to the bottom of the window in order to avoid recentering.
3608
3609 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3612
3613         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3614         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3615         (gnus-article-beginning-of-window): Fix calculation.
3616
3617 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-msg.el (gnus-summary-supersede-article)
3620         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3621         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3622         message header.
3623
3624 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3625
3626         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3627         pending output coming after the status change.
3628
3629 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3630
3631         * message.el:
3632         * gnus-start.el:
3633         * gnus-registry.el: Remove VMS support.
3634
3635 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3638         macro.
3639         (rfc2104-hash): Use it.
3640
3641 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3642
3643         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3644         (gnus-summary-sort-by-most-recent-date): New commands.
3645         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3646         and menu entries.
3647
3648 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3651         don't redisplay article for raw contents; remove plural articles stuff.
3652
3653         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3654         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3655         on gnus-summary-save-article; display results properly.
3656
3657 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * lpath.el: No need to fbind ns-focus-frame.
3660
3661 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3664
3665 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3668         gnus-save-all-headers.
3669
3670 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3671
3672         * gnus-util.el (ns-focus-frame): Remove declaration.
3673         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3674         like x.
3675
3676 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3677
3678         * rfc2104.el (rfc2104-zero): Delete defconst.
3679         (rfc2104-hex-alist): Likewise.
3680         (rfc2104-hex-to-int): Delete func.
3681         (rfc2104-hexstring-to-bitstring): Likewise.
3682         (rfc2104-nybbles): New defconst.
3683         (rfc2104-hash): Rewrite for speed.
3684
3685 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * tls.el (open-tls-stream): Make it work with the 2nd argument
3688         BUFFER that is a string but does not exist as a buffer object, as
3689         mentioned in the doc-string.
3690
3691 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3694         SXEmacs.
3695
3696 2008-07-16  Glenn Morris  <rgm@gnu.org>
3697
3698         * gnus-util.el (ns-focus-frame): Declare for compiler.
3699
3700 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3703         set as a group parameter.
3704         (gnus-summary-save-in-pipe): Work when it is called independently.
3705         (gnus-summary-pipe-to-muttprint): Don't modify
3706         gnus-summary-pipe-output-default-command.
3707
3708 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3709
3710         * message.el (message-send-mail-with-sendmail):
3711         Display the error message.
3712
3713 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-art.el (gnus-default-article-saver):
3716         Add gnus-summary-save-in-pipe to choices.
3717         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3718         gnus-summary-pipe-output-default-command as the default command.
3719         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3720         instead of gnus-last-shell-command.
3721
3722         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3723         New user option.
3724         (gnus-summary-muttprint-program): Mention the value will be changed.
3725         (gnus-summary-save-article): Force showing of all headers.
3726         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3727
3728 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3729
3730         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3731
3732 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3733
3734         * nnimap.el (nnimap-id):
3735         * sieve-manage.el (sieve-manage-open): Doc fixes.
3736
3737 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3738
3739         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3740         if available.
3741
3742 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3745
3746         * nnkiboze.el (nnkiboze-generate-group):
3747         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3748
3749         * nnmairix.el: Require CL.
3750
3751 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * dgnushack.el: Autoload get-display-table and put-display-table for
3754         XEmacs 21.5.
3755
3756         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3757         21.4 and SXEmacs.
3758
3759 2008-06-15  David Engster  <dengste@eml.cc>
3760
3761         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3762
3763 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3764
3765         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3766         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3767         runtime choice under XEmacs.
3768
3769         * gnus-sum.el (gnus-summary-set-display-table):
3770         Use `gnus-put-display-table', `gnus-get-display-table',
3771         `gnus-set-display-table' for the display table, instead of `aset'.
3772
3773         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3774         Use `gnus-put-display-table', `gnus-get-display-table',
3775         `gnus-set-display-table' for the display table.
3776
3777 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * nnmairix.el: Add autoloads.
3780
3781 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * nnmairix.el (nnmairix-delete-recreate-group)
3784         (nnmairix-update-and-clear-marks): Fix error messages.
3785
3786 2008-06-14  David Engster  <dengste@eml.cc>
3787
3788         * nnmairix.el: Upgrade to version 0.6.
3789         (nnmairix-group-toggle-propmarks-this-group)
3790         (nnmairix-group-toggle-readmarks-this-group)
3791         (nnmairix-group-delete-recreate-this-group)
3792         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3793         (nnmairix-remove-tick-mark-original-article): New commands.
3794         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3795         (nnmairix-propagate-marks-to-nnmairix-groups)
3796         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3797         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3798         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3799         functions needed for marks propagation and manipulation of read marks.
3800         (nnmairix-update-groups): New function.
3801         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3802         (nnmairix-determine-original-group-from-registry)
3803         (nnmairix-determine-original-group-from-path)
3804         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3805         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3806         New helper functions.
3807         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3808         keystrokes for new commands.
3809         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3810         (nnmairix-request-group): Check allow-fast group parameter.
3811         (nnmairix-request-create-group): Set allow-fast group parameter if
3812         nnmairix-allowfast-default is set.
3813         (nnmairix-close-group): Propagate marks upon closing if needed.
3814         (nnmairix-group-toggle-threads-this-group): Use new.
3815         nnmairix-group-toggle-parameter helper function.
3816         (nnmairix-search): Better check for empty search result.
3817         (nnmairix-goto-original-article): Use new helper functions for
3818         determining original article.
3819         (nnmairix-show-original-article): Make sure message-id is in brackets.
3820         (nnmairix-call-mairix-binary): Change variable name.
3821         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3822         helper function.
3823         (nnmairix-widget-toggle-activate): Fix doc string.
3824
3825 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * nnir.el: Require edmacro when compiling with XEmacs.
3828         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3829         available in Emacs 21.
3830
3831 2008-06-11  Glenn Morris  <rgm@gnu.org>
3832
3833         * gnus-util.el (x-focus-frame):
3834         * gnus.el (image-size):
3835         * mm-decode.el (image-size): Declare.
3836
3837         * gnus-picon.el (declare-function): Add compat definition.
3838         (image-size): Declare.
3839
3840         * gnus-group.el (tool-bar-map):
3841         * gnus-sum.el (tool-bar-map): Define for compiler.
3842
3843         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3844
3845         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3846
3847         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3848         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3849         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3850         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3851         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3852         * sieve-manage.el, spam-report.el, spam.el:
3853         Remove unnecessary eval-and-compile of autoloads.
3854
3855 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3856
3857         * auth-source.el: Precise Tramp doc.
3858
3859 2008-06-07  Glenn Morris  <rgm@gnu.org>
3860
3861         * nnmairix.el: Remove unnecessary eval-when-compile.
3862
3863 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * lpath.el: Fbind propertize for XEmacs 21.4.
3866
3867 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * nnir.el: Move here from ../contrib.
3870
3871 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * gnus-util.el (gnus-read-shell-command): New function.
3874         * mm-decode.el (mm-pipe-part):
3875         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3876
3877 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3880
3881 2008-06-03  Glenn Morris  <rgm@gnu.org>
3882
3883         * pop3.el (nnheader-accept-process-output): Autoload it.
3884
3885 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3888         are not 2-digit hexadecimal characters that follow `%'s.
3889
3890 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * message.el (message-bogus-recipient-p): Fix type in doc string.
3893         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3894         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3895         Improve custom options.
3896         (message-bogus-recipient-p): Adjust accordingly.
3897
3898 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3899
3900         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3901         long-form month and day names.
3902
3903 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * dgnushack.el: Autoload debug, eudc-expand-inline and
3906         pgg-snarf-keys-region for XEmacs.
3907
3908         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3909
3910         * nnmairix.el: Require edmacro when compiling with XEmacs.
3911
3912 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3915         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3916
3917 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * auth-source.el: Add more docs.
3920
3921         * netrc.el (netrc-machine): Always match if the port is not given.
3922
3923 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3926         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3927         retrieval faster in some cases, but might make CPU usage larger.  If
3928         this has any bad side effects, we might revert this change.
3929
3930         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3931         seems to make mail retrieval much, much faster.
3932         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3933         unconditionally.
3934
3935         * gnus-draft.el (gnus-group-send-queue): Bind
3936         message-send-mail-partially-limit to nil to avoid being prompted.
3937
3938 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3939
3940         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3941
3942         * message.el (message-bogus-address-regexp): Fix and improve custom
3943         type.
3944         (message-setup-hook): Add message-check-recipients as custom option.
3945
3946 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * message.el (message-cite-function): Remove bogus autoload which crept
3949         in during merge from v5-10.
3950
3951 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3954
3955         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3956
3957         * auth-source.el: Preliminary Tramp docs.
3958         (auth-sources): Change the default auth-sources to use
3959         EPA .gpg files.
3960
3961 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * nntp.el: Autoload `auth-source-user-or-password'.
3964         (nntp-send-authinfo): Use it.
3965
3966         * nnimap.el: Autoload `auth-source-user-or-password'.
3967         (nnimap-open-connection): Use it.
3968
3969         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3970         for the gnus-message function.
3971         (auth-source-user-or-password): Use it.
3972
3973 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3976         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3977         (rfc2104-hash): Use it.
3978
3979 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3980
3981         * gnus-art.el (gnus-article-toggle-truncate-lines):
3982         Don't use `iff' in docstring.
3983
3984 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3987
3988         * gnus-util.el (gnus-extract-address-component-name)
3989         (gnus-extract-address-component-email): Convenience functions around
3990         `gnus-extract-address-components'.
3991
3992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3993         Use `gnus-extract-address-component-email' to fix bug of comparing full
3994         sender name to `user-mail-address'.
3995
3996 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3999         catch/throw to optimize.
4000         (gnus-registry-find-keywords): Just use member to find a keyword.
4001
4002 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4003
4004         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4005         is current before calling gnus-server-prepare.
4006         (gnus-server-setup-buffer, gnus-server-update-server)
4007         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4008
4009 2008-05-04  Juri Linkov  <juri@jurta.org>
4010
4011         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4012         (mailcap-file-default-commands): Use mailcap-replace-in-string
4013         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4014         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4015
4016 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4017
4018         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4019
4020 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4021
4022         * gnus.el: Bump version to 0.11.
4023
4024 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4025
4026         * gnus.el: No Gnus v0.10 is released.
4027
4028 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4031         hooks.
4032         (gnus-update-read-articles): Speed up non-marks-using users.
4033         (gnus-use-marks): Define gnus-use-marks.
4034         (gnus-propagate-marks): Rename variable to something more sensible.
4035
4036 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4037
4038         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4039         (gmm-image-load-path-for-library): Fix typos in docstrings.
4040         (gmm-message): Reflow docstring.
4041
4042 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * mail-source.el (mail-source-set-1, mail-source-bind):
4045         Move auth-source code out of the macro to clean it up and fix bugs.
4046
4047 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4048
4049         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4050         by sender if it's equal to user-mail-address, it's likely to be
4051         useless.
4052
4053         * mail-source.el (mail-source-bind): Don't use user or password if they
4054         are not bound.  Unintern them if they are nil.  Don't use server unless
4055         it's bound, and default it to empty string otherwise.
4056
4057 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * mail-source.el: Load auth-source.el.
4060         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4061         get user name or password, if auth-sources is set up.
4062
4063         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4064         strategy of splitting with parent.
4065         (gnus-registry-split-fancy-with-parent)
4066         (gnus-registry-post-process-groups): Use it and fix prior
4067         bug (returning a list as the split result).
4068
4069         * auth-source.el (auth-sources): Remove server parameter.
4070         (auth-source-pick, auth-source-user-or-password)
4071         (auth-source-user-or-password-imap)
4072         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4073         (auth-source-user-or-password-sftp)
4074         (auth-source-user-or-password-smtp): Remove server parameter.
4075
4076 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4077
4078         * smime.el (smime-sign-region, smime-encrypt-region)
4079         (smime-decrypt-region):
4080         Remove redundant calls to `generate-new-buffer-name'.
4081
4082 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4083
4084         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4085         Don't use QP for message/rfc822.
4086         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4087
4088 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4089
4090         * sieve-manage.el (sieve-string-bytes): Remove.
4091         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4092         correct byte-length only if the process's coding-system is the same as
4093         the one used internally by Emacs to represent strings.
4094
4095 2008-04-22  Juri Linkov  <juri@jurta.org>
4096
4097         * mailcap.el (mailcap-file-default-commands): New function.
4098
4099 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4100
4101         * message.el (message-signature-separator, message-cite-function):
4102         Change custom version.
4103
4104 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4105
4106         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4107         commands.
4108         (tls-checktrust): Ditto.
4109
4110 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * mm-decode.el (mm-display-external): Make temp file read-only.
4113
4114 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4117         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4118         `C-c C-f d'.
4119
4120 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4121
4122         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4123
4124 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * gnus.el: Bump version to 0.9.
4127
4128 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * gnus.el: No Gnus v0.8 is released.
4131
4132 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4133
4134         * mail-source.el (mail-source-value):
4135         Prefer fboundp to functionp so it works with macros as well.
4136
4137 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4140         Fix last change in case the element is not even a symbol.
4141
4142 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4143
4144         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4145         Prefer fboundp to functionp so it works with macros as well.
4146
4147 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * auth-source.el: Added docs.
4150         (auth-sources): Modify format to support server.
4151         (auth-source-pick, auth-source-user-or-password)
4152         (auth-source-user-or-password-imap)
4153         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4154         (auth-source-user-or-password-sftp)
4155         (auth-source-user-or-password-smtp): Add server parameter.
4156
4157 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * gnus-registry.el: Initialize the registry when gnus-registry-install
4160         is t.
4161
4162 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * compface.el (uncompface): Make buffer unibyte.
4165
4166 2008-04-05  Glenn Morris  <rgm@gnu.org>
4167
4168         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4169
4170 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4171
4172         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4173         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4174
4175         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4176         multibyteness after rather than before erasing it.
4177
4178         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4179         mm-with-multibyte.
4180         (gnus-request-article-this-buffer): Make sure the proper decoding is
4181         used if gnus-original-article-buffer happens to be unibyte.
4182
4183         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4184         default-enable-multibyte-characters.
4185
4186         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4187         default-enable-multibyte-characters.
4188
4189         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4190
4191         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4192
4193 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4194
4195         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4196         (imap-message-copyuid-1): Use it.
4197         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4198         J. Williams in
4199         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4200
4201         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4202         imap-enable-exchange-bug-workaround.
4203         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4204
4205 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4206
4207         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4208         a 100 byte status-checks into a 2-3MB transfer for each group.
4209         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4210         to enable bug workaround or not.
4211         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4212
4213 2008-03-31  Glenn Morris  <rgm@gnu.org>
4214
4215         * message.el (mml2015-use): Declare for compiler.
4216         (message-info): Require mml2015 when appropriate.
4217
4218 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4221         whitespace.
4222
4223 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4224
4225         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4226         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4227         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4228         (nntp-service-to-port): New function.
4229         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4230         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4231         (nntp-open-netcat-stream): New function.
4232         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4233
4234 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4235
4236         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4237
4238 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4239
4240         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4241
4242 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4243
4244         * dns.el (dns-write): Use set-buffer-multibyte.
4245
4246 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4247
4248         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4249
4250 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * message.el (message-signature-separator): Change default.
4253         Improve custom type.
4254         (message-cite-function): Change default to
4255         message-cite-original-without-signature.
4256
4257         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4258         toggle.
4259
4260         * message.el (message-check-news-body-syntax): Fix signature check.
4261         (message-setup-1): Mark buffer as unmodified _after_ running
4262         message-setup-hook and handling message-alternative-emails.
4263         (message-shorten-references): Be more strict when building list of
4264         valid references to comply with GNKSA.
4265
4266         * gnus-group.el (gnus-read-ephemeral-bug-group)
4267         (gnus-read-ephemeral-debian-bug-group)
4268         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4269
4270         * message.el (message-info): Don't use booleanp which isn't supported
4271         in Emacs 21 and XEmacs.
4272
4273 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4276         gnus-group-gmane-group-download-format.
4277         (gnus-group-read-ephemeral-gmane-group): Rename from
4278         gnus-group-read-ephemeral-gmane-group.
4279         (gnus-read-ephemeral-gmane-group-url): Rename from
4280         gnus-group-read-ephemeral-gmane-group-url.
4281         (gnus-bug-group-download-format-alist): New variable.
4282         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4283         (gnus-read-ephemeral-emacs-bug-group): New commands.
4284
4285 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4286
4287         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4288         (gnus-visible-headers): Improve custom type.
4289
4290 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * mml.el (mml-menu): Add workarounds for XEmacs.
4293
4294         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4295         X-Boundary header.
4296
4297         * message.el (message-simplify-recipients): Fix previous commit.
4298
4299 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4300
4301         * mm-util.el (mm-set-buffer-multibyte): New function.
4302         * mm-decode.el (mm-copy-to-buffer): Use it.
4303
4304 2008-03-19  Glenn Morris  <rgm@gnu.org>
4305
4306         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4307         Accidentally removed in the sync process with Emacs.
4308
4309 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * message.el (message-alter-recipients-discard-bogus-full-name):
4312         New function.
4313         (message-alter-recipients-function): New variable.
4314         (message-get-reply-headers): Use it.
4315         (message-replace-header): New helper function.
4316         (message-recipients-without-full-name): New variable.
4317         (message-simplify-recipients): New command.
4318
4319         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4320
4321         * message.el (message-info): Handle EasyPG manual.
4322
4323         * mml.el (mml-menu): Add entry for EasyPG.
4324
4325 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4326
4327         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4328         parameter.
4329
4330         * message.el (message-disassociate-draft): Specify drafts group name
4331         fully.
4332
4333 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4336         unnecessary duplicates from the match list.
4337
4338 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4341
4342         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4343
4344         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4345         args of `how-many' of which the XEmacs version doesn't take; declare
4346         Info-index-next as function.
4347
4348 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * gnus-score.el (gnus-score-headers): Fix handling of
4351         gnus-inhibit-slow-scoring.
4352
4353         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4354         string.
4355         (gnus-button-url-regexp): Improve handling of parenthesis.
4356         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4357         (gnus-button-handle-info-keystrokes): Handle index entries.
4358
4359 2008-03-15  Glenn Morris  <rgm@gnu.org>
4360
4361         * parse-time.el (parse-time-string): Simplify.
4362
4363 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4366         Incoming* files.
4367
4368 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4371         (auth-source-pick): Use it.
4372
4373 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4374
4375         * binhex.el (binhex-decode-region-internal):
4376         * uudecode.el (uudecode-decode-region-internal):
4377         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4378         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4379         setting default-enable-multibyte-characters.
4380
4381 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * auth-source.el (auth-source-protocols)
4384         (auth-source-protocols-customize, auth-source-choices): Added and
4385         modified variable customizations and defaults.
4386         (auth-source-pick, auth-source-user-or-password)
4387         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4388         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4389         (auth-source-user-or-password-sftp)
4390         (auth-source-user-or-password-smtp): Use new variables and provide an
4391         interface to netrc.el.
4392
4393 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4396         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4397         Make sure the nntp port to specify is a string.
4398
4399 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4400
4401         * nntp.el: Use with-current-buffer.
4402         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4403         dubious mm-with-unibyte-current-buffer.
4404         (nntp-with-open-group-function): New function extracted from
4405         nntp-with-open-group macro.
4406         (nntp-with-open-group): Use the function, so it's easier to debug.
4407         Add indentation and debugging info.
4408         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4409         the use of the netcat alternatives.
4410
4411         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4412         Avoid mm-string-as-multibyte as well.
4413
4414         * nnweb.el (nnweb-insert-html):
4415         Remove use of nnheader-string-as-multibyte.
4416
4417         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4418         (nnheader-string-as-multibyte): Remove.
4419
4420         * mm-view.el: Use inhibit-read-only.
4421         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4422         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4423         or unibyte-string.
4424
4425         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4426         (mm-uu-yenc-extract): Use with-current-buffer.
4427
4428         * gnus-soup.el (gnus-soup-send-packet): Don't use
4429         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4430
4431         * nnmh.el: Use with-current-buffer.
4432         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4433         mm-string-as-multibyte on the output of mm-encode-coding-string.
4434
4435         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4436         (nnimap-request-move-article): Use with-current-buffer.
4437
4438         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4439         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4440         conversion uses string-make-unibyte rather than string-as-unibyte.
4441
4442         * gnus-msg.el: Use with-current-buffer.
4443
4444         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4445
4446 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4447
4448         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4449         string for caching if it is 'PIN.
4450
4451 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * lpath.el: Consider the case without Emacs/W3.
4454
4455 2008-03-08  Glenn Morris  <rgm@gnu.org>
4456
4457         * time-date.el (date-to-time, time-subtract, time-add)
4458         (safe-date-to-time): Doc fixes.
4459
4460 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * mail-source.el (mail-source-delete-old-incoming-confirm):
4463         Change default to nil.
4464         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4465
4466 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * lpath.el: Rearrange.
4469
4470         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4471         (gnus-article-goto-prev-page): Work for articles having ^L's.
4472
4473         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4474
4475         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4476
4477 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4478
4479         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4480         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4481         (gnus-bookmark-jump): Adjust some variable names.
4482
4483 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * auth-source.el: New package.
4486         (auth-source-choices): Add customization entry point variable.
4487
4488         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4489         bug.
4490
4491 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4494         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4495         (gnus-registry-install-shortcuts): Rename from
4496         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4497         the `gnus-registry-mark-map' keymap dynamically from
4498         `gnus-registry-marks'.  The generated functions update the summary line
4499         when a registry mark is added or deleted, and will call
4500         `gnus-registry-install-p' (see the comments in the code).
4501         (gnus-registry-user-format-function-M): Use concat intelligently.
4502
4503         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4504         the registry mark functions.
4505
4506 2008-03-05  Glenn Morris  <rgm@gnu.org>
4507
4508         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4509         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4510         gnus-art.
4511         (top-level): No need to load own source when compiling.
4512
4513 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4516         Suggested by <chris.anderton@zetnet.co.uk>.
4517
4518 2008-03-04  Glenn Morris  <rgm@gnu.org>
4519
4520         * gnus-sum.el (top-level): No need to require gnus when compiling,
4521         since unconditionally required near start of file.
4522         (gnus-summary-display-while-building): Move definition before use.
4523
4524 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4527         formatting function.
4528
4529 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4530
4531         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4532         with plists.
4533         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4534         Use new format.
4535
4536 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4539         `where-is-internal' that returns a range of key sequences.
4540
4541 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4544
4545         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4546         (gnus-summary-jump-to-group): Consider windows on other displayed
4547         frames as well.  Similar changes might be needed elsewhere, but that's
4548         the one I've bumped into during my use.
4549
4550         * nndoc.el (nndoc-oe-dbx-type-p):
4551         * gnus-msg.el (gnus-debug):
4552         * gnus-group.el (gnus-update-group-mark-positions):
4553         Use mm-string-to-multibyte.
4554
4555 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4556
4557         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4558         doesn't handle NotDashEscaped.
4559
4560         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4561         (mml-dnd-attach-options): Fix typo in custom choice.
4562
4563         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4564         nndoc-article-type to mbox.
4565         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4566
4567         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4568         to nil, instead of html2text.
4569
4570         * imap.el (imap-debug): Add `imap-ping-server'.
4571
4572         * gnus-bookmark.el: Add FIXMEs.
4573
4574         * message.el (message-form-letter-separator)
4575         (message-send-form-letter-delay): New variables.
4576         (message-send-form-letter): Use them.  New command to send form
4577         letters.  Requested by Uwe Siart.
4578         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4579
4580 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * Update copyright years.
4583
4584 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         Sync from EMACS_22_BASE.
4587
4588         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4589
4590 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4591
4592         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4593         empty author.
4594
4595 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * gnus-registry.el (gnus-registry-marks): Add variable for
4598         customization of marks and their appearance.
4599         (gnus-registry-read-mark): Use it.
4600         (gnus-registry-do-marks): Add utility function to loop through
4601         `gnus-registry-marks'.
4602         (gnus-registry-install-shortcuts-and-menus): Add function to install
4603         shortcuts and menus.
4604         (gnus-registry-initialize): Use it.
4605         (gnus-registry-default-mark): Clarify documentation.
4606
4607 2008-02-29  Glenn Morris  <rgm@gnu.org>
4608
4609         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4610         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4611         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4612         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4613         Change defcustom :version from 23.0 to 23.1.
4614
4615 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * gnus-registry.el (gnus-registry-follow-group-p)
4618         (gnus-registry-post-process-groups): Add functions to aid registry
4619         splitting and improve logging.  Clarify behavior in function
4620         documentation.
4621         (gnus-registry-split-fancy-with-parent): Use them.
4622
4623 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4624
4625         * gnus-art.el: Use with-current-buffer.
4626
4627 2008-02-27  David Engster  <dengste@eml.cc>
4628
4629         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4630         Express real group name in the response.
4631
4632 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4635         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4636         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4637         autoload gnus-registry-fetch-group when compiling.
4638         (nnmairix-request-group-with-article-number-correction): Remove
4639         unreferenced argument passed to nnmairix-call-backend.
4640
4641 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4644         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4645         Wilde.
4646
4647 2008-02-27  Glenn Morris  <rgm@gnu.org>
4648
4649         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4650         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4651         variables to defconsts.  Convert comments to doc-strings.
4652         (nnmairix-last-server, nnmairix-current-server): Convert from free
4653         variables to defvars.  Convert comments to doc-strings.
4654         (gnus-registry-fetch-group): Autoload.
4655         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4656         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4657         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4658         caddr.
4659         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4660         nnmairix-request-group-with-article-number-correction call.
4661         (nnmairix-fast, nnmairix-group): New, less general names, for free
4662         variables passed from nnmairix-request-group to
4663         nnmairix-request-group-with-article-number-correction.  Declare.
4664         (nnmairix-request-group-with-article-number-correction):
4665         Use nnmairix-fast, nnmairix-group rather than fast, group.
4666
4667 2008-02-26  David Engster  <dengste@eml.cc>
4668
4669         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4670         version 0.5.
4671
4672 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4675         instead of making an extra function call.  Don't add the current group
4676         to articles only when they have the group.  Use
4677         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4678         Reported by David <de_bb@arcor.de>.
4679
4680 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4683         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4684
4685 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * mail-source.el (mail-source-delete-incoming): Change default.
4688         Supplement doc string.
4689
4690         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4691
4692 2008-02-14  Glenn Morris  <rgm@gnu.org>
4693
4694         * time-date.el (format-seconds): New function.
4695
4696 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * nnmail.el (nnmail-message-id-cache-file): Derive from
4699         `gnus-home-directory'.
4700
4701 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4704         Document negative prefix.
4705
4706         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4707
4708 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * message.el (message-unsent-separator): Add the Exim bounce
4711         separator.
4712
4713 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4714
4715         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4716         list.
4717         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4718         recipient/signer list.
4719
4720 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * Makefile.in (datarootdir): Define.
4723         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4724         name that might contain whitespace.
4725
4726 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4729         fbound (Emacs 23 unicode), signal an error.
4730
4731 2008-02-08  Glenn Morris  <rgm@gnu.org>
4732
4733         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4734
4735 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4736
4737         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4738         ports to the calls to `netrc-machine-user-or-password' in addition to
4739         "imap" and "imaps".
4740
4741 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4742
4743         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4744
4745         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4746
4747 2008-02-01  Kenichi Handa  <handa@m17n.org>
4748
4749         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4750         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4751         (rfc2104-hash): Convert the result of concat to unibyte string.
4752
4753 2008-02-01  Dave Love  <fx@gnu.org>
4754
4755         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4756         coding-system-for-read.
4757         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4758
4759 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4762         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4763         <hanche@math.ntnu.no>.
4764
4765 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4768
4769         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4770
4771 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4772
4773         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4774         * message.el (message-beginning-of-line): Use featurep instead of bound
4775         tests in order to resolve conditionals at compile time.
4776
4777 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4778
4779         * mail-source.el (mail-sources): Add `group' choice.
4780
4781         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4782         parameter `in-group' to control into which group the articles go.
4783         Add treatment of `group' mail-source.
4784
4785 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4788
4789         * mm-decode.el (mm-dissect-buffer): Decode description.
4790
4791         * mml.el (mml-to-mime): Encode message header first.
4792
4793 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4796         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4797
4798         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4799         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4800
4801 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4804
4805 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4808         prefix keys.
4809         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4810         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4811         gnus-xmas.el.
4812
4813         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4814         (gnus-xmas-article-describe-bindings): New function.
4815         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4816         gnus-xmas-article-describe-bindings.
4817
4818         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4819
4820 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4821
4822         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4823         Add new variables for article mark management.
4824         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4825         list of extra data entries which, when present, will indicate that the
4826         article ID should not be trimmed from the registry.
4827         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4828         functions.
4829         (gnus-registry-read-mark): New function to read a mark name from the
4830         user.
4831         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4832         (gnus-registry-set-article-mark-internal): New functions to add and
4833         remove marks.
4834         (gnus-registry-get-article-marks): New function to show the marks for
4835         an article, or retrieve them for further use.
4836
4837 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4840         keys when no argument is given.
4841
4842 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4843
4844         * imap.el (imap-ping-server): New variable.
4845         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4846         (imap-ping-server): Minor doc string fixes.
4847
4848 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4849
4850         * imap.el (imap-ping-server): New function.
4851         (imap-opened): Call imap-ping-server.
4852
4853 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * gnus-sum.el (gnus-article-sort-by-random)
4856         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4857         jidanni@jidanni.org.
4858
4859 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-art.el (gnus-article-describe-bindings): New function.
4862         (gnus-article-read-summary-keys): Use it.
4863         (gnus-article-mode-map): Bind `C-h b' to it.
4864
4865 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4868         XEmacs.
4869         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4870         against non-character events.
4871
4872         * lpath.el: Fbind map-keymap for Emacs 21.
4873
4874 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4877         command.
4878         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4879         instead of END.  Change name of the temp file.
4880         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4881         customizable.
4882
4883 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4886         bind `S W' to gnus-article-wide-reply-with-original; set default
4887         binding to gnus-article-read-summary-send-keys.
4888         (gnus-article-read-summary-keys): Fix the order of keys; display
4889         continuation keys correctly in the echo area; describe bindings
4890         correctly when keys end with `C-h'.
4891         (gnus-article-read-summary-send-keys): New function.
4892         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4893         for gnus-article-read-summary-send-keys; display continuation keys
4894         correctly in the echo area.
4895         (gnus-article-reply-with-original): Ignore prefix argument.
4896         (gnus-article-wide-reply-with-original): New function.
4897
4898         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4899         Emacs 21.
4900
4901 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4904         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4905
4906 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4909         (gnus-group-read-ephemeral-gmane-group): New command.
4910
4911 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4912
4913         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4914
4915 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * message.el (message-send-mail-function): Increase custom version.
4918
4919         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4920         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4921
4922 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4923
4924         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4925         for the cases where imap-authenticate is called with a nil buffer
4926         parameter.
4927
4928 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4931         html parts correctly; support forwarded messages.
4932         (gnus-article-browse-html-article): Remove work buffers.
4933
4934         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4935         compiling.
4936         (netrc-bound-and-true-p): New macro.
4937         (netrc-parse): Use it instead of bound-and-true-p that is not available
4938         in XEmacs 21.4.
4939
4940 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * gnus-registry.el (gnus-registry-mark-article)
4943         (gnus-registry-article-marks): Add functionality to mark articles
4944         through the Gnus registry.
4945
4946         * encrypt.el: Clarify documentation for the new pgg method.
4947         (encrypt-file-alist): Add PGG option.
4948         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4949         functionality.  Abstract password key and messaging to external
4950         functions.
4951         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4952         (encrypt-message-method-and-cipher): Add new convenience external
4953         functions.
4954         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4955         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4956
4957         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4958         (netrc-parse): Use encrypt-file-alist to determine if
4959         encrypt-find-model or encrypt-insert-file-contents should be used.
4960
4961         * encrypt.el: Clarify documentation.  Load password-cache or
4962         password, whichever one is found first, instead of autoloading.
4963
4964 2007-12-19  Glenn Morris  <rgm@gnu.org>
4965
4966         * mml.el (message-options-set, message-narrow-to-head)
4967         (message-in-body-p, message-mail-p, message-encode-message-body):
4968         Autoload.
4969         (message-remove-header, message-narrow-to-headers-or-head)
4970         (message-subscribed-p, message-make-mail-followup-to)
4971         (message-position-on-field, message-news-p)
4972         (message-options-set-recipient, message-generate-headers)
4973         (message-sort-headers): Declare as functions.
4974
4975 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4978         convention in doc string.
4979
4980 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4983         title to html parts.
4984         (gnus-article-browse-html-article): Pass message header to it.
4985
4986         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4987
4988 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4991         or password compatible with XEmacs.
4992
4993 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4996         format document.
4997         (gnus-mime-delete-part): Don't write description line if empty.
4998         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4999
5000 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5001
5002         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5003         (gnus-summary-mark-read-and-unread-as-read)
5004         (gnus-summary-mark-current-read-and-unread-as-read)
5005         (gnus-summary-mark-unread-as-ticked): Doc fix.
5006         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5007
5008 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5011         Christoph Conrad <christoph.conrad@gmx.de>.
5012
5013 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5014
5015         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5016         yes-or-no-p.
5017
5018 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * mm-decode.el (mm-add-meta-html-tag): New function.
5021         (mm-save-part-to-file, mm-pipe-part): Use it.
5022
5023         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5024         gnus-y-or-n-p instead of y-or-n-p.
5025         (gnus-article-browse-html-parts): Work with message/external-body; use
5026         mm-add-meta-html-tag.
5027
5028 2007-12-11  Glenn Morris  <rgm@gnu.org>
5029
5030         * gnus-cache.el: Require gnus-sum not just when compiling.
5031
5032         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5033
5034         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5035         definitions before use.
5036
5037         * mm-decode.el: Require gnus-util.
5038         (mm-remove-part): Only call delete-annotation on XEmacs.
5039
5040         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5041
5042         * nnmail.el: Require gnus-int.
5043
5044         * spam.el: Move `require's before `eval-when-compile's.
5045
5046         * gnus-ems.el (gnus-alive-p):
5047         * gnus-fun.el (message-goto-eoh):
5048         * gnus-util.el (gnus-group-name-decode):
5049         * mail-source.el (gnus-compress-sequence):
5050         * message.el (Info-goto-node, format-spec):
5051         * mm-bodies.el (message-options-get):
5052         * mm-decode.el (mm-view-pkcs7):
5053         * mm-util.el (gmm-write-region):
5054         * mml-smime.el (mml-compute-boundary)
5055         (gnus-completing-read-with-default):
5056         * mml.el (widget-button-press, gnus-make-hashtable):
5057         * mml1991.el (mm-decode-content-transfer-encoding)
5058         (mm-encode-content-transfer-encoding)
5059         (message-options-get, message-options-set):
5060         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5061         * nnfolder.el (gnus-request-group):
5062         * nnheader.el (ietf-drums-unfold-fws):
5063         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5064         * smime.el (gnus-run-mode-hooks):
5065         * spam-stat.el (gnus-message): Autoload.
5066
5067         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5068         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5069         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5070         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5071         Add declare-function compatibility definition.
5072
5073         * gnus-cache.el (nnvirtual-find-group-art):
5074         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5075         (gnus-add-image, gnus-add-wash-type):
5076         * gnus-group.el (nnkiboze-score-file):
5077         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5078         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5079         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5080         (message-tokenize-header, gnus-get-buffer-create)
5081         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5082         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5083         * gnus.el (gnus-group-decoded-name):
5084         * mail-source.el (imap-capability):
5085         * mm-bodies.el (message-options-set):
5086         * mm-decode.el (gnus-configure-windows):
5087         * mm-extern.el (message-goto-body):
5088         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5089         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5090         (epg-sub-key-validity, message-options-set):
5091         * mml.el (widget-event-point, gnus-configure-windows):
5092         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5093         * mml2015.el (epg-check-configuration, epg-configuration)
5094         (message-options-set):
5095         * nndb.el (nndb-request-article):
5096         * nnfolder.el (gnus-request-create-group):
5097         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5098         * nnmaildir.el (gnus-group-mark-article-read):
5099         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5100         * rfc1843.el (message-fetch-field):
5101         * spam.el (gnus-extract-address-components):
5102         Declare as functions.
5103
5104 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5107
5108         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5109
5110         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5111         bind show-trailing-whitespace for XEmacs.
5112
5113 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5116         new no-op macro for backward compatibility.
5117
5118         * imap.el (imap-string-to-integer): New function.
5119
5120 2007-12-09  Glenn Morris  <rgm@gnu.org>
5121
5122         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5123
5124         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5125         * message.el, mm-view.el, sieve-manage.el, smime.el:
5126         Add declare-function compatibility definition.
5127
5128         * gnus-art.el (w3-region, w3m-region, Info-menu):
5129         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5130         * gnus-sum.el (gnus-get-predicate):
5131         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5132         * message.el (mail-abbrev-in-expansion-header-p):
5133         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5134         (w3m-detect-meta-charset, w3m-region):
5135         * sieve-manage.el (password-read, password-cache-add)
5136         (password-cache-remove):
5137         * smime.el (password-read-and-add): Declare as functions.
5138
5139 2007-12-08  David Kastrup  <dak@gnu.org>
5140
5141         * gnus-sum.el (gnus-summary-simplify-subject-query):
5142         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5143         `message'.
5144
5145 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5148         it to bind idna-program, installation-directory, defined-colors, and
5149         face-attribute for XEmacs of the version that compiles defcustom forms.
5150
5151 2007-12-07  Glenn Morris  <rgm@gnu.org>
5152
5153         * gnus-art.el (article-make-date-line): Revert previous change.
5154
5155 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5158
5159 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5160
5161         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5162         Call gnus-add-to-range ranges only once with a prepared article-list.
5163
5164 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5165
5166         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5167         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5168         group names with backslashes.  Reported by Tassilo Horn
5169         <tassilo@member.fsf.org>.
5170
5171 2007-12-06  Deepak Goel  <deego3@gmail.com>
5172
5173         * gnus-art.el (article-make-date-line):
5174         * gnus-start.el (gnus-load):
5175         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5176
5177 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-use-idna)
5180         * gnus-start.el (gnus-site-init-file)
5181         * message.el (message-use-idna)
5182         * mm-uu.el (mm-uu-hide-markers)
5183         * smiley.el (smiley-style): Revert changes that suppress warnings.
5184
5185 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5188         specify charset to html source.  Reported by Christoph Conrad
5189         <christoph.conrad@gmx.de>.
5190
5191 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5194         idna-program in order to suppress byte compile warning issued by XEmacs
5195         that came to byte compile the default value section of defcustom forms
5196         recently.
5197
5198         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5199         value of installation-directory.
5200
5201         * message.el (message-use-idna): Don't directly refer to the value of
5202         idna-program.
5203
5204         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5205
5206         * smiley.el (smiley-style): Don't directly call face-attribute.
5207
5208 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5211
5212         * gnus-dired.el: Reduce Gnus dependencies.
5213         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5214         require.  Use autoloads instead.
5215         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5216         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5217         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5218         (gnus-dired-mode): Adjust doc string.
5219         (gnus-dired-mail-mode): New variable.
5220         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5221         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5222         (gnus-dired-mail-buffers): New function.  Return mail or message
5223         composition buffers.
5224         (gnus-dired-attach): Use it.
5225         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5226         NO-DECODE.
5227         (gnus-dired-print): Use `gnus-print-buffer' depending on
5228         `gnus-dired-mail-mode'.
5229
5230 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * rfc2047.el (rfc2047-encoded-word-regexp)
5233         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5234         explaining what regexp patterns are for.
5235
5236 2007-12-04  Glenn Morris  <rgm@gnu.org>
5237
5238         * password.el: Move to password-cache.el.
5239
5240         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5241         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5242         * mml-smime.el (password-read, password-cache-add)
5243         (password-cache-remove):
5244         No need to autoload, since mml-sec requires password.
5245
5246         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5247         * message.el (gnus-extract-address-components):
5248         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5249
5250         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5251         password.
5252
5253 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * mailcap.el: Reduce dependencies.
5256         (mail-header-parse-content-type): Autoload.
5257         (mailcap-delete-duplicates): New alias.
5258         (mailcap-mime-info): Add optional argument NO-DECODE.
5259         (mailcap-mime-types): Use mailcap-delete-duplicates.
5260
5261         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5262
5263 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5264
5265         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5266         (imap-parse-status): Upcase status-att for servers that sends them
5267         lower-case (e.g., MS Exchange 2007).
5268
5269 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5272         function.
5273
5274         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5275         (gnus-uu-yenc-article): New function.
5276
5277         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5278
5279         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5280         buffer.
5281
5282 2007-12-02  Glenn Morris  <rgm@gnu.org>
5283
5284         * binhex.el (binhex): New custom group.
5285         (binhex-decoder-program, binhex-decoder-switches)
5286         (binhex-use-external): Move to the binhex custom group.
5287
5288         * uudecode.el (uudecode): New custom group.
5289         (uudecode-decoder-program, uudecode-decoder-switches)
5290         (uudecode-use-external): Move to the uudecode custom group.
5291
5292         * netrc.el (top-level): Don't load `encrypt' features.
5293         (netrc-parse): Don't use encrypt.
5294         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5295
5296         * encrypt.el: Remove file.
5297
5298 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5301         matches on patches.
5302
5303         * gnus-art.el (gnus-article-browse-html-article): Mention
5304         `mm-text-html-renderer' in the doc string.
5305
5306         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5307         string.  Add comments.
5308
5309         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5310         if rhs is ASCII.
5311
5312 2007-12-01  Glenn Morris  <rgm@gnu.org>
5313
5314         * mail-source.el (top-level): Require format-spec before
5315         eval-when-compile.
5316
5317 2007-11-30  Glenn Morris  <rgm@gnu.org>
5318
5319         * encrypt.el: Require password, rather than autoloading password-read.
5320
5321 2007-11-29  Glenn Morris  <rgm@gnu.org>
5322
5323         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5324         (sasl-make-client, sasl-next-step, sasl-step-data)
5325         (sasl-step-set-data): Declare as functions.
5326
5327 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5330
5331 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5332
5333         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5334         certs should be verified and what is to be done in the event of a
5335         verification failure.
5336
5337         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5338         caller can indicate whether the cache should be disregarded for this
5339         call.  This way the result of the call is reproducible at all times and
5340         can be considered a canonical server name for the supplied method.
5341         (gnus-agent-method-p): Canonicalize server names by pushing their
5342         method through `gnus-method-to-server' using the no-cache argument.
5343
5344         * gnus-srvr.el (gnus-server-insert-server-line): Call
5345         `gnus-method-to-server' with `no-cache' argument.
5346
5347         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5348         gnus-agent-possibly-synchronize-flags as this should be called when the
5349         server is actually being opened.
5350         (gnus-agent-possibly-synchronize-flags)
5351         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5352         flags file of an agentized server to the latter function.
5353
5354         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5355         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5356         after a connection has been established successfully.
5357
5358 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * gnus-art.el (article-display-face): Force to display face if called
5361         interactively; check if gnus-article-x-face-too-ugly matches author.
5362         (article-display-x-face): Display face even if From header is missing
5363         as article-display-face does.
5364
5365 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5366
5367         * hashcash.el (message-narrow-to-headers-or-head)
5368         (message-fetch-field, message-goto-eoh)
5369         (message-narrow-to-headers): Declare as functions.
5370
5371 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * mail-source.el (mail-sources): Default to fetch from file for
5374         compatibility with default of nnmail-spool-file.
5375
5376 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5379         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5380         to look for encoded word that should be encoded again.
5381         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5382         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5383         encoding pattern.
5384         (rfc2047-decode-region): Switch strict regexp and loose one according
5385         to rfc2047-allow-irregular-q-encoded-words.
5386
5387 2007-11-25  Romain Francoise  <romain@orebokech.com>
5388
5389         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5390
5391 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * tls.el (tls-program): Provide more custom choices from
5394         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5395         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5396
5397 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5400         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5401
5402         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5403         `nnmail-spool-file'.
5404
5405         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5406         `nnmail-spool-file'.
5407
5408         * gnus-move.el (gnus-change-server): Ditto.
5409
5410         * gnus-kill.el (gnus-batch-score): Ditto.
5411
5412         * gnus-cache.el (gnus-jog-cache): Ditto.
5413
5414         * gnus-msg.el (gnus-summary-reply):
5415         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5416
5417 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5420         version.  Minor improvement to doc strings.
5421         (tls-program): Add comment.
5422
5423 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5424
5425         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5426         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5427         mismatch between the hostname provided in the certificate and the name
5428         of the host connnecting to.
5429         (open-tls-stream): Use them.  Check certificates against trusted root
5430         certificates.
5431
5432 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * gnus-cache.el (gnus-cache-generate-nov-databases):
5435         Use nnml-generate-nov-databases-directory instead of
5436         nnml-generate-nov-databases-1.
5437
5438 2007-11-24  Glenn Morris  <rgm@gnu.org>
5439
5440         * message.el (message-tool-bar-retro): Update for rename
5441         mail_send.xpm->mail-send.xpm.
5442
5443 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5446         `smime-ldap-search' for Emacs 22 and up.
5447
5448 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5451
5452         * message.el (message-send-mail-function): Fix error convention.
5453         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5454         (message-widen-reply, message-send-mail, message-talkative-question)
5455         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5456         (message-clone-locals, message-send-news): Use with-current-buffer.
5457         (message-insert-or-toggle-importance): Remove unused var `valid'.
5458         (message-make-references): Remove unused var `new-references'.
5459         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5460
5461 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5462
5463         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5464         (spam-split-symbolic-return-positive): Reflow docstring.
5465         (spam-backends, spam-summary-exit-behavior)
5466         (spam-mark-ham-unread-before-move-from-spam-group)
5467         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5468         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5469         (spam-clear-cache, spam-backend-check, spam-install-backend)
5470         (spam-install-statistical-backend, spam-list-of-processors)
5471         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5472         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5473         (spam-check-crm114, spam-initialize, spam-unload-hook):
5474         Fix typos in docstrings.
5475
5476 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5479         been checked if they have never been read and those group levels are
5480         higher than the one that a user specified.
5481
5482 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5485         foreign groups unless a group level is specified by a user.
5486         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5487
5488 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * message.el (message-send-mail-function): Require sendmail.
5491
5492 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * message.el (message-send-mail-function): Check for smtpmail too.
5495
5496         * utf7.el (utf7-encode, utf7-decode): Use coding system
5497         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5498
5499         * message.el (message-send-mail-function): New function.
5500         (message-send-mail-function): Set default using
5501         message-send-mail-function.  Adjust doc string.
5502         (message-send-mail-with-mailclient): New function.
5503
5504 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5505
5506         * smime.el (from):
5507         * rfc2047.el (message-posting-charset):
5508         * qp.el (mm-use-ultra-safe-encoding):
5509         * pop3.el (parse-time-months):
5510         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5511         * nnml.el (files):
5512         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5513         (jka-compr-compression-info-list, ange-ftp-path-format)
5514         (efs-path-regexp):
5515         * nndiary.el (files):
5516         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5517         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5518         (epg-digest-algorithm-alist, inhibit-redisplay)
5519         (password-cache-expiry):
5520         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5521         (pgg-output-buffer, password-cache-expiry):
5522         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5523         (efs-path-regexp):
5524         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5525         (inhibit-redisplay):
5526         * mm-uu.el (file-name, start-point, end-point, entry)
5527         (gnus-newsgroup-name, gnus-newsgroup-charset):
5528         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5529         (latin-unity-ucs-list):
5530         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5531         (mm-uu-binhex-decode-function):
5532         * message.el (gnus-message-group-art, gnus-list-identifiers)
5533         (rmail-enable-mime-composing, gnus-local-organization)
5534         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5535         (gnus-read-active-file, facemenu-add-face-function)
5536         (facemenu-remove-face-function, gnus-article-decoded-p)
5537         (tool-bar-mode):
5538         * mail-source.el (display-time-mail-function):
5539         * gnus-util.el (nnmail-pathname-coding-system)
5540         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5541         (gnus-original-article-buffer, gnus-user-agent)
5542         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5543         (xemacs-codename, sxemacs-codename, emacs-program-version):
5544         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5545         * gnus-start.el (gnus-agent-covered-methods)
5546         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5547         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5548         (gnus-newsgroup-headers, gnus-group-list-mode)
5549         (gnus-group-mark-positions, gnus-newsgroup-data)
5550         (gnus-newsgroup-unreads, nnoo-state-alist)
5551         (gnus-current-select-method, mail-sources)
5552         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5553         (nnmail-spool-file, gnus-cache-active-hashtb):
5554         * gnus-mh.el (mh-lib-progs):
5555         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5556         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5557         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5558         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5559         (gnus-group-buffer):
5560         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5561         (font-lock-set-defaults):
5562         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5563         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5564         (gnus-summary-post-menu, total-parts, type, condition, length):
5565         * gnus-agent.el (gnus-agent-read-agentview):
5566         * flow-fill.el (show-trailing-whitespace):
5567         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5568         eval-and-compile wrappers for byte compiler pacifiers.
5569
5570         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5571         (mm-display-inline-fontify): Check for featurep 'xemacs not
5572         extent-list.
5573
5574         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5575         itimer-list.
5576         (mm-create-image-xemacs): Only do something for XEmacs.
5577         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5578
5579         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5580
5581         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5582         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5583
5584 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5585
5586         * nnimap.el (nnimap-split-download-body):
5587         * gnus-demon.el (gnus-demon):
5588         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5589
5590 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5593         macros.
5594         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5595         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5596         copy data from unibyte buffer to multibyte current buffer.
5597         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5598         to copy data from unibyte current buffer to multibyte buffer.
5599         (nntp-make-process-buffer): Make process buffer unibyte.
5600
5601         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5602
5603 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5604
5605         * pop3.el (pop3-open-server): Accept and process data more robustly at
5606         connexion start to avoid spurious "POP SSL connexion failed" errors.
5607
5608 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5611         read group names.
5612
5613 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5616
5617 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5620         (nnmail-save-active): Use a unibyte buffer when saving active file,
5621         which may contain non-ASCII group names.
5622
5623         * nnml.el (nnml-request-group): Decode group names in messages.
5624
5625 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * message.el (message-citation-line-function)
5628         (message-insert-formatted-citation-line): Fix spelling of
5629         `message-insert-formated-citation-line'.
5630
5631 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5634
5635 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5638         nnmail-pathname-coding-system.
5639
5640         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5641         that a user enters; decode group names in messages.
5642
5643         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5644
5645 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5648
5649         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5650
5651         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5652         risky local variable.
5653
5654         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5655
5656 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * encrypt.el: Improve documentation to fix function name typo.
5659         Reported by Daiki Ueno <ueno@unixuser.org>.
5660
5661 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5664         even if the point is not in the last page of an article.
5665         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5666         back to the previous page.
5667
5668 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5671
5672 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5675
5676 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * message.el (message-check-news-body-syntax): Avoid
5679         mm-string-as-multibyte.
5680         (message-hide-headers): Don't assume (point-min)==1.
5681
5682 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * message.el (message-remove-blank-cited-lines): Fix if remove is
5685         given.
5686         (message-bogus-address-regexp): New variable.
5687         (message-bogus-recipient-p): New function.
5688         (message-check-recipients): New command.
5689         (message-syntax-checks): Add `bogus-recipient'.
5690         (message-fix-before-sending): Add `bogus-recipient'.
5691
5692         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5693         (gnus-treat-body-boundary): Don't test window-system.
5694
5695 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5696
5697         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5698
5699 2007-10-28  Miles Bader  <miles@gnu.org>
5700
5701         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5702         at compile-time too.
5703
5704 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-msg.el (gnus-message-setup-hook): Add
5707         `message-remove-blank-cited-lines' to options.
5708
5709 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * message.el (message-remove-blank-cited-lines): New function.
5712         Suggested by Karl Plästerer.
5713
5714 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5717         mapc.
5718
5719         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5720         (top-level): Use mapc to set functions to be traced for debugging.
5721
5722         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5723         called for effect with while loop.
5724
5725         * message.el (message-talkative-question): Replace mapcar called for
5726         effect with mapc.
5727
5728         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5729         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5730         called for effect with dolist.
5731
5732         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5733
5734         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5735         gnus-extra-headers and nnmail-extra-headers.
5736
5737         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5738         called for effect with dolist.
5739         (top-level): Use mapc to set functions to be traced for debugging.
5740
5741         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5742         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5743         dolist.
5744
5745         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5746         Replace mapcar called for effect with mapc.
5747         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5748         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5749         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5750         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5751
5752         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5753         remove-if that's a cl function.
5754
5755         * webmail.el (webmail-debug): Replace mapcar called for effect with
5756         dolist.
5757
5758         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5759         with mapc.
5760
5761 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5764         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5765         with while loop.
5766
5767         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5768         functions from article-* functions.
5769         (gnus-multi-decode-header): Replace mapcar called for effect with
5770         dolist.
5771
5772         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5773         (gnus-bookmark-show-details): Replace mapcar called for effect with
5774         while loop.
5775
5776         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5777         called for effect with while loop.
5778
5779         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5780         with dolist.
5781
5782         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5783         mapcar called for effect with dolist.
5784
5785         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5786
5787         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5788         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5789         Replace mapcar called for effect with dolist.
5790         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5791         mapc.
5792
5793         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5794         Replace mapcar called for effect with dolist.
5795         (gnus-topic-list): Replace mapcar called for effect with mapc.
5796
5797         * gnus.el: Use mapc instead of mapcar to add autoloads.
5798
5799 2007-10-23  Richard Stallman  <rms@gnu.org>
5800
5801         * gnus-group.el (gnus-group-highlight): Mark as risky.
5802
5803 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus.el (gnus-server-to-method): Return method found first in
5806         gnus-newsrc-alist.
5807
5808         * gnus-art.el (gnus-article-highlight-signature)
5809         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5810         button overlay without the front stickiness.
5811
5812 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5813
5814         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5815         overview buffer needed a catch to receive its throw.
5816         (gnus-agent-flush-cache): Declared as interactive to make this function
5817         easier to use.
5818
5819 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5822         `next-line'.
5823
5824 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5827         exclude address matching message-dont-reply-to-names.
5828
5829 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-util.el (gnus-string<): New function.
5832
5833         * gnus-sum.el (gnus-article-sort-by-author)
5834         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5835
5836 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5839         the frame-focus tag is set in gnus-buffer-configuration.
5840
5841 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5844         the front stickiness.
5845
5846 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5849         url pattern; remove duplicate one.
5850         (gnus-article-extend-url-button): New function.
5851         (gnus-article-add-buttons): Use it.
5852         (gnus-button-push): Use concatenated url that it makes.
5853
5854 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5855
5856         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5857
5858 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5861         Don't hardcode point-min==1.
5862
5863 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5866         Fix comment about "iso8859-1".
5867
5868 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5871         ones returned from the verify-function.
5872
5873         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5874         mml2015-extract-cleartext-signature if extraction failed.
5875
5876 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5877
5878         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5879         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5880         failed.
5881
5882 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5883
5884         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5885
5886 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5889         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5890         recommends to use EasyPG instead of PGG.
5891
5892         * pgg.el: Revert to revision 6.23.2.16.
5893
5894         * pgg-def.el: Revert to revision 6.6.2.14.
5895
5896         * pgg-gpg.el: Revert to revision 6.23.2.34.
5897
5898 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5901         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5902         thread for both the null and zero (kill/expire thread) universal prefix
5903         cases.
5904         (gnus-summary-expire-thread): Add new function to expire a thread,
5905         using gnus-summary-kill-thread.
5906         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5907         shortcuts for gnus-summary-expire-thread.
5908         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5909         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5910
5911 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5914         extras value, so an extras entry can be deleted.
5915         (gnus-registry-delete-extra-entry): Use it.
5916         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5917         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5918         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5919         storage through the gnus-registry, and provide an appropriate API for
5920         it.
5921
5922 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5925         Suggested by Leo <sdl.web@gmail.com>.
5926
5927         * gnus.el: Do.
5928
5929 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5932         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5933
5934         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5935
5936         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5937         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5938
5939 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5942         newline.
5943         (nnmbox-request-accept-article): Don't change article in source buffer;
5944         narrow to header to use message-fetch-field rather than
5945         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5946         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5947         as delimiters; make sure article ends with newline.
5948         (nnmbox-delete-mail): Correct last position of article to be deleted;
5949         ignore X-Gnus-Newsgroup header in article body.
5950         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5951         positions; make sure article ends with newline.
5952
5953         * message.el (message-display-abbrev): Don't infloop when a user
5954         inserts SPC in the beginning of header.
5955
5956         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5957         coding-system-for-read and coding-system-for-write for XEmacs having no
5958         file-coding feature.
5959
5960         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5961
5962 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5963
5964         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5965         list of groups not followed by default.  Fix type to be regexp.
5966         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5967
5968 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5969
5970         * hmac-def.el (define-hmac-function): Switch from old-style to
5971         new-style backquotes.
5972
5973         * md4.el (md4-make-step): Likewise.
5974
5975 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5978         raw-text coding system when saving .newsrc file, which may contain
5979         non-ASCII group names.
5980
5981 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-cus.el (gnus-score-extra): New widget.
5984         (gnus-score-extra-convert): New function.
5985         (gnus-score-customize): Use it for Extra.
5986
5987 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5988
5989         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5990         (mml2015-mailcrypt-clear-verify): Use it.
5991         (mml2015-gpg-clear-verify): Use it.
5992         (mml2015-pgg-clear-verify): Use it.
5993         (mml2015-epg-clear-verify): Replace the current part with the output
5994         from GnuPG; don't extract the plaintext by itself.
5995
5996         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5997         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5998         mml2015-clear-verify-function; don't touch the armor headers or
5999         dash-escaped text here.
6000
6001 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6004         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6005         parts, or application/octet-stream as a last resort.
6006         (gnus-mime-view-part-as-type): Don't toggle display.
6007         (gnus-mime-view-part-as-charset): Don't turn off display before
6008         querying charset.
6009
6010         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6011         stuff to undisplayer function in Emacs.
6012         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6013
6014         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6015         text/calendar parts.
6016
6017 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6020         decoding text/calendar parts.
6021
6022         * message.el (message-forward-make-body-mime): Always mark body as
6023         having no illegible text; remove signed-or-encrypted argument.
6024         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6025
6026         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6027         (mml-generate-mime-1): Don't encode body if it is specified to be in
6028         raw form; don't make buffer be unibyte when inserting multibyte string.
6029
6030 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6031
6032         * sha1.el: Fix up comment style.
6033         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6034         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6035
6036         * hex-util.el: Fix up comment style.
6037         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6038
6039         * gnus-salt.el: Use with-current-buffer.
6040         (gnus-pick-setup-message): Fix long-standing typo.
6041
6042 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * imap.el (imap-logout-timeout): New variable.
6045         (imap-logout, imap-logout-wait): New functions.
6046         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6047
6048         * nnimap.el (nnimap-logout-timeout): New server variable.
6049         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6050         nnimap-logout-timeout.
6051
6052         * gnus-art.el (gnus-article-summary-command-nosave)
6053         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6054
6055 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus.el (gnus-maximum-newsgroup): New variable.
6058
6059         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6060         according to gnus-maximum-newsgroup.
6061
6062         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6063         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6064         Limit the range of articles according to gnus-maximum-newsgroup.
6065
6066 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6067
6068         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6069         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6070         Don't perform gnus-configure-windows here; reuse existing sticky
6071         article buffer.
6072
6073         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6074         it doesn't exist in gnus-article-mode.
6075
6076 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6079         (gnus-agent-decoded-group-name): New function.
6080         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6081         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6082
6083 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6084
6085         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6086         Add binding for gnus-sticky-article.
6087         (gnus-summary-exit): Don't kill sticky article buffers.
6088
6089         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6090         article buffer.
6091         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6092         (gnus-kill-sticky-article-buffers): New commands.
6093
6094 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * nntp.el (nntp-xref-number-is-evil): New server variable.
6097         (nntp-find-group-and-number): If it is non-nil, don't trust article
6098         numbers in the Xref header.
6099
6100 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-agent.el (gnus-agent-read-group): New function.
6103         (gnus-agent-flush-group, gnus-agent-expire-group)
6104         (gnus-agent-regenerate-group): Use it.
6105         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6106         nnmail-pathname-coding-system.
6107
6108 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6111
6112         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6113         that are unread as unread, and also as selected so that information of
6114         marks having been changed by a user may be updated when exiting group.
6115
6116 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6119         calculated ignoring signature parts to gnus-treat-article.
6120
6121 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6124         a point here in order to keep the window start.
6125         (gnus-insert-mime-security-button): Make a button overlay without the
6126         front stickiness.
6127         (gnus-mime-display-security): Goto the end of a button.
6128
6129         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6130
6131 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6134         group-name-at-point.
6135         (gnus-group-completing-read): New function that offers decoded
6136         non-ASCII group names for completion.
6137         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6138         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6139         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6140         (gnus-group-fetch-control): Use it.
6141         (gnus-fetch-group): Use group-name-at-point for the initial value
6142         rather than the default value; use gnus-alive-p.
6143
6144         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6145         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6146         (gnus-summary-post-news): Use gnus-group-completing-read.
6147
6148         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6149         (gnus-read-move-group-name): Decode group name for completion.
6150
6151 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6154         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6155         Yamaoka slightly modified the code).
6156
6157 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6160         (nnmail-split-incoming): Bind it.
6161
6162         * nnml.el (nnml-group-name-charset): New function.
6163         (nnml-decoded-group-name): Use it; don't decode group name if
6164         nnmail-group-names-not-encoded-p is non-nil.
6165         (nnml-encoded-group-name): New function.
6166         (nnml-group-pathname): Inline nnml-decoded-group-name.
6167         (nnml-request-expire-articles): Decode group name in message.
6168         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6169         nnmail-pathname-coding-system.
6170         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6171         not decoded ones according to nnmail-group-names-not-encoded-p.
6172         (nnml-generate-active-info): Use nnml-encoded-group-name.
6173
6174 2007-08-08  Glenn Morris  <rgm@gnu.org>
6175
6176         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6177         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6178         doc-strings and comments.
6179
6180 2007-07-25  Glenn Morris  <rgm@gnu.org>
6181
6182         * Relicense all FSF files to GPLv3 or later.
6183
6184 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-sum.el (gnus-summary-move-article): Make
6187         gnus-summary-respool-article work.
6188
6189 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6192         string.
6193
6194 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6195
6196         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6197         that should be ignored when comparing distant RSS articles with local
6198         ones.
6199         (nnrss-make-hash-index): New function.  Create a hash index according
6200         to the ignored fields.
6201         (nnrss-check-group): Use it.
6202
6203 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6206
6207         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6208
6209         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6210         the new optional argument ENCODED is non-nil.
6211         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6212         coding system for encoding group name.
6213         (gnus-group-make-rss-group): Pass un-encoded group name to
6214         gnus-group-make-group.
6215         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6216         encoded.
6217
6218         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6219         Encode group name to which articles are moved or copied.
6220         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6221         coding system for encoding Newsgroup, Followup-To and Xref headers.
6222
6223         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6224         marks; use nnheader-file-coding-system to write a file.
6225         (nnagent-retrieve-headers): Bind file-name-coding-system to
6226         nnmail-pathname-coding-system.
6227
6228         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6229
6230         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6231         (nnml-request-article, nnml-request-create-group)
6232         (nnml-request-rename-group, nnml-find-id)
6233         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6234         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6235         (nnml-save-marks): Use nnml-group-pathname instead of
6236         nnmail-group-pathname.
6237
6238         (nnml-request-create-group, nnml-request-expire-articles)
6239         (nnml-request-move-article, nnml-request-delete-group)
6240         (nnml-deletable-article-p, nnml-possibly-create-directory)
6241         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6242         (nnml-open-marks): Bind file-name-coding-system to
6243         nnmail-pathname-coding-system.
6244
6245         (nnml-request-article): Pass server argument to nnml-find-group-number.
6246         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6247         server argument to nnml-possibly-create-directory.
6248         (nnml-request-accept-article): Pass server argument to
6249         nnml-active-number and nnml-save-mail.
6250         (nnml-find-group-number): Pass server argument to nnml-find-id.
6251         (nnml-request-update-info): Pass server argument to
6252         nnml-marks-changed-p.
6253
6254         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6255         (nnml-save-mail, nnml-active-number): Add server argument.
6256
6257         (nnml-request-delete-group): Warn if group is missing.
6258         (nnml-get-nov-buffer): Decode group name.
6259         (nnml-generate-active-info): Encode group name.
6260         (nnml-open-marks): Decode group name in messages.
6261
6262 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6265         if it is not specified.
6266         (gnus-article-pipe-part, gnus-article-save-part)
6267         (gnus-article-interactively-view-part, gnus-article-copy-part)
6268         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6269         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6270         (gnus-article-replace-part, gnus-article-delete-part)
6271         (gnus-article-view-part-as-type): Pass raw prefix argument to
6272         gnus-article-part-wrapper.
6273
6274 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-agent.el (gnus-agent-save-active): Bind
6277         nnheader-file-coding-system to gnus-agent-file-coding-system.
6278
6279         * gnus-cache.el (gnus-cache-save-buffers)
6280         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6281         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6282         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6283         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6284         (gnus-cache-generate-active, gnus-cache-rename-group)
6285         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6286         (gnus-cache-update-overview-total-fetched-for): Bind
6287         file-name-coding-system to nnmail-pathname-coding-system.
6288         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6289         variables.
6290         (gnus-cache-decoded-group-name): New function.
6291         (gnus-cache-file-name): Use it.
6292         (gnus-cache-generate-active): Use non-decoded group name for active.
6293
6294         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6295         right place.
6296         (gnus-write-active-file): Don't break non-ASCII group names.
6297
6298         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6299         nnmail-pathname-coding-system.
6300
6301         * lpath.el: Bind default-file-name-coding-system,
6302         file-name-coding-system and language-info-alist for XEmacs.
6303
6304         * gnus-uu.el (gnus-uu-decode-save): Typo.
6305
6306 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6309
6310 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6313         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6314         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6315         (gnus-agent-flush-group, gnus-agent-flush-cache)
6316         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6317         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6318         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6319         (gnus-agent-regenerate-group)
6320         (gnus-agent-update-files-total-fetched-for)
6321         (gnus-agent-update-view-total-fetched-for): Bind
6322         file-name-coding-system to nnmail-pathname-coding-system.
6323         (gnus-agent-group-pathname): Don't encode file names by
6324         nnmail-pathname-coding-system.
6325         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6326         coding-system-for-write instead of buffer-file-coding-system to
6327         gnus-agent-file-coding-system.
6328
6329         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6330         Decode group name.
6331
6332         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6333
6334         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6335         (gnus-read-newsrc-el-file): Make group names unibyte.
6336
6337         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6338         nnmail-pathname-coding-system.
6339
6340         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6341         (nnrss-request-delete-group): Bind file-name-coding-system to
6342         nnmail-pathname-coding-system.
6343         (nnrss-read-server-data, nnrss-read-group-data): Bind
6344         file-name-coding-system correctly.
6345         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6346
6347         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6348         (nntp-server-to-method-cache): New variable.
6349         (nntp-group-pathname): New function that decodes non-ASCII group names.
6350         (nntp-possibly-create-directory, nntp-marks-changed-p)
6351         (nntp-save-marks, nntp-open-marks): Use it.
6352         (nntp-possibly-create-directory, nntp-open-marks):
6353         Bind file-name-coding-system to nnmail-pathname-coding-system.
6354         (nntp-open-marks): Decode group names when bootstrapping marks.
6355
6356         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6357         Newsgroups and Folowup-To headers.
6358
6359 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6362         (gnus-server-closed-face, gnus-server-denied-face)
6363         (gnus-server-offline-face): Remove variable.
6364         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6365
6366         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6367         of modifying message-stack directly for XEmacs.
6368
6369         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6370         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6371         if the coding-system argument is nil for XEmacs.
6372
6373         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6374         mm-charset-override-alist.
6375
6376         * rfc2047.el: Don't require base64; require rfc2045 for the function
6377         rfc2045-encode-string.
6378         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6379         to quote the parameter value.
6380
6381 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6384         form in gnus-group-name-charset-method-alist.
6385
6386         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6387         overrides the default layout edit-form.
6388
6389         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6390
6391         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6392
6393 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6396         as unfetched articles.
6397
6398 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6401
6402 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6405         original back end that keeps marks in the local system.
6406
6407 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6410         arg of pop-to-buffer for XEmacs.
6411         (gnus-article-read-summary-keys): Ditto; don't restore window
6412         configuration if summary command ends up with neither article buffer
6413         nor summary buffer; describe bindings if summary keys end with C-h.
6414
6415 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * message.el (message-fix-before-sending): Skip raw message part to be
6418         forwarded while checking illegible text.
6419         (message-forward-make-body-mime, message-forward-make-body): Mark
6420         signed or encrypted raw message as having no illegible text.
6421
6422 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6425         (gnus-message-with-timestamp-1): New macro.
6426         (gnus-message-with-timestamp): New function.
6427         (gnus-message): Use them.
6428
6429         * nnheader.el (nnheader-message): Use them.
6430
6431 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6434         .newsrc.eld file.
6435
6436 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-agent.el (gnus-agent-fetch-headers)
6439         (gnus-agent-retrieve-headers): Bind
6440         gnus-decode-encoded-address-function to identity.
6441
6442         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6443         available also when the server returns simply a dot.
6444
6445         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6446
6447 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6450
6451 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-ems.el (gnus-x-splash): Make it work.
6454
6455         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6456         from being used.
6457
6458         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6459
6460 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6463         4th and the 5th arguments.
6464
6465         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6466         the front stickiness.
6467         (gnus-article-summary-command-nosave): Correct the order of the
6468         arguments passed to pop-to-buffer.
6469         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6470         summary command ends up with the article buffer.
6471
6472         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6473         the same faces.
6474
6475 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6476
6477         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6478
6479 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6480
6481         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6482         * gnus-sum.el (gnus-summary-highlight):
6483         * pgg.el (pgg-sign-region, pgg-sign):
6484         * mail-source.el (mail-source-delete-old-incoming-confirm):
6485         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6486
6487 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-art.el (gnus-mime-view-part-externally)
6490         (gnus-mime-view-part-internally): Fix predicate function passed to
6491         completing-read.
6492
6493         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6494
6495         * gnus.el (gnus-update-message-archive-method): Add :version.
6496
6497 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus.el (gnus-update-message-archive-method): New variable.
6500
6501         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6502         according to gnus-message-archive-method if
6503         gnus-update-message-archive-method is non-nil.
6504
6505 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6508         by Loic Dachary <loic@dachary.org>.
6509         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6510
6511 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * message.el (message-pop-to-buffer): Add switch-function argument.
6514         (message-mail): Pass switch-function argument to it.
6515
6516 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6519         Improve doc string.
6520
6521 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6524         (gnus-header-content)
6525         * gnus-cite.el (gnus-cite-10)
6526         * gnus-srvr.el (gnus-server-closed)
6527         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6528         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6529         (gnus-group-mail-3-empty, gnus-group-mail-low)
6530         (gnus-group-mail-low-empty, gnus-splash)
6531         * message.el (message-header-to, message-header-cc)
6532         (message-header-subject, message-header-other, message-header-name)
6533         (message-header-xheader, message-separator, message-cited-text)
6534         (message-mml): Lighten colors of faces used for dark background.
6535
6536 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6537
6538         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6539         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6540
6541 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * message.el (message-narrow-to-headers-or-head):
6544         Ignore mail-header-separator in the body.
6545
6546 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6549         same as window size.
6550
6551 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6552
6553         * message.el (message-font-lock-keywords): Use message-header-xheader
6554         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6555         ahead of the anything pattern, to get it recognised.
6556
6557 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6560         spam.el loads uses it in the compiled defadvice form.
6561
6562 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6563
6564         * gnus-sum.el (gnus-articles-to-read)
6565         (gnus-summary-insert-old-articles): Don't truncate group name for
6566         `read-string'.
6567
6568         * gnus-util.el (gnus-limit-string): Delete this function.
6569
6570         * gnus-sum.el (gnus-simplify-subject-fully): Use
6571         `truncate-string-to-width' instead.
6572
6573 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6574
6575         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6576         if, on summary exit, the next group has to be selected.
6577         (gnus-summary-exit): Use it.
6578
6579 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6582         non-break space.
6583
6584 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6587         Check if group is not a directory.
6588         (nnfolder-request-expire-articles): Don't delete articles if the target
6589         group is not available.
6590
6591         * nnml.el (nnml-request-create-group): Properly check if group is not a
6592         file.
6593         (nnml-request-expire-articles): Don't delete articles if the target
6594         group is not available.
6595
6596         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6597         Don't quote characters that are within parentheses.
6598
6599 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6602         (gnus-handle-ephemeral-exit): Select article according to it.
6603
6604 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * message.el (message-insert-formated-citation-line): Remove newline.
6607         (message-citation-line-format): Add final \n here so that the user can
6608         avoid a blank line.
6609
6610 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6611
6612         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6613         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6614         Update lanl/arXiv support.
6615
6616 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus.el: Bump version number.
6619
6620 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus.el (gnus-version-number): Bump version.
6623
6624 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6625
6626         * gnus.el: No Gnus v0.6 is released.
6627
6628 2007-04-27  Didier Verna  <didier@xemacs.org>
6629
6630         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6631         * gmm-utils.el (gmm-regexp-concat): here.
6632         * message.el: Don't require 'gnus-util.
6633         (message-dont-reply-to-names): Handle name change above.
6634         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6635
6636 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6639         since the initial value varies according to the system.
6640
6641 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6644
6645 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6646
6647         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6648
6649 2007-04-24  Didier Verna  <didier@xemacs.org>
6650
6651         Improve the type of gnus-ignored-from-addresses.
6652         * gnus-util.el (gnus-orify-regexp): New function.
6653         * message.el (gnus-util): Require it.
6654         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6655         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6657
6658 2007-04-24  Didier Verna  <didier@xemacs.org>
6659
6660         * gnus-sum.el:
6661         * gnus-utils.el: Fix some trailing whitespaces.
6662
6663 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6666         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6667         article's Message-ID; refer parent article in summary buffer.
6668
6669         * message.el (message-bounce): Call mime-to-mml.
6670
6671         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6672         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6673         optimize and/or forms properly.
6674
6675 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6678         URL.
6679
6680 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6683
6684 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6687         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6688         displayed of multipart/alternative part if it is invoked from summary
6689         buffer.
6690
6691         * mm-view.el (mm-inline-text-html-render-with-w3m)
6692         (mm-inline-text-html-render-with-w3m-standalone)
6693         (mm-inline-render-with-function): Use mail-parse-charset by default.
6694
6695 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6696
6697         * parse-time.el (parse-time-string-chars): Check if CHAR
6698         is less than the length of parse-time-syntax.
6699
6700 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6703         from gnus-newsgroup-processable.
6704
6705 2007-04-16  Didier Verna  <didier@xemacs.org>
6706
6707         * gnus-msg.el (gnus-configure-posting-styles): Handle
6708         message-signature-directory properly with :file syntax.  Reported by
6709         "Leo".
6710
6711 2007-04-11  Didier Verna  <didier@xemacs.org>
6712
6713         New user option: message-signature-directory.
6714         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6715         * message.el (message-insert-signature): Ditto.
6716         * message.el (message-signature-file): Doc update.
6717         * message.el (message-signature-directory): New.
6718
6719 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-msg.el (gnus-inews-yank-articles): Use
6722         message-exchange-point-and-mark instead of exchange-point-and-mark.
6723
6724 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * message.el (message-yank-original): Make sure cited text ends with
6727         newline; don't exchange point and mark.
6728
6729 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6730
6731         * tls.el (open-tls-stream): Properly handle case where there
6732         is no associated buffer.
6733
6734 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6735
6736         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6737         message-yank-original, make sure (< mark TEXT point).
6738
6739 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * message.el (message-fill-column): New variable.
6742         (message-mode): Use it.  Add comment on a possible new hook.
6743
6744         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6745         (nnmail-get-new-mail): Reformat.
6746
6747         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6748
6749         * gmm-utils.el: Fix Commentary.
6750         (gmm-tool-bar-from-list): Fix typo in doc string.
6751
6752 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6753
6754         * message.el (message-yank-original): Don't switch point and mark
6755         unnecessarily to put point and mark as documented.
6756
6757 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6760         from the message heads.
6761
6762 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6763
6764         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6765         article buffer does not have a window.  This may not be the best
6766         solution but is certainly better than setting the start of the null,
6767         that is the current, window.
6768
6769 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6772         (gnus-draft-setup): Run it.
6773
6774         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6775         gnus-score-fast-scoring.  Allow regexp.
6776         (gnus-score-headers): Use it.
6777
6778         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6779         XEmacs.
6780
6781         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6782         string.
6783         (gnus-button-alist): Also catch `<f1> k ...'.
6784         (gnus-treat-display-x-face): Fix doc string.
6785
6786 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6787
6788         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6789         evaluation of gnus-extended-version to ensure correct generation of the
6790         User-Agent header when message-generate-headers-first is used.
6791
6792 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6793
6794         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6795         hashcash-path is nil.  Don't call callback with incorrect number of
6796         parameters if val is 0.
6797
6798 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6799
6800         * message.el (message-required-news-headers):
6801         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6802
6803 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6804
6805         * tls.el (open-tls-stream): In handshake-waiting loop,
6806         don't wait more if there is output available to process.
6807
6808 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6809
6810         * tls.el (tls-program): Doc fix.
6811
6812 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * message.el (message-generate-new-buffers): Change the meaning of the
6815         nil value; add `standard' to the choices; treat t as `unique'; improve
6816         doc string.
6817         (gnus-select-frame-set-input-focus): Autoload.
6818         (message-buffer-name): Search for the existing message buffer if
6819         message-generate-new-buffers is nil or `standard'; treat the value t of
6820         message-generate-new-buffers as `unique'.
6821         (message-pop-to-buffer): Raise the frame already displaying the message
6822         buffer; clear the echo area after querying.
6823         (message-setup): Pass the `continue' argument to compose-mail.
6824         (message-mail): Prefer `switch-function' if it is given; search for the
6825         existing message buffer if the `continue' argument is non-nil; pass
6826         continue and switch-function arguments to compose-mail by way of
6827         message-setup.
6828         (message-mail-other-window): Adjust argument of message-setup.
6829         (message-mail-other-frame): Ditto.
6830
6831 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6834         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6835         to turn font-lock on when turning gnus-message-citation-mode on.
6836
6837 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6838
6839         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6840         (mml-smime-function-alist): New variable; add epg as the backend.
6841         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6842         mml-smime- functions instead.
6843         * mm-view.el: Require smime.
6844
6845 2007-03-05  Didier Verna  <didier@xemacs.org>
6846
6847         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6848         instead of just inheritance for posting styles.
6849         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6850
6851 2007-02-24  Chris Moore  <dooglus@gmail.com>
6852
6853         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6854         * pgg-pgp.el (pgg-pgp-encrypt-region):
6855         * pgg-gpg.el (pgg-gpg-encrypt-region):
6856         Check pgg-encrypt-for-me if no other recipients.
6857
6858 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6859
6860         * tls.el (tls-certtool-program): Fix custom type.
6861
6862 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6865         and point-at-eol instead of line-(beginning|end)-position.
6866
6867         * assistant.el (assistant-parse-buffer): Ditto.
6868
6869         * netrc.el (netrc-parse-services): Ditto.
6870
6871 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6872
6873         * mml2015.el (mml2015-epg-find-usable-key): New function.
6874         (mml2015-epg-sign): Use it.
6875         (mml2015-epg-encrypt): Use it.
6876
6877 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * message.el (message-make-in-reply-to): Quote name containing
6880         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6881         if there are special characters.  Reported by NAKAJI Hiroyuki
6882         <nakaji@jp.freebsd.org>.
6883
6884 2007-02-27  Didier Verna  <didier@xemacs.org>
6885
6886         Include the group parameters as well as the topic ones in the
6887         inheritance filter process.
6888         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6889         argument GROUP-PARAMS-LIST.
6890         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6891
6892 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * nntp.el (nntp-never-echoes-commands)
6895         (nntp-open-connection-functions-never-echo-commands): New variables.
6896         (nntp-send-command): Use them.
6897
6898 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6899
6900         * mml2015.el (mml2015-epg-verify): Simplified.
6901
6902 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mml.el (mml-content-disposition-alist): New user option.
6905         (mml-content-disposition): New function.
6906         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6907         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6908
6909 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6910
6911         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6912         verification.
6913
6914 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6915
6916         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6917         articles posted in the last 24 hours.
6918
6919 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6920
6921         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6922
6923 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6924
6925         * nntp.el (nntp-send-command): Don't wait for echoes when
6926         nntp-open-ssl-stream is used.
6927
6928 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6931         (gnus-message-add-citation-keywords)
6932         (gnus-message-remove-citation-keywords): Remove.
6933         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6934         directly, make the variables in font-lock-defaults buffer-local, add
6935         gnus-message-citation-keywords to them and then update the value of
6936         font-lock-keywords.
6937
6938 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * message.el (message-cite-original-1): Don't call
6941         gnus-article-highlight-citation.
6942
6943         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6944         citations; fix line count.
6945
6946 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6949         (gnus-message-add-citation-keywords)
6950         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6951         versions of font-lock-add-keywords and font-lock-remove-keywords to
6952         work with XEmacs correctly.
6953
6954 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-cite.el (gnus-cite-face-list): Set the values of
6957         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6958         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6959         (gnus-message-cite-prefix-regexp): New variable.
6960         (gnus-message-search-citation-line): Use it; protect against long
6961         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6962         the 0th match data for Emacs.
6963         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6964         (gnus-message-add-citation-keywords): Append keywords rather than
6965         prepending; emulate font-lock-add-keywords if it is not available.
6966         (gnus-message-remove-citation-keywords): Emulate
6967         font-lock-remove-keywords if it is not available.
6968
6969         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6970
6971         * message.el (message-cite-prefix-regexp): Set the value of
6972         gnus-message-cite-prefix-regexp.
6973
6974 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6975
6976         * nnweb.el (nnweb-google-parse-1): Update parser.
6977
6978 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6979
6980         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6981
6982 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6983
6984         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6985         regexp.
6986
6987 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6990         string-to-multibyte.
6991         (uudecode-decode-region-internal): Use it.
6992
6993         * lpath.el: Fbind string-as-multibyte for XEmacs.
6994
6995 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6998         custom choice.
6999
7000         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7001
7002 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7003
7004         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7005
7006         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7007         `write-region' to respect `mm-inhibit-file-name-handlers'.
7008
7009 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7012         Use gnus-home-directory instead of "~/" or "$HOME".
7013
7014 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7017         to mention filename.
7018         Add comments at beginning regarding usage.
7019         (encrypt-write-file-contents): Change interactive so a string is
7020         acceptable.  If the file has no associated model, show an error instead
7021         of a nonsense prompt.
7022
7023 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7024
7025         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7026         Thanks to Yoshihiko Yamada for kind notification of this typo.
7027
7028 2007-01-12  Kenichi Handa  <handa@m17n.org>
7029
7030         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7031         multibyte buffer.
7032
7033 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-score.el (gnus-score-fast-scoring): New variable.
7036         (gnus-score-headers): Use it.
7037
7038         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7039
7040         * message.el (message-cite-original-1): Call
7041         gnus-article-highlight-citation if requested.
7042         (message-make-from): Allow name and address as optional arguments.
7043
7044         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7045
7046         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7047         bugs to doc string.
7048         (gnus-button-alist): Add mid\\|message-id.
7049         (gnus-button-fetch-group): Extend for use in
7050         `browse-url-browser-function'.
7051         (gnus-button-url-regexp): Try to catch paired parentheses like in
7052         Wikipedia URLs.
7053
7054         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7055         Suggested by Simon Krahnke <overlord@gmx.li>.
7056
7057 2007-01-13  Romain Francoise  <romain@orebokech.com>
7058
7059         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7060         Update copyright.
7061
7062 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7063
7064         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7065
7066 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * gnus-registry.el (gnus-registry-unfollowed-groups)
7069         (gnus-registry-split-fancy-with-parent): Fix documentation.
7070
7071 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7074         from nnweb groups.
7075
7076 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7079         Xref urls.  Erase buffer before requesting head.
7080
7081 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7084         customizable.
7085
7086 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7087
7088         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7089         no signing key is found.
7090         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7091         no encrypting and/or signing key is found.
7092
7093 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7096
7097 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7098
7099         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7100         headers read from disk with the ones newly found in the current search.
7101         This should no longer cause problems, because the article numbers in
7102         Gmane's `nov.php' output are ignored since the previous change.
7103
7104 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7105
7106         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7107
7108 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7111         replace-regexp-in-string; bind url-version; fbind display-images-p and
7112         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7113         find-face and set-itimer-function for Emacs; bind itimer-list for
7114         Emacs.
7115
7116         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7117
7118 2007-01-01  Romain Francoise  <romain@orebokech.com>
7119
7120         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7121
7122 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7123
7124         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7125         `define-minor-mode' macro definition expanded properly.
7126         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7127         exclude it there.
7128
7129         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7130         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7131         `fboundp' test.
7132         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7133         This is OK to autoload in (S)XEmacs now.
7134
7135 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7138         keystroke.
7139         (gnus-summary-limit-to-singletons): Fix typo.
7140
7141         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7142         else fails.
7143
7144 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7145
7146         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7147         docstring.
7148
7149         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7150         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7151         (gnus-summary-insert-dormant-articles): Fix typo in message.
7152
7153 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7156         nil for XEmacs.
7157         (gnus-message-citation-mode): Don't autoload in XEmacs.
7158
7159         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7160
7161 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7162
7163         * nnimap.el (nnimap-expunge-search-string): Mention
7164         nnimap-search-uids-not-since-is-evil in docstring.
7165
7166 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * spam.el: Revert to make-obsolete-variable because
7169         define-obsolete-variable-alias is not supported in Emacs 21.
7170
7171         * spam.el (spam-ifile-path, spam-ifile-database-path)
7172         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7173         make-obsolete-variable.
7174         (spam-bsfilter-path, spam-bsfilter-program)
7175         (spam-spamassassin-path, spam-spamassassin-program)
7176         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7177         use "path" inappropriately.
7178         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7179         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7180         variable names.
7181
7182 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7183
7184         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7185         summary buffer.
7186
7187         * password.el (password-cache-remove): Use clear-string to burn
7188         password, if available.
7189
7190 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7193
7194         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7195
7196         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7197         (gnus-message-highlight-citation): Move defcustom here from
7198         gnus-cite.el.
7199         (gnus-message-citation-mode): Autoload.
7200
7201         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7202         checks to make it compile with XEmacs.
7203         (gnus-message-citation-mode): New minor mode.
7204         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7205         (gnus-message-highlight-citation): New variables.
7206         (gnus-message-search-citation-line)
7207         (gnus-message-add-citation-keywords)
7208         (gnus-message-remove-citation-keywords)
7209         (turn-on-gnus-message-citation-mode)
7210         (turn-off-gnus-message-citation-mode): New functions.
7211
7212 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7213
7214         * gnus-cite.el: Enable highlighting of different citation levels in
7215         message-mode.
7216
7217 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * message.el (message-make-fqdn): Fix comment.
7220         (message-bogus-system-names): Add ".local".
7221
7222         * spam.el (spam-ifile-path, spam-ifile-program)
7223         (spam-ifile-database-path, spam-ifile-database)
7224         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7225         Don't use "path" inappropriately.
7226         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7227         strings.
7228         (spam-check-ifile, spam-ifile-register-with-ifile)
7229         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7230         new variable names.
7231
7232         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7233         (gnus-treat-display-smileys): Simplify using
7234         gnus-image-type-available-p.
7235
7236         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7237         available.
7238
7239         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7240         `display-images-p' if available.
7241
7242 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7245         one after turning on the buffer's multibyteness instead of decoding
7246         them directly in the unibyte buffer that causes unexpected conversion
7247         in Emacs 23 (unicode).
7248
7249 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7250
7251         * message.el (message-generate-hashcash): Fix custom type.
7252
7253 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7256
7257 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7260         disconnect icons.  Add help text.
7261
7262 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7265         negated to be consistent with the others we handle.
7266
7267 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7270         version of gnus-summary-buffer to something, so that we can use two
7271         article buffers at the same time.
7272
7273 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7274
7275         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7276         trigger all the extra headers.
7277         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7278         sorting.
7279
7280 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7281
7282         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7283         solid groups.
7284
7285 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7286
7287         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7288
7289 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * legacy-gnus-agent.el: Add Copyright notice.
7292
7293 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7294
7295         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7296
7297 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7300
7301         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7302         to make it work reliably in CVS Emacs.
7303         (gnus-summary-limit-strange-charsets-predicate)
7304         (gnus-summary-limit-to-predicate): New functions.
7305
7306 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7307
7308         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7309         specifying array size.
7310         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7311         array if it is too small.
7312         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7313         (gnus-sort-threads-loop): New function.
7314
7315 2006-12-06  Chris Moore  <dooglus@gmail.com>
7316
7317         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7318         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7319
7320 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7321
7322         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7323         options.
7324
7325 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7328         DOS-ing the recipient.
7329
7330         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7331         the headers when creating the mapping to avoid mismappings.
7332         (nnweb-gmane-create-mapping): Always nix out old mapping.
7333
7334 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7337         and mm-verify-option to never.
7338
7339 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * message.el (message-signed-or-encrypted-p): New function.
7342         (message-forward-make-body): Use it.
7343
7344         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7345         Replace encode-coding-string with mm-encode-coding-string.
7346
7347 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nneething.el (nneething-decode-file-name): Replace
7350         decode-coding-string with mm-decode-coding-string.
7351
7352         * gnus-int.el (gnus-open-server): Say failed server's name.
7353
7354 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7355
7356         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7357         strings to a single string.  Quote `errors-file-name'.
7358         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7359         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7360         Adjust calls.  Use `shell-quote-argument'.
7361
7362 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7363
7364         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7365         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7366
7367         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7368         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7369         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7370         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7371         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7372         (gnus-subscribe-newsgroup, gnus-1):
7373         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7374         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7375         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7376         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7377
7378 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7381         keystroke.
7382         (gnus-summary-limit-to-bodies): Implement headersp.
7383
7384 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7387
7388 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7391
7392 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393
7394         * message.el (message-generate-hashcash): Expand range of values to
7395         include `opportunistic'.
7396         (message-send-mail): Use it.
7397
7398 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7401         and comment it.
7402
7403         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7404
7405 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-util.el (gnus-extract-address-components): Improve comment.
7408
7409 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-util.el (gnus-extract-address-components): Work with address in
7412         which the name portion contains @.
7413
7414         * lpath.el: Fbind custom-autoload.
7415
7416 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * gnus.el (gnus-start): Move custom group up.
7419         (gnus-select-method): Don't autoload, but make it available for
7420         `customize-variable'.
7421         (gnus-getenv-nntpserver): Don't autoload.
7422
7423 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7426
7427 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * message.el (message-sendmail-extra-arguments): New variable.
7430         (message-send-mail-with-sendmail): Use it.
7431
7432 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7435         mm-with-unibyte-current-buffer to make string unibyte.
7436
7437         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7438         mm-string-as-multibyte.
7439
7440 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7441
7442         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7443         Reported by Werner Koch <wk@gnupg.org>.
7444
7445 2006-11-14  Daiki Ueno  <ueno@p360>
7446
7447         * mml2015.el: Autoload epa-select-keys when compiling.
7448
7449 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7450
7451         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7452         message-options.
7453         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7454
7455 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7456
7457         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7458         EasyPG (< 0.0.6).
7459         (mml2015-always-trust): New user option.
7460         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7461         prompt.
7462
7463 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * nntp.el (nntp-authinfo-force): New variable.
7466         (nntp-send-authinfo): Use it.
7467
7468 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7471         decode encoded words.  Improve prompt.  Add comment about forwarding.
7472         (message-replacement-char): Move up.
7473
7474 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7475
7476         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7477         instead of gnus-intersection because arguments of gnus-sorted-nunion
7478         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7479
7480 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7483         (message-simplify-subject-functions): Enable
7484         message-strip-subject-encoded-words by default.
7485
7486 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el (message-strip-subject-encoded-words): New function.
7489         (message-simplify-subject-functions): New variable.
7490         (message-simplify-subject): Use it.  Fix typo in doc string.
7491         Support message-strip-subject-encoded-words.
7492
7493 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7494
7495         * gnus-diary.el (gnus-diary-delay-format-function):
7496         * nndiary.el (nndiary-reminders):
7497         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7498
7499 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-art.el (article-hide-boring-headers): Fetch date from
7502         gnus-original-article-buffer to avoid problems with localized date
7503         strings.
7504
7505 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7508
7509 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7512         New variables.
7513         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7514         (mm-charset-synonym-alist): Move some entries to
7515         mm-codepage-iso-8859-list.
7516         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7517         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7518
7519 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7522
7523 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7526         with Emacs 21 and XEmacs.
7527
7528 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7529
7530         * spam.el (spam-parse-address): New function for better parsing,
7531         catching errors, etc.
7532         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7533
7534 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * mm-view.el: Add interactive arg to html2text autoload.
7537
7538 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7541
7542 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7545         variables.
7546         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7547         (mm-charset-synonym-alist): Move some entries to
7548         mm-codepage-iso-8859-list.
7549
7550         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7551
7552 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * message.el (message-citation-line-format)
7555         (message-insert-formated-citation-line): Fix implementation of %E, %N
7556         and %n according to the doc string.
7557
7558 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7559
7560         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7561         car-safe to avoid bad parses.
7562
7563 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7566         names.
7567
7568         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7569
7570 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7573         header.
7574
7575         * message.el (message-draft-headers): Add Date.
7576         (message-headers-to-generate): Fix typo in docstring.
7577
7578         * nndraft.el (nndraft-required-headers): New variable.
7579         (nndraft-generate-headers): Use it.
7580
7581         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7582
7583 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * gnus-registry.el (gnus-registry-wash-for-keywords)
7586         (gnus-registry-find-keywords): New functions to allow easy searching of
7587         articles that are in the registry.
7588
7589 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7592         ietf-drums-parse-address instead of gnus-extract-address-components.
7593         Reported by Damien Elmes <damien@repose.cx>.
7594
7595 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus.el (gnus-mime): Remove unused custom group.
7598
7599 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7600
7601         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7602         "blank line" when searching for end of armor headers.
7603
7604 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gmm-utils.el (gmm-write-region): Fix variable name.
7607
7608 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gmm-utils.el (gmm-write-region): New function based on compatibility
7611         code from `mm-make-temp-file'.
7612
7613         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7614
7615         * nnmaildir.el (nnmaildir--update-nov)
7616         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7617         Use `gmm-write-region'.
7618
7619 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7622         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7623
7624         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7625
7626         * message.el (message-replacement-char): New variable.
7627         (message-fix-before-sending): Use it.
7628         (message-simplify-subject): New function to remove duplicate code.
7629         (message-reply, message-followup): Use it.
7630
7631         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7632         gnus-summary-limit-to-articles.
7633
7634 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-util.el (gnus-with-local-quit): New macro.
7637
7638         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7639
7640 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7643         ignore non-string data.
7644
7645 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7648         non-string data (needs to be done in the registry too).
7649
7650 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7653         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7654         (gnus-registry-split-fancy-with-parent)
7655         (gnus-registry-fetch-simplified-message-subject-fast)
7656         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7657         Remove text properties on ingress into the registry and when it's saved.
7658         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7659         registry from entries with no groups.
7660
7661 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7664         function to remove string properties.
7665
7666 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gmm-utils.el (gmm): Adjust custom version.
7669
7670         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7671         custom version.
7672
7673         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7674
7675 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-art.el (gnus-insert-prev-page-button)
7678         (gnus-insert-next-page-button): Simplify.  Reformat.
7679
7680 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7681
7682         * gnus-art.el (gnus-insert-prev-page-button)
7683         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7684
7685 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7686
7687         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7688
7689 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7690
7691         * gnus-art.el (gnus-insert-mime-button)
7692         (gnus-insert-mime-security-button):
7693         Apply gnus-article-button-face to MIME and security buttons.
7694
7695 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7698         readable.
7699
7700 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7703
7704 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7705
7706         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7707         `browse-url-of-file' instead of `browse-url'.
7708
7709 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7710
7711         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7712         regexp.  Articles containing quotation were cut prematurely.
7713
7714 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * message.el (message-cite-original-1): Use nobody by default for the
7717         value of From header.
7718         (message-reply): Ditto.
7719
7720 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7721
7722         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7723         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7724         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7725
7726 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7729         mails in the doc string.  Add some URLs in comment.
7730         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7731
7732 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7735         backslashes handling and the way to find boundaries of quoted strings.
7736
7737 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7738
7739         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7740         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7741         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7742         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7743
7744 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7747         doc string.
7748         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7749
7750 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * lpath.el: Fbind epg-check-configuration.
7753
7754 2006-09-06  Simon Josefsson  <jas@extundo.com>
7755
7756         * mml2015.el (mml2015-use): Doc fix, mention epg.
7757
7758 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * mml2015.el (mml2015-use): Default to epg, if available.
7761
7762 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7763
7764         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7765         message-sender.
7766         (mml1991-epg-encrypt): Ditto.
7767         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7768         message-sender.
7769         (mml2015-epg-encrypt): Ditto.
7770
7771 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7772
7773         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7774         several common directories.
7775
7776 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7777
7778         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7779         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7780
7781 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (article-decode-encoded-words): Make it fast.
7784
7785 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7788
7789         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7790         in quoted string into `\'.
7791
7792 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7795         Use standard-syntax-table.
7796
7797 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-decode-address-function): New variable.
7800         (article-decode-encoded-words): Use it to decode headers which are
7801         assumed to contain addresses.
7802         (gnus-mime-delete-part): Remove useless `or'.
7803
7804         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7805         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7806         (gnus-nov-parse-line): Use it to decode From header.
7807         (gnus-get-newsgroup-headers): Ditto.
7808         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7809
7810         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7811         (mail-decode-encoded-address-string): New alias.
7812
7813         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7814         New function.
7815         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7816         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7817         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7818         (rfc2047-decode-string): Ditto.
7819         (rfc2047-decode-address-region): New function.
7820         (rfc2047-decode-address-string): New function.
7821
7822 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * message.el (message-caesar-buffer-body): Allow rotating headers.
7825
7826         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7827
7828         * message.el (message-insert-formated-citation-line): Fix %f.
7829         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7830
7831 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7834         (gnus-bookmark-mouse-available-p): New macro.
7835         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7836         (gnus-bookmark-bmenu-show-infos): Use it.
7837         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7838         (gnus-bookmark-bmenu-hide-infos): Ditto.
7839         (gnus-bookmark-remove-properties): New function.
7840         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7841         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7842         (gnus-bookmark-write-file): Bind coding-system-for-write.
7843         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7844         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7845         group before selecting it.
7846         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7847         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7848         quit-window if it is not available; use gnus-mouse-2 and bind it to
7849         gnus-bookmark-bmenu-select-by-mouse.
7850         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7851         (gnus-bookmark-bmenu-select-by-mouse): New function.
7852
7853 2006-08-13  Romain Francoise  <romain@orebokech.com>
7854
7855         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7856         space.
7857
7858 2006-08-10  Romain Francoise  <romain@orebokech.com>
7859
7860         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7861         (dns-mode-soa-auto-increment-serial): New user option.
7862         (dns-mode-soa-maybe-increment-serial): New function.
7863         (dns-mode): Add the latter to `write-contents-functions'.
7864
7865 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * compface.el (uncompface): Use binary rather than raw-text-unix.
7868
7869 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * compface.el (uncompface): Make sure the eol conversion doesn't take
7872         place when communicating with the external programs.  Reported by
7873         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7874
7875 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7878
7879 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7880
7881         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7882         Make it more robust by parsing author and date independently.
7883
7884 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7887
7888 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7889
7890         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7891         first matching secret key.
7892         (mml2015-epg-encrypt): Ditto.
7893
7894         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7895         first matching secret key.
7896         (mml1991-epg-encrypt): Ditto.
7897
7898         * mml2015.el (mml2015-encrypt-to-self): New user option.
7899         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7900         mml2015-epg-encrypt-to-self is set.
7901
7902         * mml1991.el (mml1991-encrypt-to-self): New variable.
7903         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7904         mml1991-epg-encrypt-to-self is set.
7905
7906         * mml2015.el (mml2015-signers): New user option.
7907         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7908         (mml2015-epg-encrypt): Allow to select signing keys.
7909
7910         * mml1991.el (mml1991-signers): New variable.
7911         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7912         (mml1991-epg-encrypt): Allow to select signing keys.
7913
7914 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * nnheader.el (nnheader-insert-head): Make it work even if the file
7917         uses CRLF for the line-break code.
7918
7919 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7920
7921         * mml2015.el: Require mml-sec instead of password.
7922         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7923         (mml2015-cache-passphrase): Inherit the default value from
7924         mml-secure-cache-passphrase.
7925         (mml2015-passphrase-cache-expiry): Inherit the default value from
7926         mml-secure-passphrase-cache-expiry.
7927
7928         * mml1991.el: Require mml-sec instead of password.
7929         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7930         (mml1991-cache-passphrase): Inherit the default value from
7931         mml-secure-cache-passphrase.
7932         (mml1991-passphrase-cache-expiry): Inherit the default value from
7933         mml-secure-passphrase-cache-expiry.
7934
7935         * mml-sec.el: Require password.
7936         (mml-secure-verbose): New user option.
7937         (mml-secure-cache-passphrase): New user option.
7938         (mml-secure-passphrase-cache-expiry): New user option.
7939
7940 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7941
7942         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7943         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7944         andreas@altroot.de (Andreas Vögele).
7945
7946         FIXME: Use `tiny change'?
7947
7948 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7949
7950         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7951         workaround for the url package included with Emacs.
7952
7953         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7954
7955 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7958         correctly.  This fixes a bug caused by the 2006-05-12 change.
7959
7960 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7961
7962         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7963         some information about the error when saying that the `bogus' mail
7964         group will be used.
7965
7966 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7969         string.
7970
7971 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7972
7973         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7974
7975 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7976
7977         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7978
7979 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7980
7981         * mml1991.el (mml1991-function-alist): Add epg.
7982         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7983         (mml1991-epg-encrypt): New functions.
7984
7985 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7986
7987         * mml2015.el (mml2015-verbose): New variable.
7988         (mml2015-cache-passphrase): Ditto.
7989         (mml2015-passphrase-cache-expiry): Ditto.
7990         (mml2015-function-alist): Add epg.
7991         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7992         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7993         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7994         functions.
7995
7996 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7997
7998         * message.el (message-cite-original-1): Preserve region when removing
7999         quoted text due to X-No-Archive in order to avoid bogus attribution
8000         when citing multiple messages.
8001
8002 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8003
8004         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8005         Kenneth Jacker <khj@be.cs.appstate.edu>.
8006
8007 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gnus-diary.el (gnus-user-format-function-d)
8010         (gnus-user-format-function-D): Autoload.
8011
8012         * imap.el (Commentary): Fix typo.
8013
8014         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8015         2006-04-22 contribution.
8016
8017 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8018
8019         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8020         It didn't really fix the bogosity I'm seeing with solid web groups.
8021
8022 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8023
8024         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8025         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8026         created using server names.  If we use the feature without declaring
8027         it, Gnus does not properly manage server and group state.
8028
8029         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8030         bound.
8031
8032 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8033
8034         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8035         looking up the method using GROUP's prefix before inventing a new one.
8036         It is used on killed/unknown groups in various places where returning
8037         an all-new method isn't expected by the caller.
8038
8039         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8040         and match semantics of gnus-group-real-prefix.
8041
8042 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * nnmail.el (nnmail-broken-references-mailers): New variable.
8045         (nnmail-ignore-broken-references): New function generalizing
8046         nnmail-fix-eudora-headers.
8047         (nnmail-fix-eudora-headers): Now obsolete.
8048
8049         * gnus-art.el (gnus-button-handle-custom): Support
8050         `customize-apropos*'.
8051
8052 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8055
8056         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8057         articles.
8058
8059 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * message.el (message-cite-reply-above): New variable.
8062         (message-yank-original): Use it.
8063
8064 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8067
8068 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8071         as read.
8072
8073         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8074
8075 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8078         (gnus-bookmark-default-file): Use gnus-directory.
8079         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8080         Remove "*" in doc string.
8081         (gnus-bookmark-write-file): Simplify.
8082         (gnus-bookmark-maybe-sort-alist): Use `when'.
8083         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8084         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8085         FIXME about Emacs 21 and XEmacs compatibility.
8086         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8087         compatibility.
8088         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8089         compatibility.
8090         (gnus-bookmark-menu-heading): Fix version.
8091
8092 2006-06-19  Bastien Guerry  <bzg@altern.org>
8093
8094         * gnus-bookmark.el: New file.
8095
8096 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * message.el (message-syntax-checks): Doc fix.
8099
8100 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8101
8102         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8103         unsubscribed groups as if they were killed ones.  It causes duplicate
8104         entries in gnus-newsrc-alist.
8105
8106 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * message.el (message-syntax-checks): Doc fix.
8109         (message-send-mail): Add check for continuation headers.
8110         (message-check-news-header-syntax): Fix regexp used to check for
8111         continuation headers.
8112
8113 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8116
8117 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8120
8121 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8124         default-truncate-lines.
8125
8126 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8129         to fill the utf-8 entry.
8130
8131         * lpath.el: Fbind unicode-precedence-list.
8132
8133 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8134
8135         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8136
8137 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8138
8139         * gnus-agent.el (directory-files-and-attributes): Move all the way
8140         forward (the third and final move).
8141         (gnus-agent-read-agentview): Trap reconstruction errors due to
8142         nonexistant directory.  Handle by returning nil.
8143
8144 2006-05-30  Didier Verna  <didier@xemacs.org>
8145
8146         * message.el (message-dont-reply-to-names): Update the custom type.
8147         * message.el (message-dont-reply-to-names): New defsubst: potentially
8148         convert a list of regexps into a single one.
8149         * message.el (message-get-reply-headers): Use it.
8150         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8151
8152 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-agent.el (directory-files-and-attributes): Move forward.
8155
8156 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * gnus-ml.el (gnus-mailing-list-subscribe)
8159         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8160         (gnus-mailing-list-message): Fix doc strings.
8161
8162 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8163
8164         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8165         of doing it manually.
8166
8167 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8170         comment.
8171
8172 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8173
8174         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8175         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8176         (gnus-agent-read-local): All symbols allocated in my-obarray.
8177         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8178         (gnus-agent-regenerate-group): Check numeric names to see if they are
8179         messages or groups.
8180         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8181         better way of do this...)
8182
8183         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8184         'dummy.group' (there should be a better way of do this...)
8185
8186 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8189         (gnus-saved-headers): Ditto.
8190         (gnus-default-article-saver): Mention functions may have properties.
8191         (gnus-article-save): Override gnus-save-all-headers and
8192         gnus-saved-headers by :headers property which saver function may have.
8193         (gnus-summary-save-in-file): Add :headers property.
8194         (gnus-summary-write-to-file): Ditto.
8195
8196         * gnus-sum.el (gnus-summary-save-article): Bind
8197         gnus-prompt-before-saving to t when saving many articles in a file;
8198         always show all headers.
8199
8200         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8201
8202 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8205         marks.
8206
8207         * message.el (message-indent-citation): Add optional arguments to allow
8208         using it outside of message buffers.
8209
8210         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8211         (gnus-article-treat-unfold-headers): Use it.
8212         (gnus-article-truncate-lines): New variable.
8213         (gnus-article-mode): Use it.
8214         (gnus-article-toggle-truncate-lines): New function.
8215
8216         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8217         gnus-article-toggle-truncate-lines.
8218
8219         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8220         coding system in XEmacs, use binary.
8221
8222 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8225         after-load-alist.
8226
8227         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8228         this function should save decoded articles.
8229         (gnus-summary-write-to-file): Use property to specify this function
8230         should save decoded articles and specify gnus-summary-save-in-file
8231         should be used to save articles other than the first one when saving
8232         many articles.
8233         (gnus-summary-save-body-in-file): Use property to specify this
8234         function should save decoded articles.
8235         (gnus-summary-write-body-to-file): Use property to specify this
8236         function should save decoded articles and specify
8237         gnus-summary-save-body-in-file should be used to save articles other
8238         than the first one when saving many articles.
8239
8240         * gnus-sum.el (gnus-summary-save-article): Simplify.
8241
8242 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-art.el (gnus-default-article-saver): Add
8245         gnus-summary-write-body-to-file.
8246         (gnus-article-save-coding-system): Don't use coding system object
8247         in XEmacs.
8248         (gnus-read-save-file-name): Add optional `dir-var' argument which
8249         specifies directory in which files are saved; work even if optional
8250         `variable' argument is not specified.
8251         (gnus-summary-write-to-file): Read file name.
8252         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8253         (gnus-summary-write-body-to-file): New function.
8254
8255         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8256         (gnus-summary-local-variables): Add it.
8257         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8258         (gnus-summary-save-article): Remove optional `decode' argument;
8259         determine whether to decode articles by the value of
8260         gnus-default-article-saver; when saving many files using
8261         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8262         it first and use gnus-summary-save-in-file or
8263         gnus-summary-save-body-in-file thereafter unless
8264         gnus-prompt-before-saving is always; move point to article which
8265         will be saved.
8266         (gnus-summary-save-article-file): Revert.
8267         (gnus-summary-write-article-file): Revert.
8268         (gnus-summary-save-article-body-file): Revert.
8269         (gnus-summary-write-article-body-file): New function.
8270
8271 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-art.el (gnus-default-article-saver): Doc fix.
8274         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8275         from gnus-summary-save-article-coding-system, and default to a
8276         certain coding system.
8277         (gnus-output-to-file): Add coding cookie and encode text according
8278         to gnus-article-save-coding-system; don't use mm-append-to-file.
8279
8280         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8281         gnus-art.el and rename to gnus-article-save-coding-system.
8282         (gnus-summary-save-article): Require gnus-art; don't show all
8283         headers if it decodes articles; don't add coding cookie here;
8284         don't bind mm-text-coding-system-for-write.
8285         (gnus-summary-save-article-file): Save decoded articles.
8286         (gnus-summary-write-article-file): When saving many files, use
8287         gnus-summary-write-to-file first and gnus-summary-save-in-file
8288         thereafter unless gnus-prompt-before-saving is always.
8289         (gnus-summary-save-article-body-file): Save decoded articles.
8290
8291         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8292
8293 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * nnrss.el (nnrss-check-group): Bind hash-index.
8296
8297 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8298
8299         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8300         its hash index.  Store this hash in `nnrss-group-data'.
8301         (nnrss-read-group-data): Update accordingly.
8302
8303 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8306         entry.
8307
8308         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8309         gnus-article-browse-html-article.
8310
8311 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8312
8313         * gnus-sum.el (gnus-summary-mime-map): Add
8314         gnus-article-browse-html-article.
8315
8316         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8317
8318 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8321         suitable coding systems in customize.
8322
8323 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * mail-source.el (mail-sources): Fix custom type.
8326
8327 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8330         (gnus-summary-expire-articles-now): Shorten prompt.
8331
8332         * gmm-utils.el (wid-edit): Require.
8333         (defun-gmm): Renamed from `gmm-defun-compat'.
8334         (gmm-image-search-load-path): Use it.
8335         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8336
8337 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8340         variable.
8341         (gnus-summary-save-article): Add optional `decode' argument.  If
8342         it is set and gnus-summary-save-article-coding-system is non-nil,
8343         save decoded article.
8344         (gnus-summary-write-article-file): Save decoded article if
8345         gnus-summary-save-article-coding-system is non-nil.
8346
8347         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8348         type.
8349
8350 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8353
8354 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8357         first to test gnus-single-article-buffer which may be buffer-local.
8358
8359         * gnus-sum.el (gnus-summary-setup-buffer): Make
8360         gnus-single-article-buffer buffer-local and nil in ephemeral
8361         group; make gnus-article-buffer, gnus-article-current, and
8362         gnus-original-article-buffer always buffer-local.
8363         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8364         group.
8365         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8366
8367 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * nnml.el (nnml-request-compact-group): Compressed files might not
8370         have .gz extension.
8371
8372 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8373
8374         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8375         (mm-copy-to-buffer): Use with-current-buffer.
8376         (mm-display-part): Simplify.
8377         (mm-inlinable-p): Add optional arg `type'.
8378
8379 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8380
8381         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8382         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8383         Try harder to show the attachment internally or externally using
8384         gnus-mime-view-part-as-type.
8385
8386 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * message.el (message-from-style, message-signature-separator)
8389         (message-user-organization-file, message-send-mail-function)
8390         (message-citation-line-function, message-yank-prefix)
8391         (message-indent-citation-function, message-signature)
8392         (message-signature-file, message-signature-insert-empty-line):
8393         Remove autoloads.
8394
8395         * gnus-art.el (gnus-buttonized-mime-types): Remove
8396         "multipart/signed".  Revert 2006-04-26 change.
8397
8398 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus.el (gnus-version-number): Bump version.
8401
8402 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8403
8404         * gnus.el: No Gnus v0.5 is released.
8405
8406 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8407
8408         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8409         fetching articles by message-id.
8410
8411 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * message.el (hashcash): Require hashcash as normal.
8414
8415         * ecomplete.el (ecomplete-highlight-match-line): Use
8416         point-at-eol.
8417         (ecomplete-highlight-match-line): Use `highlight', because that
8418         face exists in both Emacs and XEmacs.
8419
8420         * message.el (message-display-abbrev): Use point-at-bol.
8421
8422         * mail-source.el: Don't require timer/timer-funcs.
8423
8424         * gnus-async.el: Ditto.
8425
8426         * password.el: Ditto.
8427
8428         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8429
8430         * mm-url.el: Ditto.
8431
8432         * gnus-xmas.el: Don't require timer-funcs.
8433
8434         * mm-util.el: Require timer/timer-funcs.
8435
8436 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8437
8438         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8439         Close.
8440
8441 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8444         unibyte after clear-decrypt function runs.
8445
8446         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8447         returns as a unibyte string.
8448
8449 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * lpath.el: Revert.
8452
8453         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8454         (pgg-gpg-process-sentinel): Revert.
8455
8456         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8457         (pgg-pgp-lookup-key): Revert.
8458
8459         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8460         (pgg-pgp5-lookup-key): Revert.
8461
8462         * pgg.el (pgg-fetch-key): Revert.
8463
8464 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * lpath.el: Fbind string-as-multibyte for XEmacs.
8467
8468         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8469         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8470         (mml1991-pgg-encrypt): Ditto.
8471
8472         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8473         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8474         a multibyte buffer.
8475
8476         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8477         (pgg-pgp-lookup-key): Ditto.
8478
8479         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8480         (pgg-pgp5-lookup-key): Ditto.
8481
8482         * pgg.el (pgg-fetch-key): Ditto.
8483
8484 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * message.el (message-user-organization-file): Check several
8487         locations of the organization file.
8488
8489         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8490         Add gnus-article-view-part-as-type.
8491
8492         * gnus-art.el (gnus-article-view-part-as-type): New function.
8493
8494         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8495         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8496
8497         * mml.el: Simplify autoload.
8498         (mml-mode): defvar dnd-protocol-alist instead of using
8499         symbol-value.
8500         (mml-default-directory): New variable.
8501         (mml-minibuffer-read-file): Use it.
8502         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8503
8504         * message.el (message-citation-line-format): New variable.
8505         (message-insert-formated-citation-line): New function.
8506         (message-citation-line-function): Add
8507         `message-insert-formated-citation-line' to custom type.
8508
8509         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8510         to doc string.
8511
8512         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8513         depending on mm-verify-option.
8514
8515 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8518         binding pgg-* variables; reimplement the section which prevents
8519         MIME header from being signed.
8520         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8521         pgg-text-mode; remove a blank line at the top of body.
8522
8523         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8524         lines at the top of body; use gnus-newsgroup-charset if there's no
8525         Charset header.
8526
8527 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * message.el (message-self-insert-commands): Doc fix.
8530
8531         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8532         (mm-uu-pgp-encrypted-test): Ditto.
8533         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8534         between header and body; return application/pgp-encrypted handle
8535         if decryption failed; decode decrypted body by charset.
8536
8537         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8538         element match to application/pgp-*.
8539
8540 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8541
8542         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8543         HTML.
8544
8545 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * mail-source.el (mail-source-call-script): Message the error
8548         string.
8549
8550 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-util.el (gnus-byte-compile): Use it.
8553
8554 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8555
8556         * gnus-util.el (kill-empty-logs): New function.
8557
8558 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * message.el (message-mail-alias-type): Doc fix.
8561         (message-mail-alias-type-p): New function.
8562         (message-send): Use it.
8563         (message-mode): Ditto.
8564         (message-strip-forbidden-properties): Ditto.
8565
8566         * ecomplete.el (ecomplete-database-file-coding-system): New
8567         variable.
8568         (ecomplete-save): Use it.
8569         (ecomplete-setup): Use it.
8570
8571 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * message.el (message-self-insert-commands): New variable.
8574         (message-strip-forbidden-properties): Use it.
8575
8576 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8579         that doesn't make XEmacs choke.
8580
8581 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * gnus-util.el (gnus-replace-in-string):
8584         Prefer replace-regexp-in-string over of replace-in-string.
8585
8586 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-util.el (gnus-select-frame-set-input-focus):
8589         Use select-frame-set-input-focus if it is available in XEmacs; use
8590         definition defined in Emacs 22 for old Emacsen.
8591
8592         * dgnushack.el: Autoload unmorse-region for XEmacs.
8593
8594         * lpath.el: Bind cursor-in-non-selected-windows and
8595         select-frame-set-input-focus for XEmacs.
8596
8597 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8600
8601 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8602
8603         * gnus-registry.el (gnus-registry-cache-save): Remove text
8604         properties when saving via the temp buffer.
8605
8606 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * message.el (message-generate-hashcash): Honor custom type.
8609
8610 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * message.el (message-generate-hashcash): Default to non-nil when
8613         hashcash is found.
8614
8615         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8616         (gnus-refer-thread-limit): Increase default to 500.
8617
8618         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8619
8620         * flow-fill.el (fill-flowed): Allow delete-space.
8621
8622 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8625         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8626         Remove autoloads.
8627
8628 2006-04-18  Simon Josefsson  <jas@extundo.com>
8629
8630         * message.el (message-generate-hashcash): Default to.
8631
8632 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8635         concatenating segments rather than before concatenating them.
8636
8637 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8640
8641 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8644
8645         * message.el (message-forward-make-body-plain): Allow
8646         message-forward-ignored-headers to be a list.
8647         (message-remove-ignored-headers): Factor out into function.
8648         (message-forward-make-body-mml): Use it.
8649
8650         * imap.el (imap-quote-specials): New function.
8651         (imap-login-auth): Quote specials.
8652
8653         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8654         (rfc2231-parse-string): Allow concatanation of parameters that
8655         aren't contiguous.  The test case is
8656           (mail-header-parse-content-type "message/external-body;
8657             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8658             access-type=LOCAL-FILE;
8659             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8660
8661 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8662
8663         * nntp.el (nntp-accept-process-output): Return the value of
8664         `nnheader-accept-process-output'.
8665
8666 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8669         (gnus-button-alist): Recognize more diff formats.
8670         (gnus-button-patch): Strip directory.
8671
8672 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8675         Emacs 22 when setting focus.
8676
8677 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * gnus-art.el (gnus-article-treat-types): Do treatment of
8680         text/x-verbatim parts.
8681         (gnus-button-patch): New command.
8682
8683         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8684         addresses that contain invalid characters.
8685
8686 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * message.el (message-put-addresses-in-ecomplete): Use
8689         gnus-replace-in-string.
8690         (message-is-yours-p): Use the more correct
8691         mail-header-parse-address instead of
8692         mail-extract-address-components.
8693         (message-put-addresses-in-ecomplete): Fix typo.
8694
8695         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8696         keystroke.
8697
8698         * gnus-art.el (gnus-treatment-function-alist): Change order of
8699         newsgroups/generic header folding to avoid double-folding.
8700
8701         * message.el (message-hidden-headers): Add X-Draft-From.
8702
8703         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8704         command.
8705         (gnus-summary-repeat-search-article-backward): New command.
8706
8707         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8708         groups in the parent topic.
8709
8710 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8711
8712         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8713         (spam-extra-header-to-number): Return the CRM114 number as a
8714         number instead of a string.
8715
8716 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * gnus-art.el (gnus-face-properties-alist): Moved here from
8719         gnus-fun.
8720
8721         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8722
8723 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * message.el (message-strip-forbidden-properties): Only display on
8726         self-insert-command.
8727
8728         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8729         reindent.
8730         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8731
8732 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8733
8734         * smiley.el (smiley-style): Fix typo.
8735
8736 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * hashcash.el (hashcash-insert-payment-async-2): Use
8739         message-goto-eoh instead of doing it manually.
8740         (mail-add-payment): Use message-narrow-to-header instead of trying
8741         to do the same itself.
8742
8743         * message.el (message-hidden-headers): Add Face.
8744
8745         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8746         reparenting code.
8747         (gnus-summary-reparent-children): Refactored out code.
8748         (gnus-summary-thread-map): New keystroke.
8749         (gnus-summary-reparent-children): Make into command.
8750
8751         * smiley.el (smiley-style): Default to `medium' if using a large
8752         font.
8753
8754         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8755         does it itself.
8756
8757         * message.el (message-point-in-header-p): Simplify definition.
8758
8759 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * nnagent.el (nnagent-request-set-mark): Silence log file
8762         writing.
8763         (nnagent-request-set-mark): Use write-region instead of
8764         append-to-file.
8765
8766         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8767         strange select method.
8768
8769         * ecomplete.el (ecomplete-display-matches): Get highlightling
8770         right.
8771         (ecomplete-display-matches): Use literals.
8772         (ecomplete-display-matches): Disable message logging.
8773
8774         * message.el (message-display-abbrev): Small optimization.
8775
8776         * ecomplete.el (ecomplete-display-matches): Allow automatic
8777         display.
8778
8779         * message.el (message-strip-forbidden-properties): Display
8780         abbrevs.
8781         (message-display-abbrev): Get automatic display right.
8782
8783         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8784         keystrokes.
8785
8786 2006-04-13  Romain Francoise  <romain@orebokech.com>
8787
8788         TODO: Backport to v5-10!
8789
8790         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8791         Moved here (and renamed) from gnus-registry.el.
8792
8793         * gnus-registry.el: Require gnus-util.
8794         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8795
8796 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * gnus-group.el (gnus-group-catchup-current): Change
8799         if-then-else-if-then-else into cond.
8800         (gnus-group-catchup): Indent.
8801         (group-name-at-point): New function.
8802         (gnus-fetch-group): Provide default from thing at point.
8803
8804 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * message.el (message-display-abbrev): Fix regexp.
8807
8808         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8809         choosing.
8810         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8811         dead variables.
8812
8813         * message.el (message-newline-and-indent): Remove debugging.
8814         (message-display-abbrev): Use new implementation.
8815
8816 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-art.el (gnus-article-mode): Set
8819         cursor-in-non-selected-windows to nil.
8820
8821         * smiley.el: Revert previous change.
8822         (smiley-data-directory): defvar it before using it in the
8823         defcustom of `smiley-style'.
8824
8825 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * message.el (message-newline-and-indent): New function.
8828
8829         * ecomplete.el: Implement more bits.
8830
8831         * message.el (message-put-addresses-in-ecomplete): Clean up the
8832         string.
8833
8834         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8835
8836         * gnus-sum.el (gnus-summary-save-parts): Bind
8837         gnus-summary-save-parts-counter and use it to make unique file
8838         names.
8839
8840         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8841
8842         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8843         parameter to say whether to actually parse the individual
8844         addresses.
8845
8846         * message.el (message-put-addresses-in-ecomplete): New function.
8847         (ecomplete): Require.
8848         (message-mail-alias-type): Add ecomplete as an option.
8849
8850 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8851
8852         * flow-fill.el (fill-flowed): Remove trailing space from blank
8853         quoted lines.
8854
8855 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * smiley.el (smiley-style): Move definition later to avoid a
8858         compilation warning.
8859
8860 2006-04-12  Kenichi Handa  <handa@m17n.org>
8861
8862         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8863         buffer and then decode the buffer text if necessary.
8864         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8865         first, and after mm-encode-body, change the buffer to unibyte.
8866         Use mm-disable-multibyte instead of set-buffer-multibyte.
8867
8868 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8871         Content-Type header instead of Content-Disposition header.
8872         (gnus-mime-inline-part): Ditto.
8873         (gnus-mime-view-part-as-charset): Ignore charset that the part
8874         specifies.
8875
8876         * mm-decode.el (mm-display-part): Work with external parts and
8877         usual parts similarly.
8878
8879         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8880         instead of gnus-display-mime.
8881
8882         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8883         instead of with-temp-buffer.
8884
8885         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8886         tag to summarized topics part in order to encode non-ASCII text.
8887
8888 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * smiley.el (smiley-style): New variable.
8891         (smiley-directory): New function.
8892         (smiley-data-directory): Derive from `smiley-style' using
8893         `smiley-directory'.
8894         (smiley-regexp-alist): Add new entries.
8895
8896         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8897         (gnus-article-browse-delete-temp): Add :version.
8898
8899 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8900
8901         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8902         the sieve region.
8903
8904 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * gnus.el (gnus-version-number): Bump version.
8907
8908 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * gnus.el: No Gnus v0.4 is released.
8911
8912 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8915         layout.
8916
8917         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8918         unknown charset.
8919
8920         * message.el (message-header-synonyms): Add Original-To to the
8921         default.
8922
8923         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8924         optional parameter.
8925
8926 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * gnus-fun.el (gnus): Require it for gnus-directory.
8929
8930 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8933
8934 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8935
8936         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8937
8938 2006-04-05  Simon Josefsson  <jas@extundo.com>
8939
8940         * password.el (password-reset): New function.
8941
8942 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8943
8944         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8945         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8946
8947 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8948
8949         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8950         Some whitespace was matched into the url, which broke browsing hits
8951         > 100 when mm-url-use-external was nil.
8952
8953 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8956         gnus-extra-headers for 'Newsgroups.
8957
8958         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8959         bound.
8960
8961 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8962
8963         * pgg-gpg.el: Clean up process buffers every time gpg processes
8964         complete.
8965
8966 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8969         doc string.
8970
8971 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8972
8973         * pgg-gpg.el (pgg-gpg-process-filter)
8974         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8975
8976         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8977         lines, temporary fix.
8978
8979 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8982
8983 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8984
8985         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8986         default-enable-multibyte-characters.  This reverts the change from
8987         revision 6.17 which is no longer necessary because the passphrase
8988         is sent separately now.  GnuPG messages are unreadable under
8989         multibyte locales with default-enable-multibyte-characters set to
8990         nil.
8991
8992 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * message.el (message-tool-bar-gnome): Move "spell".
8995
8996 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8999         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9000         instead.
9001
9002 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9003
9004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9005         newsgroups handling for NNTP overviews which don't include
9006         Newsgroups.
9007
9008 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9009
9010         * message.el (message-resend): Bind message-generate-hashcash to nil.
9011
9012 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9013
9014         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9015         when searching for already-paid recipients.
9016
9017 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9018
9019         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9020         passphrases when it is not needed.
9021         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9022         passphrase stuff from gpg, should only be necessary when you use
9023         gpg with a smartcard.
9024
9025 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * mml.el (mml-insert-mime): Ignore cached contents of
9028         message/external-body part.
9029
9030         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9031         (mm-insert-part): Ditto.
9032
9033 2006-03-23  Simon Josefsson  <jas@extundo.com>
9034
9035         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9036         Reiner.
9037         (pgg-gpg-use-agent-p): Use it again.
9038
9039 2006-03-23  Simon Josefsson  <jas@extundo.com>
9040
9041         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9042         older emacsen.
9043         (pgg-gpg-use-agent-p): Don't use it.
9044
9045 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9048         if we can.
9049
9050 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9051
9052         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9053         (pgg-gpg-update-agent): New function.
9054         (pgg-gpg-use-agent-p): New function.
9055         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9056         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9057         (pgg-gpg-sign-region): Use it.
9058
9059 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9062         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9063
9064 2006-03-21  Simon Josefsson  <jas@extundo.com>
9065
9066         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9067         <wilde@sha-bang.de>.
9068         (pgg-gpg-use-agent): New variable.
9069         (pgg-gpg-process-region): Use it.
9070         (pgg-gpg-encrypt-region): Likewise.
9071         (pgg-gpg-encrypt-symmetric-region): Likewise.
9072         (pgg-gpg-decrypt-region): Likewise.
9073         (pgg-gpg-sign-region): Likewise.
9074         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9075
9076 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9079
9080         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9081         Add comment on version.
9082
9083 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * smiley.el: Add missing test smiley.
9086
9087 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mm-decode.el (mm-with-part): New macro.
9090         (mm-get-part): Use it; work with message/external-body as well.
9091         (mm-save-part): Treat name and filename equally.
9092
9093         * mm-extern.el (mm-extern-cache-contents): New function.
9094         (mm-inline-external-body): Use it; force the part to be displayed;
9095         move undisplayer added to the cached handle to the parent.
9096
9097         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9098         (gnus-mime-view-part-as-type): Work with message/external-body.
9099
9100         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9101
9102 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9105         images in image-load-path.  [Sync with image.el, revision 1.60, in
9106         Emacs.]
9107
9108 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9111         path rather than symbol.  Always return list of directories.
9112         Guarantee that image directory comes first.  [Sync with image.el,
9113         revision 1.59, in Emacs.]
9114
9115         * message.el (message-make-tool-bar): Adjust to new API of
9116         `gmm-image-load-path-for-library'.
9117
9118         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9119
9120         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9121
9122 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9123
9124         * gnus-art.el (gnus-article-only-boring-p):
9125         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9126         intangible text.
9127         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9128
9129 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9132         `defun' instead of `gmm-defun-compat'.
9133
9134 2006-03-14  Simon Josefsson  <jas@extundo.com>
9135
9136         * message.el (message-unique-id): Don't use message-number-base36
9137         if (user-uid) is a float.
9138         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9139
9140 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9143
9144         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9145         empty line between a part and a message part.
9146
9147 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * smiley.el: Add more test smileys.
9150         (smiley-data-directory, smiley-regexp-alist)
9151         (gnus-smiley-file-types): Fix doc strings.
9152         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9153         adding new elements.
9154         (smiley-mouse-map): Unused code.  Make it a comment.
9155
9156 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9159         scan latest NoCeM messages instead of old ones.
9160         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9161         delimiters that are recently used.
9162         (gnus-nocem-load-cache): Add autoload cookie.
9163
9164         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9165
9166         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9167         level which is larger than gnus-use-nocem is specified.
9168
9169         * gnus-group.el (gnus-group-get-new-news): Ditto.
9170
9171 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * gnus-util.el (gnus-tool-bar-update): New function.
9174
9175         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9176         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9177
9178         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9179
9180         * gnus-group.el (gnus-group-redraw-when-idle)
9181         (gnus-group-redraw-check): Remove.
9182         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9183
9184 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9187         if optional last element is specified in splits (FIELD VALUE...).
9188
9189 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9192         to gmm-image-load-path-for-library.  Call with no-error argument.
9193         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9194
9195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9196
9197         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9198
9199         * gmm-utils.el (gmm-image-load-path): Remove alias.
9200
9201 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gmm-utils.el (gmm-image-load-path): Add alias.
9204
9205         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9206         nnml-generate-nov-databases-1.
9207         (nnml-generate-nov-databases): Use it.
9208         (nnml-generate-nov-databases-directory): Document no-active
9209         argument.
9210
9211         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9212         directory if path is t.  Add no-error.
9213
9214         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9215         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9216
9217         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9218         resetting gnus-article-browse-html-temp-list.
9219
9220         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9221         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9222         Add example to docstring.  Rename local variables.  Move error
9223         checks to default case in cond and simplify.
9224
9225 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9228         handle is multipart when calling it recursively.
9229         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9230
9231 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9232
9233         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9234         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9235
9236 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9239         is loaded.
9240
9241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9242         loaded.
9243
9244 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9247         to "Emacs 23 (unicode)" in doc string.
9248
9249         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9250         "Emacs 23 (unicode)" in comment.
9251
9252 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9255
9256         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9257         characters 160 through 255 in Emacs 23.
9258
9259 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9262         gnus-article-browse-html-temp.
9263         (gnus-article-browse-delete-temp): Make it customizable.  Add
9264         `file'.  Adjust doc string.
9265         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9266         query for each file.  Adjust doc string.
9267         (gnus-article-browse-html-parts): Add
9268         `gnus-article-browse-delete-temp-files' to
9269         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9270
9271 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9272
9273         * gnus-art.el (gnus-article-browse-html-temp)
9274         (gnus-article-browse-delete-temp): New variables.
9275         (gnus-article-browse-delete-temp-files): New function.
9276         (gnus-article-browse-html-parts): Use it.
9277
9278 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9281
9282         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9283         string.
9284
9285         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9286         gnus-summary-insert-new-articles when unplugged.  Remove
9287         gnus-summary-search-article-forward.
9288
9289         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9290         display-visual-class instead of display-color-cells.
9291
9292 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * dgnushack.el: Autoload customize-group for XEmacs.
9295
9296         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9297         message/* containing non-ASCII text properly.
9298
9299 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * message.el: Require gmm-utils, remove autoloads.
9302         (message-tool-bar): Set default based on
9303         gmm-tool-bar-style.
9304         (message-tool-bar-gnome): Add gmm-customize-mode.
9305
9306         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9307         gmm-tool-bar-style.
9308         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9309
9310         * gnus-group.el (gnus-group-tool-bar): Set default based on
9311         gmm-tool-bar-style.
9312         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9313
9314         * gmm-utils.el (gmm-image-directory): Rename variable from
9315         gmm-image-load-path.
9316         (gmm-image-load-path): Use gmm-image-directory.
9317         (gmm-customize-mode): New function.
9318         (gmm-tool-bar-style): New variable.
9319
9320         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9321         gnus-group-redraw-line-number.
9322         (gnus-group-redraw-check): Simplify.
9323         (gnus-group-tool-bar-update): Remove redraw check.
9324         (gnus-group-make-tool-bar): Add redraw check.
9325
9326 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9327
9328         * gnus-art.el (gnus-button): Add missing parentheses.
9329
9330 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * lpath.el: Fbind line-number-at-pos.
9333
9334 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9337
9338 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * gnus-art.el (gnus-button): New face.
9341         (gnus-article-button-face): Use it.
9342
9343         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9344         gnus-summary-next-page.  Re-order.
9345
9346         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9347         next-node are now included.
9348         (gnus-group-redraw-line-number): New internal variable.
9349         (gnus-group-redraw-check): Helper function for updating the tool
9350         bar.
9351         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9352
9353         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9354
9355         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9356         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9357         Use it to match format of Spamassassin 3.0 and later.  Reported by
9358         IRIE Tetsuya <irie@t.email.ne.jp>.
9359         (spam-check-bogofilter)
9360         (spam-bogofilter-register-with-bogofilter): Fix args of
9361         `gnus-error' calls.
9362
9363 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9366         unnecessary interaction when sending queued mails.  Reported by
9367         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9368
9369 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9372         first or last are nil.
9373
9374 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9375
9376         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9377
9378 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9381
9382 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * dns.el (query-dns): Protect more against buggy tcp output.
9385
9386 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9389         nov.php.
9390
9391 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9392
9393         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9394         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9395         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9396         output on the server side.
9397         (nnweb-google-create-mapping): Update regexps and add some
9398         progress indication.
9399
9400 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9403         gnus-agent-toggle-plugged.  Re-order icons.
9404         (gnus-group-tool-bar-gnome): Add
9405         gnus-group-{prev,next}-unread-group.
9406         (gnus-group-tool-bar-gnome): Re-order icons.
9407
9408         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9409         gnus-summary-insert-new-articles.
9410
9411         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9412         comments.
9413
9414         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9415         also available in Emacs 21.3.
9416
9417         * message.el (message-fix-before-sending): Change "Emacs 22" to
9418         "Emacs 23 (unicode)" in comment.
9419
9420         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9421         "Emacs 23 (unicode)" in comment.
9422
9423         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9424         comment.
9425         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9426
9427         * mm-view.el (mm-fill-flowed): Add :version.
9428
9429 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9432         and load-path.
9433
9434 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * message.el: Autoload gmm-image-load-path.
9437         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9438         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9439         consitency.
9440
9441         * gmm-utils.el (gmm-image-load-path): Also search in
9442         "../etc/images".  Don't set gmm-image-load-path if we don't find
9443         the image.
9444
9445 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gmm-utils.el (gmm-image-load-path): Don't make
9448         `gmm-image-load-path' include subdirectories which the second arg
9449         `image' might specify.
9450
9451         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9452         subdirectory to icon file names.
9453
9454         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9455
9456 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9459         gmm-image-load-path calls.
9460
9461         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9462
9463         * message.el (message-make-tool-bar): Ditto.
9464
9465         * mml.el (mml-preview): Added comment concerning tool bar icons.
9466
9467         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9468         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9469
9470         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9471         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9472
9473         * message.el (message-tool-bar-gnome): Use new icon names.
9474         (message-make-tool-bar): Use `gmm-image-load-path'.
9475
9476         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9477         functions from MH-E.
9478         (gmm-image-load-path): New variable from MH-E.
9479         (gmm-image-load-path): New function from MH-E.  Added arguments
9480         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9481         *-image-load-path-called-flag.
9482
9483 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9484
9485         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9486
9487 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9488
9489         * nnimap.el (nnimap-request-move-article): Change folder back to
9490         source group before deleting.
9491
9492 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9495
9496         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9497         mm-url.
9498
9499         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9500
9501 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9504         coding system which mm-charset-to-coding-system returns for a
9505         given charset is valid.
9506
9507 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9508
9509         * html2text.el (html2text-remove-tag-list):
9510         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9511
9512 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9513
9514         * gnus-cus.el: Revert 2005-10-17 change.
9515
9516 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (article-strip-banner): Call
9519         article-really-strip-banner only when the regexp match is made.
9520
9521 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-art.el (article-strip-banner): Use
9524         gnus-extract-address-components instead of
9525         mail-header-parse-addresses to make it work with non-ASCII text;
9526         remove mail-encode-encoded-word-string.
9527
9528         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9529         values which are surrounded with \"...\"; make it never cause a
9530         Lisp error; give up parsing of parameters if it failed in
9531         extracting type.
9532
9533 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9534
9535         * smime.el (smime-cert-by-ldap-1): Fix bug where
9536         `smime-ldap-search' returns results without userCertificates.
9537
9538 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9541
9542 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * spam.el (spam-check-spamassassin-headers): Adapt format for
9545         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9546         <ari@mbf.ocn.ne.jp>.
9547         (spam-list-of-processors): Add spam-use-gmane.
9548
9549 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9552         make-temp-file; make it work with XEmacs as well.
9553
9554         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9555         mm-make-temp-file.
9556
9557         * mm-decode.el (mm-display-external): Use the 3rd arg of
9558         mm-make-temp-file.
9559         (mm-create-image-xemacs): Ditto.
9560
9561 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9564         with message-narrow-to-headers.
9565         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9566         (gnus-draft-check-draft-articles): New function.
9567         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9568
9569 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-art.el (gnus-article-browse-html-parts):
9572         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9573         Don't use suffix argument for mm-make-temp-file for Emacs 21
9574         compatibility.  Remove useless `format'.
9575
9576 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9577
9578         * nnweb.el (nnweb-google-wash-article): Update regexps.
9579         (nnweb-group-alist): Use defvoo instead of defvar.
9580
9581 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9584         re-loading nn* modules.
9585
9586 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9589         for `tool-bar-mode' and don't check it's default-value.
9590
9591         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9592
9593         * message.el (message-make-tool-bar): Ditto.
9594
9595         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9596         `substring'.  Shorten tmp-file name.
9597
9598         * gnus.el: Remove bogus comment.
9599
9600 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9601
9602         * gnus-art.el (gnus-article-browse-html-parts): New function.
9603         (gnus-article-browse-html-article): New function for viewing html
9604         articles with a browser.
9605
9606 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9607
9608         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9609         in elisp.
9610         (pgg-gpg-encrypt-symmetric-region): Ditto.
9611         (pgg-gpg-sign-region): Ditto.
9612
9613         * pgg-def.el (pgg-text-mode): New variable.
9614
9615         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9616         (mml2015-pgg-encrypt): Ditto.
9617
9618         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9619         (mml1991-pgg-encrypt): Ditto.
9620
9621 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9624         message-make-date instead of current-time-string.
9625
9626         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9627         to gnus-decoded which mm-uu might set.
9628
9629 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9632         don't decode quoted parameters; remove misimported Emacs code.
9633         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9634         (rfc2231-decode-encoded-string): Don't use split-string which
9635         behaves differently according to Emacs version; use
9636         mm-decode-coding-region to convert charset to coding-system.
9637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9638         (rfc2231-encode-string): Remove misimported Emacs code.
9639
9640 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9643         when calling mail-header-parse-content-type.
9644         (article-de-quoted-unreadable): Ditto.
9645         (article-de-base64-unreadable): Ditto.
9646         (article-wash-html): Ditto.
9647
9648         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9649         calling mail-header-parse-content-type and
9650         mail-header-parse-content-disposition.
9651         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9652         mail-header-parse-content-type.
9653
9654         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9655         insert charset and format parameters; encode description after
9656         inserting it to buffer.
9657         (mml-insert-parameter): Fold lines properly even if a parameter is
9658         segmented into two or more lines; change the max column to 76.
9659
9660         * rfc1843.el (rfc1843-decode-article-body): Don't use
9661         ignore-errors when calling mail-header-parse-content-type.
9662
9663         * rfc2231.el (rfc2231-parse-string): Return at least type if
9664         possible; don't cause an error even if it fails in parsing of
9665         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9666         (rfc2231-encode-string): Don't break lines at the beginning, leave
9667         it to mml-insert-parameter.
9668
9669         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9670         calling mail-header-parse-content-type.
9671
9672 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * spam-report.el (spam-report-gmane-use-article-number):
9675         Improve doc string.
9676         (spam-report-gmane-internal): Check if a suitable header was found
9677         in the article.
9678
9679 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9682         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9683
9684 2006-02-05  Romain Francoise  <romain@orebokech.com>
9685
9686         Update copyright notices of all files in the gnus directory.
9687
9688 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9689
9690         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9691
9692 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9695         segmented lines of parameter value to cope with Thunderbird 1.5
9696         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9697         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9698         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9699
9700 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9701
9702         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9703         parts.
9704
9705 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9706
9707         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9708         there's only one active file for all servers.
9709         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9710         solid groups.  Gnus might have used a FAST request to select the group.
9711         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9712         and nnweb-search redundantly in the active file.
9713         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9714         (nnweb-request-create-group): Don't use ARGS.
9715         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9716         initialisations.  Let nnoo do the work.
9717
9718 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9721         Say the part has been decoded.
9722
9723         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9724
9725 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9726
9727         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9728         mailcap-viewer-test-cache when there's no 'test clause, since that
9729         will invert the meaning of a "nil" test previously determined by
9730         mailcap-mailcap-entry-passes-test.
9731
9732 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9735         compiling.
9736
9737         * gnus-sum.el: Ditto.
9738
9739         * message.el: Don't bind tool-bar-map when compiling.
9740
9741 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9744
9745 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9746
9747         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9748         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9749         current Google Groups.
9750
9751 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9754         and tool-bar-mode.
9755
9756         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9757         and tool-bar-mode.
9758
9759         * message.el (message-tool-bar-update): Simplify.
9760         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9761
9762         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9763         gnus-summary-buffer.
9764         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9765         gnus-summary-reply.
9766
9767         * gmm-utils.el (gmm): Add :version.
9768
9769 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * Makefile.in (clean): New rule.
9772         (distclean): Use it.
9773
9774 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9775
9776         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9777         autoload.
9778
9779 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gmm-utils.el (gmm-verbose): Add :group.
9782
9783 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * message.el: Change some comments WRT tool-bars.
9786
9787         * gnus-sum.el (gnus-summary-tool-bar)
9788         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9789         (gnus-summary-tool-bar-zap-list): New variables.
9790         (gnus-summary-make-tool-bar): Complete rewrite using
9791         `gmm-tool-bar-from-list'.
9792
9793         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9794         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9795         variables.
9796         (gnus-group-make-tool-bar): Complete rewrite using
9797         `gmm-tool-bar-from-list'.
9798         (gnus-group-tool-bar-update): New function.
9799
9800         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9801
9802 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9805         is dissected into a single part of which the type is the same as
9806         the given one; decode charset.
9807
9808 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9809
9810         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9811         into alists as symbol not string, since that's what
9812         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9813         look for.
9814
9815 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9818         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9819
9820         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9821
9822 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9825         (gnus-xmas-mime-security-button-menu): New function.
9826
9827         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9828         (gnus-mime-security-button-menu): New definition.
9829         (gnus-mime-security-button-map): Use them.
9830         (gnus-mime-security-button-menu): New function.
9831         (gnus-insert-mime-security-button): Addition to help echo.
9832         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9833         (gnus-mime-security-pipe-part): New functions.
9834
9835         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9836         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9837
9838         * mm-decode.el (mm-handle-set-disposition): Remove.
9839         (mm-handle-set-description): Remove.
9840
9841 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9844         (mm-w3m-standalone-supports-m17n-p): New function.
9845         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9846         w3m usage.
9847
9848         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9849         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9850
9851 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * message.el (message-tool-bar-zap-list): Use
9854         gmm-tool-bar-zap-list as custom type.
9855         (message-tool-bar-update): New function.
9856         (message-tool-bar, message-tool-bar-gnome)
9857         (message-tool-bar-retro): Add message-tool-bar-update.
9858         (message-tool-bar-gnome): Add flyspell-buffer.
9859
9860         * gnus-util.el (gnus-error): Describe `args'.
9861
9862         * gmm-utils.el (gmm-error): Describe `args'.
9863         (gmm-tool-bar-zap-list): New widget.
9864         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9865
9866 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9869         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9870         the number of recursive calls.
9871
9872         * mm-decode.el (mm-handle-set-disposition): New macro.
9873         (mm-handle-set-description): New macro.
9874
9875 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9878         encoding.
9879
9880 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-tool-bar-zap-list, message-tool-bar)
9883         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9884         (message-tool-bar-local-item-from-menu): Remove.
9885         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9886         (message-make-tool-bar): New function.
9887         (message-mode): Use `message-make-tool-bar'.
9888
9889         * gmm-utils.el: New file.
9890         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9891         (gmm-lazy): New widget copied from `nnmail.el'.
9892         (gmm-tool-bar-from-list): New function for creating customizable
9893         tool bars.
9894         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9895         output.
9896         (gmm): Add :prefix to defgroup.
9897
9898 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9899
9900         * gmm-utils.el (gmm-widget-p): New function.
9901
9902 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * mml.el (mml-attach-file): Describe `description' in doc string.
9905         (mml-menu): Add Emacs MIME manual and PGG manual.
9906
9907 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9908
9909         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9910
9911 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9912
9913         * nntp.el (nntp-end-of-line): Doc fix.
9914
9915 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9916
9917         * imap.el (imap-open): Handle case where buffer is a buffer
9918         object.
9919
9920 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9921
9922         * gnus-delay.el (gnus-delay): Don't autoload.
9923         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9924         to be re-loaded when customizing the `gnus-delay' group.
9925
9926 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9927
9928         * message.el (message-insert-citation-line): Use newlines.
9929
9930 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9931
9932         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9933         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9934         these routines, so the passphrase can be managed externally and
9935         passed in to the system.
9936         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9937         pgg-add-passphrase-to-cache function.
9938
9939         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9940         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9941         these routines, so the passphrase can be managed externally and
9942         passed in to the system.
9943         (pgg-pgp5-sign-region): Use new name of
9944         pgg-add-passphrase-to-cache function.
9945
9946 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9947
9948         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9949         part of the decoded armor to find the key-identifier.
9950         (pgg-gpg-lookup-key-owner): New function to return the
9951         human-readable identifier of a key owner.
9952         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9953         itself.
9954         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9955         the key value) if we have a key and can match it against a secret
9956         key.  Also, added a note pointing out fact that the prompt only
9957         indicates the first matching key.
9958
9959         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9960         pgg-decrypt-region.
9961         (pgg-add-passphrase-to-cache): Rename from
9962         `pgg-add-passphrase-cache' to reduce confusion (all callers
9963         changed).
9964         (pgg-remove-passphrase-from-cache): Rename from
9965         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9966         changed).
9967         (pgg-read-passphrase, pgg-add-passphrase-cache)
9968         (pgg-remove-passphrase-cache): Add informative docstrings.
9969         (pgg-decrypt): Convey provided passphrase in subordinate call to
9970         pgg-decrypt-region.
9971
9972 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9973
9974         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9975         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9976         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9977         'passphrase' argument, so the passphrase can be managed externally
9978         and then passed in to the system.
9979
9980         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9981         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9982         so the passphrase cache can be used reliably with identifiers
9983         besides a pgp packet's key id.
9984
9985         * pgg-gpg.el (pgg-gpg-encrypt-region)
9986         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9987         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9988         these routines, so the passphrase can be managed externally and
9989         passed in to the system.
9990
9991         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9992         'notruncate' argument, so the passphrase cache can be used
9993         reliably with identifiers besides a pgp packet's key id.
9994
9995 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9996
9997         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9998         symmetric encryption.
9999         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10000         encrypted session key.
10001         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10002         message ask for the passphrase in a proper way.
10003
10004         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10005         New user commands for symmetric encryption.
10006
10007 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10010
10011         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10012
10013 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10014
10015         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10016
10017 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * mm-decode.el (mm-inlined-types): Add application/pgp.
10020         (mm-automatic-display): Ditto.
10021
10022         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10023         part as text.
10024
10025 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * nnrss.el: Update copyright.
10028         (nnrss-opml-import): Query whether to subscribe to each entry.
10029
10030         * gnus-art.el:
10031         * gnus-sum.el:
10032         * gnus-xmas.el:
10033         * messagexmas.el:
10034         * mm-uu.el:
10035         * mm-view.el: Update copyright.
10036
10037 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * message.el (message-info): New function.
10040         (message-mode-menu): Add it.
10041         Update copyright.
10042
10043         * ChangeLog: Fix and update copyright.
10044
10045 2006-01-13  Romain Francoise  <romain@orebokech.com>
10046
10047         * message.el (message-forward-subject-name-subject): Prefer the
10048         address to 'nowhere' if the sender has no name.
10049         Fix typo.  Update copyright year.
10050
10051 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-art.el (article-wash-html): Use
10054         gnus-summary-show-article-charset-alist if a numeric arg is given.
10055         (gnus-article-wash-html-with-w3m-standalone): New function.
10056
10057         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10058         mm-inline-text-html-render-with-w3m-standalone.
10059         (mm-text-html-washer-alist): Map w3m-standalone to
10060         gnus-article-wash-html-with-w3m-standalone.
10061         (mm-inline-text-html-render-with-w3m-standalone): New function.
10062
10063 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10066         Improve LaTeX.
10067
10068 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10071         (nnrss-request-article): Render text/plain parts as HTML.
10072
10073         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10074         the buffer.
10075
10076 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10079         custom definition of `gnus-posting-styles'.
10080
10081         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10082         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10083
10084 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10087         Use nntp for bug archive.
10088
10089 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10092         parts.
10093         (nnrss-normalize-date): New function converts ISO 8601 date into
10094         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10095         (nnrss-check-group): Use it.
10096
10097 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10100
10101         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10102         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10103         (nnrss-insert-w3): Ditto.
10104
10105 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10108         the articles to be forwarded including the case where neither a
10109         number of articles nor a region is specified.
10110
10111 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * nnrss.el (nnrss-request-article): Fix last change; fill
10114         text/plain parts.
10115
10116 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10119         in text/plain part.
10120         (nnrss-check-group): Don't add excessive newline to dc:subject.
10121
10122 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10123
10124         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10125         article.
10126
10127 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10130         (nnml-use-compressed-files, nnml-save-mail): Support other
10131         comression programs such as bzip2.
10132
10133 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * dns.el (query-dns): Make sure we check the buffer size before
10136         removing tcp headers.
10137
10138 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10141         remove MIME buttons associated with multipart/alternative parts.
10142         (gnus-mime-display-alternative): Tag buttons using `article-type'
10143         text property.
10144
10145         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10146         associated with multipart/alternative parts.
10147
10148         * gnus-art.el (gnus-signature-separator): Fix custom type.
10149
10150         * mm-decode.el (mm-inlined-types): Fix custom type.
10151         (mm-keep-viewer-alive-types): Ditto.
10152         (mm-automatic-display): Ditto.
10153         (mm-attachment-override-types): Ditto.
10154         (mm-inline-override-types): Ditto.
10155         (mm-automatic-external-display): Ditto.
10156
10157 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * spam-report.el (spam-report-user-mail-address)
10160         (spam-report-user-agent): New variables.
10161         (spam-report-url-ping-plain): Use spam-report-user-agent.
10162
10163 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10164
10165         * gnus-art.el (gnus-button-handle-custom): Do not just use
10166         `customize-apropos' for any "M-x customize-*" button but the
10167         function called for.  Accept both the function name and its
10168         argument in order to achieve this.
10169         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10170         function name to `gnus-button-handle-custom' in case of "M-x
10171         customize-*" buttons.
10172
10173 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10176         multipart/alternative and add xref to mm-discouraged-alternatives
10177         in doc string.
10178
10179         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10180         gnus-buttonized-mime-types in doc string.
10181
10182 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10185         Suggest image/.* in the doc string.
10186
10187 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10190         message-marks (Debian bug #342521).
10191
10192 2005-12-12  Simon Josefsson  <jas@extundo.com>
10193
10194         * password.el (password-read-from-cache): Add.
10195         (password-read): Use it.
10196
10197 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10200         us-ascii as a MIME charset.
10201
10202         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10203         against the case where the 2nd arg TYPE is nil.
10204
10205 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * pop3.el (pop3-stream-type): Fix custom version.
10208
10209         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10210
10211 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10212
10213         * mm-decode.el (mm-display-external): Add missing cdr.
10214
10215 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10218         RFC1524) if it is in mailcap or add a suffix according to
10219         mailcap-mime-extensions when generating a temp filename; postpone
10220         deleting a temp file for 2 seconds for some wrappers, shell
10221         scripts, and so on, which might exit right after having started a
10222         viewer command as a background job.
10223
10224 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * nntp.el (nntp-marks-directory): Fix custom group.
10227
10228         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10229         steps when < 10.
10230
10231         * gnus-start.el (gnus-no-server-1): Mention
10232         `gnus-level-default-subscribed' in doc string.
10233
10234 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10235
10236         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10237         parens.
10238
10239 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-xmas.el (gnus-use-toolbar): Revert.
10242         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10243         gnus-use-toolbar is default.
10244
10245         * messagexmas.el (message-use-toolbar): Revert.
10246         (message-setup-toolbar): Use global default-toolbar if
10247         message-use-toolbar is default.
10248
10249 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10252         according to default-toolbar-visible-p.
10253
10254         * messagexmas.el (message-use-toolbar): Ditto.
10255
10256 2005-11-26  Dave Love  <fx@gnu.org>
10257
10258         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10259         (tls-program, tls-success): Provide openssl alternative.
10260
10261         * starttls.el: Doc fixes.
10262         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10263         SERVICE to PORT.
10264
10265         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10266         port null or service name.
10267         (starttls-negotiate): Autoload.
10268
10269 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * message.el (message-kill-to-signature): Fix interactive spec.
10272
10273 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * pop3.el (pop3-open-server): Recognize a string as a service name.
10276
10277 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10278
10279         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10280
10281 2005-11-23  Dave Love  <fx@gnu.org>
10282
10283         Add pop3s, pop3/starttls.
10284
10285         * pop3.el (pop3-authentication-scheme): Clarify doc.
10286         (open-tls-stream, starttls-open-stream): Autoload.
10287         (pop3-stream-type): New.
10288         (pop3-open-server): Use it.
10289
10290         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10291         for POP.
10292         (mail-source-keyword-map): Add :stream for POP.
10293         (mail-source-fetch-pop): Use pop3-stream-type.
10294
10295 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10298         of current-time-string.
10299
10300 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10301
10302         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10303         date header.
10304
10305 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10306
10307         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10308         it can seriously impact performance as it bypasses the agent's
10309         local caches.
10310
10311 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10312
10313         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10314         must be explicitly online rather than "not explicitly offline" for
10315         its flags to be synchronized.
10316
10317         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10318         that gnus-uu-unmark-thread will function correctly.
10319
10320         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10321         1024K is instead displayed as 1M.
10322
10323 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10326
10327 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10328
10329         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10330
10331 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10332
10333         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10334         error message to display actual error condition.
10335         (gnus-agent-save-local): Avoid saving symbols that are bound to
10336         nil as they simply result in a warning message in
10337         gnus-agent-read-local.
10338
10339 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10342         rather than make-variable-buffer-local for file-precious-flag.
10343
10344 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10345
10346         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10347         for duplicates which are removed.  The invalid sort check then
10348         triggers a rescan after the sort as sorting may have moved
10349         duplicate entries such that they can be cheaply detected.
10350
10351 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10354
10355 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10356
10357         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10358         internal variable to a custom variable.  Changed default value
10359         from compressed(2) to uncompressed(1).
10360         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10361         support for uncompressed agentview files.  Taken together, reading
10362         the agentview file should now be 6-7 times faster.
10363
10364 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10365
10366         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10367         as a buffer-local variable.  This avoids creating truncated
10368         dribble files as a result of a hang up, eg.
10369
10370 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10371
10372         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10373         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10374         XEmacs.
10375
10376 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-start.el (gnus-start-draft-setup): Enforce
10379         `gnus-draft-mode' for nndraft:drafts at startup.
10380
10381         * gnus.el (gnus-splash): Change custom group.
10382         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10383         allow-list argument.
10384
10385         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10386         string.
10387
10388 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (gnus-default-article-saver): Add user-defined
10391         `function' to custom type.
10392
10393 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10394
10395         * imap.el (imap-open): Handle case where buffer is a buffer
10396         object.
10397
10398 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10401         long lines.
10402         (gnus-cache-delete-group): Wrap doc strings.
10403
10404         * gnus-agent.el (gnus-agent-rename-group)
10405         (gnus-agent-delete-group): Wrap doc strings.
10406
10407 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * messagexmas.el (message-use-toolbar): Change the valid values
10410         into default, top, bottom, left, and right.
10411         (message-toolbar-thickness): New variable.
10412         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10413         well.
10414         (message-setup-toolbar): Make it work.
10415
10416         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10417         (gnus-use-toolbar): Change the valid values into default, top,
10418         bottom, left, and right.
10419         (gnus-toolbar-thickness): New variable.
10420         (gnus-xmas-setup-toolbar): New function.
10421         (gnus-xmas-setup-group-toolbar): Use it.
10422         (gnus-xmas-setup-summary-toolbar): Use it.
10423
10424 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10425
10426         * gnus-start.el (gnus-1): Add "native" to
10427         gnus-predefined-server-alist.
10428
10429         * gnus.el (gnus-method-to-server): Don't add "native" to the
10430         lists here, because that leads to problems when
10431         gnus-select-method is bound.
10432
10433 2005-11-09  Simon Josefsson  <jas@extundo.com>
10434
10435         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10436         use (not sort-by-date) instead.
10437
10438 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10439
10440         * gnus-delay.el (gnus-delay-group): Don't autoload.
10441         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10442         to be re-loaded when customizing the `gnus-delay' group.
10443
10444 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10445
10446         * message.el: Revert last changes.
10447         (message-insert-citation-line): Use newlines.
10448
10449 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10450
10451         * message.el (message-courtesy-message)
10452         (message-mark-insert-begin, message-mark-insert-end)
10453         (message-elide-ellipsis, message-cancel-message)
10454         (message-add-header, message-change-subject)
10455         (message-cross-post-followup-to-header)
10456         (message-cross-post-insert-note, message-reduce-to-to-cc)
10457         (message-widen-reply, message-delete-not-region)
10458         (message-kill-to-signature, message-insert-signature)
10459         (message-insert-importance-high, message-insert-importance-low)
10460         (message-insert-or-toggle-importance)
10461         (message-insert-disposition-notification-to)
10462         (message-indent-citation, message-yank-original)
10463         (message-cite-original-without-signature, message-cite-original)
10464         (message-insert-citation-line, message-position-on-field)
10465         (message-fix-before-sending, message-send-mail-partially)
10466         (message-send-mail, message-send-mail-with-sendmail)
10467         (message-send-mail-with-qmail, message-send-news)
10468         (message-check-news-header-syntax, message-generate-headers)
10469         (message-insert-courtesy-copy, message-fill-address)
10470         (message-fill-header, message-shorten-references)
10471         (message-setup-1, message-cancel-news)
10472         (message-forward-make-body-plain, message-forward-make-body-mime)
10473         (message-forward-make-body-mml, message-encode-message-body)
10474         (message-forward-make-body-digest-plain)
10475         (message-forward-make-body-digest-mime)
10476         (message-use-alternative-email-as-from): Insert `hard-newline'
10477         instead of ordinary newlines.
10478
10479 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * message.el (message-generate-headers): Downcase the argument
10482         given to message-check-element.
10483
10484 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10485
10486         * nntp.el (nntp-authinfo-rejected): New error condition.
10487         (nntp-wait-for): Use new error condition to signal authentication
10488         error.
10489         (nntp-retrieve-data): Rethrow new error condition to break out of
10490         recursive call to nntp-send-authinfo.
10491
10492 2005-11-08  Romain Francoise  <romain@orebokech.com>
10493
10494         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10495         (gnus-summary-exit-map): Bind to `Z p'.
10496         (gnus-summary-make-menu-bar): Add menu item.
10497
10498 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10501         (gnus-treat-*): Add `first' in all doc strings.
10502
10503         * gnus-group.el (gnus-group-compact-group): Fix typo.
10504
10505 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus.el (gnus-parameters-case-fold-search): New variable.
10508         (gnus-parameters-get-parameter): Use it.
10509
10510         * gnus-score.el (gnus-home-score-file): Doc fix.
10511
10512 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10513
10514         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10515
10516 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * mm-util.el (mm-special-display-p): New function.
10519
10520         * mml.el (mml-preview): Use it; doc fix.
10521
10522 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10523
10524         * imap.el (imap-open): Handle case where buffer is a buffer object.
10525
10526 2005-10-29  Romain Francoise  <romain@orebokech.com>
10527
10528         * message.el (message-fix-before-sending): Fix comment.
10529
10530 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10531
10532         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10533
10534 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10535
10536         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10537         Used in gnus-score.el.
10538
10539 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10542
10543 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10546         whitespace removed in revision 7.8.  Use concatenated string to
10547         protect trailing whitespace.
10548
10549 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10550
10551         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10552         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10553         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10554         Courier IMAP ("some version from 2004").  Mostly based on similar
10555         code in the same function.
10556
10557 2005-10-26  Didier Verna  <didier@xemacs.org>
10558
10559         * gnus-group.el (gnus-group-compact-group): Invalidate original
10560         article buffer.
10561         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10562         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10563         NOV database and in article itself.
10564         Invalidate article backlog.
10565
10566 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10569
10570 2005-10-26  Simon Josefsson  <jas@extundo.com>
10571
10572         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10573         part of 2004-07-25 change.
10574
10575 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * message.el (message-display-completion-list): New function.
10578         (message-expand-group): Use it; make sure the Completions buffer
10579         is modifiable.
10580 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10581
10582         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10583         user-mail-name is an empty string.
10584
10585 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10588         depending on gnus-score-decay-constant.
10589
10590         * encrypt.el (encrypt-insert-file-contents)
10591         (encrypt-write-file-contents): Don't use `gnus-message'.
10592
10593         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10594         arguments.
10595         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10596         arguments to mm-uu-verbatim-marks-extract.
10597         (mm-uu-hide-markers): New variable.
10598         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10599
10600         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10601         (gnus-convert-image-to-face-command): Use "convert" by default to
10602         allow other input image formats.
10603         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10604         accordingly.
10605
10606 2005-10-23  Simon Josefsson  <jas@extundo.com>
10607
10608         * imap.el (imap-gssapi-program): Align command line parameters
10609         with latest GNU SASL.
10610         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10611
10612 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10615         HTML.
10616         (nnslashdot-request-article): Ditto.
10617
10618         * lpath.el (featurep): Add nobreak-char-display.
10619
10620 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10621
10622         * mail-source.el (mail-source-fetch-pop): Require pop3.
10623         (mail-source-check-pop): Ditto.
10624
10625 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10628         errors.
10629
10630 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10633         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10634
10635         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10636
10637         * mm-bodies.el (mm-decode-string): Call
10638         `mm-charset-to-coding-system' with allow-override argument.
10639
10640 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10643         (rfc2047-charset-to-coding-system): New function.
10644         (rfc2047-decode-encoded-words): New function.
10645         (rfc2047-decode-region): Use them.
10646         (rfc2047-decode-cte): Remove.
10647         (rfc2047-parse-and-decode): Remove.
10648         (rfc2047-decode): Remove.
10649
10650 2005-10-15  Kenichi Handa  <handa@m17n.org>
10651
10652         * rfc2047.el (rfc2047-decode-cte): New function.
10653         (rfc2047-decode-region): Change the way to decode successive
10654         encoded-words: decode B- or Q-encoding in each encoded-word,
10655         concatenate them, and decode it as charset.
10656
10657 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * lpath.el: Fbind codepage-setup for XEmacs.
10660
10661 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10662
10663         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10664         widget-move-and-invoke.
10665         (gnus-custom-mode): Use gnus-custom-map.
10666
10667 2005-10-15  Bill Wohler  <wohler@newt.com>
10668
10669         * message.el (message-tool-bar-map): Renamed image file from
10670         mail_send to mail/send.
10671
10672 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10673
10674         * message.el (message-expand-group): Pass the common
10675         prefix substring of completion to `display-completion-list'.
10676
10677 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * mml-sec.el (mml-secure-method): New internal variable.
10680         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10681         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10682         functions using mml-secure-method.
10683
10684         * mml.el (mml-mode-map): Add key bindings for those functions.
10685         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10686         Harder <harder@myrealbox.com>.
10687         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10688         end of message if point is the headers of the message.
10689
10690         * message.el (message-in-body-p): New function.
10691
10692         * assistant.el: Autoload gnus-util and netrc.
10693
10694         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10695         Use `mm-charset-override-alist' only when decoding.
10696
10697         * mm-bodies.el (mm-decode-body): Call
10698         `mm-charset-to-coding-system' with allow-override argument.
10699
10700         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10701         `filename' from Content-Disposition if Content-Type doesn't
10702         provide `name'.
10703         (gnus-mime-view-part-as-type): Set default instead of
10704         initial-input.
10705
10706 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10707
10708         * format-spec.el (format-spec): Propagate text properties of % spec.
10709
10710 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-art.el (gnus-treat-predicate): Add `first'.
10713
10714 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10717         (mm-charset-override-alist): New variable.
10718         (mm-charset-to-coding-system): Use it.
10719         (mm-codepage-setup): New helper function.
10720         (mm-charset-eval-alist): New variable.
10721         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10722         about unknown charsets.
10723
10724         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10725
10726 2005-10-04  David Hansen  <david.hansen@gmx.net>
10727
10728         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10729         (nnrss-check-group): Ditto.
10730
10731 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10734         Rename x-gnus-verbatim to x-verbatim.
10735         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10736
10737         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10738         x-verbatim.
10739
10740         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10741
10742         * gnus-util.el (gnus-remove-duplicates): Remove.
10743
10744         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10745         instead of gnus-remove-duplicates.
10746
10747         * message.el (message-remove-duplicates): Remove.
10748         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10749         message-remove-duplicates.
10750
10751         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10752         available, else use implementation from `delete-dups'.
10753
10754         * message.el (message-insert-expires): New function.
10755         (message-mode-map): Add key binding.
10756         (message-mode-field-menu): Add menu entry.
10757         (message-mode): Document it.
10758         (message-make-expires-date): Use `message-make-date'.
10759
10760 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10761
10762         * message.el (message-make-expires-date): New function.
10763
10764 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * Makefile.in (list-installed-shadows): New entry.
10767         (install): Use it.
10768         (remove-installed-shadows): New entry.
10769
10770         * dgnushack.el (dgnushack-default-load-path): New variable.
10771         (dgnushack-find-lisp-shadows): New function.
10772         (dgnushack-remove-lisp-shadows): New function.
10773
10774 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * Makefile.in (install-el-elc): New entry.
10777         (install): Use it so that .el files are necessarily installed.
10778
10779 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10782
10783 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10784
10785         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10786         function rather than the diff-mode.el package.
10787         (mm-display-external): Use with-current-buffer.
10788         (mm-viewer-completion-map, mm-viewer-completion-map):
10789         Move initialization inside declaration.
10790
10791 2005-09-29  Simon Josefsson  <jas@extundo.com>
10792
10793         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10794         autoload mail-check-payment.
10795         (spam-check-hashcash): Define unconditionally, since hashcash.el
10796         is part of Gnus now.  Ignore errors from payment checking.
10797
10798 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * message.el (message-bold-region, message-unbold-region): Rename
10801         from `bold-region' and `unbold-region'.
10802
10803         * message.el: Remove useless autoloads.
10804
10805 2005-09-28  Simon Josefsson  <jas@extundo.com>
10806
10807         * message.el (message-use-idna): Default to t.
10808         (message-use-idna): Test whether encoding works too.  Doc fix.
10809
10810 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * nntp.el (nntp-warn-about-losing-connection): Remove.
10813
10814 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10817         customizable.  Change default value.
10818         (mm-uu-diff-groups-regexp): Change default value.
10819         (mm-uu-type-alist): Add doc string.
10820         (mm-uu-configure): Add doc string.  Make it interactive.
10821         (mm-uu-tex-groups-regexp): New variable.
10822         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10823         (mm-uu-type-alist): Add LaTeX documents.
10824         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10825         of "text/verbatim".
10826         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10827
10828         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10829         instead of "text/verbatim".
10830
10831         * message.el (message-mark-inserted-region)
10832         (message-mark-insert-file): Use slrn style marks when called with
10833         prefix argument.
10834
10835 2005-09-27  Simon Josefsson  <jas@extundo.com>
10836
10837         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10838
10839 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10840
10841         * message.el (message-remove-duplicates): New function.
10842         Implementation borrowed from `gnus-remove-duplicates'.
10843         (message-idna-to-ascii-rhs): Also encode idna addresses in
10844         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10845         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10846         only ask about the same idna domain once per header and also tell
10847         in what header to replace the idna domain.
10848
10849         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10850         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10851         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10852         a header is decoded and not just the last one.
10853
10854 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10857         has been decoded.
10858
10859         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10860         (mm-insert-part): Don't modify text if it has been decoded.
10861
10862         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10863         decoded.
10864
10865         * mm-view.el (mm-inline-text): Don't strip text props unless
10866         decoding enriched or richtext parts.
10867
10868 2005-09-25  Romain Francoise  <romain@orebokech.com>
10869
10870         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10871         * gnus-start.el (gnus-subscribe-interactively):
10872         * gnus-uu.el (gnus-uu-grab-articles):
10873         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10874         space.
10875
10876 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10877
10878         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10879         * mm-view.el (mm-view-pkcs7-decrypt):
10880         * gnus-sum.el (gnus-summary-limit-to-extra)
10881         (gnus-summary-respool-article, gnus-read-move-group-name):
10882         * gnus-score.el (gnus-summary-increase-score):
10883         * gnus-util.el (gnus-completing-read-with-default):
10884         * gnus-art.el (gnus-read-save-file-name)
10885         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10886         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10887         * message.el (message-check-news-header-syntax):
10888         Follow convention for reading with the minibuffer.
10889
10890 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * spam-report.el (spam-report-url-ping-plain):
10893         Use gnus-extended-version as User-Agent.
10894
10895         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10896         default value is nil.
10897
10898         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10899         (mm-uu-verbatim-marks-extract): New function.
10900         (mm-uu-extract): New face.
10901         (mm-uu-copy-to-buffer): Use it.
10902
10903         * spam-report.el (spam-report-gmane-ham): Renamed from
10904         `spam-report-gmane-unspam'.
10905         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10906         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10907
10908         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10909         Autoload.
10910         (spam-report-gmane-unregister-routine): Renamed
10911         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10912
10913 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10914
10915         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10916         (spam-report-gmane-unregister-routine): Add support for gmane
10917         unregistration.
10918
10919         * spam-report.el (spam-report-gmane-unspam)
10920         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10921         (spam-report-gmane): Change to take a single article and do unspam
10922         registration.
10923
10924 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * mm-url.el (mm-url-decode-entities): Fix regexp.
10927
10928 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10931         default to nil, to be able to use Gnus at all.  If the default
10932         switches to something else, then the function should be fixed not
10933         be exceedingly slow.
10934
10935 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10938         fail hard.
10939
10940         * spam-report.el: Add better Keywords line.
10941
10942         * spam.el: Add Maintainer and better Keywords line.
10943
10944 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gnus-art.el (gnus-article-replace-part)
10947         (gnus-mime-replace-part): New functions.
10948         (gnus-mime-action-alist, gnus-mime-button-commands)
10949         (gnus-mime-save-part-and-strip): Added file argument.
10950         (gnus-article-part-wrapper): Added interactive argument.
10951
10952         * gnus-sum.el (gnus-summary-mime-map): Add
10953         `gnus-article-replace-part'.
10954
10955 2005-09-19  Didier Verna  <didier@xemacs.org>
10956
10957         The nnml compaction feature:
10958         * nnml.el (nnml-request-compact-group): New function.
10959         * nnml.el (nnml-request-compact): New function.
10960         * gnus-int.el (gnus-request-compact-group): New function.
10961         * gnus-int.el (gnus-request-compact): New function.
10962         * gnus-group.el (gnus-group-compact-group): New function.
10963         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10964         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10965         * gnus-srvr.el (gnus-server-compact-server): New function.
10966         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10967         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10968
10969 2005-09-18  Deepak Goel  <deego@gnufans.org>
10970
10971         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10972         format spec.
10973
10974 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10977
10978 2005-09-15  Romain Francoise  <romain@orebokech.com>
10979
10980         * message.el (message-fill-paragraph): Clarify docstring.
10981
10982 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-art.el (gnus-mime-display-part): Protect against broken
10985         MIME messages.
10986
10987 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10990         before parsing header.
10991
10992 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10993
10994         * html2text.el (html2text-replace-list): Add new entities.
10995
10996 2005-09-11  Romain Francoise  <romain@orebokech.com>
10997
10998         * message.el (message-alternative-emails): Improve docstring.
10999         (message-setup-1): Call `message-use-alternative-email-as-from'
11000         after `message-setup-hook' to give it precedence over posting
11001         styles, etc.
11002         (message-use-alternative-email-as-from): Add docstring.  Remove
11003         the original From header if present.
11004
11005         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11006         (nnml-save-mail): Use it.
11007
11008         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11009         articles.  Add new argument `silent'.
11010         (gnus-uu-mark-all): Report the total number of marked articles.
11011
11012 2005-09-10  Romain Francoise  <romain@orebokech.com>
11013
11014         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11015         (gnus-uu-mark-series): Likewise.
11016
11017 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * spam-report.el (spam-report-gmane): Fix generation of spam
11020         report URL.
11021
11022 2005-09-10  Simon Josefsson  <jas@extundo.com>
11023
11024         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11025         t, based on discussion on the ding list with Robert Epprecht
11026         <epprecht@solnet.ch>.
11027
11028 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * spam-report.el (spam-report-gmane): Make it work without
11031         X-Report-Spam header.  Gmane now only provides Archived-At.
11032         This is only used if `spam-report-gmane-use-article-number' is nil.
11033         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11034
11035         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11036         make `gnus-summary-sort-by-recipient' work with threading.
11037
11038         * nnweb.el (nnweb-google-wash-article): Print a message if article
11039         is not available.
11040
11041 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11042
11043         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11044         change.  Decode text/* parts content before displaying.
11045
11046 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11049
11050 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11053
11054         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11055         url-package-name, url-package-version,
11056         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11057         w3m-display-inline-images, and w3m-minor-mode-map.
11058
11059 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * message.el (message-tab-body-function): Fix mismatched custom type.
11062
11063         * gnus.el (gnus-group-change-level-function): Ditto.
11064
11065         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11066
11067         * gnus-art.el (gnus-signature-limit)
11068         (gnus-article-mime-part-function): Ditto.
11069
11070 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * mml.el (mml-mode): Silence the byte compiler.
11073
11074         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11075         using `(sit-for 0)' before moving the point to the specified part;
11076         skip unbuttonized parts.
11077         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11078         return to the summary window if gnus-auto-select-part is non-nil.
11079
11080 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11083         variables.
11084         (mml-dnd-attach-file, mml-mode): Use them.
11085
11086         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11087         Make fetching article by MID work again for Google Groups.  Added
11088         FIXME concerning gnus-group-make-web-group.
11089
11090         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11091         Don't depend on Gnus by using mail-extract-address-components if
11092         gnus-extract-address-components is not bound.
11093
11094 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * gnus-art.el (gnus-mime-display-security): Don't display the
11097         signature, but only the signed part.
11098
11099 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11102
11103         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11104         list, not listp.
11105
11106 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11107
11108         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11109         when encoding.
11110
11111         * mm-bodies.el (mm-decode-content-transfer-encoding):
11112         De-canonicalize CRLF for all text content types, not just
11113         text/plain.
11114
11115 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11118         valid article; point arrow and cursor at the MIME button.
11119
11120 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11123         Suggested by Dan Christensen <jdc@uwo.ca>.
11124
11125         * mm-decode.el (mm-save-part): Enable change of prompt.
11126
11127 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11128
11129         * gnus-msg.el (gnus-inews-add-send-actions): Made
11130         `message-post-method' lambda parameter ARG `&optional'.
11131
11132 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus-sum.el (gnus-summary-mime-map): Added
11135         gnus-article-save-part-and-strip, gnus-article-delete-part and
11136         gnus-article-jump-to-part.
11137
11138         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11139         (gnus-article-edit-part): Use it.
11140         (gnus-article-part-wrapper): Added no-handle argument.
11141         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11142         functions.
11143
11144 2005-08-29  Romain Francoise  <romain@orebokech.com>
11145
11146         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11147         docstring.
11148         (gnus-face-from-file): Likewise.
11149
11150 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11153         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11154         non-nil.
11155         (gnus-auto-select-part): New variable.
11156         (gnus-article-jump-to-part): New function.
11157         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11158         (gnus-mime-delete-part): Allow selecting specified part after
11159         deleting or stripping parts.
11160         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11161         part if argument is bogus.
11162
11163 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11164
11165         * gnus-art.el (w3m-minor-mode-map):
11166         * gnus-spec.el (gnus-newsrc-file-version):
11167         * gnus-util.el (nnmail-active-file-coding-system)
11168         (gnus-original-article-buffer, gnus-user-agent):
11169         * gnus.el (gnus-ham-process-destinations)
11170         (gnus-parameter-ham-marks-alist)
11171         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11172         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11173         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11174         * mm-decode.el (gnus-current-window-configuration):
11175         * mm-extern.el (gnus-article-mime-handles):
11176         * mm-url.el (url-current-object, url-package-name)
11177         (url-package-version):
11178         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11179         (smime-keys, w3m-cid-retrieve-function-alist)
11180         (w3m-current-buffer, w3m-display-inline-images)
11181         (w3m-minor-mode-map):
11182         * mml-smime.el (gnus-extract-address-components):
11183         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11184         (gnus-newsrc-hashtb, message-default-charset)
11185         (message-deletable-headers, message-options)
11186         (message-posting-charset, message-required-mail-headers)
11187         (message-required-news-headers):
11188         * mml1991.el (mc-pgp-always-sign):
11189         * mml2015.el (mc-pgp-always-sign):
11190         * nnheader.el (nnmail-extra-headers):
11191         * rfc1843.el (gnus-decode-encoded-word-function)
11192         (gnus-decode-header-function, gnus-newsgroup-name):
11193         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11194
11195 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11196
11197         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11198         the end of the date treatments.
11199
11200 2005-08-15  Simon Josefsson  <jas@extundo.com>
11201
11202         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11203         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11204         Capello and Romain Francoise.
11205         (pgg-fetch-key-function): Removed, not used?
11206         (pgg-insert-url-with-w3): Require url, to get
11207         url-insert-file-contents regardless of where it is defined.
11208
11209 2005-08-13  Romain Francoise  <romain@orebokech.com>
11210
11211         * message.el (message-cite-original-1): New function.
11212         (message-cite-original): Use it.
11213         (message-cite-original-without-signature): Ditto.
11214
11215 2005-08-08  Romain Francoise  <romain@orebokech.com>
11216
11217         * message.el (message-yank-empty-prefix): New variable.
11218         (message-indent-citation): Use it.
11219         (message-cite-original-without-signature): Respect X-No-Archive.
11220
11221 2005-08-08  Simon Josefsson  <jas@extundo.com>
11222
11223         * pgg.el: Autoload url-insert-file-contents instead of loading
11224         w3/url.
11225         (pgg-insert-url-with-w3): Don't load url here.
11226
11227 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11228
11229         * message.el (message-kill-to-signature): Don't insert newline at
11230         bol.
11231         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11232
11233 2005-08-06  Romain Francoise  <romain@orebokech.com>
11234
11235         * message.el (message-user-fqdn): Fix typo in docstring.
11236
11237 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11238
11239         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11240
11241         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11242
11243 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-bodies.el (mm-encode-body): Use coding system rather than
11246         charset to encode text.
11247
11248         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11249         number of charsets if utf-8 is available (XEmacs).
11250
11251 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11254         taken from `gnus-button-mid-or-mail-regexp'.
11255         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11256         (gnus-button-alist): Improve regexp for domain part of the MIDs
11257         for news:localpart@domain buttons.
11258         (gnus-button-ctan-directory-regexp): Update.
11259
11260 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * sieve-manage.el (sieve-manage-interactive-login): Use
11263         make-local-variable rather than make-variable-buffer-local.
11264         (sieve-manage-open): Ditto.
11265         (sieve-manage-authenticate): Ditto.
11266
11267         * mml.el (mml-generate-mime-1): Make the content type default to
11268         text/plain if the filename is not specified.
11269
11270 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11273         instead of insert-buffer.
11274
11275         * message.el (message-yank-original): Ditto; set the mark at the
11276         end of the yanked message.
11277
11278 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11281         lines to scroll rather than to stop it.
11282
11283         * mml.el (mml-generate-default-type): Add doc string.
11284         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11285         default to application/octet-stream when determining the content
11286         type if it is not specified for the part or the mml contents; add
11287         a comment about mml-generate-default-type.
11288
11289 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11292         make it default to application/octet-stream when determining the
11293         content type if it is not specified for the external contents.
11294
11295 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11298         segmented parameter but also other parameters might be there.
11299
11300 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * mm-decode.el (mm-display-external): Delete temp file, directory
11303         and buffer immediately if the external process is exited.
11304
11305 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11308         fewer lines than that of scroll-margin.
11309         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11310
11311 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-art.el (gnus-article-next-page): Revert.
11314         (gnus-article-beginning-of-window): New macro.
11315         (gnus-article-next-page-1): Use it.
11316         (gnus-article-prev-page): Ditto.
11317         (gnus-article-edit-part): Use insert-buffer-substring instead of
11318         insert-buffer.
11319         (gnus-article-edit-exit): Ditto.
11320
11321         * gnus-util.el (gnus-beginning-of-window): Remove.
11322         (gnus-end-of-window): Remove.
11323
11324         * lpath.el: Don't bind header-line-format and scroll-margin.
11325
11326 2005-07-25  Simon Josefsson  <jas@extundo.com>
11327
11328         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11329         to have the url package without w3.  Reported by Daiki Ueno
11330         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11331
11332 2005-07-20  Didier Verna  <didier@xemacs.org>
11333
11334         * gnus-diary.el: Remove the description comment (nndiary is now
11335         properly documented in the Gnus manual).
11336         Fix the spelling of "Back End".
11337         * nndiary.el: Ditto.
11338         Fix the copyright notice.
11339
11340 2005-07-18  Romain Francoise  <romain@orebokech.com>
11341
11342         * gnus-sum.el (gnus-summary-to-prefix)
11343         (gnus-summary-newsgroup-prefix): New variables.
11344         (gnus-summary-from-or-to-or-newsgroups): Use them.
11345
11346 2005-07-17  Romain Francoise  <romain@orebokech.com>
11347
11348         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11349         space as it's generally not especially interesting to the user.
11350
11351 2005-07-16  Romain Francoise  <romain@orebokech.com>
11352
11353         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11354         nil to avoid prompting and file modification if one of the
11355         messages at the top of the nnfolder file contains a copyright
11356         notice.
11357         Update copyright notice.
11358
11359         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11360         instead of `current-time-string' as the latter creates a time
11361         string that is not RFC 2822 compliant (it lacks the zone).
11362         Update copyright notice.
11363
11364 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11365
11366         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11367         for text/rtf.  Display default in prompt.  Pass default for M-n.
11368
11369         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11370
11371 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * gnus-msg.el (gnus-button-mailto): Remove
11374         save-selected-window-window hackery because it relies on
11375         save-selected-window internals.
11376
11377 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11380         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11381         (gnus-article-prev-page): Ditto.
11382
11383         * gnus-util.el (gnus-beginning-of-window): New function.
11384         (gnus-end-of-window): New function.
11385
11386         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11387
11388 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11389
11390         * gnus-score.el (gnus-score-edit-all-score): Set
11391         gnus-score-edit-exit-function to gnus-score-edit-done and call
11392         gnus-message.
11393
11394 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * gnus-msg.el (gnus-button-mailto): Remove
11397         save-selected-window-window hackery because it relies on
11398         save-selected-window internals.
11399
11400 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11403         add-minor-mode.
11404         (gnus-binary-mode): Ditto.
11405
11406         * gnus-topic.el (gnus-topic-mode): Ditto.
11407
11408 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11409
11410         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11411         (gnus-article-prev-page): Take scroll-margin into consideration.
11412
11413 2005-07-04  Lute Kamstra  <lute@gnu.org>
11414
11415         Update FSF's address in GPL notices.
11416
11417 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11418
11419         * gnus.el (gnus-exit):
11420         * gnus-group.el (gnus-group-icons):
11421         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11422
11423         * gnus-nocem.el (gnus-nocem):
11424         * message.el (message-various, message-buffers, message-sending)
11425         (message-interface, message-forwarding, message-insertion)
11426         (message-headers, message-news, message-mail):
11427         * pgg-gpg.el (pgg-gpg):
11428         * pgg-parse.el (pgg-parse):
11429         * pgg-pgp.el (pgg-pgp):
11430         * pgg-pgp5.el (pgg-pgp5):
11431         * pop3.el (pop3): Finish `defgroup' description with period.
11432
11433 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-art.el (article-display-face): Improve the efficiency.
11436         (article-display-x-face): Ditto; remove grey x-face stuff.
11437
11438 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-art.el (article-display-face): Correct the position in
11441         which Faces are inserted.
11442
11443 2005-06-29  Didier Verna  <didier@xemacs.org>
11444
11445         * gnus-art.el (article-display-face): Display faces in correct
11446         order.
11447
11448 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11451         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11452         (gnus-nocem-check-article): Fetch the Type header.
11453         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11454         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11455         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11456         make sure gnus-nocem-hashtb is initialized.
11457         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11458         (gnus-nocem-unwanted-article-p): Ditto.
11459
11460         * pgg.el (pgg-verify): Return the verification result.
11461
11462 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11465         is ascii.
11466
11467 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11468
11469         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11470         `show-nonbreak-escape'.
11471
11472 2005-06-23  Lute Kamstra  <lute@gnu.org>
11473
11474         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11475
11476         * dig.el (dig-mode):
11477         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11478
11479 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11480
11481         * nnimap.el (nnimap-split-download-body): Fix spellings.
11482
11483 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11484
11485         * gnus-art.el (gnus-article-encrypt-body):
11486         * gnus-cus.el (gnus-score-customize):
11487         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11488         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11489
11490 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11491
11492         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11493         header by looking for magic "MII" at the beginnig.
11494
11495 2005-06-16  Miles Bader  <miles@gnu.org>
11496
11497         * gnus-xmas.el (gnus-xmas-group-startup-message):
11498         Use renamed gnus-splash face.
11499
11500         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11501         (assistant-field-face): New backward-compatibility alias for renamed
11502         face.
11503         (assistant-render-text): Use renamed assistant-field face.
11504
11505         * spam.el (spam): Remove "-face" suffix from face name.
11506         (spam-face): New backward-compatibility alias for renamed face.
11507         (spam-face, spam-initialize): Use renamed spam face.
11508
11509         * message.el (message-header-to, message-header-cc)
11510         (message-header-subject, message-header-newsgroups)
11511         (message-header-other, message-header-name)
11512         (message-header-xheader, message-separator, message-cited-text)
11513         (message-mml): Remove "-face" suffix from face names.
11514         (message-header-to-face, message-header-cc-face)
11515         (message-header-subject-face, message-header-newsgroups-face)
11516         (message-header-other-face, message-header-name-face)
11517         (message-header-xheader-face, message-separator-face)
11518         (message-cited-text-face, message-mml-face):
11519         New backward-compatibility aliases for renamed faces.
11520         (message-font-lock-keywords): Use renamed message faces.
11521
11522         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11523         (sieve-test-commands, sieve-tagged-arguments):
11524         Remove "-face" suffix from face names.
11525         (sieve-control-commands-face, sieve-action-commands-face)
11526         (sieve-test-commands-face, sieve-tagged-arguments-face):
11527         New backward-compatibility aliases for renamed faces.
11528         (sieve-control-commands-face, sieve-action-commands-face)
11529         (sieve-test-commands-face, sieve-tagged-arguments-face):
11530         Use renamed sieve faces.
11531
11532         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11533         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11534         (gnus-group-news-3-empty, gnus-group-news-4)
11535         (gnus-group-news-4-empty, gnus-group-news-5)
11536         (gnus-group-news-5-empty, gnus-group-news-6)
11537         (gnus-group-news-6-empty, gnus-group-news-low)
11538         (gnus-group-news-low-empty, gnus-group-mail-1)
11539         (gnus-group-mail-1-empty, gnus-group-mail-2)
11540         (gnus-group-mail-2-empty, gnus-group-mail-3)
11541         (gnus-group-mail-3-empty, gnus-group-mail-low)
11542         (gnus-group-mail-low-empty, gnus-summary-selected)
11543         (gnus-summary-cancelled, gnus-summary-high-ticked)
11544         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11545         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11546         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11547         (gnus-summary-low-undownloaded)
11548         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11549         (gnus-summary-low-unread, gnus-summary-normal-unread)
11550         (gnus-summary-high-read, gnus-summary-low-read)
11551         (gnus-summary-normal-read, gnus-splash):
11552         Remove "-face" suffix from face names.
11553         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11554         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11555         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11556         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11557         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11558         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11559         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11560         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11561         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11562         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11563         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11564         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11565         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11566         (gnus-summary-normal-ticked-face)
11567         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11568         (gnus-summary-normal-ancient-face)
11569         (gnus-summary-high-undownloaded-face)
11570         (gnus-summary-low-undownloaded-face)
11571         (gnus-summary-normal-undownloaded-face)
11572         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11573         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11574         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11575         (gnus-splash-face):
11576         New backward-compatibility aliases for renamed faces.
11577         (gnus-group-startup-message): Use renamed gnus faces.
11578
11579         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11580         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11581         (gnus-server-agent): Remove "-face" suffix from face names.
11582         (gnus-server-agent-face, gnus-server-opened-face)
11583         (gnus-server-closed-face, gnus-server-denied-face)
11584         (gnus-server-offline-face):
11585         New backward-compatibility aliases for renamed faces.
11586         (gnus-server-agent-face, gnus-server-opened-face)
11587         (gnus-server-closed-face, gnus-server-denied-face)
11588         (gnus-server-offline-face): Use renamed gnus faces.
11589
11590         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11591         Remove "-face" suffix from face names.
11592         (gnus-picon-xbm-face, gnus-picon-face):
11593         New backward-compatibility aliases for renamed faces.
11594
11595         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11596         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11597         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11598         (gnus-cite-11): Remove "-face" suffix from face names.
11599         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11600         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11601         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11602         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11603         New backward-compatibility aliases for renamed faces.
11604         (gnus-cite-attribution-face, gnus-cite-face-list)
11605         (gnus-article-boring-faces): Use renamed gnus faces.
11606
11607         * gnus-art.el (gnus-signature, gnus-header-from)
11608         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11609         (gnus-header-content): Remove "-face" suffix from face names.
11610         (gnus-signature-face, gnus-header-from-face)
11611         (gnus-header-subject-face, gnus-header-newsgroups-face)
11612         (gnus-header-name-face, gnus-header-content-face):
11613         New backward-compatibility aliases for renamed faces.
11614         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11615
11616         * gnus-sum.el (gnus-summary-selected-face)
11617         (gnus-summary-highlight): Use renamed gnus faces.
11618         * gnus-group.el (gnus-group-highlight): Likewise.
11619
11620 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11621
11622         * gnus-sieve.el (gnus-sieve-article-add-rule):
11623         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11624         * spam-stat.el (spam-stat-buffer-change-to-spam)
11625         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11626
11627         * message.el (message-is-yours-p):
11628         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11629
11630 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mm-view.el (mm-inline-text): Withdraw the last change.
11633
11634 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11637         executing enriched-decode.
11638
11639 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11642         charset of tar files.
11643
11644 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11645
11646         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11647
11648 2005-06-04  Lute Kamstra  <lute@gnu.org>
11649
11650         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11651         information is never recorded.
11652
11653 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11656
11657 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * pop3.el (pop3-apop): Run md5 in the binary mode.
11660
11661         * starttls.el (starttls-set-process-query-on-exit-flag):
11662         Use eval-and-compile.
11663
11664 2005-05-31  Simon Josefsson  <jas@extundo.com>
11665
11666         * smime.el (smime-replace-in-string): Define.
11667         (smime-cert-by-ldap-1): Use it.
11668
11669 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-art.el (article-display-x-face): Replace
11672         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11673
11674         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11675         set-process-query-on-exit-flag or process-kill-without-query.
11676
11677         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11678         loop instead of replace-regexp.
11679
11680         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11681         instead of process-kill-without-query if it is available.
11682
11683         * lpath.el: Fbind ldap-search-entries.
11684
11685         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11686         instead of find-file-hooks if it is available.
11687
11688         * mml1991.el: Bind pgg-default-user-id when compiling.
11689
11690         * mml2015.el: Bind pgg-default-user-id when compiling.
11691
11692         * nndraft.el (nndraft-request-associate-buffer):
11693         Use write-contents-functions instead of write-contents-hooks if it is
11694         available.
11695
11696         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11697         instead of find-file-hooks if it is available.
11698
11699         * nntp.el (nntp-open-connection): Replace
11700         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11701         (nntp-open-ssl-stream): Ditto.
11702         (nntp-open-tls-stream): Ditto.
11703
11704         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11705         set-process-query-on-exit-flag or process-kill-without-query.
11706         (starttls-open-stream-gnutls): Use it instead of
11707         process-kill-without-query.
11708         (starttls-open-stream): Ditto.
11709
11710 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11711
11712         * smime.el (smime-cert-by-ldap-1): Don't use
11713         replace-regexp-in-string.
11714
11715 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11716
11717         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11718
11719         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11720         in PEM format.  Adjust to the XEmacs compability.
11721
11722 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11725         by `string-to-number'.
11726         * gnus-agent.el (gnus-agent-regenerate-group)
11727         (gnus-agent-fetch-articles): Ditto.
11728         * gnus-art.el (gnus-button-fetch-group): Ditto.
11729         * gnus-cache.el (gnus-cache-generate-active)
11730         (gnus-cache-articles-in-group): Ditto.
11731         * gnus-group.el (gnus-group-set-current-level)
11732         (gnus-group-insert-group-line): Ditto.
11733         * gnus-score.el (gnus-score-set-expunge-below)
11734         (gnus-score-set-mark-below, gnus-summary-score-effect)
11735         (gnus-summary-score-entry): Ditto.
11736         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11737         (gnus-soup-pack): Ditto.
11738         * gnus-spec.el (gnus-xmas-format): Ditto.
11739         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11740         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11741         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11742         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11743         * nndb.el (nndb-get-remote-expire-response): Ditto.
11744         * nndiary.el (nndiary-parse-schedule-value)
11745         (nndiary-string-to-number, nndiary-request-replace-article)
11746         (nndiary-request-article): Ditto.
11747         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11748         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11749         * nneething.el (nneething-make-head): Ditto.
11750         * nnfolder.el (nnfolder-request-article)
11751         (nnfolder-retrieve-headers): Ditto.
11752         * nnheader.el (nnheader-file-to-number): Ditto.
11753         * nnkiboze.el (nnkiboze-request-article): Ditto.
11754         * nnmail.el (nnmail-process-unix-mail-format)
11755         (nnmail-process-babyl-mail-format): Ditto.
11756         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11757         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11758         (nnmh-request-create-group, nnmh-request-list-1)
11759         (nnmh-request-group, nnmh-request-article): Ditto.
11760         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11761         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11762         * nnsoup.el (nnsoup-make-active): Ditto.
11763         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11764         * nntp.el (nntp-find-group-and-number)
11765         (nntp-retrieve-headers-with-xover): Ditto.
11766         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11767         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11768         (pgg-format-key-identifier): Ditto.
11769         * pop3.el (pop3-last, pop3-stat): Ditto.
11770         * qp.el (quoted-printable-decode-region): Ditto.
11771
11772         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11773         of concat.
11774
11775 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11778
11779         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11780
11781         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11782
11783         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11784
11785         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11786
11787         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11788
11789         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11790         (gnus-carpal-mode): Ditto.
11791
11792         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11793         (gnus-browse-mode): Ditto.
11794
11795         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11796
11797         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11798
11799 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11800
11801         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11802
11803 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-util.el (gnus-run-mode-hooks): New function.
11806
11807         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11808
11809         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11810         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11811
11812 2005-05-27  Lute Kamstra  <lute@gnu.org>
11813
11814         * dns-mode.el (dns-mode): Specify customization group.
11815
11816 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11817
11818         * gnus-agent.el (gnus-agent-make-mode-line-string):
11819         Use mode-line-highlight as mouse-face.
11820
11821 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * canlock.el (canlock): Change the parent group to news.
11824
11825         * deuglify.el (gnus-outlook-deuglify): Add :group.
11826
11827         * dig.el (dig): Add :group.
11828
11829         * dns-mode.el (dns-mode): Add :group.
11830
11831         * encrypt.el (encrypt): Add :group.
11832
11833         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11834         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11835         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11836         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11837         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11838
11839         * gnus-diary.el (gnus-diary): Add :group.
11840
11841         * gnus.el (gnus-group-news-1-face): Add :group.
11842         (gnus-group-news-1-empty-face): Ditto.
11843         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11844         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11845         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11846         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11847         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11848         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11849         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11850         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11851         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11852         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11853         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11854         (gnus-summary-high-ticked-face): Ditto.
11855         (gnus-summary-low-ticked-face): Ditto.
11856         (gnus-summary-normal-ticked-face): Ditto.
11857         (gnus-summary-high-ancient-face): Ditto.
11858         (gnus-summary-low-ancient-face): Ditto.
11859         (gnus-summary-normal-ancient-face): Ditto.
11860         (gnus-summary-high-undownloaded-face): Ditto.
11861         (gnus-summary-low-undownloaded-face): Ditto.
11862         (gnus-summary-normal-undownloaded-face): Ditto.
11863         (gnus-summary-high-unread-face): Ditto.
11864         (gnus-summary-low-unread-face): Ditto.
11865         (gnus-summary-normal-unread-face): Ditto.
11866         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11867         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11868
11869         * hashcash.el (hashcash): New custom group.
11870         (hashcash-default-payment): Add :group.
11871         (hashcash-payment-alist): Ditto.
11872         (hashcash-default-accept-payment): Ditto.
11873         (hashcash-accept-resources): Ditto.
11874         (hashcash-path): Ditto.
11875         (hashcash-extra-generate-parameters): Ditto.
11876         (hashcash-double-spend-database): Ditto.
11877         (hashcash-in-news): Ditto.
11878
11879         * message.el (message-minibuffer-local-map): Add :group.
11880
11881         * netrc.el (netrc): Add :group.
11882
11883         * sieve-manage.el (sieve-manage-log): Add :group.
11884         (sieve-manage-default-user): Diito.
11885         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11886         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11887         (sieve-manage-authenticators): Ditto.
11888         (sieve-manage-authenticator-alist): Ditto.
11889         (sieve-manage-default-port): Ditto.
11890
11891         * sieve-mode.el (sieve-control-commands-face): Add :group.
11892         (sieve-action-commands-face): Ditto.
11893         (sieve-test-commands-face): Ditto.
11894         (sieve-tagged-arguments-face): Ditto.
11895
11896         * smime.el (smime): Add :group.
11897
11898         * spam-report.el (spam-report): Add :group.
11899
11900         * spam.el (spam, spam-face): Add :group.
11901
11902 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11903
11904         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11905         return \n.\n.\n at the end of articles.  Protect against that.
11906         (nntp-with-open-group): Allow debugging.
11907
11908         * nnheader.el (mail-header-set-extra): Make into a function
11909         because I just could't understand how to quote the list properly.
11910
11911         * dns.el (query-dns-cached): New function.
11912
11913 2005-05-26  Lute Kamstra  <lute@gnu.org>
11914
11915         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11916
11917 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11920
11921         * gnus-art.el: Don't autoload mail-extract-address-components.
11922
11923         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11924         eval-and-compile to evaluate it.
11925
11926         * hashcash.el: Don't autoload executable-find.
11927
11928         * nndb.el: Don't declare the nndb back end two or more times; don't
11929         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11930
11931         * nntp.el: Autoload format-spec instead of format; use
11932         eval-and-compile to evaluate autoload forms.
11933
11934 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11935
11936         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11937
11938 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * gnus.el (gnus-version-number): Bump version.
11941
11942 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11943
11944         * gnus.el: No Gnus v0.3 is released.
11945
11946 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * lpath.el (featurep): Bind show-nonbreak-escape.
11949
11950 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-art.el (gnus-article-edit-part): Disable undo.
11953
11954 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11957         gnus-article-date-lapsed-new-header is t if date timer is active;
11958         skip headers in which the original date value is empty.
11959         (gnus-article-save-original-date): Redefine it as a macro.
11960         (gnus-display-mime): Use it.
11961
11962 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-art.el (article-date-ut): Support converting date in
11965         forwarded parts as well.
11966         (gnus-article-save-original-date): New function.
11967         (gnus-display-mime): Use it.
11968
11969 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11970
11971         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11972         enclosure element of <item>.
11973
11974 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el (message-kill-buffer-query): Renamed from
11977         `message-kill-buffer-query-if-modified'.  Added :version.
11978
11979 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11982         window layout.
11983
11984 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * mml.el: Autoload dnd when compiling.
11987
11988 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11991         x-dnd-*.
11992
11993 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * qp.el (quoted-printable-encode-region): Save excursion.
11996
11997 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * message.el (message-kill-buffer-query-if-modified): Add new variable
12000         so the user can kill a modified message buffer quickly.
12001         (message-kill-buffer): Use it.
12002
12003 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * lpath.el: Fbind display-time-event-handler; don't fbind
12006         string-to-multibyte.
12007
12008         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12009
12010 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12013         contained in text because xml.el decodes entities) with LFs.
12014
12015 2005-04-11  Lute Kamstra  <lute@gnu.org>
12016
12017         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12018         differently.
12019
12020 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12021
12022         * mm-util.el (mm-detect-coding-region): Typo.
12023
12024 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12027
12028 2005-04-06  Deepak Goel  <deego@gnufans.org>
12029
12030         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12031         user-function allow user modifications of the scores.
12032         (spam-stat-score-buffer-user): New function, to allow
12033         user-computed modifications to the score.
12034         (spam-stat-score-buffer-user-functions): List of additional
12035         scoring functions.
12036         (spam-stat-error-holder): Global temporary error holder.
12037         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12038         variable.
12039
12040 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12041
12042         * gnus-registry.el (gnus-registry-clean-empty-function)
12043         (gnus-registry-trim, gnus-registry-fetch-groups)
12044         (gnus-registry-delete-group): Groups that match
12045         `gnus-registry-ignored-groups' are removed from the registry
12046         entries, not just ignored for splitting.  This helps clean up the
12047         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12048         to get all the groups a message ID is in.
12049
12050         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12051         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12052         (spam-stat-score-buffer-user-functions): Add :number custom type.
12053
12054 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12057         argument in XEmacs.
12058
12059         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12060         (nnrss-request-group): Decode group name first.
12061         (nnrss-request-article): Make a text/plain article if mml-to-mime
12062         failed.
12063         (nnrss-get-encoding): Return a compatible encoding according to
12064         nnrss-compatible-encoding-alist.
12065         (nnrss-find-el): Use consp instead of listp.
12066         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12067
12068 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12071         which Emacs 20 doesn't support.
12072         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12073
12074 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12077         silence the byte compiler inside the defun.
12078
12079         * gnus-demon.el (parse-time-string): Add autoload.
12080
12081         * gnus-delay.el (parse-time-string): Add autoload.
12082
12083         * gnus-art.el (parse-time-string): Add autoload.
12084
12085         * nnultimate.el (parse-time): Require for `parse-time-string'.
12086
12087 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12090
12091         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12092
12093         * smime.el (smime-ldap-host-list): Add :version.
12094
12095 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12098         pass it to `gnus-browse-read-group'.
12099         (gnus-browse-read-group): Add NUMBER argument and pass it to
12100         `gnus-group-read-ephemeral-group'.
12101
12102         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12103         argument and pass it to `gnus-group-read-group'.
12104
12105 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12106
12107         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12108         mm-xemacs-find-mime-charset-1 if we have the mule feature
12109         available at runtime.
12110
12111 2005-03-25  Werner Lemberg  <wl@gnu.org>
12112
12113         * nnmaildir.el: Replace `illegal' with `invalid'.
12114
12115 2005-03-23  Lute Kamstra  <lute@gnu.org>
12116
12117         * time-date.el: Add comment on time value formats.
12118         Don't require parse-time.
12119         (with-decoded-time-value): New macro.
12120         (encode-time-value): New function.
12121         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12122         (days-to-time): Return a valid time value when arg is huge.
12123         (time-since): Use time-subtract.
12124         (time-to-number-of-days): Use time-to-seconds.
12125
12126 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12127
12128         * gnus-start.el (gnus-display-time-event-handler):
12129         Check display-time-timer at runtime rather than only at load time
12130         in case display-time-mode is turned off in the mean time.
12131
12132 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12135         used.
12136
12137         * nneething.el (nneething-map-file-directory): Derive from
12138         `gnus-directory'.
12139
12140         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12141         the To/Cc button.
12142
12143 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * nnmaildir.el (nnmaildir-request-accept-article):
12146         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12147
12148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12149
12150         * gnus-async.el: Require timer-funcs at compile time when in
12151         XEmacs for `run-with-idle-timer'.
12152
12153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12154
12155         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12156         autoloaded function.
12157
12158 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12159
12160         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12161
12162 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12163
12164         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12165
12166 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12169         gnus-expert-user to default.
12170
12171 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12172
12173         * nnimap.el (nnimap-open-server): Ditto.
12174
12175         * imap.el (imap-authenticate): Fix typo.
12176
12177 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12178
12179         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12180         buffer (since IMAP server might return FETCH response out of
12181         order, and the nntp buffer must be sorted).
12182
12183 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12184
12185         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12186         comparison on string.
12187
12188         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12189         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12190         (gnus-agent-summary-fetch-series): Modified to protect against
12191         gnus-agent-summary-fetch-group clearing processable flags.
12192         (gnus-agent-synchronize-group-flags): Update live group buffer as
12193         synchronization may occur due to the user toggle the plugged
12194         status.
12195         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12196         successfully downloaded.
12197         (gnus-agent-expire-group-1): Avoid using markers when the overview
12198         is in ascending order; greatly improves performance.
12199         (gnus-agent-regenerate-group): Use
12200         gnus-agent-synchronize-group-flags to reset read status in both
12201         gnus and server.
12202         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12203
12204 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * message.el: Don't autoload former message-utils variables.
12207         (message-strip-subject-trailing-was): Change doc string.
12208
12209         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12210         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12211         (nnweb-google-search): Add "hl=en" here.
12212         (nnweb-google-parse-1, nnweb-google-create-mapping):
12213         Don't hardcode URL.
12214
12215 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * message.el (message-get-reply-headers, message-followup):
12218         Mention related variables `message-use-followup-to' and
12219         `message-use-mail-followup-to', in the information buffer.
12220
12221         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12222         of broken groups(-beta).google.com.
12223
12224 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12225
12226         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12227         parameter to invoked gnus-request-move-article; remove the
12228         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12229         all at once instead of once per article.
12230         (gnus-summary-remove-process-mark): Accept a list of articles as
12231         well as a single article for processing.
12232
12233         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12234         parameter.
12235
12236         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12237
12238         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12239
12240         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12241         parameter.
12242
12243         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12244         parameter.
12245
12246         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12247         parameter and remove the gnus-sum-hint-move-is-internal variable.
12248
12249         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12250         parameter.
12251
12252         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12253         parameter.
12254
12255         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12256         parameter.
12257
12258         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12259
12260         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12261         parameter.
12262
12263         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12264         parameter.
12265
12266 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12267
12268         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12269         a more conservative way.
12270
12271 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12272
12273         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12274         buffer, so it moves the window's cursor.
12275
12276 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12277
12278         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12279         `mm-dissect-multipart' and receive the from field as an (optional)
12280         argument from `mm-dissect-multipart'.
12281         (mm-dissect-multipart): Receive the from field as an argument and
12282         pass it on when we call `mm-dissect-buffer' on MIME parts.
12283         Fixes verification/decryption of signed/encrypted MIME parts.
12284
12285 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12286
12287         * gnus-sum.el (gnus-summary-move-article): Set
12288         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12289         whatever it calls (right now, only nnimap-request-move article
12290         respects it).
12291
12292         * nnimap.el (nnimap-request-move-article): When
12293         gnus-sum-hint-move-is-internal is set, don't do the extra
12294         nnimap-request-article.
12295
12296 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12299
12300         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12301         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12302
12303         * gnus-sum.el (gnus-summary-caesar-message):
12304         Apply `gnus-treat-article' after rotation.
12305
12306         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12307         doc string.
12308
12309 2005-02-22  Simon Josefsson  <jas@extundo.com>
12310
12311         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12312         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12313         <arne@arnested.dk>.
12314         (encrypt): Add password-cache and password-cache-expiry as group
12315         members.
12316
12317 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12318
12319         * smime.el (smime-ldap-host-list): Doc fix.
12320         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12321         cache) password.
12322         (smime-sign-region): Use it.
12323         (smime-decrypt-region): Use it.
12324         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12325         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12326         fails.
12327         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12328         certificate from DER to PEM format rather than calling openssl.
12329
12330         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12331
12332         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12333         for signing/encryption.
12334
12335         * mml.el (mml-parse-1): Use them.
12336
12337 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12338
12339         * nnrss.el (nnrss-verbose): Removed.
12340         (nnrss-request-group): Use `nnheader-message' instead.
12341
12342 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12343
12344         * nnrss.el (nnrss-verbose): New variable.
12345         (nnrss-request-group): Make it say nnrss is requesting a group.
12346
12347 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12350         Handle news URL with given port correctly.
12351
12352 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12355         containing special characters.
12356
12357         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12358
12359         * mml.el (mime-to-mml): Ditto.
12360
12361         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12362         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12363         (rfc2047-decode-region): Quote decoded words containing special
12364         characters when rfc2047-quote-decoded-words-containing-tspecials
12365         is non-nil.
12366
12367 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12368
12369         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12370
12371         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12372
12373 2005-02-15  Simon Josefsson  <jas@extundo.com>
12374
12375         * nnimap.el (nnimap-debug): Doc fix.
12376
12377         * imap.el (imap-debug): Doc fix.
12378
12379 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12382
12383 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * gnus.el (spam-contents): Improve docs for spam-contents
12386         parameter in its variable incarnation.
12387
12388 2005-02-14  Simon Josefsson  <jas@extundo.com>
12389
12390         * smime-ldap.el: Use require instead of load-library for ldap.
12391         (smime-ldap-search): Indent.
12392         (smime-ldap-search-internal): Shorten line.
12393
12394         * smime.el (smime-cert-by-dns): Add doc-string.
12395         (smime-cert-by-ldap-1): Indent.
12396
12397         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12398         mml-smime-get-dns-ldap.
12399         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12400
12401 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12402
12403         * smime.el: Require smime-ldap.
12404         (smime-ldap-host-list): New variable.
12405         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12406
12407         * mml-smime.el (mml-smime-encrypt-query): New function.
12408         (mml-smime-encrypt-query): Use it.
12409
12410         * smime-ldap.el: New file.
12411
12412 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12415
12416 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12419         argument in doc string.  Make query for type more clear.
12420
12421 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * gnus.el (gnus-group-startup-message): Search for gnus images in
12424         etc/images/gnus.
12425         * mm-util.el (mm-image-load-path): Likewise.
12426         * smiley.el (smiley-data-directory): Search for smilies in
12427         etc/images/smilies.
12428
12429 2005-02-09  Kim F. Storm  <storm@cua.dk>
12430
12431         Change Emacs release version from 21.4 to 22.1 throughout.
12432         Change Emacs development version from 21.3.50 to 22.0.50.
12433
12434 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12437
12438         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12439         non-Mule XEmacs as well.
12440         (mm-decompress-buffer): Signal an error intentionally if it does
12441         not decompress compressed data because auto-compression-mode is
12442         disabled.
12443
12444 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12445
12446         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12447         an ID in the registry even if it has no groups.
12448
12449 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12452         merge it into mm-decompress-buffer.
12453         (gnus-mime-copy-part): Use the MIME part charset, the value which
12454         a user specified or gnus-newsgroup-charset for decoding, like
12455         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12456         save-buffer what was used.  Suggested by Kevin Ryde
12457         <user42@zip.com.au>.
12458         (gnus-mime-inline-part): Allow the name parameter as well as the
12459         filename parameter; force decompressing of compressed data; always
12460         display contents being not decoded as unibyte.
12461
12462         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12463         as well as the filename parameter.
12464
12465         * mm-util.el (mm-decompress-buffer): Merge
12466         gnus-mime-jka-compr-maybe-uncompress.
12467         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12468         of compressed data.
12469
12470 2005-02-08  Simon Josefsson  <jas@extundo.com>
12471
12472         * imap.el (imap-log): Doc fix.
12473
12474 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12477         the coding cookies; decompress compressed parts.
12478
12479         * mml.el (mml-generate-mime-1): Add the charset parameter according
12480         to the value which a user specified manually or the coding cookie.
12481
12482         * mm-util.el (mm-string-to-multibyte): New function.
12483         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12484         (mm-coding-system-to-mime-charset): New function.
12485         (mm-decompress-buffer): New function.
12486         (mm-find-buffer-file-coding-system): New function.
12487
12488         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12489         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12490         parts.
12491
12492 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12493
12494         * mm-view.el (mm-display-inline-fontify): Decode a part according
12495         to the charset parameter.
12496
12497 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12500         prefix arg is neither nil nor a number, as info specifies.
12501
12502 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12505         timestamps.
12506
12507 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12508
12509         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12510         groups error checking and notify user.
12511
12512 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12513
12514         * message.el (message-send-mail-function): Check existence of
12515         sendmail-program first before using default value
12516         `message-send-mail-with-sendmail'.  Otherwise use more generic
12517         `smtpmail-send-it'.
12518
12519 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * nntp.el (nntp-request-update-info): Always return nil.
12522
12523 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12524
12525         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12526
12527 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12528
12529         * message.el (message-beginning-of-line): Change the behavior when
12530         invoked between BOL and : so that it first moves backward.
12531
12532 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12535         article buffer when editing of the article is discarded.
12536         (gnus-article-prepare): Revert.
12537
12538 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-art.el (gnus-article-prepare):
12541         Remove message-strip-forbidden-properties from the local hook.
12542
12543 2005-01-27  Simon Josefsson  <jas@extundo.com>
12544
12545         * password.el (password-cache-add): Only start one timer per key.
12546         Reported by Derek Atkins <warlord@MIT.EDU>.
12547
12548 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12549
12550         * run-at-time.el: Removed.  It is no longer needed as
12551         timer-funcs.el in the xemacs-base package has a working version of
12552         `run-at-time'.
12553
12554         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12555
12556         * password.el: Require timer-funcs instead of run-at-time in
12557         XEmacs.
12558         Remove `password-run-at-time' macro.
12559         (password-cache-add): Use `run-at-time' instead of
12560         `password-run-at-time'.
12561
12562         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12563         Remove `nnheader-cancel-function-timers' alias,
12564         `cancel-function-timers' exists in XEmacs in timer-funcs.
12565
12566         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12567         for `run-with-idle-timer'.
12568
12569         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12570         for `run-at-time'.
12571
12572         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12573         for `with-timeout'.
12574
12575         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12576         the same as for XEmacs 21.4.
12577         No need to ignore `run-with-idle-timer', this function exists in
12578         XEmacs now in timer-funcs.el in the xemacs-base package.
12579         (dgnushack-compile): No need to delete
12580         run-at-time.el from the list of files to compile because it
12581         doesn't exist anymore.
12582
12583 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12586         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12587
12588 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12589
12590         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12591         sensitively.
12592
12593 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12594
12595         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12596
12597 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12600         which will be inserted according to the multibyteness of a buffer
12601         rather than the type of contents.  Suggested by ARISAWA Akihiro
12602         <ari@mbf.ocn.ne.jp>.
12603
12604         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12605         of string which old xml.el may return rather than a string.
12606
12607 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12610
12611 2005-01-16  Simon Josefsson  <jas@extundo.com>
12612
12613         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12614         idn/idna.el isn't available.
12615         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12616         <michael@waxrat.com>.
12617
12618         * hashcash.el: Remove non-FSF copyright header.
12619
12620         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12621         (hashcash-generate-payment): Use it.
12622         (hashcash-generate-payment-async): Use it.
12623
12624 2005-01-15  Simon Josefsson  <jas@extundo.com>
12625
12626         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12627         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12628
12629         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12630         gnus-summary-idna-message.
12631         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12632         (gnus-summary-idna-message): New function.
12633
12634 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12637         gnus-novice-user.
12638
12639 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * nnrss.el (nnrss-request-delete-group): Delete entries in
12642         nnrss-group-alist as well.
12643         (nnrss-save-server-data): Insert newline.
12644
12645 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus.el (gnus-user-agent): Use list of symbols instead of
12648         symbols.  Display full version number for (S)XEmacs.  Optionally
12649         display (S)XEmacs codename.
12650
12651         * gnus-util.el (gnus-emacs-version): Update for new
12652         `gnus-user-agent'.
12653
12654         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12655         Gnus version.
12656
12657 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12660         which is unreadable in some setups.
12661
12662 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-spec.el (gnus-update-format-specifications): Flush the
12665         group format spec cache if it doesn't support decoded group names.
12666
12667 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12670         Allow to apply decay on score files matching a regexp.
12671
12672 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12675         compatibility in %g and %c.
12676
12677 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12680         name for only %g and %c.
12681         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12682         of gnus-tmp-group to decoded group name.
12683         (gnus-group-make-rss-group): Exclude `/'s from group names.
12684
12685 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * nnrss.el (nnrss-get-encoding): Fix regexp.
12688
12689 2004-12-27  Simon Josefsson  <jas@extundo.com>
12690
12691         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12692         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12693         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12694
12695 2004-12-17  Kim F. Storm  <storm@cua.dk>
12696
12697         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12698
12699         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12700
12701 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12702
12703         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12704
12705 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * nnrss.el: Require rfc2047 and mml.
12708         (nnrss-file-coding-system): New variable.
12709         (nnrss-format-string): Redefine it as an inline function.
12710         (nnrss-decode-group-name): New function.
12711         (nnrss-string-as-multibyte): Remove.
12712         (nnrss-retrieve-headers): Decode group name; don't use
12713         nnrss-format-string.
12714         (nnrss-request-group): Decode group name.
12715         (nnrss-request-article): Decode group name; allow a Message-ID as
12716         well as an article number; don't use nnrss-format-string; encode a
12717         Message-ID string which may contain non-ASCII characters; use
12718         mml-to-mime to compose a MIME article.
12719         (nnrss-request-expire-articles): Decode group name.
12720         (nnrss-request-delete-group): Decode group name.
12721         (nnrss-fetch): Clarify error message.
12722         (nnrss-read-server-data): Use insert-file-contents instead of load;
12723         bind file-name-coding-system; use multibyte buffer.
12724         (nnrss-save-server-data): Bind coding-system-for-write to the
12725         value of nnrss-file-coding-system; bind file-name-coding-system;
12726         add coding cookie.
12727         (nnrss-read-group-data): Use insert-file-contents instead of load;
12728         bind file-name-coding-system; use multibyte buffer.
12729         (nnrss-save-group-data): Bind coding-system-for-write to the
12730         value of nnrss-file-coding-system; bind file-name-coding-system.
12731         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12732         make it work with non-ASCII text.
12733         (nnrss-find-el): Make it work with old xml.el as well.
12734
12735 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12736
12737         * nnrss.el (nnrss-get-encoding): New function.
12738         (nnrss-fetch): Use unibyte buffer initially; bind
12739         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12740         decode contents according to the encoding attribute.
12741         (nnrss-save-group-data): Add coding cookie.
12742         (nnrss-mime-encode-string): New function.
12743         (nnrss-check-group): Use it to encode subject and author.
12744
12745 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12748         imaginary variable.
12749
12750 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12753         correctly even if there are wide characters.
12754
12755 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12756
12757         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12758         downcased symbol names; make a new cache instead of reusing
12759         bbdb-hashtable.
12760
12761 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12764         concatenating segments rather than before concatenating them.
12765         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12766
12767         * message.el (message-get-reply-headers): Bind `extra'.
12768
12769 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * message.el (message-extra-wide-headers): New variable.
12772         (message-get-reply-headers): Use it.
12773
12774 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12777         (gnus-agent-group-pathname): Ditto.
12778
12779         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12780
12781         * gnus-group.el (gnus-group-make-group): Decode group name.
12782         (gnus-group-make-rss-group): Register the group data after opening
12783         the nnrss group.
12784
12785 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12786
12787         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12788         by expiry now get marked as read.
12789
12790 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12793
12794 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12795
12796         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12797         unify Latin characters in XEmacs.
12798         (mm-find-mime-charset-region): Use it.
12799
12800 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-util.el (gnus-delete-directory): New function.
12803
12804         * gnus-agent.el (gnus-agent-delete-group): Use it.
12805
12806         * gnus-cache.el (gnus-cache-delete-group): Use it.
12807
12808 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12811         names.
12812
12813 2004-12-16  Simon Josefsson  <jas@extundo.com>
12814
12815         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12816
12817 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12820
12821         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12822         (gnus-group-set-current-level): Decode group name.
12823
12824 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12825
12826         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12827         failed.
12828
12829 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-group.el (gnus-group-delete-group): Decode group name.
12832         (gnus-group-make-rss-group): Encode group name.
12833         (gnus-group-catchup-current): Decode group name.
12834         (gnus-group-kill-group): Decode group name.
12835
12836 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12837
12838         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12839
12840 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-group.el (gnus-group-make-rss-group):
12843         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12844
12845         * gnus-start.el (gnus-setup-news): Honor user's setting to
12846         gnus-message-archive-method.  Suggested by Lute Kamstra
12847         <lute@gnu.org>.
12848
12849 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12850
12851         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12852         global counterparts of the buffer-local variables.
12853
12854 2004-11-16  Romain Francoise  <romain@orebokech.com>
12855
12856         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12857         counterparts of the buffer-local variables.
12858
12859 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * message.el (message-forbidden-properties): Fixed typo in doc
12862         string.
12863
12864 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus-util.el (gnus-replace-in-string): Added doc string.
12867
12868         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12869         to avoid problems when splitting mails with many recipients.
12870
12871 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12872
12873         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12874         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12875
12876 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12877
12878         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12879         if there is no hashtable in memory or file modification time is
12880         newer than cached timestamp.
12881
12882 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12885         not-matching option.
12886
12887 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12890         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12891         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12892         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12893         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12894         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12895
12896 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * message.el (message-forward-make-body-mml): Remove headers
12899         according to message-forward-ignored-headers if a message is decoded.
12900
12901 2004-12-02  Romain Francoise  <romain@orebokech.com>
12902
12903         * message.el (message-forward-make-body-plain): Always remove
12904         headers according to message-forward-ignored-headers.
12905
12906 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         * spam.el (spam-summary-prepare-exit): Remove the
12909         gnus-summary-limit pop for now, it has problems with ham marks for
12910         me.
12911
12912 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12915         correctly.
12916
12917 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12918
12919         * format-spec.el (format-spec): Message the char.
12920
12921 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12922
12923         * gnus-art.el (gnus-split-methods): Reformat comments.
12924
12925         * spam.el (spam-summary-prepare-exit): Remove article limits
12926         before exiting the summary buffer.
12927
12928 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12931         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12932
12933         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12934         order to silence the byte compiler.
12935
12936         * spam.el: Fix the way to silence the byte compiler, which
12937         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12938         bbdb-search-simple, spam-BBDB-register-routine,
12939         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12940         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12941         spam-stat-buffer-is-spam, spam-stat-load,
12942         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12943         spam-stat-save and spam-stat-split-fancy.
12944
12945 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12948         which may confuse users.
12949         (canlock-password-for-verify): Ditto.
12950
12951         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12952
12953         * gnus-art.el (gnus-emphasis-alist): Ditto.
12954
12955         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12956
12957         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12958
12959         * gnus-start.el (gnus-save-killed-list): Ditto.
12960
12961         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12962         (gnus-sum-thread-tree-root): Ditto.
12963         (gnus-sum-thread-tree-false-root): Ditto.
12964         (gnus-sum-thread-tree-single-indent): Ditto.
12965
12966         * message.el (message-courtesy-message): Ditto.
12967         (message-archive-note): Ditto.
12968         (message-subscribed-address-file): Ditto.
12969         (message-user-fqdn): Ditto.
12970
12971         * spam-report.el (spam-report-gmane-regex): Ditto.
12972
12973         * spam.el (spam-blackhole-good-server-regex): Ditto.
12974
12975 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * mml.el (mml-preview): Widen the message buffer before copying
12978         the contents to the preview buffer; sort headers before previewing.
12979
12980         * message.el (message-hidden-headers): Fix the way to avoid a bug
12981         in the `repeat' widget in Emacs 21.3 or earlier.
12982
12983 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * message.el (message-hidden-headers): Default to "^References:".
12986         Improve customization type.  Suggested by Reiner Steib
12987         <Reiner.Steib@gmx.de>.
12988
12989 2004-11-25  Romain Francoise  <romain@orebokech.com>
12990
12991         * message.el (message-strip-forbidden-properties): Remove check for
12992         obsolete `message-hidden' text property, hidden headers are not
12993         accessible in the buffer anymore.
12994
12995 2004-11-22  Romain Francoise  <romain@orebokech.com>
12996
12997         * message.el (message-header-format-alist): Add `From' in list
12998         so that it can be sorted.
12999         (message-fix-before-sending): Widen and sort headers before
13000         sending.
13001         (message-hide-headers): Use narrowing to hide headers by moving
13002         them to the top of the buffer and narrowing to the region
13003         underneath.
13004
13005 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * message.el (message-strip-forbidden-properties): Bind
13008         buffer-read-only (etc) to nil.
13009
13010 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13013         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13014
13015 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13016
13017         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13018
13019 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13020
13021         * dns.el (query-dns): Use sit-for to time instead of
13022         accept-process-output, since that doesn't seem to work on udp
13023         sockets.
13024
13025 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13028
13029 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13030
13031         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13032         doc string.  Improve doc string.
13033
13034 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * nntp.el (nntp-request-update-info): Return nil if
13037         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13038         may not call gnus-activate-group which uselessly issues the GROUP
13039         commands for all nntp groups and wastes time.  Reported by Romain
13040         Francoise <romain@orebokech.com>.
13041
13042         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13043
13044 2004-11-15  Simon Josefsson  <jas@extundo.com>
13045
13046         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13047         headers separately.
13048         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13049         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13050
13051 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-start.el (gnus-convert-old-newsrc):
13054         Assign legacy-gnus-agent to 5.10.7.
13055
13056 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13059         start of the lines.
13060
13061 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13062
13063         * hashcash.el (hashcash-default-payment): Change default to 20.
13064         (hashcash-default-accept-payment): Change default to 20.
13065         (hashcash-process-alist): New variable.
13066         (hashcash-generate-payment-async): Add.
13067         (hashcash-already-paid-p): Add.
13068         (hashcash-insert-payment): Don't generate payments twice.
13069         (hashcash-insert-payment-async): Add.
13070         (hashcash-insert-payment-async-2): Add.
13071         (hashcash-cancel-async): Add.
13072         (hashcash-wait-async): Add.
13073         (hashcash-processes-running-p): Add.
13074         (hashcash-wait-or-cancel): Add.
13075         (mail-add-payment): New optional argument.  Conditionally start
13076         asynchronous calculation.
13077         (mail-add-payment-async): Add.
13078
13079         * message.el (message-send-mail): Wait for asynchronous hashcash
13080         results.  Don't clobber existing X-Hashcash headers.
13081         (message-setup-1): Call mail-add-payment-async when
13082         message-generate-hashcash is non-nil.
13083
13084 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13085
13086         * message.el (message-use-alternative-email-as-from): Examine the
13087         From header as well; use message-make-from in order to include a
13088         user's full name.
13089
13090 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13093         default; improve customization type.
13094         (gnus-emphasis-custom-with-format): New macro.
13095         (gnus-emphasis-custom-value-to-external): New function.
13096         (gnus-emphasis-custom-value-to-internal): New function.
13097
13098 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * dns.el (query-dns): Resolve reverse addresses.
13101
13102 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13103
13104         * gnus-group.el (gnus-group-get-new-news): Use it.
13105
13106         * gnus-start.el (gnus-check-reasonable-setup): New function.
13107
13108 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13111         "Args out of range" error.  Reported by Arnaud Giersch
13112         <arnaud.giersch@free.fr>.
13113
13114 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13115
13116         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13117
13118 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13119
13120         * spam.el (spam group): Add :version.
13121
13122         * pgg-def.el (pgg group): Add :version.
13123
13124 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-art.el (gnus-article-edit-article): Don't associate the
13127         article buffer with a draft file.  This is a temporary measure
13128         against the 2004-08-22 change to gnus-article-edit-mode.
13129
13130 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13133         (html2text-format-tags): Remove unused variable `attr'.
13134
13135 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13138
13139         * tls.el (tls-process-connection-type, tls-success)
13140         (tls-certtool-program): Add :version.
13141
13142         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13143         (starttls-extra-arguments, starttls-process-connection-type)
13144         (starttls-connect, starttls-failure, starttls-success): Add :version.
13145
13146         * spam-stat.el (spam-stat): Add :version.
13147
13148         * sieve.el (sieve): Add :version.
13149
13150         * sha1.el (sha1): Add :version.
13151         (sha1-use-external): Remove redundant version.
13152
13153         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13154         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13155         (nnmail-split-fancy-match-partial-words)
13156         (nnmail-split-lowercase-expanded): Add :version.
13157
13158         * nndiary.el (nndiary): Add :version.
13159
13160         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13161
13162         * mml-sec.el (mml-default-sign-method)
13163         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13164         Add :version.
13165
13166         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13167
13168         * mm-url.el (mm-url-use-external, mm-url-program)
13169         (mm-url-arguments): Add :version.
13170
13171         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13172         (mm-attachment-file-modes, mm-decrypt-option)
13173         (mm-w3m-safe-url-regexp): Add :version.
13174
13175         * message.el (message-cite-prefix-regexp)
13176         (message-sendmail-envelope-from, message-minibuffer-local-map)
13177         (message-user-fqdn, message-completion-alist): Add :version.
13178
13179         * gnus-win.el (gnus-configure-windows-hook)
13180         (gnus-use-frames-on-any-display): Add :version.
13181
13182         * gnus-art.el (gnus-article-address-banner-alist)
13183         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13184         (gnus-treat-from-picon, gnus-treat-mail-picon)
13185         (gnus-treat-x-pgp-sig): Add :version.
13186
13187         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13188         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13189         (gnus-summary-article-delete-hook)
13190         (gnus-summary-display-while-building): Add :version.
13191
13192         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13193         (gnus-get-top-new-news-hook): Add :version.
13194
13195         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13196         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13197
13198         * gnus-registry.el (gnus-registry): Add :version.
13199
13200         * gnus-spec.el (gnus-use-correct-string-widths)
13201         (gnus-make-format-preserve-properties): Add :version.
13202
13203         * gnus.el (gnus-group-charter-alist)
13204         (gnus-group-fetch-control-use-browse-url)
13205         (gnus-install-group-spam-parameters): Add :version.
13206
13207         * gnus-diary.el (gnus-diary): Add :version.
13208
13209         * gnus-delay.el (gnus-delay): Add :version.
13210
13211         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13212         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13213         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13214         Add :version.
13215
13216         * gnus-agent.el (gnus-agent-max-fetch-size)
13217         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13218         (gnus-agent-prompt-send-queue): Add :version.
13219
13220         * deuglify.el (gnus-outlook-deuglify): Add :version.
13221
13222         * html2text.el: Beautify code.  Improve doc strings.  Some
13223         checkdoc cleanup.
13224         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13225
13226 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13227
13228         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13229
13230 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13231
13232         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13233         when package is loaded.
13234
13235         * spam.el (spam-summary-score-preferred-header): Add global preference
13236         for people who want to override the default SpamAssassin over
13237         Bogofilter preference (when both are set).
13238         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13239         (spam-user-format-function-S): Check
13240         spam-summary-score-preferred-header.
13241         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13242         (spam-user-format-function-S): Format the score correctly.
13243
13244 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13247         signature file.  Suggested by Manoj Srivastava
13248         <srivasta@golden-gryphon.com>.
13249
13250         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13251         iso-2022-jp even in the Japanese language environment.
13252         Suggested by Jason Rumney <jasonr@gnu.org>.
13253
13254 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13257         use the same characters as the dummy marks; make it free from
13258         getting affected by the language environment.
13259         (gnus-summary-read-group-1): Update mark positions only when the
13260         format spec is updated.
13261
13262         * gnus-spec.el (gnus-update-format-specifications): Return a list
13263         of updated types.
13264
13265 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13268         of boundp to check if display-warning is available.
13269
13270 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13271
13272         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13273
13274 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * nnspool.el (nnspool-spool-directory): Use news-path if the
13277         news-directory variable is not bound.
13278
13279         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13280         function instead of display-warning if it is not available.
13281
13282 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13285         v5-10: Use `point-at-bol'.
13286
13287 2004-10-26  Simon Josefsson  <jas@extundo.com>
13288
13289         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13290         <chenggao@gmail.com>.
13291
13292 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13295         instead.
13296
13297 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13300         to remove a server from the nnimap-server-buffer-alist.
13301         (nnimap-open-connection, nnimap-close-server): Use it.
13302
13303         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13304
13305 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13308         running the major-mode function.
13309
13310 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13313         dummy marks in the right way.
13314
13315 2004-10-18  David Edmondson  <dme@dme.org>
13316
13317         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13318         excessively.
13319
13320 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13321
13322         * gnus-util.el (gnus-split-references): Accept a nil references
13323         string and go on blissfully.
13324
13325         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13326         cases where the references string is non-nil but has no references.
13327
13328         * encrypt.el: Add autoload tags.
13329
13330         * spam.el (spam-resolve-registrations-routine): Remove article
13331         from unregistration list too.  Reported by David Hanak
13332         <dhanak@isis.vanderbilt.edu>
13333
13334 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13335
13336         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13337         nil.  Changed custom type.
13338
13339 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13342
13343         * gnus-sum.el (gnus-summary-move-article): Use it.
13344
13345 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * encrypt.el: Add autoload cookies.
13348
13349         * spam.el (spam-backend-article-list-property)
13350         (spam-backend-get-article-todo-list)
13351         (spam-backend-put-article-todo-list)
13352         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13353         Resolve registrations separately.
13354         (spam-register-routine): Format comments.
13355         (spam-unregister-routine, spam-register-routine): Always call with
13356         specific-articles, no default list.
13357         (spam-summary-prepare-exit): Use the spam-classifications function.
13358
13359         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13360         gnus-encrypt.el.
13361
13362         * encrypt.el: Copied from gnus-encrypt.el.
13363
13364         * gnus-encrypt.el: Commented that it's obsolete.
13365
13366 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13369         (gnus-score-save): Use it.
13370
13371         * message.el (message-bury): Use `window-dedicated-p'.
13372
13373 2004-10-15  Simon Josefsson  <jas@extundo.com>
13374
13375         * pop3.el (top-level): Don't require nnheader.
13376         (pop3-read-timeout): Add.
13377         (pop3-accept-process-output): Add.
13378         (pop3-read-response, pop3-retr): Use it.
13379
13380 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * spam.el (spam-register-routine): Move comment.
13383         (spam-verify-bogofilter): Use 'unknown for the initial
13384         spam-bogofilter-valid state, not 'never.
13385
13386         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13387         for netrc-machine.
13388
13389         * nnimap.el (nnimap-open-connection): Use
13390         netrc-machine-user-or-password.
13391
13392 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13393
13394         * gnus-registry.el (gnus-registry-unload-hook):
13395         Set as a variable with add-hook.
13396
13397         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13398         of news-path.
13399
13400         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13401
13402         * spam.el: Delete duplicate `provide'.
13403         (spam-unload-hook): Set as a variable with add-hook.
13404
13405 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13408         in the doc string.
13409
13410         * message.el (message-ignored-news-headers)
13411         (message-ignored-supersedes-headers)
13412         (message-ignored-resent-headers)
13413         (message-forward-ignored-headers): Improve custom type.
13414
13415 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * message.el (message-tokenize-header): Fix 2004-09-06 change
13418         which used point-min in the wrong place.
13419
13420 2004-10-12  Simon Josefsson  <jas@extundo.com>
13421
13422         * tls.el (tls-certtool-program): New variable.
13423         (tls-certificate-information): New function, based on
13424         ssl-certificate-information.
13425
13426 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * compface.el: Move the version of ELisp-based uncompface program
13429         to the contrib directory because of the copyright problem.
13430
13431 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * message.el (message-kill-buffer): Raise the current frame.
13434
13435 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13438
13439         * gnus.el (message-y-or-n-p): Autoload.
13440
13441         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13442         (pop3-password-required, pop3-authentication-scheme)
13443         (pop3-leave-mail-on-server): Made customizable.
13444         (pop3): New custom group.
13445         (pop3-retr): Remove `sleep-for' statements.
13446         Suggested by Dave Love <fx@gnu.org>.
13447
13448         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13449         Windows/DOS.
13450
13451         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13452         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13453         Dave Love <fx@gnu.org>.
13454
13455         * mml.el (mml-minibuffer-read-disposition): Require match.
13456         Suggested by Dave Love <fx@gnu.org>.
13457
13458 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13461         doc string.
13462
13463 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13466
13467 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13468
13469         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13470         instead of calling `mm-insert-inline', to decode text/* parts
13471         before displaying them.
13472
13473 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-uu.el (mm-uu-text-plain-type): New variable.
13476         (mm-uu-pgp-signed-extract-1): Use it.
13477         (mm-uu-pgp-encrypted-extract-1): Use it.
13478         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13479         bind mm-uu-text-plain-type with that value.
13480         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13481         mm-uu-dissect.
13482
13483 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-group.el (gnus-update-group-mark-positions):
13486         * gnus-sum.el (gnus-update-summary-mark-positions):
13487         * message.el (message-check-news-body-syntax):
13488         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13489         of string-as-multibyte.
13490
13491 2004-10-05  Juri Linkov  <juri@jurta.org>
13492
13493         * gnus-group.el (gnus-update-group-mark-positions):
13494         * gnus-sum.el (gnus-update-summary-mark-positions):
13495         * message.el (message-check-news-body-syntax):
13496         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13497         8-bit unibyte values to a multibyte string for search functions.
13498
13499 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13502         (mm-uu-dissect-text-parts): New function.
13503
13504         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13505         dissect text parts.
13506
13507         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13508         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13509
13510         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13511
13512         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13513         gnus-current-topics instead of gnus-current-topic.
13514
13515 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13516
13517         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13518
13519 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13520
13521         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13522         where approriate.
13523
13524         * nnml.el (nnml-generate-active-info): do.
13525
13526         * nndiary.el (nndiary-generate-active-info): do.
13527
13528         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13529         (gnus-topic-move): do.
13530
13531         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13532         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13533
13534         * gnus-srvr.el (gnus-server-prepare)
13535         (gnus-server-open-all-servers): do.
13536
13537         * gnus-msg.el (gnus-summary-cancel-article)
13538         (gnus-summary-resend-message)
13539         (gnus-summary-mail-crosspost-complaint): do.
13540
13541         * gnus-move.el (gnus-change-server): do.
13542
13543         * gnus-group.el (gnus-group-unmark-all-groups)
13544         (gnus-group-set-current-level): do.
13545
13546 2004-10-04  Simon Josefsson  <jas@extundo.com>
13547
13548         * message.el (message-generate-hashcash): Doc fix.
13549
13550 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13551
13552         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13553         avoid infinite recursion via gnus-get-function.
13554
13555 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13556
13557         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13558
13559         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13560
13561         * nnmail.el (nnmail-split-history): do.
13562
13563         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13564         (nnml-request-delete-group): do.
13565
13566         * nnslashdot.el (nnslashdot-read-groups): do.
13567
13568         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13569         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13570
13571         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13572         (nnspool-sift-nov-with-sed): Use last.
13573         (nnspool-retrieve-headers-with-nov): Use mapc.
13574         (nnspool-request-newgroups): Use dolist.
13575         (nnspool-request-group): Use last.
13576
13577         * nntp.el (nntp-read-server-type): Use dolist.
13578
13579         * nnvirtual.el (nnvirtual-create-mapping)
13580         (nnvirtual-update-read-and-marked): Use dolist.
13581         (nnvirtual-convert-headers): Simplify.
13582
13583 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13584
13585         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13586         support for sync'ing tick marks.
13587
13588 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13591         there's no visible header.
13592
13593 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13594
13595         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13596         necessary, pass full group name to gnus-request-set-marks.
13597
13598 2004-10-01  Simon Josefsson  <jas@extundo.com>
13599
13600         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13601         acroread.
13602
13603 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * spam-report.el (spam-report-gmane): Fix interactive.
13606
13607         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13608
13609         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13610         when writing file.
13611         (gnus-agent-synchronize-flags): Don't default to being
13612         interactive.
13613
13614 2004-09-30  Simon Josefsson  <jas@extundo.com>
13615
13616         * message.el (message-generate-hashcash): Add.
13617         (message-send-mail): Use it, call mail-add-payment.
13618
13619 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13620
13621         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13622
13623 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13624
13625         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13626         gnus-requst-update-info with explicit code to sync the in-memory
13627         info read flags with the marks being sync'd to the backend.
13628
13629         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13630
13631 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13632
13633         * spam.el (spam-verify-bogofilter): Add new function.
13634         (spam-check-bogofilter)
13635         (spam-bogofilter-register-with-bogofilter): Use it.
13636         (spam-verify-bogofilter): Add small fixes.
13637
13638 2004-09-28  Simon Josefsson  <jas@extundo.com>
13639
13640         * hashcash.el (hashcash-generate-payment): Revert.
13641
13642 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13643
13644         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13645         gnus-extract-references instead of gnus-split-references.
13646
13647         * gnus-util.el (gnus-extract-references): Add new function, analogous
13648         to gnus-split-references but extracts only the message-ID without
13649         anything extra.
13650
13651         * hashcash.el (hashcash-generate-payment)
13652         (hashcash-check-payment): Do the right thing if hashcash-path is
13653         nil (because the hashcash program could not be found).
13654
13655         * spam.el (spam-use-hashcash): Remove comment.
13656
13657 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13658
13659         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13660         (gnus-cache-enter-article, gnus-cache-remove-article)
13661         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13662
13663         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13664
13665         * gnus-art.el (article-hide-boring-headers)
13666         (article-translate-strings, article-display-face)
13667         (gnus-article-mime-match-handle-first)
13668         (gnus-article-highlight-headers)
13669         (gnus-article-add-buttons-to-head): do.
13670
13671 2004-09-27  Simon Josefsson  <jas@extundo.com>
13672
13673         * hashcash.el: New version, from
13674         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13675         ../contrib/.
13676
13677 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13680
13681 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13682
13683         * gnus-dup.el (gnus-dup-open): Use mapc.
13684         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13685
13686         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13687         Reported by Stefan Wiens <s.wi@gmx.net>.
13688
13689         * gnus.el (gnus-shutdown): Use dolist.
13690
13691         * gnus-undo.el (gnus-undo): Use mapc.
13692
13693         * nnrss.el (nnrss-generate-active): do.
13694
13695         * message.el (message-cite-original-without-signature)
13696         (message-cite-original): Use mapc.
13697         (message-do-actions, message-make-forward-subject): Use dolist.
13698
13699 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13700
13701         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13702         deletion to remove entire duplicate line.  Fixes merged article
13703         number bug.
13704
13705 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13706
13707         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13708         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13709         first ask if you want to open a server and then, even when you
13710         responded with no, asking if you want to synchronize the server's
13711         flags.
13712         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13713         multi-line expressions.
13714         (gnus-agent-synchronize-group-flags): New internal function.
13715         Updates marks in memory (in the info structure) AND in the
13716         backend.
13717
13718         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13719
13720         * nnagent.el (nnagent-request-set-mark): Use
13721         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13722         method, to ensure that synchronization updates marks in the
13723         backend and in the info (in memory) structure.
13724
13725 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13728         convention fully; don't miss the root article of a thread; make
13729         the X-Draft-From header with correct article numbers.
13730
13731 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13732
13733         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13734         unless plugged.  Disable the agent so that an open failure causes
13735         an error.
13736
13737         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13738         Reverted 2004-09-21 change.  The backend must be opened while
13739         synchronizing flags even when the backend stores the flags
13740         locally.
13741
13742 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13745         in `header' match.  Reported by Svend Tollak Munkejord.
13746
13747         * message.el (message-cite-original): Fix use of
13748         `message-cite-articles-with-x-no-archive'.
13749
13750 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13753         (gnus-window-to-buffer): Ditto.
13754
13755         * mml.el (mml-preview-buffer): New variable.
13756         (mml-preview): Manage window layout with gnus-buffer-configuration.
13757
13758         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13759         X-Draft-From header even if those articles aren't quoted.
13760
13761 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13762
13763         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13764         (gnus-request-set-mark, gnus-request-update-mark): Use new
13765         g-s-t-u-l-m to decide to use backend even when unplugged.
13766
13767 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13770         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13771
13772 2004-09-20  Simon Josefsson  <jas@extundo.com>
13773
13774         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13775         "utf-16-le".
13776
13777 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13778
13779         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13780
13781 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * uudecode.el (uudecode-use-external): Add :version.
13784
13785         * smime.el (smime-CA-file, smime-encrypt-cipher)
13786         (smime-dns-server): Add :version.
13787
13788         * smiley.el (gnus-smiley-file-types): Add :version.
13789
13790         * sha1.el (sha1-use-external): Add :version.
13791
13792         * pgg-def.el (pgg-query-keyserver): Add :version.
13793
13794         * nnmail.el (nnmail-fancy-expiry-targets)
13795         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13796         Add :version.
13797
13798         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13799         (nnimap-retrieve-groups-asynchronous): Add :version.
13800         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13801
13802         * mml.el (mml-content-disposition-parameters)
13803         (mml-insert-mime-headers-always): Add :version.
13804
13805         * mm-util.el (mm-coding-system-priorities): Add :version.
13806
13807         * mm-decode.el (mm-inline-text-html-with-images)
13808         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13809         (mm-verify-option): Add :version.
13810         (mm-text-html-renderer): Change :version.
13811
13812         * message.el (message-fcc-externalize-attachments)
13813         (message-required-headers, message-draft-headers)
13814         (message-subject-trailing-was-query)
13815         (message-subject-trailing-was-ask-regexp)
13816         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13817         (message-mark-insert-end, message-archive-header)
13818         (message-archive-note, message-cross-post-default)
13819         (message-cross-post-note, message-followup-to-note)
13820         (message-cross-post-note-function, message-use-mail-followup-to)
13821         (message-subscribed-address-functions)
13822         (message-subscribed-address-file, message-subscribed-addresses)
13823         (message-subscribed-regexps, message-allow-no-recipients)
13824         (message-yank-cited-prefix, message-signature-insert-empty-line)
13825         (message-hidden-headers, message-hierarchical-addresses)
13826         (message-mail-user-agent, message-use-idna)
13827         (message-valid-fqdn-regexp)
13828         (message-strip-special-text-properties, message-header-synonyms)
13829         (message-beginning-of-line, message-tab-body-function): Add :version.
13830         (message-insert-canlock, message-wide-reply-confirm-recipients):
13831         Change :version.
13832
13833         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13834         and :version.
13835         (mail-source-delete-old-incoming-confirm)
13836         (mail-source-movemail-program): Add :version.
13837
13838         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13839         (gnus-agent-cache, gnus-agent): Change :version.
13840
13841         * gnus-util.el (gnus-use-byte-compile): Change :version.
13842
13843         * gnus-sum.el (gnus-summary-make-false-root-always)
13844         (gnus-summary-default-high-score)
13845         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13846         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13847         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13848         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13849         (gnus-sum-thread-tree-single-indent)
13850         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13851         (gnus-sum-thread-tree-leaf-with-other)
13852         (gnus-sum-thread-tree-single-leaf): Add :version.
13853         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13854         (gnus-article-loose-mime): Change :version.
13855
13856         * gnus-start.el (gnus-backup-startup-file)
13857         (gnus-save-startup-file-via-temp-buffer): Add :version.
13858
13859         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13860         (gnus-server-offline-face): Add :version.
13861
13862         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13863
13864         * gnus-msg.el (gnus-gcc-externalize-attachments)
13865         (gnus-debug-files, gnus-debug-exclude-variables)
13866         (gnus-discouraged-post-methods): Change :version.
13867         (gnus-confirm-mail-reply-to-news)
13868         (gnus-confirm-treat-mail-like-news): Add :version.
13869
13870         * gnus-int.el (gnus-server-unopen-status): Add :version.
13871
13872         * gnus-group.el (gnus-group-jump-to-group-prompt)
13873         (gnus-large-ephemeral-newsgroup)
13874         (gnus-fetch-old-ephemeral-headers): Add :version.
13875
13876         * gnus-fun.el (gnus-x-face-directory)
13877         (gnus-convert-pbm-to-x-face-command)
13878         (gnus-convert-image-to-x-face-command)
13879         (gnus-convert-image-to-face-command): Add :version.
13880
13881         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13882
13883         * gnus-cite.el (gnus-cite-blank-line-after-header)
13884         (gnus-article-boring-faces): Add :version.
13885
13886         * gnus-art.el (gnus-buttonized-mime-types)
13887         (gnus-inhibit-mime-unbuttonizing)
13888         (gnus-treat-display-face)
13889         (gnus-treat-body-boundary): Change :version.
13890         (gnus-body-boundary-delimiter, gnus-picon-databases)
13891         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13892         (gnus-treat-date-english, gnus-treat-fold-headers)
13893         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13894         (gnus-treat-mail-picon, gnus-treat-wash-html)
13895         (gnus-article-encrypt-protocol)
13896         (gnus-use-idna, gnus-article-over-scroll)
13897         (gnus-mime-display-multipart-alternative-as-mixed)
13898         (gnus-mime-display-multipart-related-as-mixed)
13899         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13900         (gnus-ctan-url, gnus-button-ctan-handler)
13901         (gnus-button-handle-ctan-bogus-regexp)
13902         (gnus-button-ctan-directory-regexp)
13903         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13904         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13905         (gnus-button-man-level, gnus-button-emacs-level)
13906         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13907
13908         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13909         (gnus-agent-go-online): Change :version.
13910         (gnus-agent-expire-unagentized-dirs)
13911         (gnus-agent-auto-agentize-methods): Add :version.
13912
13913         * flow-fill.el (fill-flowed-display-column)
13914         (fill-flowed-encode-column): Add :version.
13915
13916         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13917         (gnus-outlook-deuglify-unwrap-max)
13918         (gnus-outlook-deuglify-cite-marks)
13919         (gnus-outlook-deuglify-unwrap-stop-chars)
13920         (gnus-outlook-deuglify-no-wrap-chars)
13921         (gnus-outlook-deuglify-attrib-cut-regexp)
13922         (gnus-outlook-deuglify-attrib-verb-regexp)
13923         (gnus-outlook-deuglify-attrib-end-regexp)
13924         (gnus-outlook-display-hook): Add :version.
13925
13926         * binhex.el (binhex-use-external): Add :version.
13927
13928 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13931         and `invisible'.
13932
13933 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13934
13935         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13936         in gnus-registry-trim.
13937
13938 2004-09-13  Simon Josefsson  <jas@extundo.com>
13939
13940         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13941
13942         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13943
13944         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13945         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13946         <yamaoka@jpl.org>.
13947         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13948         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13949         <yamaoka@jpl.org>.
13950
13951         * sieve.el (sieve-manage-mode): Ditto.
13952
13953 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13956
13957 2004-09-11  Simon Josefsson  <jas@extundo.com>
13958
13959         * dns-mode.el: Add.
13960
13961         * mm-view.el (mm-display-dns-inline): Add.
13962
13963         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13964         (mm-automatic-display): Ditto.
13965
13966         * mailcap.el (mailcap-mime-data): Add text/dns.
13967         (mailcap-mime-extensions): Map .soa to text/dns.
13968
13969 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13970
13971         * gnus-art.el (article-decode-mime-words, article-babel)
13972         (gnus-article-highlight-signature, gnus-article-add-buttons)
13973         (gnus-signature-toggle): Remove unnecessary bindings of
13974         `inhibit-read-only' inherited from v5.10 merge.
13975
13976 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * nntp.el (nntp): New customization group.
13979         (nntp-authinfo-file): Add customization group.
13980
13981         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13982
13983         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13984
13985         * gnus.el (to-address, to-list, subscribed)
13986         (large-newsgroup-initial): Ditto.
13987
13988         * flow-fill.el (fill-flowed-display-column)
13989         (fill-flowed-encode-column): Ditto.
13990
13991 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13992
13993         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13994         Use point-min rather than 1.
13995         (message-send-mail): Use buffer-size rather than point-max.
13996
13997         * gnus-sum.el (gnus-summary-search-article-forward):
13998         Signal a specific `search-failed' rather than a generic `error'.
13999
14000         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14001         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14002         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14003
14004 2004-09-10  Simon Josefsson  <jas@extundo.com>
14005
14006         * nndb.el (require): Remove tcp and duplicate cl.
14007
14008 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-agent.el (directory-files-and-attributes): Move forward.
14011
14012 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14013
14014         * gnus-agent.el (directory-files-and-attributes): Optionally
14015         defined to support XEmacs.
14016
14017 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14018
14019         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14020         to avoid run-time CL dependencies.
14021         (gnus-agent-unfetch-articles): New function.
14022         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14023         article numbers even when local .overview file is missing.
14024         (gnus-agent-read-article-number): New function.  Only accepts
14025         27-bit article numbers.
14026         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14027         gnus-agent-read-article-number.
14028         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14029         from backend while recognizing that article numbers in .overview
14030         must be valid.
14031         (gnus-agent-update-files-total-fetched-for): Use
14032         directory-files-and-attributes to improve performance.
14033         * gnus-int.el (gnus-request-move-article): Use
14034         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14035         improve performance.
14036
14037         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14038         some users confused by references to .newsrc when they only have a
14039         .newsrc.eld file.
14040         (gnus-convert-mark-converter-prompt)
14041         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14042         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14043         New function.  Used internally to only display 'gnus converting
14044         files' message when actually necessary.
14045
14046         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14047         methods now autoloaded.
14048
14049 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14052         identifiers.
14053
14054 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gnus-picon.el: Fix indentation and closing parenthesis.
14057
14058 2004-09-01  Simon Josefsson  <jas@extundo.com>
14059
14060         * message.el (message-canlock-generate): Require sha1, not
14061         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14062         to require within a function.  Sadly, if sha1.el isn't loaded, the
14063         let binding in m-c-g will hide the defcustom definition, which is
14064         bad.)
14065
14066         * canlock.el: Require sha1, not sha1-el.
14067
14068         * message.el: Don't autoload sha1 (there is a autoload cookie in
14069         sha1.el).
14070
14071         * sha1-el.el: Renamed to sha1.el.
14072
14073 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14074
14075         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14076
14077 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14078
14079         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14080
14081 2004-08-30  Kim F. Storm  <storm@cua.dk>
14082
14083         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14084
14085         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14086         Add :group 'nnimap.
14087
14088 2004-08-30  Andreas Schwab  <schwab@suse.de>
14089
14090         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14091         ?* and ?\;.
14092
14093         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14094         and ?\' to symbol instead of whitespace.
14095
14096 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14099
14100         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14101         instead of re-search-forward.
14102
14103         * gnus-uu.el (gnus-uu-save-article): Ditto.
14104         (gnus-uu-post-encode-uuencode): Ditto.
14105
14106         * html2text.el (html2text-clean-list-items): Ditto.
14107         (html2text-clean-dtdd): Ditto.
14108         (html2text-format-tags): Ditto.
14109
14110         * message.el (message-send-mail-with-sendmail): Fix regexp.
14111         (message-fill-field-general): Use search-forward instead of
14112         re-search-forward.
14113         (unbold-region): Ditto.
14114
14115         * nnrss.el (nnrss-request-article): Ditto.
14116
14117         * nnslashdot.el (nnslashdot-request-article): Ditto.
14118
14119         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14120
14121         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14122         "Unrecognized menu descriptor" error in XEmacs.
14123
14124 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14125
14126         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14127         parent article of a sparse article in the thread hashtb.
14128
14129 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14130
14131         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14132         (nnmail-expand-newtext): Lowercase expanded entries if
14133         nnmail-split-lowercase-expanded is non-nil.
14134
14135 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14138
14139         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14140         of gnus-tmp-news-method into string under XEmacs.  It will be
14141         passed to gnus-correct-length which takes only a string argument.
14142
14143 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-util.el (gnus-bind-print-variables): New macro.
14146         (gnus-prin1): Use it.
14147         (gnus-prin1-to-string): Use it.
14148         (gnus-pp): New function.
14149         (gnus-pp-to-string): New function.
14150
14151         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14152         Replace pp-to-string with gnus-pp-to-string.
14153         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14154         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14155         * gnus-msg.el (gnus-debug): Ditto.
14156         * gnus-score.el (gnus-score-save): Ditto.
14157         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14158         gnus-pp-to-string.
14159         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14160         with gnus-pp.
14161         * score-mode.el (gnus-score-pretty-print): Ditto.
14162         * webmail.el (webmail-debug): Ditto.
14163
14164 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (article-display-face, article-display-x-face):
14167         Use buffer-read-only.
14168
14169 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-art.el (article-hide-list-identifiers):
14172         Bind inhibit-read-only as t.
14173
14174 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14177
14178 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14179
14180         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14181         (gnus-narrow-to-page): Don't assume point-min == 1.
14182         (gnus-article-edit-mode): Derive from message-mode.
14183
14184         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14185         point-min == 1.
14186
14187         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14188         Disable incorrect use of `assert'.
14189
14190         * message.el (message-mode): Set comment-start-skip.
14191
14192
14193 2004-08-22  Sam Steingold  <sds@gnu.org>
14194
14195         * pop3.el (pop3-leave-mail-on-server): New user variable.
14196         (pop3-movemail): Delete mail only when it is nil.
14197
14198 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14201
14202         * mml.el (mml-preview): Use `pop-to-buffer'.
14203
14204         * message.el (message-goto-mail-followup-to): Insert after "To".
14205         (message-carefully-insert-headers): Add comment.
14206
14207         * gnus.el: Remove unused variable `gnus-article-check-size'.
14208
14209         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14210
14211         * gnus-art.el (gnus-button-alist): Improve
14212         `gnus-button-handle-library' entry.
14213
14214 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14215
14216         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14217         downcase, since XEmacs capitalizes error messages differently.
14218
14219 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14220
14221         * nntp.el: Add (require 'gnus) due to reference to
14222         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14223
14224 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14225
14226         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14227         `mm-fill-flowed'.
14228
14229         * mm-decode.el (mm-dissect-singlepart): Check it.
14230
14231 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14232
14233         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14234         'imap' for netrc parsing.
14235
14236 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * mailcap.el (mailcap-mime-data): Mark as risky.
14239
14240 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14243         may be included in the encoded word.
14244         (rfc2047-encode): Don't append a space if the encoded word
14245         includes close parenthesis.
14246
14247 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14250         of text within parentheses.
14251
14252 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14253
14254         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14255         (gnus-encrypt-write-file-contents): Make the password key the file
14256         name PLUS the cipher, not just the cipher.  Also remove failed
14257         passwords from the cache.
14258
14259 2004-08-06  Simon Josefsson  <jas@extundo.com>
14260
14261         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14262         fix.
14263
14264 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14267         LWSP.
14268
14269 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14270
14271         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14272         to append in-reply-to: data to the references: header.
14273
14274         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14275         (netrc-parse): Use gnus-encrypt.el functions.
14276
14277         * gnus-encrypt.el: Add new file for encryption support; currently
14278         does only a few GPG ciphers and an internal XOR cipher.
14279
14280         * password.el: Add comments on using password-read-and-add.
14281         (password-read-and-add): Add function to read and add the
14282         password to the cache at once.
14283
14284 2004-07-28  Simon Josefsson  <jas@extundo.com>
14285
14286         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14287         parameter (but don't use it, for now).
14288
14289         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14290         instead of hard coding to nil.
14291
14292 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14295         as mm-inline-image-xemacs does.
14296
14297 2004-07-26  Simon Josefsson  <jas@extundo.com>
14298
14299         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14300         Revert part of 2004-07-17 change below.
14301
14302 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14305         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14306
14307 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14308
14309         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14310         quotes that actually start with ">" at the beginning of the
14311         lines.
14312
14313 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * rfc2047.el (rfc2047-encode-region): Fix last change.
14316         (rfc2047-encode-parameter): Remove useless concat.
14317
14318 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14321         encode special characters; fix some kind of misconfigured headers;
14322         signal a real error if debug-on-quit or debug-on-error is non-nil.
14323         (rfc2047-encode-max-chars): New variable.
14324         (rfc2047-encode-1): Use it.
14325         (rfc2047-encode-parameter): New function.
14326
14327         * mml.el (mml-insert-parameter): Remove an excessive space.
14328
14329 2004-07-17  Simon Josefsson  <jas@extundo.com>
14330
14331         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14332         Kai Grossjohann <kai@emptydomain.de>.
14333         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14334         (gnus-group-make-menu-bar): Ditto.
14335
14336         * gnus-util.el (gnus-group-server): Add.
14337
14338 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14339
14340         * message.el (message-clone-locals): Clone sendmail and smtp
14341         variables.
14342
14343 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * rfc2047.el (rfc2047-encode-region): Fix last change.
14346
14347 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14350         characters as non-special.
14351
14352 2004-07-09  Simon Josefsson  <jas@extundo.com>
14353
14354         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14355         Users will lose all flag changes made while unplugged with
14356         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14357         good default.  See numerous reports on ding mailing list.
14358
14359 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14362         add generate-head-function and generate-article-function to the
14363         rfc822-forward entry.
14364         (nndoc-rfc822-forward-generate-article): New function.
14365         (nndoc-rfc822-forward-generate-head): New function.
14366
14367         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14368
14369 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14370
14371         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14372         respect display group parameter and gnus-summary-expunge-below.
14373         (gnus-articles-to-read): Remove unused reference to display group
14374         parameter.
14375
14376 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14377
14378         * nnheader.el (nnheader-uniquify-message-id): New experimental
14379         variable.
14380         (nnheader-nov-read-message-id): Use it.
14381
14382         * spam-report.el (spam-report-gmane): Add interactive.
14383
14384 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14387         qp-or-base64 for the application/* types.
14388
14389 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14390
14391         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14392
14393 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14396         trim value.
14397
14398 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14399
14400         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14401         New macro and function.
14402         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14403
14404 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14407         after-load-alist.
14408
14409 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14410
14411         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14412         update info that isn't there.
14413
14414 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14415
14416         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14417         entry.
14418
14419 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-view.el (mm-inline-render-with-function): Use multibyte
14422         buffer; decode html source by charset.
14423
14424         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14425
14426         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14427         Mule-UCS is loaded under XEmacs.
14428         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14429
14430 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14431
14432         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14433
14434 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * mm-util.el (mm-coding-system-p): Return a coding-system.
14437         (mm-mime-mule-charset-alist): Use shift_jis instead of
14438         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14439         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14440         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14441         instead of japanese-shift-jis and iso-latin-1 respectively in
14442         order to share the default value with both Emacs and XEmacs-mule.
14443         (mm-mule-charset-to-mime-charset): Make
14444         mm-coding-system-priorities effective.
14445         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14446         while predicating of candidates upon the priorities.
14447
14448 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14449
14450         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14451         gnus-uu-invert-processable.
14452
14453         * gnus.el: Autoload gnus-uu-invert-processable.
14454
14455 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mm-util.el (mm-with-multibyte-buffer): New macro.
14458
14459         * rfc2047.el (rfc2047-encode-string): Use it.
14460         (rfc2047-encode-region): Move point to the end of the region after
14461         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14462
14463 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14466         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14467
14468 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14471         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14472         Karl Chen <quarl@nospam.quarl.org>.
14473
14474 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14475
14476         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14477         invalid addresses.
14478
14479 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         * spam.el: Change section markers, revise TODO list.
14482         (spam-backends): Make new master list of all installed backends.
14483         (spam-summary-exit-behavior): Add new variable to determine how
14484         messages moves are done at summary exit.
14485         (spam-move-spam-nonspam-groups-only)
14486         (spam-process-ham-in-nonham-groups)
14487         (spam-process-ham-in-spam-groups): Remove variables, the
14488         spam-summary-exit-behavior variable should be used to manage this
14489         behavior.
14490         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14491         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14492         and spam-old-spam-articles.
14493         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14494         Add empty variables, placeholders for the backends they represent.
14495         (spam-set-difference): Move, unchanged.
14496         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14497         unless the user has a processor variable.
14498         (spam-classifications, spam-classification-valid-p)
14499         (spam-backend-properties, spam-backend-property-valid-p)
14500         (spam-backend-function-type-valid-p)
14501         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14502         (spam-report-articles-gmane, spam-report-articles-resend):
14503         Remove functions, they are not needed.
14504         (spam-install-backend-super, spam-backend-list)
14505         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14506         (spam-backend-function, spam-backend-ham-registration-function)
14507         (spam-backend-spam-registration-function)
14508         (spam-backend-ham-unregistration-function)
14509         (spam-backend-spam-unregistration-function)
14510         (spam-backend-statistical-p, spam-backend-mover-p)
14511         (spam-install-backend-alias, spam-install-checkonly-backend)
14512         (spam-install-mover-backend, spam-install-nocheck-backend)
14513         (spam-install-backend, spam-install-statistical-backend)
14514         (spam-install-statistical-checkonly-backend): Add backend installation
14515         support.
14516         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14517         (spam-group-processor-p): Use the new backend code and respect the
14518         summary exit behavior.
14519         (spam-mark-spam-as-expired-and-move-routine): Remove.
14520         (spam-summary-prepare): Change to use the new spam-old-articles
14521         variable.
14522         (spam-copy-or-move-routine, spam-copy-spam-routine)
14523         (spam-move-spam-routine, spam-copy-ham-routine)
14524         (spam-move-ham-routine): Add code to copy/move ham or spam.
14525         (spam-fetch-field-fast): Improve doc and code, plus allow the
14526         'number request.
14527         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14528         variables.
14529         (spam-split, spam-find-spam): Use the new backend code.
14530         (spam-registration-functions): Remove variable.
14531         (spam-unregister-routine): Add convenience wrapper.
14532         (spam-log-undo-registration, spam-register-routine)
14533         (spam-log-processing-to-registry)
14534         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14535         where possible.
14536         (spam-check-gmane-xref, spam-check-regex-headers)
14537         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14538         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14539         (spam-check-bogofilter-headers, spam-check-spamoracle)
14540         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14541         (spam-check-crm114-headers): Use the spam-split-group that
14542         spam-split prepares, no need to determine it every time.
14543
14544         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14545         to the nnheader-parse-naked-head call.
14546
14547         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14548
14549         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14550         the nnheader-nov-read-message-id call.
14551
14552 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14555         gnus-activate-group twice.  Suggested by Markus Peter
14556         <warp@spin.de>.
14557
14558 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (gnus-article-time-format): Exchange the order of
14561         day and month in the default value; fix customization type.
14562         (article-date-ut): Use add-text-properties.
14563         (article-make-date-line): Use message-make-date instead of
14564         current-time-string.
14565
14566         * message.el (message-fetch-field): Don't use set-text-properties.
14567         (message-make-date): Simplify.
14568
14569         * messagexmas.el (message-xmas-make-date): New function.
14570         (message-xmas-redefine): Defalias message-make-date to it.
14571
14572 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14575         (rfc2047-encode-region): Treat text within parentheses as special;
14576         show the original text when error has occurred.
14577
14578         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14579         already-computed method to gnus-activate-group.
14580
14581         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14582         same select-methods identical Lisp objects.
14583
14584         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14585         object when modifying the info.
14586
14587 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14590         gnus-opened-servers since it has never been opened with the new
14591         configuration yet.
14592
14593 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14596         arg to nnheader-generate-fake-message-id.
14597
14598 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14601         number and build a fake message ID localized to a group and
14602         article number (so it's repeatable from that point on).
14603         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14604         ID format.
14605
14606         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14607         nnheader-generate-fake-message-id with the article number.
14608
14609 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14610
14611         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14612         end-of-buffer.
14613
14614 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14615
14616         * message.el (message-ignored-supersedes-headers): Add Approved.
14617
14618 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14621         goto-char.
14622         (rfc2047-encode): Fold the line before encoding.
14623
14624 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14625
14626         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14627         folding -- not all headers can be folded, and this should be done
14628         by the message composition mode.  Probably.  I think.
14629
14630 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14633         fast.
14634
14635         * gnus-ems.el (gnus-remove-image): Don't use
14636         message-text-with-property; remove only the image found first.
14637
14638         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14639         found first.
14640
14641 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14642
14643         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14644
14645 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * message.el (message-text-with-property): Make it fast and accept
14648         optional arguments.
14649         (message-strip-forbidden-properties): Use it.
14650         (message-fix-before-sending): Follow the m-t-w-p change.
14651
14652         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14653
14654 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-art.el (article-hide-headers): Don't change the buffer
14657         mistakenly when performing mml-preview even if
14658         gnus-single-article-buffer is nil.
14659
14660 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14661
14662         * message.el (message-expand-name-databases): New user option.
14663         (message-expand-name): Use it.
14664
14665 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * spam.el (spam-report-articles-resend)
14668         (spam-report-resend-register-routine): Allow ham reporting.
14669         (spam-report-resend-register-ham-routine): Add wrapper.
14670         (spam-registration-functions): Add ham resending functions.
14671         (spam-list-of-processors): Add ham resend processor.
14672
14673         * gnus.el (ham-resend-to): Add new group parameter.
14674         (spam-process): Add ham resend option.
14675
14676         * spam-report.el (spam-report-resend): Allow reporting ham.
14677         (spam-report-resend-ham): Add wrapper.
14678
14679 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14680
14681         * message.el (message-cite-articles-with-x-no-archive): New
14682         variable.
14683         (message-cite-original): Use it.
14684
14685 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14686
14687         * message.el (message-cite-original): Respect X-No-Archive.
14688
14689 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * gnus-art.el (article-hide-headers): Refer to the values for
14692         gnus-ignored-headers and gnus-visible-headers in the summary
14693         buffer since a user may have set them as group parameters.
14694
14695 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14696
14697         * assistant.el (assistant-node-name): Add convenience function.
14698         (assistant-render-text, assistant-render-node): Add error handling,
14699         plus handle multiple next nodes.
14700         (assistant-find-next-node): Comment out for now.
14701         (assistant-find-next-nodes): Add function, returns list of next
14702         nodes.
14703
14704 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * mail-source.el (mail-source-directory): Fix doc-string.
14707
14708 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14709
14710         * assistant.el (assistant-render-text, assistant-eval): Add :set
14711         widget type, which is different because it takes and returns a
14712         list.  Much hilarity ensues.
14713
14714 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14717
14718         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14719         doc-string.
14720
14721         * gnus-start.el (gnus-activate-group): Added doc-string.
14722
14723 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14726
14727 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14728
14729         * assistant.el (assistant-render-text): Try to add a :set
14730         widget, more to come.
14731
14732         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14733         strings.
14734         (spam-report-articles-resend)
14735         (spam-register-routine): Do registration iff any articles warrant
14736         it.
14737         (spam-summary-prepare-exit): Change log message for nil group
14738         destinations.
14739
14740 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14741
14742         * spam.el (spam-report-resend-register-routine): Allow
14743         spam-report-resend-to to be a group parameter or a global value.
14744
14745 2004-05-26  Simon Josefsson  <jas@extundo.com>
14746
14747         * starttls.el: Merge with my GNUTLS based starttls.el.
14748         (starttls-gnutls-program, starttls-use-gnutls)
14749         (starttls-extra-arguments, starttls-process-connection-type)
14750         (starttls-connect, starttls-failure, starttls-success): New
14751         variables.
14752         (starttls-program, starttls-extra-args): Doc fix.
14753         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14754         functions.
14755         (starttls-negotiate, starttls-open-stream): Check
14756         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14757         function if it is set.
14758
14759 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14762         structured fields.
14763
14764 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14767
14768 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14771         variable.
14772         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14773         assigning the spam-mark to new messages.
14774
14775 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14776
14777         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14778
14779 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14782
14783         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14784         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14785         default.
14786
14787 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14788
14789         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14790         correct data.
14791
14792 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14793
14794         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14795         (spam-group-processor-p): Fix function.
14796         (spam-group-processor-multiple-p)
14797         (spam-group-spam-processor-report-gmane-p)
14798         (spam-group-spam-processor-report-resend-p)
14799         (spam-group-spam-processor-bogofilter-p)
14800         (spam-group-spam-processor-blacklist-p)
14801         (spam-group-spam-processor-ifile-p)
14802         (spam-group-ham-processor-ifile-p)
14803         (spam-group-spam-processor-spamoracle-p)
14804         (spam-group-spam-processor-crm114-p)
14805         (spam-group-ham-processor-bogofilter-p)
14806         (spam-group-spam-processor-stat-p)
14807         (spam-group-ham-processor-stat-p)
14808         (spam-group-ham-processor-whitelist-p)
14809         (spam-group-ham-processor-BBDB-p)
14810         (spam-group-ham-processor-spamoracle-p)
14811         (spam-group-ham-processor-copy-p): Remove functions with some
14812         prejudice against unneeded code.
14813         (spam-report-articles-resend)
14814         (spam-report-resend-register-routine): Allow the group/topic
14815         spam-resend-to value to override spam-report-resend-to.
14816         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14817         properly now.
14818
14819         * gnus.el (spam-resend-to): Add group/topic parameter.
14820         (spam-process): Move the OBSOLETE processors to the end of the
14821         choices.
14822
14823 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14824
14825         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14826         with resend-to set to nil, and then ask the user if necessary.
14827         (spam-report-resend): spam-report-resend takes a list of articles, not
14828         separate article numbers.
14829
14830 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14833         addition to emacs-w3m.
14834
14835 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14836
14837         * assistant.el (assistant-authinfo-data): New function.
14838         (assistant-eval): Eval for entire assistant.
14839
14840         * netrc.el (netrc-services-file): New variable.
14841         (netrc-parse-services): New function.
14842         (netrc-find-service-name): New function.
14843         (netrc-find-service-number): New function.
14844         (netrc-port-equal): New function.
14845         (netrc-machine): Use it.
14846
14847         * nnimap.el (nnimap-open-connection): Use netrc.
14848
14849         * gnus-util.el (gnus-netrc-get): Remove aliases.
14850
14851         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14852
14853         * assistant.el (wid-edit): Fix compilation.
14854
14855         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14856
14857 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14858
14859         * gnus-util.el (gnus-set-file-modes): New function.  (small
14860         patch).
14861
14862 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14865
14866         * assistant.el (assistant-render-node): Fix up rendering and
14867         read-only text.
14868         (assistant-render-node): Reset.
14869         (assistant-make-read-only): Not sticky.
14870
14871 2004-05-20  Danny Siu  <dsiu@adobe.com>
14872
14873         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14874         centered even when gnus-auto-center-summary is t.
14875
14876 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14877
14878         * dns.el (dns-get-txt-answer): New function.
14879         (dns-read-txt): Ditto.
14880         (query-dns): Use it.
14881
14882 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14885         active for foreign groups even if the group level is higher than
14886         the specified value.
14887
14888 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14889
14890         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14891         non-active groups.
14892
14893         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14894
14895 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14896
14897         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14898
14899 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14900
14901         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14902         (spam-crm114-header, spam-crm114-spam-switch)
14903         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14904         (spam-crm114-positive-spam-header)
14905         (spam-crm114-database-directory, spam-list-of-processors)
14906         (spam-group-spam-processor-crm114-p)
14907         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14908         (spam-generic-score, spam-list-of-checks)
14909         (spam-list-of-statistical-checks, spam-registration-functions)
14910         (spam-check-crm114-headers, spam-crm114-score)
14911         (spam-check-crm114, spam-crm114-register-with-crm114)
14912         (spam-crm114-register-spam-routine)
14913         (spam-crm114-unregister-spam-routine)
14914         (spam-crm114-register-ham-routine)
14915         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14916         asjo@koldfront.dk (Adam Sjøgren).
14917
14918         * gnus.el: Add spam-use-crm114.
14919
14920         * spam.el (spam-list-of-processors, spam-registration-functions):
14921         Add spam-use-resend.
14922         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14923         (spam-report-articles-gmane): Add doc fix.
14924         (spam-report-articles-resend, spam-report-resend-register-routine):
14925         Add wrappers around spam-report-resend-to.
14926
14927         * spam-report.el (spam-report-resend-to, spam-report-resend):
14928         Add support for resending spam.
14929         (spam-report-gmane): Fix line length >80.
14930
14931         * gnus.el (spam-process): Add spam-use-resend.
14932
14933 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14934
14935         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14936         number of processed spam messages.
14937         (spam-ham-copy-or-move-routine): Return the number of processed
14938         ham messages.
14939         (spam-summary-prepare-exit): Use the above values to decide
14940         whether status messages shouled be displayed.
14941
14942 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14945         `rfc2047-encoding-function-alist' in order to avoid conflicting
14946         with the old version.
14947         (rfc2047-encode-region): Concatenate words containing non-ASCII
14948         characters in structured fields; don't encode space-delimited
14949         ASCII words even in unstructured fields; don't break words at
14950         char-category boundaries.
14951         (rfc2047-encode-1): New function.
14952         (rfc2047-encode): Use it; encode text so that it occupies the
14953         maximum width within 76-column; work correctly on Q encoding for
14954         iso-2022-* charsets.
14955         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14956         sure not to break a line just after the header name.
14957         (rfc2047-b-encode-region): Removed.
14958         (rfc2047-b-encode-string): New function.
14959         (rfc2047-q-encode-region): Removed.
14960         (rfc2047-q-encode-string): New function.
14961
14962         * mm-util.el (mm-replace-in-string): New function.
14963
14964 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14967         get it right.
14968         (gnus-inews-make-draft): Really.
14969
14970 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14971
14972         * nnmh.el (nnmh-request-list-1): Don't check the link count
14973         before descending.  (small patch)
14974
14975 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14976
14977         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14978         stuff.
14979
14980         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14981         on real group name.
14982
14983         * gnus-art.el (gnus-signature-limit): Doc fix.
14984
14985         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14986
14987         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14988
14989 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14990
14991         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14992         isn't a string.
14993
14994 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14995
14996         * gnus-draft.el (gnus-draft-send): Bind
14997         rfc2047-encode-encoded-words.
14998
14999         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15000         (rfc2047-encodable-p): Say that =? needs encoding.
15001         (rfc2047-encode-encoded-words): New variable.
15002
15003         * gnus-group.el (gnus-group-select-group): Doc fix.
15004
15005         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15006
15007         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15008         to nil.
15009
15010         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15011
15012         * nnheader.el (nnheader-get-lines-and-char): New function.
15013
15014 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * gnus-msg.el (gnus-summary-followup-with-original): Document
15017         yanking of region when active.
15018
15019 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15022         groups if the group level is higher than the specified value.
15023
15024 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15027         (gnus-group-jump-to-group): Added prefix argument using
15028         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15029         non-active group.
15030
15031         * compface.el (uncompface): Be verbose when changing
15032         `uncompface-use-external'.
15033
15034         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15035         handle manual section.
15036
15037 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15038
15039         * gnus-art.el (gnus-button-alist): Revert previous change.
15040
15041 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15044
15045 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15046
15047         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15048         whether backend can accept message.
15049
15050         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15051
15052 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15053
15054         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15055         Avoid creating directory when nntp-marks-is-evil is true.
15056         Reported by Reiner Steib.
15057
15058 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus-picon.el (gnus-picon-style): New variable.
15061         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15062         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15063         Jesper Harder <harder@ifa.au.dk>.
15064
15065 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15066
15067         * message.el (message-fill-field): Return point.
15068         (message-generate-headers): Go to end of field.
15069
15070         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15071         stuff for non-living groups.
15072
15073 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15074
15075         * gnus-art.el (gnus-article-followup-with-original)
15076         (gnus-article-reply-with-original): gnus-mark-active-p ->
15077         gnus-region-active-p.
15078
15079 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15082         only when there is spam or ham to be processed.
15083
15084 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * mail-source.el (mail-source-delete-crash-box): Refactor.
15087         (mail-source-fetch): Use it.
15088         (mail-source-fetch-file): Ditto.
15089         (mail-source-fetch-directory): Run postscript in loop.
15090         (mail-source-fetch-pop): Delete.
15091         (mail-source-fetch-maildir): Ditto.
15092         (mail-source-fetch-imap): Ditto.
15093
15094         * imap.el (imap-authenticators): Comment out sasl.
15095
15096         * message.el (message-skip-to-next-address): New function.
15097         (message-fill-header-address): Refactor.
15098         (message-fill-address): Use it.
15099         (message-delete-address): Use it.
15100         (message-fill-header-general): Refactor.
15101         (message-fill-field-address): Rename.
15102         (message-narrow-to-field): Find the start of the header.
15103         (message-header-format-alist): Don't pre-fill.
15104         (message-fill-header): Removed.
15105         (message-insert-header): New function.
15106         (message-shorten-references): Use it.
15107
15108         * rfc2047.el (rfc2047-field-value): Strip props.
15109
15110         * mail-parse.el (mail-header-make-address): New alias.
15111
15112         * ietf-drums.el (ietf-drums-make-address): New function.
15113
15114         * imap.el: Add compiler directives.
15115
15116         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15117
15118         * gnus-art.el (article-decode-idna-rhs): Don't use
15119         message-idna-inside-rhs-p.
15120
15121 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15122
15123         * message.el (message-idna-inside-rhs-p): Removed.
15124         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15125
15126         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15127         false positives.
15128
15129 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15130
15131         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15132
15133 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15134
15135         * nneething.el (nneething-file-name): Don't create spurious
15136         files.
15137
15138         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15139         (gnus-inews-do-gcc): Remove sleep.
15140
15141         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15142         part under point.
15143
15144         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15145         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15146
15147 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15148
15149         * spam.el (spam-summary-prepare-exit): Fixed (length).
15150
15151 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15154         as expired without moving it" message when there are spam
15155         messages left.
15156
15157 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15158
15159         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15160         header is not nil.
15161
15162 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15163
15164         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15165         nntp-possibly-create-directory, not nntp-possibly-change-group.
15166         (nntp-marks-changed-p): New arg SERVER.
15167         (nntp-request-update-info): Adjust caller.
15168
15169 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15170
15171         * nntp.el (nntp-save-marks): Pass missing arg.
15172
15173 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15174
15175         * nntp.el: Support marks.
15176         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15177         (nntp-marks-modtime, nntp-marks-directory): New variables.
15178         (nntp-request-set-mark, nntp-request-update-info)
15179         (nntp-possibly-create-directory, nntp-marks-changed-p)
15180         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15181         functions.
15182
15183 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15184
15185         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15186         (gnus-xmas-redefine): Rename.
15187
15188         * gnus-score.el (gnus-score-insert-help): Use
15189         gnus-select-lowest-window.
15190
15191         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15192         appt-select-lowest-window and rename to gnus-select-lowest-window.
15193
15194         * gnus.el: do.
15195
15196 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15197
15198         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15199         encodings of MIME-encoded words, in order to improve
15200         interoperability with several broken MUAs.
15201
15202 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15203
15204         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15205         tags, only when charsets are not specified in headers.
15206         (mm-inline-text-html-render-with-w3m): Ditto.
15207
15208         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15209         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15210
15211 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15212
15213         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15214         instead of MIME-decoded from fields when checking
15215         `gnus-article-address-banner-alist'.
15216
15217 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15218
15219         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15220         description rather than subject.
15221
15222 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15223
15224         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15225
15226 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227
15228         * gnus.el (gnus-version-number): Bump.
15229
15230 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15231
15232         * gnus.el: No Gnus v0.2 is released.
15233
15234 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15235
15236         * gnus-agent.el (gnus-agent-read-agentview): Inline
15237         gnus-uncompress-range.
15238
15239 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15240
15241         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15242         `exec-installed-p'.
15243
15244 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15245
15246         * gnus.el (spam-process, spam-autodetect-methods): Add
15247         bsfilter and bsfilter-headers.
15248
15249         * spam.el (spam-bsfilter): New customize group.
15250         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15251         (spam-bsfilter-header, spam-bsfilter-probability-header)
15252         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15253         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15254         (spam-bsfilter-database-directory): New options.
15255         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15256         (spam-list-of-statistical-checks, spam-registration-functions):
15257         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15258         (spam-bsfilter-score): New command.
15259         (spam-check-bsfilter-headers, spam-check-bsfilter)
15260         (spam-bsfilter-register-with-bsfilter)
15261         (spam-bsfilter-register-spam-routine)
15262         (spam-bsfilter-unregister-spam-routine)
15263         (spam-bsfilter-register-ham-routine)
15264         (spam-bsfilter-unregister-ham-routine): New functions.
15265         (spam-generic-score): Support bsfilter; Accept an optional argument
15266         to recalcurate spam score even if scoring header has already been
15267         added.
15268         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15269         optional argument to recalcurate spam score even if scoring header
15270         has already been added.
15271
15272 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15273
15274         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15275         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15276         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15277         link is missing.
15278
15279 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15282         (html2text-get-attr): Rewrite.
15283
15284         * message.el (message-setup-1): Remove redundant put-text-property
15285         on mail-header-separator.
15286
15287 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * gnus-registry.el (gnus-registry-cache-whitespace)
15290         (gnus-registry-action, gnus-registry-spool-action)
15291         (gnus-registry-split-fancy-with-parent): Change message levels
15292         from 5 to 3 or 7, as needed.
15293
15294         * spam.el (spam-summary-prepare-exit)
15295         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15296         (spam-split, spam-find-spam, spam-log-undo-registration)
15297         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15298         level from 5 to 6.
15299
15300 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15303         2004-03-04 change).
15304
15305 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15306
15307         * sieve-manage.el (sieve-manage-open):
15308         * nnweb.el (nnweb-insert-html):
15309         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15310         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15311         * nnspool.el (nnspool-request-group):
15312         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15313         * nnml.el (nnml-request-update-info):
15314         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15315         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15316         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15317         (nnimap-request-set-mark):
15318         * nnfolder.el (nnfolder-request-update-info):
15319         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15320         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15321         * gnus-uu.el (gnus-uu-find-articles-matching):
15322         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15323         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15324         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15325         * gnus-nocem.el (gnus-nocem-scan-groups):
15326         * gnus-int.el (gnus-start-news-server):
15327         * gnus-group.el (gnus-group-make-kiboze-group)
15328         (gnus-group-browse-foreign-server):
15329         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15330         Use mapc when appropriate.
15331
15332 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         FIXME: Make separate entries for each person.
15335
15336         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15337         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15338         <shields@msrl.com>:
15339
15340         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15341         may need for spam sorting and scoring.
15342         (spam-user-format-function-S): Add user format function suitable for
15343         general use.
15344         (spam-article-sort-by-spam-status): Add sorting function for summary
15345         sorting.
15346         (spam-extra-header-to-number): Add function to get a score from a
15347         header.
15348         (spam-summary-score): Add function to get a numeric score from the
15349         headers.
15350         (spam-generic-score): Fix function doc, was in wrong place.
15351         (spam-initialize): Take symbols when it's run, and install the
15352         extra headers that spam-necessary-extra-headers thinks we need.
15353
15354 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15357         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15358
15359 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * gnus-sum.el (gnus-set-global-variables)
15362         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15363         (gnus-article-get-xrefs, gnus-summary-best-group)
15364         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15365         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15366         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15367         Use with-current-buffer.
15368
15369 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15370
15371         * spam.el (spam-summary-prepare-exit): Simplify logic.
15372         (spam-fetch-article-header): Read the article header if it's not
15373         available.
15374         (spam-list-articles): Simplify logic.
15375         (spam-filelist-register-routine): Fix bug with unregister-list.
15376
15377         * gnus-registry.el: Fix comments at beginning.
15378
15379 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15380
15381         * message.el (message-cater-to-broken-inn): Remove.
15382         (message-shorten-references): Make sure the total folded length of
15383         References is shorter than 998 characters to cater to a bug in INN
15384         2.3.  Also, don't pretend that references aren't folded -- this
15385         hasn't worked for a while.
15386
15387 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15388
15389         * gnus-agent.el (gnus-agentize):
15390         gnus-agent-send-mail-real-function no longer set to current value
15391         of message-send-mail-function but rather a lambda that calls
15392         message-send-mail-function.  The change makes the agent real-time
15393         responsive to user changes to message-send-mail-function.
15394
15395 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15396
15397         * legacy-gnus-agent.el
15398         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15399         help from Florian Weimer <fw@deneb.enyo.de>
15400
15401 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * nnmail.el (nnmail-cache-insert): Revert last change.
15404
15405 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * nnmail.el (nnmail-cache-insert): Always check whether
15408         nnmail-cache-ignore-groups matches a group name.
15409
15410 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15411
15412         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15413         (spam-find-spam, spam-log-processing-to-registry)
15414         (spam-log-registered-p, spam-log-unregistration-needed-p)
15415         (spam-log-undo-registration): Use gnus-message instead of
15416         gnus-error, none of these errors are fatal.
15417
15418         * gnus-registry.el (gnus-registry-clean-empty-function)
15419         (gnus-registry-clean-empty): Remove only empty entries without
15420         extra data.
15421
15422 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15423
15424         * spam-stat.el (spam-stat-buffer-change-to-spam)
15425         (spam-stat-buffer-change-to-non-spam): Change (error) to
15426         (gnus-message 8) invocation.
15427
15428 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * nntp.el (nntp-via-netcat-command): New variable.
15431         (nntp-via-netcat-switches): New variable.
15432         (nntp-open-via-rlogin-and-netcat): New function.
15433         (nntp-open-connection-function): Doc fix.
15434         (nntp-telnet-command): Doc fix.
15435         (nntp-end-of-line): Doc fix.
15436         (nntp-via-rlogin-command): Doc fix.
15437         (nntp-via-user-name): Doc fix.
15438         (nntp-via-address): Doc fix.
15439
15440 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15443         error in Emacs 21.1.
15444
15445 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15448
15449 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15450
15451         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15452         (gnus-agent-with-refreshed-group): New macro.
15453         (gnus-agent-rename-group): New function.
15454         (gnus-agent-delete-group): New function.
15455         (gnus-agent-save-group-info): Use gnus-command-method when
15456         `method' parameter is nil.  Don't write nil entries into the
15457         active file.
15458         (gnus-agent-get-group-info): New function.
15459         (gnus-agent-fetch-articles): Use
15460         gnus-agent-update-files-total-fetched-for to increment disk space
15461         used.
15462         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15463         gnus-agent-update-view-total-fetched-for to increment disk space
15464         used.
15465         (gnus-agent-get-local): Added optional parameters to avoid calling
15466         gnus-group-real-name and gnus-find-method-for-group.
15467         (gnus-agent-set-local): Delete stored entry if either min, or max,
15468         are nil.
15469         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15470         quit, use gnus-agent-regenerate-group to record existance of any
15471         articles fetched to disk before the quit occurred.
15472         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15473         gnus-agent-update-view-total-fetched-for, and
15474         gnus-agent-update-files-total-fetched-for to decrement disk space
15475         used.
15476         (gnus-agent-retrieve-headers): Use
15477         gnus-agent-update-view-total-fetched-for to increment disk space
15478         used.
15479         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15480         with gnus-agent-update-files-total-fetched-for to decrement disk
15481         space and fresh group buffer.
15482         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15483         (gnus-agent-need-update-total-fetched-for): New variable.
15484         (gnus-agent-update-files-total-fetched-for): New function.
15485         (gnus-agent-update-view-total-fetched-for): New function.
15486         (gnus-agent-total-fetched-for): New function.
15487
15488         * gnus-cache.el (gnus-cache-save-buffers): Use
15489         gnus-cache-update-overview-total-fetched-for to change disk space
15490         used by this group.
15491         (gnus-cache-possibly-enter-article): Use
15492         gnus-cache-update-file-total-fetched-for to increment disk space
15493         used by this group.
15494         (gnus-cache-possibly-remove-article): Use
15495         gnus-cache-update-file-total-fetched-for to decrement disk space
15496         used by this group.
15497         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15498         (gnus-cache-rename-group): New function.
15499         (gnus-cache-delete-group): New function.
15500         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15501         (gnus-cache-need-update-total-fetched-for): New variable.
15502         (gnus-cache-with-refreshed-group): New macro.
15503         (gnus-cache-update-file-total-fetched-for): New function.
15504         (gnus-cache-update-overview-total-fetched-for): New function.
15505         (gnus-cache-rename-group-total-fetched-for): New function.
15506         (gnus-cache-delete-group-total-fetched-for): New function.
15507         (gnus-cache-total-fetched-for): New function.
15508
15509         * gnus-group.el: Require gnus-sum and autoload functions to
15510         resolve warnings when gnus-group.el compiled alone.
15511         (gnus-group-line-format): Documented new %F.
15512         (size of Fetched data) group line format; identifies disk space
15513         used by agent and cache.
15514         (gnus-group-line-format-alist): Defined new F format.
15515         (gnus-total-fetched-for): New function.
15516         (gnus-group-delete-group): No longer update
15517         gnus-cache-active-altered as gnus-request-delete-group now keeps
15518         the cache in sync.
15519         (gnus-group-list-active): Let the agent store a server's active
15520         list if currently plugged.
15521
15522         * gnus-int.el (gnus-request-delete-group):
15523         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15524         local disk in sync with the server.
15525         (gnus-request-rename-group):
15526         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15527         local disk in sync with the server.
15528
15529         * gnus-start.el (gnus-get-unread-articles):
15530         Cosmetic simplification to logic.
15531
15532         * gnus-util.el (gnus-rename-file): New function.
15533
15534 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15535
15536         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15537
15538 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15539
15540         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15541         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15542
15543 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15544
15545         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15546         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15547
15548 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15549
15550         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15551
15552 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15553
15554         * spam.el (spam-set-difference): Add function to replace
15555         gnus-set-difference in spam.el.
15556         (spam-summary-prepare-exit): Use spam-set-difference.
15557
15558 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15559
15560         * gnus-registry.el (gnus-registry-cache-file): Update to use
15561         gnus-dribble-directory OR gnus-home-directory OR ~.
15562         (gnus-registry-split-fancy-with-parent): Fix doc.
15563
15564 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * message.el (message-exchange-point-and-mark): Use
15567         message-mark-active-p.  Suggested by Jesper Harder
15568         <harder@ifa.au.dk>.
15569
15570 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * message.el (message-exchange-point-and-mark): Don't activate
15573         region if it was inactive.  Suggested by Hiroshi Fujishima
15574         <pooh@nature.tsukuba.ac.jp>.
15575
15576 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-art.el (article-display-face): Display Faces in the same
15579         order as X-Faces.
15580
15581 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15584
15585 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15588         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15589         (gnus-article-mime-hierarchy): Remove.
15590         (gnus-article-mime-hierarchy-next): Remove.
15591         (gnus-article-mode): Revert 2004-03-19 change.
15592         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15593         (gnus-insert-mime-button): Revert 2004-03-19 change.
15594         (gnus-mime-accumulate-hierarchy): Remove.
15595         (gnus-mime-enter-multipart): Remove.
15596         (gnus-mime-leave-multipart): Remove.
15597         (gnus-mime-display-part): Revert 2004-03-19 change.
15598         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15599
15600         * mml.el (mml-preview): Revert 2004-03-19 change.
15601
15602 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15603
15604         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15605
15606 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15609         t while entering a file name using the mm-with-multibyte macro.
15610         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15611
15612         * mm-util.el (mm-with-multibyte): New macro.
15613
15614 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15617         user option.
15618         (gnus-mime-multipart-functions): Doc and customization fix.
15619         (gnus-article-mime-hierarchy): New variable.
15620         (gnus-article-mime-hierarchy-next): New variable.
15621         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15622         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15623         gnus-article-mime-hierarchy-next to nil.
15624         (gnus-insert-mime-button): Show hierarchy numbers.
15625         (gnus-mime-accumulate-hierarchy): New function.
15626         (gnus-mime-enter-multipart): New function.
15627         (gnus-mime-leave-multipart): New function.
15628         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15629         (gnus-mime-display-alternative): Show hierarchy numbers.
15630
15631         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15632         gnus-article-mime-hierarchy-next to nil.
15633
15634 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15635
15636         * dns.el: Don't require gnus-xmas.
15637
15638 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15641         inline PGP.
15642         (mml-menu): Disable mml-quote-region if mark is inactive.
15643
15644 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15647         when the group's active is not available.
15648
15649 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15652         error.
15653
15654 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * imap.el (imap-store-password): New variable.
15657         (imap-interactive-login): Use it.
15658         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15659
15660 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15663         window-start and hscroll to summary window.
15664
15665 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15666
15667         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15668         conversion message to newsrc-dribble when an actual conversion is
15669         performed.
15670
15671 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15672
15673         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15674
15675 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * mm-decode.el (mm-complicated-handles): New function reviving
15678         former definition of mm-multiple-handles.
15679
15680         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15681         (gnus-mime-delete-part): Use it.
15682
15683 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15684
15685         * gnus-agent.el (gnus-agent-read-local): Bind
15686         nnheader-file-coding-system to gnus-agent-file-coding-system to
15687         avoid the implicit assumption that they will always be equal.
15688         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15689         coding-system-for-write, as the with-temp-file macro first prints
15690         to a buffer then saves the buffer.
15691
15692 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-art.el (gnus-article-edit-part): New function.
15695         (gnus-mime-save-part-and-strip): Use it; do query instead of
15696         signaling an error; don't use mm-multiple-handles.
15697         (gnus-mime-delete-part): Ditto.
15698
15699 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15700
15701         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15702         old file versions.
15703         (gnus-group-prepare-hook): Removed function that converted list
15704         form of gnus-agent-expire-days to group properties.
15705
15706         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15707         (gnus-request-accept-article): Re-indented.
15708
15709         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15710         converters to handle old agent file formats.  Added logic for a
15711         "backup before upgrading warning".
15712         (gnus-convert-mark-converter-prompt): Developers can mark
15713         functions as needing (default), or not needing,
15714         gnus-convert-old-newsrc's "backup before upgrading warning".
15715         (gnus-convert-converter-needs-prompt): Tests whether the user
15716         should be protected from potentially irreversable changes by the
15717         function.
15718
15719         * legacy-gnus-agent.el: New.  Provides converters that are only
15720         loaded when gnus-convert-old-newsrc needs to call them.
15721
15722 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * mail-source.el (mail-source-touch-pop): Doc fix.
15725
15726         * message.el (message-smtpmail-send-it): Doc fix.
15727
15728 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15729
15730         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15731
15732         * nnmail.el (nnmail-split-fancy): do.
15733
15734         * gnus-kill.el (gnus-kill, gnus-execute): do.
15735
15736 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15737
15738         * gnus-sum.el (gnus-widget-reversible-match)
15739         (gnus-widget-reversible-to-internal)
15740         (gnus-widget-reversible-to-external): New functions.
15741         (gnus-widget-reversible): New widget.
15742         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15743
15744 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15745
15746         * gnus-sum.el (gnus-thread-sort-functions)
15747         (gnus-article-sort-functions): Document `(not F)' items.
15748
15749 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15750
15751         * spam.el (spam-use-gmane-xref): Add new backend.
15752         (spam-gmane-xref-spam-group): Add variable to control the name of the
15753         Gmane spam group.
15754         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15755         (spam-regex-headers-spam, spam-regex-headers-ham)
15756         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15757         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15758         backends and checks.
15759         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15760
15761         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15762         an autodetect method.
15763
15764 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15765
15766         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15767         articles are being added to a group.
15768         (gnus-request-replace-article): Inform the agent that articles
15769         need to be uncached as the cached contents are no longer valid.
15770
15771 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * binhex.el: Don't autoload executable-find.
15774
15775         * canlock.el: Don't autoload mail-fetch-field.
15776
15777         * dgnushack.el: Autoload c-mode for XEmacs.
15778
15779         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15780
15781         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15782         rmail-dont-reply-to and rmail-output.
15783
15784         * gnus-score.el: Don't autoload ffap-string-at-point.
15785
15786         * gnus-setup.el: Don't autoload sc-cite-original.
15787
15788         * imap.el: Don't autoload base64-decode-string,
15789         base64-encode-string and md5.
15790
15791         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15792         and rmail-msg-restore-non-pruned-header.
15793
15794         * mm-decode.el: Don't autoload executable-find.
15795
15796         * mm-url.el: Don't autoload executable-find.
15797
15798         * mm-view.el: Don't autoload diff-mode.
15799
15800         * nndb.el: Don't autoload news-reply-mode, news-setup,
15801         cancel-timer and telnet.
15802
15803         * password.el: Don't autoload run-at-time for Emacs.
15804
15805         * sha1-el.el: Don't autoload executable-find.
15806
15807         * sieve-mode.el: Don't autoload c-mode.
15808
15809         * uudecode.el: Don't autoload executable-find.
15810
15811 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15812
15813         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15814         (gnus-agent-possibly-alter-active): Avoid null in numeric
15815         comparison.
15816         (gnus-agent-set-local): Refuse to save null in local object table.
15817         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15818         list of articles that will be marked as unread.
15819
15820 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15823
15824 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15825
15826         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15827         language tags.
15828
15829 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15830
15831         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15832         Don't bind "obarray".
15833
15834         * gnus-sum.el (gnus-thread-sort-functions): Added
15835         `gnus-thread-sort-by-most-recent-number' and
15836         `gnus-thread-sort-by-most-recent-date'.
15837         Reported by Kai Grossjohann <kai@emptydomain.de>.
15838
15839 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15842
15843 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15844
15845         * gnus-cus.el (gnus-agent-customize-category): Removed
15846         ignore-errors macro reference that required cl to be loaded at
15847         run-time.
15848
15849         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15850         single-interval range of the form (min . max).  Previously the
15851         range had to look like ((min . max)).  Likewise, return
15852         (min . max) rather than ((min . max)).
15853         (gnus-range-map): Use gnus-range-normalize to accept
15854         single-interval range.
15855
15856         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15857         the cache, but not the agent, now appear with their usual face.
15858
15859         * dgnushack.el (loaddir): New variable that is bound to the
15860         directory containing the dgnushack.el file. Use loaddir, rather
15861         than srcdir, to update load-path. Change lets dgnushack compile
15862         code in directories other than GNUS/lisp.
15863
15864 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * lpath.el: Don't bind w3m-safe-url-regexp.
15867
15868         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15869         w3m-safe-url-regexp variable buffer-local.
15870
15871         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15872
15873 2004-02-27  Simon Josefsson  <jas@extundo.com>
15874
15875         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15876         gnus-group-real-prefix.
15877         (gnus-summary-move-article): Use it, instead of
15878         gnus-group-real-prefix.
15879
15880 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * lpath.el: Bind w3m-safe-url-regexp.
15883
15884         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15885         w3m-safe-url-regexp variable buffer-local and set it as the value
15886         of mm-w3m-safe-url-regexp.
15887
15888         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15889
15890         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15891         parsing gnus-posting-styles when the message is not for replying.
15892
15893         * dgnushack.el: Autoload sgml-mode for XEmacs.
15894
15895         * nnrss.el (nnrss-opml-export): Use
15896         mm-set-buffer-file-coding-system instead of
15897         set-buffer-file-coding-system.
15898
15899 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15900
15901         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15902         of checkdoc.el).
15903         * nnrss.el: do.
15904         * gnus-mlspl.el: do.
15905         * gnus-ml.el: do.
15906         * gnus-srvr.el: do.
15907
15908         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15909
15910 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15911
15912         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15913         Corrections to custom-manual links.
15914
15915         * gnus-art.el (gnus-article): Ditto.
15916
15917         * mm-decode.el (mime-display, mime-security): Ditto.
15918
15919 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15920
15921         * flow-fill.el: Typo.
15922
15923 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15924
15925         * spam-wash.el: New file.
15926
15927 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15928
15929         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15930
15931 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15932
15933         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15934         to be run with new-articles as LIST1, not LIST2.
15935         (spam-registration-functions): Add spam-use-ham-copy as a nil
15936         registration backend.
15937
15938 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15939
15940         * spam-stat.el (spam-stat-washing-hook): New option.
15941         (spam-stat-buffer-words): Use it.
15942         (spam-stat-process-directory, spam-stat-test-directory): Use
15943         insert-file-contents-literally.
15944         (spam-stat-coding-system): New variable.
15945         (spam-stat-load, spam-stat-save): Use it.
15946
15947 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * spam-report.el (spam-report-plug-agent): Quote
15950         spam-report-url-to-file and spam-report-url-ping-plain.
15951
15952 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15955         / in mailto URLs.
15956
15957 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * spam-report.el (spam-report-process-queue): Fix interactive use.
15960         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15961         (spam-report-unplug-agent): Doc fixes.
15962         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15963         (spam-report-agentize, spam-report-deagentize): Autoload.
15964
15965 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15968
15969         * message.el (message-setup-fill-variables): Add mml tags to
15970         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15971         <ajk@iu.edu>.
15972         (message-mode): Don't modify paragraph-separate there.
15973
15974 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * compface.el (uncompface-use-external): Default to undecided.
15977         (uncompface-use-external-threshold): New variable.
15978         (uncompface-float-time): New macro.
15979         (uncompface): Determine whether to use the external decoder if
15980         uncompface-use-external is undecided.
15981
15982 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15983
15984         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15985         after images.
15986
15987         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15988
15989 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15990
15991         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15992
15993         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15994
15995         * gnus-sum.el (gnus-summary-limit-to-age)
15996         (gnus-summary-limit-children): do.
15997
15998         * gnus-int.el (gnus-request-scan): do.
15999
16000         * gnus-group.el (gnus-group-suspend): do.
16001
16002         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16003
16004         * gnus-cite.el (gnus-cite-parse-attributions): do.
16005
16006         * gnus-agent.el (gnus-summary-set-agent-mark)
16007         (gnus-agent-regenerate-group): do.
16008
16009         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16010
16011         * binhex.el (binhex-decode-region-internal): do.
16012
16013 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-fun.el (gnus-face-properties-alist): New user option.
16016         (gnus-display-x-face-in-from): Use it.
16017
16018         * gnus-art.el (article-display-face): Ditto.
16019
16020         * compface.el (uncompface-use-external): Default to nil.
16021
16022 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16023
16024         * nntp.el (nntp-erase-buffer): New function.
16025         (nntp-retrieve-data, nntp-send-command)
16026         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16027         (nntp-possibly-change-group): Use it.
16028
16029         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16030         with-current-buffer.
16031
16032 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16033
16034         * compface.el: Merge the ELisp-based uncompface program.
16035         (compface): New customization group.
16036         (uncompface-use-external): New user option.
16037         (uncompface): Call uncompface-internal if uncompface-use-external
16038         is nil.
16039         (uncompface-internal): New function.  Note that there are also
16040         some other functions and variables added for this function.
16041
16042 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16043
16044         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16045         if necessary.
16046
16047 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         * spam-report.el (spam-report-unplug-agent)
16050         (spam-report-plug-agent, spam-report-deagentize)
16051         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16052         Add support for the Agent in spam-report: when unplugged, report to a
16053         file; when plugged, submit all the requests.
16054
16055         * spam.el (spam-register-routine): Fix message about
16056         registration.
16057
16058 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16059
16060         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16061         dependencies.
16062         (rfc2047-encode): Use it.
16063
16064         * gnus-art.el (gnus-button-marker-list): Move before first
16065         reference.
16066
16067         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16068         (imap-parse-body): Fix format string mismatch.
16069
16070         * gnus-score.el (gnus-summary-increase-score): do.
16071
16072         * nnrss.el (nnrss-close): New function.
16073
16074 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16075
16076         * nnrss.el (nnrss-make-filename): New function.
16077         (nnrss-request-delete-group, nnrss-read-server-data)
16078         (nnrss-save-server-data, nnrss-read-group-data)
16079         (nnrss-save-group-data): Use it.
16080         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16081         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16082         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16083
16084 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16085
16086         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16087
16088 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16089
16090         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16091         files.
16092
16093         * message.el (message-generate-headers-first): Don't quote nil
16094         and t in docstrings.
16095
16096         * imap.el (imap-id): do.
16097
16098         * gnus-agent.el (gnus-agent-consider-all-articles)
16099         (gnus-agent-queue-mail): do.
16100
16101 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * spam-report.el (spam-report-process-queue): New function.
16104         Process requests from `spam-report-requests-file'.
16105         (spam-report-process-queue): Doc fix.
16106
16107 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16108
16109         * spam.el (spam-register-routine)
16110         (spam-log-processing-to-registry, spam-log-registered-p)
16111         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16112         Change "check" to "spam-check" for semi-clarity.
16113
16114 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16115
16116         * pop3.el: Require nnheader.
16117
16118         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16119
16120         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16121
16122         * gnus-picon.el: Require cl.
16123
16124         * gnus-fun.el: Require gnus-ems and gnus-util.
16125
16126         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16127
16128         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16129
16130         * gnus-art.el (gnus-article-edit-mode): Define before first
16131         reference.
16132
16133 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16134
16135         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16136         (gnus-uu-post-encoded): Use point-at-bol.
16137
16138         * gnus-topic.el (gnus-group-active-topic-p): do.
16139
16140         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16141
16142         * gnus-group.el (gnus-group-kill-region): do.
16143
16144         * gnus-art.el (article-date-ut): do.
16145
16146         * message.el (message-fetch-field): Remove redundant
16147         case-fold-search binding.
16148         (message-narrow-to-field): Simplify.
16149
16150 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * spam.el (spam-directory): Derive from `gnus-directory'.
16153
16154         * spam-report.el (spam-report-url-to-file)
16155         (spam-report-requests-file): New function and variable for offline
16156         reporting.
16157         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16158         and user defined function.
16159         (spam-report-url-ping-mm-url): Remove doubled slash.
16160
16161 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16164
16165 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16166
16167         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16168         format string mismatch.
16169
16170         * sieve.el (sieve-deactivate-all): do.
16171
16172         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16173
16174         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16175
16176         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16177
16178         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16179
16180 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16181
16182         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16183         the list of checks.
16184
16185 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16186
16187         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16188         padding.
16189
16190 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16191
16192         * mm-view.el (mm-fill-flowed): New variable.
16193         (mm-inline-text): Use it.
16194
16195 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * spam.el (spam-spamassassin-register-ham-routine)
16198         (spam-spamassassin-register-spam-routine): Fix function names.
16199
16200 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus.el (gnus-tmp-grouplens): Remove.
16203         (gnus-summary-line-format): Remove grouplens.
16204
16205         * gnus-group.el (gnus-group-line-format): Ditto.
16206
16207         * gnus-spec.el (gnus-format-specs): Ditto.
16208         (gnus-update-format-specifications): Flush the group format spec
16209         cache if there's the grouplens stuff.
16210         (gnus-parse-simple-format): Replace %l with the empty string.
16211
16212 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16213
16214         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16215         omission.
16216
16217 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16220         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16221
16222 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16223
16224         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16225         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16226         New macros and functions.
16227         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16228         Handle > NLINK_MAX messages.
16229         * nnmaildir.el (nnmaildir-request-set-mark): Use
16230         nnmaildir--emlink-p and nnmaildir--eexist-p.
16231
16232 2004-01-25  Alex Schroeder  <alex@gnu.org>
16233
16234         * spam-stat.el (spam-stat-process-directory-age): New option.
16235         (spam-stat-process-directory): Use it.
16236
16237 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16238
16239         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16240         (spam-stat-save): Accept prefix argument.
16241
16242 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16243
16244         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16245         links" error.
16246
16247 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16250         the rest of the and/or forms.
16251
16252 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16253
16254         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16255         compatibility with old .newsrc.eld files.
16256
16257         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16258
16259         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16260
16261         * gnus-start.el (gnus-1): do.
16262
16263         * gnus-group.el (gnus-group-line-format-alist): do.
16264
16265         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16266
16267         * gnus-gl.el: Remove.
16268
16269 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16270
16271         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16272         marks consisting of a single range {for example, (3 . 5)} rather
16273         than a list of a single range { ((3 . 5)) }.
16274
16275 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16276
16277         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16278         with-current-buffer.
16279         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16280         avoid consing a string.
16281
16282         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16283         Remove obsolete entries for big5 and gb2312.
16284
16285 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16286
16287         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16288         uncompressed list.
16289
16290 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16291
16292         * spam-stat.el (spam-stat-strip-xref): New function.
16293         (spam-stat-process-directory): Use it.
16294
16295         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16296         here -- it's done in message-fetch-field.
16297
16298 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16299
16300         * gnus-agent.el (gnus-agent-queue-mail)
16301         (gnus-agent-prompt-send-queue): New variables.
16302         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16303         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16304         "nndraft:queue" along to gnus-draft-send.  Use
16305         gnus-agent-prompt-send-queue.
16306         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16307         is "nndraft:queue".  Suggested by Gaute Strokkenes
16308         <gs234@srcf.ucam.org>
16309
16310         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16311         (agent-enable-undownloaded-faces): Added.
16312         (gnus-agent-cat-groups): Use eval-and-compile, not
16313         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16314         method of gnus-agent-cat-groups even when the buffer has been
16315         evaled.
16316         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16317         delete gnus-agent-save-active-1.
16318         (gnus-agent-save-groups): Deleted.  Identical to
16319         gnus-agent-save-active.
16320         (gnus-agent-write-active): No longer adjust agent's copy of active
16321         file as agent's adjustments are now stored in their own
16322         file.  Removed optional parameter.
16323         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16324         servers.  Add use of min/max range limits from server's local
16325         file.
16326         (gnus-agent-save-alist): Removed unused optional argument.
16327         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16328         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16329         (gnus-agent-set-local): A per-server file that keeps min/max range
16330         limits for articles known to the agent.  Provides a fast mechanism
16331         for altering many active ranges.
16332         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16333         active file (local makes it unnecessary).
16334         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16335
16336         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16337         (agent-enable-undownloaded-faces): Added.
16338
16339         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16340         disable it when sending to "nndraft:queue".
16341         (gnus-group-send-queue): Add safety check to avoid sending queue
16342         when unplugged.
16343
16344         * gnus-group.el (gnus-group-catchup): Use new
16345         gnus-sequence-of-unread-articles, not
16346         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16347         numbers of articles.  Use gnus-range-map to avoid having to
16348         uncompress the unread list.
16349         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16350         Fixed invalid ange-ftp reference.
16351
16352         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16353         (gnus-sorted-range-intersection): Intersection of two ranges
16354         without requiring that they first be uncompressed.
16355
16356         * gnus-start.el (gnus-activate-group): Unless blocked by the
16357         caller, possibly expand the active range to include both cached
16358         and agentized articles.
16359         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16360         multiple version-dependent converters.
16361         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16362         gnus-agent-save-active.
16363         (gnus-save-newsrc-file): Save dirty agent range limits.
16364
16365         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16366         gnus-agent-possibly-alter-active.
16367         (gnus-adjust-marked-articles): Faster handling of simple lists.
16368
16369 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * spam-stat.el (spam-stat-test-directory): New optional argument
16372         displays a list of files detected.  Suggested by Andrew Cohen
16373         <cohen@andy.bu.edu>.
16374         (spam-stat-buffer-words-with-scores): Don't narrow and change
16375         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16376
16377 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16378
16379         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16380         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16381         (spam-spamassassin-arguments)
16382         (spam-spamassassin-spam-flag-header)
16383         (spam-spamassassin-positive-spam-flag-header)
16384         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16385         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16386         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16387         (spam-list-of-processors, spam-list-of-checks)
16388         (spam-list-of-statistical-checks, spam-registration-functions)
16389         (spam-check-spamassassin-headers, spam-check-spamassassin)
16390         (spam-spamassassin-score)
16391         (spam-spamassassin-register-with-sa-learn)
16392         (spam-spamassassin-register-spam-routine)
16393         (spam-spamassassin-register-ham-routine)
16394         (spam-assassin-register-spam-routine)
16395         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16396         (spam-bogofilter-score): Fix to show article before scoring.
16397
16398 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16399
16400         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16401         default scoring function.
16402         (spam-generic-score): Call spam-spamassassin-score if
16403         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16404         spam-bogofilter-score otherwise.
16405
16406         * gnus.el (spam-process, spam-autodetect-methods): Add
16407         spamassassin and spamassassin-headers.
16408
16409 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16410
16411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16412         Suppress unnecessary messages.
16413
16414 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16417         make-hash-table.
16418
16419 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * canlock.el (base64-encode-string): Don't autoload it.
16422
16423 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * run-at-time.el: Remove useless (require 'itimer),
16426         eval-and-compile and (featurep 'xemacs).
16427
16428 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16429
16430         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16431         GROUP is a virtual group.
16432
16433 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16434
16435         * gnus.el: Autoload `message-y-or-n-p'.
16436
16437 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16438
16439         * pgg-parse.el: Remove unnecessary (require 'custom).
16440
16441         * pgg-def.el: do.
16442
16443         * nnmail.el: do.
16444
16445         * gnus-undo.el: do.
16446
16447         * gnus-picon.el: do.
16448
16449         * gnus-util.el: do.
16450
16451 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16454
16455 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16458         handle, as well as a list.
16459
16460         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16461         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16462         (mm-w3m-cid-retrieve): Simplify.
16463
16464 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16465
16466         * message.el (message-kill-to-signature): Allow prefix arg to
16467         specify number of lines to keep before signature.
16468
16469 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16470
16471         * message.el (message-kill-to-signature): Change docstring.
16472
16473 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * canlock.el: Always require sha1-el.
16476         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16477
16478         * message.el: Autoload sha1 only when compiling.
16479
16480         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16481         eudc-expand-inline for XEmacs.
16482
16483 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * message.el (message-canlock-generate): Require sha1-el.
16486
16487 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16488
16489         * message.el (message-expand-name): Silence the byte compiler.
16490
16491         * lpath.el: Add detect-coding-system.
16492
16493         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16494         cus-edit.
16495
16496 2004-01-13  Simon Josefsson  <jas@extundo.com>
16497
16498         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16499         Invoke gnus-score-mode.  Reported by
16500         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16501
16502         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16503         Jim Blandy <jimb@redhat.com> (tiny change).
16504
16505 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16506
16507         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16508
16509 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * spam.el (spam-get-article-as-string): Update to use
16512         gnus-request-article-this-buffer, much simpler.
16513         (spam-get-article-as-buffer): Remove.
16514
16515 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16516
16517         * message.el (message-expand-name): Use EUDC if the user uses that.
16518
16519 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16520
16521         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16522         character for the encoding to avoid consing a string.
16523
16524         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16525         unnecessarily.
16526
16527         * mm-util.el (mm-replace-chars-in-string): Remove.
16528
16529         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16530         of mm-replace-chars-in-string.
16531
16532 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16535
16536         * mm-util.el (mm-subst-char-in-string): Support inplace.
16537
16538         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16539         a new string in every iteration.  Use shy groups.
16540
16541 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16542
16543         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16544         * gnus-soup.el (gnus-soup-group-brew):
16545         * gnus-msg.el (gnus-put-message):
16546         * gnus-move.el (gnus-group-move-group-to-server):
16547         * gnus-kill.el (gnus-batch-score):
16548         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16549         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16550         (gnus-group-update-group, gnus-group-read-group)
16551         (gnus-group-make-group, gnus-group-make-help-group)
16552         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16553         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16554         (gnus-group-sort-by-unread, gnus-group-catchup)
16555         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16556         (gnus-group-yank-group, gnus-group-set-info)
16557         (gnus-group-list-groups):
16558         * gnus.el (gnus-generate-new-group-name):
16559         * gnus-delay.el (gnus-delay-send-queue):
16560         * nnvirtual.el (nnvirtual-catchup-group):
16561         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16562         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16563         (gnus-group-prepare-topics, gnus-topic-check-topology):
16564         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16565         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16566         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16567         (gnus-group-make-articles-read):
16568         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16569         (gnus-group-change-level, gnus-kill-newsgroup)
16570         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16571         (gnus-get-unread-articles, gnus-make-articles-unread)
16572         (gnus-make-ascending-articles-unread): Use accessor
16573         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16574         to get group information for improved readability.
16575
16576
16577 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16578
16579         * gnus-art.el (article-decode-mime-words, article-babel)
16580         (gnus-article-highlight-signature, gnus-article-add-buttons)
16581         (gnus-signature-toggle): Use gnus-with-article-buffer.
16582
16583         * gnus-art.el (gnus-article-highlight-headers)
16584         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16585
16586         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16587         (gnus-article-set-globals, gnus-request-article-this-buffer)
16588         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16589         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16590         (gnus-mime-display-alternative): Use with-current-buffer.
16591
16592 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16595         also under 80 char limit, and call gnus-error if needed.
16596         (spam-fetch-article-header): Fix - it was a
16597         buffer-local variable (gnus-newsgroup-data).
16598         (spam-find-spam): Use spam-generate-fake-headers, forget about
16599         spam-insert-fake-headers.
16600         (spam-insert-fake-headers): Remove.
16601
16602 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16603
16604         * deuglify.el (gnus-article-outlook-unwrap-lines)
16605         (gnus-outlook-rearrange-article)
16606         (gnus-outlook-repair-attribution-outlook)
16607         (gnus-outlook-repair-attribution-block)
16608         (gnus-outlook-repair-attribution-other): Remove redundant
16609         save-excursion.
16610
16611 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16614         (spam-fetch-field-subject-fast)
16615         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16616         (spam-fetch-article-header): Add functions to deal with Gnus
16617         internals for fast retrieval of article header data.
16618         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16619
16620 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16621
16622         * pop3.el (pop3-md5): Remove.
16623         (pop3-apop): Replace pop3-md5 with md5.
16624
16625         * mm-bodies.el: base64 is always built-in.
16626
16627         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16628         with-current-buffer.
16629
16630 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * canlock.el (canlock-insert-header): Remove excessive grouping in
16633         regexp.
16634
16635         * gnus-sum.el (gnus-summary-read-document): Ditto.
16636
16637         * gnus-uu.el (gnus-uu-part-number): Ditto.
16638
16639         * html2text.el (html2text-remove-tags): Ditto.
16640         (html2text-format-tags): Ditto.
16641         (html2text-format-single-elements): Ditto.
16642
16643         * mml.el (mml-parse-1): Ditto.
16644
16645 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16648
16649         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16650
16651         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16652
16653         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16654
16655 2003-11-15  Simon Josefsson  <jas@extundo.com>
16656
16657         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16658         (pgg-gpg-lookup-key): Use regexp match instead of
16659         split-string (split-string is different between emacs 21.2 and
16660         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16661
16662 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16663
16664         * gnus-art.el (gnus-mime-view-all-parts)
16665         (gnus-article-part-wrapper, gnus-article-view-part): Use
16666         with-current-buffer.
16667
16668 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16669
16670         * spam.el (spam-disable-spam-split-during-ham-respool)
16671         (spam-spamoracle-database, spam-cache-lookups)
16672         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16673         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16674         (spam-group-ham-marks, spam-group-spam-marks)
16675         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16676         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16677         also add spam-use-blackholes to the statistical checks.
16678         (spam-fetch-field-fast): Add interface to fetching fields, may
16679         become a macro.
16680         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16681         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16682         (spam-insert-fake-headers): Fake an article when needed.
16683         (spam-find-spam): Fake article when possible.
16684         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16685         (spam-check-bogofilter-headers): Use message-fetch-field instead
16686         of nnmail-fetch-field.
16687
16688 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16691
16692 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * spam.el (spam-split): Do not require spam-use-CHECK to be
16695         enabled if that check is passed to spam-split explicitly; also
16696         fix so 'spam doesn't get converted to spam-split-group when
16697         spam-split-symbolic-return is t.
16698         (spam-find-spam): Find registrations of the article and use those
16699         instead of re-running spam-split to find the spam/ham
16700         classification of the article.
16701         (spam-log-processing-to-registry, spam-log-registered-p)
16702         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16703         Use gnus-error instead of gnus-message.
16704         (spam-log-registration-type): Add function to determine the
16705         classification of a message based on registry entries; will
16706         return nil if both 'spam and 'ham are found.
16707         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16708         a reasonably fast local cache without the loading errors.
16709         (spam-cache-lookups): Set to t by default.
16710         (spam-find-spam): Don't try to guess spam-cache-lookups.
16711         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16712         spam-caches entry.
16713         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16714         caching of whitelist/blacklist entries.
16715         (spam-check-whitelist, spam-check-blacklist): Invoke
16716         spam-from-listed-p with a type, not a cache variable.
16717         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16718
16719 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16720
16721         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16722
16723         * nnmail.el (nnmail-split-fancy): do.
16724
16725         * mml.el (mml-parse): do.
16726
16727         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16728         (gnus-score-adaptive): do.
16729
16730 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16733         (gnus-mime-button-map): Don't set keymap parent.
16734         (gnus-button-ctan-directory-regexp): Use shy grouping.
16735         (gnus-prev-page-map): Don't set keymap parent.
16736         (gnus-prev-page-map): Remove duplicated one.
16737         (gnus-next-page-map): Don't set keymap parent.
16738         (gnus-mime-security-button-map): Ditto.
16739
16740         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16741         version number.
16742
16743         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16744
16745 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * canlock.el (canlock-sha1-function): Remove.
16748         (canlock-sha1-function-for-verify): Remove.
16749         (canlock-openssl-program): Remove.
16750         (canlock-openssl-args): Remove.
16751         (canlock-ignore-errors): Remove.
16752         (canlock-sha1-with-openssl): Remove.
16753         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16754         (canlock-verify): Don't use canlock-ignore-errors.
16755
16756         * sha1-el.el (sha1-string-external): Make it can return a string
16757         in binary form.
16758         (sha1-region-external): Ditto.
16759         (sha1-string-internal): Ditto.
16760         (sha1-region-internal): Ditto.
16761         (sha1-region): Ditto.
16762         (sha1-string): Ditto.
16763         (sha1): Ditto.
16764
16765 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16766
16767         * spam.el (spam-report-articles-gmane): New command.
16768
16769 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16772
16773         * run-at-time.el (run-at-time-saved): Remove.
16774         (run-at-time): Doc fix.
16775
16776 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16779         (gnus-summary-limit-map): Add it.
16780         (gnus-summary-make-menu-bar): do.
16781
16782 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16783
16784         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16785         Make attempt at some caching support (done for BBDB only now).
16786         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16787         addresses to be checked.
16788         (spam-clear-cache-BBDB): Add function, to be invoked by
16789         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16790         (spam-check-BBDB): Check and use the caches, if
16791         spam-cache-lookups is on, remove superfluous (provide).
16792
16793 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16796
16797 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16798
16799         * run-at-time.el (run-at-time-saved): Move to after the definition
16800         of `run-at-time'.
16801
16802         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16803
16804 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16807         mm-w3m-local-map-property.
16808
16809         * mm-view.el (mm-w3m-mode-map): Remove.
16810         (mm-w3m-local-map-property): Remove.
16811         (mm-inline-text-html-render-with-w3m): Don't use
16812         mm-w3m-local-map-property.
16813
16814 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815
16816         * run-at-time.el: New file.
16817
16818         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16819         under Emacs.
16820
16821         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16822         of gnus-set-text-properties.
16823
16824         * gnus-uu.el (gnus-uu-save-article): Ditto.
16825
16826         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16827
16828         * gnus-cite.el (gnus-cite-parse): Ditto.
16829
16830         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16831         of gnus-.
16832
16833         * gnus-xmas.el (run-at-time): Require run-at-time.
16834
16835         * gnus.el: Changed calls to nnheader-run-at-time and
16836         password-run-at-time throughout to use run-at-time directly.
16837
16838         * password.el: Removed definition of run-at-time.
16839
16840         * nnheaderxm.el: Remove definition of run-at-time.
16841
16842 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16843
16844         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16845         in prompt.
16846
16847 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16848
16849         * messagexmas.el (message-xmas-redefine): Alias
16850         `message-make-caesar-translation-table' to
16851         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16852         version.
16853
16854         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16855         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16856         `gnus-xmas-set-text-properties'.
16857         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16858         `gnus-xmas-completing-read'.
16859         (gnus-xmas-completing-read): Removed.
16860         (gnus-xmas-open-network-stream): Removed.
16861
16862         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16863         XEmacs version.
16864
16865         * dns.el (dns-make-network-process): Use `open-network-stream'
16866         instead of `gnus-xmas-open-network-stream'.
16867
16868         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16869
16870         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16871
16872 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16873
16874         * gnus-art.el (gnus-mime-display-alternative)
16875         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16876         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16877         Don't use gnus-local-map-property.
16878
16879         * gnus-util.el (gnus-local-map-property): Remove.
16880
16881         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16882         gnus-completing-read-maybe-default with completing-read.
16883
16884         * gnus-util.el (gnus-completing-read): do.
16885         (gnus-completing-read-maybe-default): Remove.
16886
16887 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16888
16889         * password.el: Only autoload `run-at-time' if not XEmacs.
16890         Only autoload the itimer functions if XEmacs.
16891
16892 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16895         XEmacsen.
16896
16897         * dgnushack.el: Autoload executable-find for XEmacs.
16898
16899 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16900
16901         * gnus-art.el (gnus-read-string): Remove.
16902         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16903         read-string.
16904
16905 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16906
16907         * netrc.el: Autoload password-read.
16908         (netrc): Add configuration group.
16909         (netrc-encoding-method, netrc-openssl-path): Add
16910         variables for encoding and decoding of files with symmetric
16911         ciphers.
16912         (netrc-encode): Add assistant function to encode a file with
16913         netrc-encoding-method.
16914         (netrc-parse): Add interactive parameter, added optional
16915         decoding if netrc-encoding-method is non-nil but otherwise
16916         behavior is standard.
16917         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16918         Do s/encode/encrypt/ everywhere.
16919
16920         * spam.el: Remove executable-find autoload.
16921
16922 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16923
16924         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16925
16926         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16927
16928 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-art.el (gnus-treat-ansi-sequences)
16931         (article-treat-ansi-sequences): New variable and function.
16932         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16933
16934         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16935         Use it.
16936
16937 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16938
16939         * mm-util.el (mm-quote-arg): Remove.
16940
16941         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16942         shell-quote-argument.
16943
16944         * gnus-uu.el (gnus-uu-command): do.
16945
16946         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16947
16948         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16949         with make-char.
16950
16951         * mm-util.el (mm-make-char): Remove.
16952
16953         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16954         add-minor-mode.
16955
16956         * gnus-undo.el (gnus-undo-mode): do.
16957
16958         * gnus-topic.el (gnus-topic-mode): do.
16959
16960         * gnus-sum.el (gnus-dead-summary-mode): do.
16961
16962         * gnus-start.el (gnus-slave-mode): do.
16963
16964         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16965
16966         * gnus-ml.el (gnus-mailing-list-mode): do.
16967
16968         * gnus-gl.el (gnus-grouplens-mode): do.
16969
16970         * gnus-draft.el (gnus-draft-mode): do.
16971
16972         * gnus-dired.el (gnus-dired-mode): do.
16973
16974         * gnus-ems.el (gnus-add-minor-mode): Remove.
16975
16976         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16977         Replace gnus-char-width with char-width.
16978
16979         * gnus-ems.el (gnus-char-width): Remove.
16980
16981         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16982         Replace gnus-char-width with char-width.
16983
16984         * gnus-ems.el (gnus-char-width): Remove.
16985
16986         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16987         definition.
16988         Remove Emacs 20 hash table compatibility code.
16989
16990         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16991         20 compatibility code.
16992
16993         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16994
16995         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16996
16997         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16998         with point-at-{eol,bol}.
16999
17000         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17001
17002         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17003
17004         * flow-fill.el (fill-flowed-point-at-bol)
17005         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17006
17007         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17008         Replace with point-at-{eol,bol} throughout all files.
17009
17010 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * ntlm.el (ntlm-string-as-unibyte): New macro.
17013         (ntlm-build-auth-response): Use it.
17014
17015         Remove Emacs 20 stuff:
17016         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17017         (butlast, mapc, remove): Remove the compiler macros.
17018         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17019         of delq and copy-sequence.
17020         * gnus-art.el (popup-menu): Remove the compiler macro.
17021         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17022         Emacs 20.
17023
17024 2004-01-05  Simon Josefsson  <jas@extundo.com>
17025
17026         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17027         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17028         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17029         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17030         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17031         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17032         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17033         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17034         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17035         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17036         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17037         string-xor into ntlm-string-xor.  Suggested by
17038         Jesper Harder <harder@myrealbox.com>.
17039
17040         * ntlm.el: Don't include poem.
17041
17042         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17043         Jesper Harder <harder@myrealbox.com>.
17044
17045         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17046
17047         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17048         probably breaks emacs with DL patch, but do we care? Is anyone
17049         still using the DL stuff?)
17050
17051         * sieve-manage.el: Use the password package.
17052         (sieve-manage-read-passwd): Remove.
17053         (sieve-manage-interactive-login): Use password.  Re-add
17054         condition-case around loop.
17055
17056         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17057         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17058         the password package.
17059
17060 2003-02-19  Simon Josefsson  <jas@extundo.com>
17061
17062         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17063         token.
17064
17065 2002-08-07  Simon Josefsson  <jas@extundo.com>
17066
17067         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17068         (sieve-manage-authenticators):
17069         (sieve-manage-authenticator-alist): Add some SASL mechs.
17070         (sieve-sasl-auth): New function.
17071         (sieve-manage-cram-md5-auth):
17072         (sieve-manage-plain-auth): Rewrite using SASL library.
17073         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17074         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17075         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17076         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17077
17078 2004-01-05  Simon Josefsson  <jas@extundo.com>
17079
17080         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17081         New files.
17082
17083 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084
17085         * gnus-group.el (gnus-no-groups-message): Update.
17086
17087         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17088
17089 2003-11-09  Simon Josefsson  <jas@extundo.com>
17090
17091         * imap.el: Support for ID IMAP extension (RFC 2971).
17092         (imap-local-variables): Add imap-id.
17093         (imap-id): New variable.
17094         (imap-id): New function.
17095         (imap-parse-response): Parse untagged ID response.
17096         * nnimap.el (nnimap-id): New variable.
17097         (nnimap-open-connection): Use it.
17098
17099 2003-12-28  Simon Josefsson  <jas@extundo.com>
17100
17101         * gnus-score.el (gnus-score-edit-all-score): New.
17102         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17103
17104 2004-01-04  Simon Josefsson  <jas@extundo.com>
17105
17106         * password.el: Add.
17107
17108 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17109
17110         * dns.el (dns-query-types): Fix typo.
17111         (dns-query-types): New function.
17112         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17113         PTR and SOA replies, see RFC 1035.
17114
17115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17118
17119         * Moved to Changelog.2.
17120
17121 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * gnus.el (gnus-version-number): Bump version.
17124
17125 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17126
17127         * gnus.el: No Gnus v0.1 is released.
17128
17129 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17130
17131         * gnus.el: No Gnus v0.0 is released.
17132
17133 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17134
17135         * gnus.el (gnus-version-number): Bump.
17136         (gnus-version): No.
17137
17138 See ChangeLog.2 for earlier changes.
17139
17140     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17141       Free Software Foundation, Inc.
17142
17143   This file is part of GNU Emacs.
17144
17145   GNU Emacs is free software: you can redistribute it and/or modify
17146   it under the terms of the GNU General Public License as published by
17147   the Free Software Foundation, either version 3 of the License, or
17148   (at your option) any later version.
17149
17150   GNU Emacs is distributed in the hope that it will be useful,
17151   but WITHOUT ANY WARRANTY; without even the implied warranty of
17152   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17153   GNU General Public License for more details.
17154
17155   You should have received a copy of the GNU General Public License
17156   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17157
17158 ;; Local Variables:
17159 ;; coding: utf-8
17160 ;; fill-column: 79
17161 ;; add-log-time-zone-rule: t
17162 ;; End: