cbbaff37a6fadb5bc594a6b11a7889888f0fa3f3
[gnus] / lisp / ChangeLog
1 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4         since some servers don't like it.
5         (nnimap-open-connection): Forget credentials if the server says the
6         password was wrong.
7         (nnimap-parse-line): Protect against invalid data.
8
9         * gnus-sum.el (gnus-summary-move-article): Add comment.
10         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11         nothing alters it while scanning for new messages.
12
13         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
14         which may or may not help.
15         (nnimap-open-connection): If we're doing a stream connection, and then
16         discover we're on a STARTTLS-capable server, then open a STARTTLS
17         connection instead.
18
19 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
20
21         * sieve-manage.el (sieve-manage-default-stream): Make default stream
22         customizable.
23
24 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * nnimap.el (utf7): Required.
27
28         * message.el (message-cite-prefix-regexp): Remove "}" from citation
29         prefix.
30
31 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
32
33         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
34
35 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * nnimap.el (nnimap-request-accept-article): Message the error on
38         error.
39
40 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
43
44 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
45
46         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
47         handing broken links to browse-url.
48
49 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * nndoc.el (nndoc-request-list): Return success always.
52
53         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
54         `fetch-old' -- we only want to fetch the articles we've requested.  The
55         rest are in the agent, probably.
56         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
57         disappeared server" to something low.  It's not important.
58
59         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
60         arrived before the FETCH data.
61
62         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
63         target here, because we don't know the Gnus name of the group.
64
65         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
66         for the correct group.
67
68         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
69
70         * gnus.el (gnus): Give a final warning after startup.
71
72         * gnus-util.el (gnus-action-message-log): New variable.
73         (gnus-message): Use it.
74         (gnus-final-warning): New function.
75
76         * nnimap.el (nnimap-open-connection): Record the greeting.
77         (nnimap): Add greeting.
78
79 2010-09-26  Julien Danjou  <julien@danjou.info>
80
81         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
82         arguments.
83         (gnus-html-wash-images): Fix spec computing to include start/end.
84
85         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
86
87 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
90         deletion.
91         (nnimap-retrieve-headers): Don't select the group, because that's
92         already done by nnimap-possibly-change-group.
93
94         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
95         (gnus-picon-transform-address): Use it.
96
97         * mail-source.el (mail-source-value): Revert previous patch.
98
99         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
100         on failure.
101         (nnimap-open-connection): Look up both virtual and physical server name
102         credentials.
103
104         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
105
106 2009-02-07  Dave Love  <fx@gnu.org>
107
108         * tls.el (open-tls-stream): Don't query killing process.
109
110 2009-02-08  Dave Love  <fx@gnu.org>
111
112         * gnus-win.el (gnus-window-to-buffer-helper,
113         gnus-all-windows-visible-p): Function needn't be a symbol.
114
115         * mail-source.el (mail-source-value): Function needn't be a symbol.
116
117 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * message.el (message-cite-prefix-regexp): Remove } from the cite
120         prefix.
121
122         * gnus-art.el (gnus-treatment-function-alist): Do picons before
123         highlight again, so that the highlight is correct.
124
125         * gnus-picon.el (gnus-picon): Remove again.
126         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
127
128         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
129         doing the header highlightling, so that the background colour of the
130         picon is correct.
131
132         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
133         (gnus-picon): Ditto.
134         (gnus-picon): Reinstate.  The background colour for picons is white.
135         (gnus-picon-insert-glyph): Make the background white.
136
137         * nnml.el (nnml-open-nov): Don't return dead buffers.
138
139         * auth-source.el (auth-source-create): Query the user for whether to
140         store the credentials.
141
142         * netrc.el (netrc-store-data): New function.
143
144         * auth-source.el (auth-source-user-or-password): Use the existing auth
145         sources, if any, for creation.
146
147         * gnus.el (gnus-group-fast-parameter): Return the last matching
148         parameter instead of the first matching parameter.
149
150 2010-09-26  Julien Danjou  <julien@danjou.info>
151
152         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
153
154 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * mml2015.el (mml2015-use): Remove gpg support.
157
158         * mml1991.el (mml1991-function-alist): Remove gpg function.
159         (mml1991-gpg-sign): Removed.
160
161 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
162
163         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
164         (gnus-browse-unsubscribe-current-group): Document it.
165         (gnus-browse-unsubscribe-group): Use it.
166
167 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
170         address to the To list for easier response.
171
172         * gnus.el (gnus-play-startup-jingle): Removed.
173         (gnus-splash): Don't play jingle.
174         (gnus): Silence gnus-load message.
175
176         * gnus-art.el (gnus-treat-play-sounds): Removed.
177
178         * gnus.el (gnus-play-jingle): Remove audio support.
179
180         * gnus-cus.el (gnus-score-customize): Remove audio reference.
181
182         * earcon.el: Removed -- no users.
183
184         * gnus-audio.el: Removed -- no users of this package.
185
186         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
187
188         * gnus-start.el (gnus-setup-news): Remove nocem support.
189
190         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
191
192         * gnus.el (gnus-use-nocem): Removed.
193
194         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
195         Removed.
196
197         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
198         uses NoCeM any more.
199
200         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
201         (gnus-button-ctan-handler): Ditto.
202         (gnus-button-handle-ctan-bogus-regexp): Ditto.
203         (gnus-button-ctan-directory-regexp): Ditto.
204         (gnus-button-handle-ctan): Ditto.
205         (gnus-button-tex-level): Ditto.
206         (gnus-button-alist): Removed CTAN stuff.
207
208 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
211         nnimap-streaming test.
212
213         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
214         servers twice.
215
216         * nnimap.el (nnimap-open-connection): Add more error reporting when
217         nnimap fails early.
218
219         * nnheader.el (nnheader-get-report-string): New function.
220         (nnheader-get-report): Use it.
221
222         * gnus-int.el (gnus-check-server): Say what the error was when opening
223         failed.
224
225         * nnimap.el (nnimap-wait-for-response): Search further when we're not
226         using streaming.
227
228 2010-09-25  Julien Danjou  <julien@danjou.info>
229
230         * gnus-html.el (gnus-html-rescale-image): Use our defalias
231         gnus-window-inside-pixel-edges.
232
233 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
236
237         * mm-decode.el (mm-save-part): Allow saving to other directories the
238         normal Emacs way.
239
240         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
241         by Jay Berkenbilt.
242
243         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
244         there isn't a single byte.
245
246         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
247         just do it.  It doesn't really seem to matter what the user responds
248         here, I think, so it's just a confusing question.
249
250         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
251         non-streaming case.
252
253         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
254         (gnus-article-encrypt-body): Use it.
255
256         * gnus-sum.el (gnus-summary-show-complete-article): New command and
257         keystroke.
258
259         * nnimap.el (nnimap-find-wanted-parts-1): Use
260         gnus-fetch-partial-articles.
261
262         * gnus-art.el (gnus-fetch-partial-articles): New variable.
263
264         * nnimap.el (nnimap-insert-partial-structure): New function.
265         (nnimap-get-partial-article): New function.
266         (nnimap-request-article): Use it.
267         (nnimap-wait-for-response): Return whether the wait was successful.
268         (nnimap-finish-retrieve-group-infos): Don't do anything if the
269         retrieval wasn't successful.
270         (nnimap-retrieve-group-data-early): Allow throttling servers.
271         (nnimap-streaming): New variable.
272         (nnimap-fetch-partial-articles): Removed.
273
274         * mm-decode.el (mm-with-part): Protect against killed buffers.
275
276         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
277         for prettier summary display.
278
279 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
280
281         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
282         directly.
283
284 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
287         apparently third-party libraries depend on it.
288
289         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
290         before starting negotiation.
291
292         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
293         privacy reasons.
294         (gnus-treat-mail-gravatar): Ditto.
295
296         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
297         buffer when inserting images.  Inserting text into the headers, for
298         instance, can make them invalid.
299
300 2010-09-25  Julien Danjou  <julien@danjou.info>
301
302         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
303         variables.
304
305         * nnheader.el: Remove useless variables news-reply-yank-from and
306         news-reply-yank-message-id.
307
308         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
309         variables.
310
311         * mml1991.el: Remove useless mml1991-verbose.
312
313         * gnus.el: Remove useless variable gnus-use-generic-from.
314         Remove obsolete variable gnus-topic-indentation.
315
316         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
317
318         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
319
320         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
321
322         * gnus-group.el: Remove useless gnus-group-icon-cache.
323         Remove useless gnus-ephemeral-group-server.
324
325         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
326
327         * mml2015.el: Remove useless mml2015-verbose.
328
329         * mml-smime.el: Remove useless mml-smime-verbose.
330
331         * gnus.el: Remove useless gnus-local-domain.
332
333         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
334         gnus-gravatar-size.
335
336         * gnus-art.el: Remove useless gnus-treat-translate.
337
338 2010-09-24  Julien Danjou  <julien@danjou.info>
339
340         * gnus-sum.el: Add support for Gravatars.
341
342         * gnus-art.el: Add support for Gravatars.
343
344         * gnus-gravatar.el: Add this file.
345
346         * gravatar.el: Add this file.
347
348 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
351
352         * gnus-group.el (gnus-group-fetch-faq): Removed.
353
354         * gnus.el (gnus-group-faq-directory): Removed.
355
356         * gnus-group.el (gnus-group-fetch-charter): Removed.
357
358         * gnus.el (gnus-group-charter-alist): Removed.
359
360         * gnus-group.el (gnus-group-archive-directory): Removed.
361         (gnus-group-recent-archive-directory): Ditto.
362         (gnus-group-make-archive-group): Removed.
363
364         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
365
366         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
367         use the same article number for all the cached articles.
368
369         * nnimap.el (nnimap-command): Register the last command time so
370         that we can use it for idling NOOPs.
371         (nnimap-open-connection): Start the keeplive timer.
372         (nnimap-make-process-buffer): Store all the process buffers.
373         (nnimap-keepalive): New function.
374
375         * starttls.el: (starttls-open-stream): Add autoload cookie.
376
377 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
378
379         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
380         handling.
381
382 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
385         its data structures.
386
387         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
388         instead of the cl.el copy-list.
389         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
390         equalp.
391
392 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
395         and tool-bar-local-item-from-menu.
396
397         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
398         mode-line-highlight face for Emacs.
399
400         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
401         loading gnus-sum.elc; fix comment for canlock-verify.
402         (gnus-article-jump-to-part): Use read-number.
403         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
404         Emacs pre-21 compatible code for help-echo.
405         (gnus-article-next-page-1): No need to adjust the number of lines.
406         (gnus-article-describe-bindings): Always use help-buffer.
407
408         * gnus-audio.el (gnus-audio-inline-sound)
409         * gnus-cus.el (gnus-custom-mode)
410         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
411
412         * gnus-sum.el (gnus-remove-overlays): Doc fix.
413
414         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
415         compatible code.
416
417 2010-09-24  Glenn Morris  <rgm@gnu.org>
418
419         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
420         visiting the fcc file in rmail-mode.
421
422         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
423
424 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * nnir.el: Silence the byte compiler.
427
428         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
429         alias to browse-url-url-encode-chars if any.
430         (gnus-html-encode-url): Use it.
431
432 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-start.el (gnus-use-backend-marks): New variable.
435         (gnus-get-unread-articles-in-group): Use it.
436
437         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
438         makeover.
439
440 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
441
442         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
443
444 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
447         Removed.
448         (gnus-setup-news-hook): Removed
449         gnus-fixup-nnimap-unread-after-getting-new-news.
450
451         * gnus-int.el (gnus-request-update-info): Protect against backends not
452         having the function.
453
454         * nnimap.el (nnimap-stream): Mention starttls.
455         (nnimap-open-connection): Add starttls support.
456
457 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
458
459         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
460
461 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
464         BODYSTRUCTUREs.
465         (nnimap-transform-headers): Unfold quoted {42} headers.
466
467         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
468         the info.
469         (gnus-get-unread-articles): Only call updatep on backends that support
470         it.
471
472         * nnweb.el (nnweb-request-update-info): NOOP.
473
474         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
475
476         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
477         since it only deals with marks.
478
479         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
480         gnus-request-marks, and make a new gnus-request-update-info.
481
482         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
483         the active instead of the high number, which is usually too low.
484
485 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
486
487         * netrc.el (netrc-parse): Remove encrypt.el mentions.
488         * encrypt.el: Removed.
489
490 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
493         server in symbolic form.
494
495         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
496         0.9.
497
498 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
501         (nnimap-update-info): Fix up code slightly.
502
503         * gnus-int.el (gnus-open-server): Add tracing for performance
504         debugging.
505
506         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
507         (gnus-group-insert-group-line): Pass the real group name so that it
508         gets the right data.
509
510         * gnus-start.el (gnus-get-unread-articles): Don't have
511         `gnus-get-unread-articles-in-group' update info, since that can be
512         really slow and doesn't seem to be needed?
513
514 2010-09-22  Dan Christensen  <jdc@uwo.ca>
515
516         * time-date.el (date-to-time): Try using parse-time-string first before
517         using the slower timezone-make-date-arpa-standard.
518
519 2010-09-22  Julien Danjou  <julien@danjou.info>
520
521         * gnus-group.el (gnus-group-insert-group-line): Call
522         gnus-group-highlight-line.
523         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
524         default hook list.
525         (gnus-group-update-eval-form): Add new function.
526         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
527         (gnus-group-get-icon): Use gnus-group-update-eval-form.
528
529 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
532         immediate, then expire all articles.
533         (nnimap-update-info): Fix off-by-one errors.
534         (nnimap-flags-to-marks): Would return no marks lists for group with no
535         flags.  Instead return the other data.
536
537 2010-09-22  Julien Danjou  <julien@danjou.info>
538
539         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
540         Only return an icon.
541         (gnus-group-insert-group-line): Compute icon to return.
542
543         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
544         variable.
545         (gnus-html-image-fetched): Only cache if
546         gnus-html-image-automatic-caching is set.
547         (gnus-html-image-fetched): Check for errors.
548
549 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
552         once per method on `g'.  This ensures that backends like nnfolder don't
553         open all their folders.
554
555         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
556         (nnimap-request-list): Nix out group in the correct buffer.
557         (nnimap-parse-flags): Implement by using `read' instead of
558         hand-parsing.
559         (nnimap-flags-to-marks): Pass on permanent-flags.
560         (nnimap-make-process-buffer): Record the server name.
561         (nnimap-parse-flags): Fix typo.
562         (nnimap-request-scan): Run split on the server in general, not just a
563         single group.
564
565         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
566         parameter, and propagate this downwards.
567
568         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
569         since EXAMINE changes it on the server.
570
571         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
572         this command might take a while.
573
574 2010-09-22  Julien Danjou  <julien@danjou.info>
575
576         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
577         harmful if you have 2 images side-by-side, they can't be properly
578         update on text deletion.  Using text-property is safer here.
579         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
580         data.
581
582 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnimap.el (nnimap-expunge-inbox): Removed.
585         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
586         (nnimap-expunge): Flip default to t.
587
588         * gnus.el (gnus-method-to-server): Don't push things to the cache
589         unless it's unique.
590         (gnus-server-to-method): Ditto.
591
592 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
595
596 2010-09-22  Julien Danjou  <julien@danjou.info>
597
598         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
599         get the start of data.
600         (gnus-html-encode-url): Add this function to encode special chars in
601         URL.
602         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
603         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
604
605         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
606         default.
607         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
608
609         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
610         images alt-text.
611         (gnus-html-put-image): Put alt-text as help-echo.
612
613 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
616         * mm-util.el (mm-decompress-buffer)
617         * nnir.el (nnir-run-find-grep)
618         * pop3.el (pop3-list): Use 3rd arg of split-string.
619
620         * time-date.el (format-seconds): Comment fix.
621
622         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
623         and byte-optimize-form-code-walker.
624         (dgnushack-make-auto-load): Don't advise make-autoload.
625
626         * lpath.el: Remove Emacs 21 stuff.
627
628 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
631         outside the active range.  Suggested by Dan Christensen.
632
633         * gnus-start.el (gnus-get-unread-articles): Get the extended method
634         slightly later to avoid double-getting it.
635
636         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
637         previous patch.
638
639         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
640
641 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
642
643         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
644
645 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-int.el (gnus-open-server): Give a better error message in the
648         "go offline" case.
649
650         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
651         marks for nnimap, which is seldom the right thing to do.
652
653         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
654         (gnus-same-method-different-name): New function.
655
656         * nnimap.el (parse-time): Require.
657
658         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
659         method in the presence of many similar methods.
660
661         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
662
663         * nnimap.el (nnimap-find-expired-articles): Don't refer to
664         nnml-inhibit-expiry.
665
666         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
667         find out whether methods are equal.
668
669         * nnimap.el (nnimap-find-expired-articles): New function.
670         (nnimap-process-expiry-targets): New function.
671         (nnimap-request-move-article): Request the article before looking at
672         what the Message-ID is.  Fix found by Andrew Cohen.
673         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
674
675         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
676         for oldness in addition to being a predicate.
677
678         * nnimap.el (nnimap-request-group): When we have zero articles, return
679         the right data to Gnus.
680         (nnimap-request-expire-articles): Only delete articles immediately if
681         the target is 'delete.
682
683         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
684         method, this would bug out.
685
686         * gnus-group.el (gnus-group-expunge-group): Renamed from
687         gnus-group-nnimap-expunge, and implemented as a normal interface
688         function.
689
690         * gnus-int.el (gnus-request-expunge-group): New function.
691
692         * nnimap.el (nnimap-request-create-group): Implement.
693         (nnimap-request-expunge-group): New function.
694
695 2010-09-21  Julien Danjou  <julien@danjou.info>
696
697         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
698         (gnus-html-cache-expired): Add new function.
699         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
700         wethever we should display image for fetch it.
701         Compute alt-text earlier to pass it to the fetching function too.
702         (gnus-html-schedule-image-fetching): Change function argument to only
703         get one image at a time, not a list.
704         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
705         cache.
706         (gnus-html-get-image-data): New function to retrieve image data from
707         cache.
708         (gnus-html-put-image): Change buffer argument to use image data rather
709         than file, and place image above region rather than inserting a new
710         one. Do not take alt-text as argument, since it's useless now: we place
711         the image above alt-text.
712         (gnus-html-prune-cache): Remove.
713         (gnus-html-show-images): Start to fetch image when we find one, do not
714         push into a temporary list.
715         (gnus-html-prefetch-images): Only fetch image if they have expired.
716         (gnus-html-browse-image): Fix, use 'gnus-image-url.
717         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
718
719 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
722
723 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
726         spec inser "*" if the group isn't active instead of 0.
727
728         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
729         opening the server.
730         (nnimap-request-delete-group): Implement group deletion.
731         (nnimap-transform-headers): Return the size of the entire message in
732         the Bytes header, not just the size of the first part.
733         (nnimap-request-move-article): When moving an article from nnimap,
734         request the article first so the accepting form has an article to
735         accept.  Reported by Dan Christensen.
736         (nnimap-command): Make sure that the error message doesn't error out.
737
738 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
739
740         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
741         we haven't requested anything.
742
743 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
746         "".  Fix found by Andrew Cohen.
747
748         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
749         instead of -encode-string.
750
751 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
754
755         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
756         by mm-subst-char-in-string.
757
758 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
761         waiting for the connection string.
762
763         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
764         arriving.
765
766         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
767         bogus characters.  This allows selecting certain Gmail groups.
768
769         * nnimap.el (nnimap-find-wanted-parts-1): New function.
770         (nnimap-fetch-partial-articles): New variable.
771         (nnimap-open-connection): When looking for credentials, also use the
772         nnimap-server-port.
773         (nnimap-request-article): Return the group/article number, so that Gnus
774         `^' works as expected.
775         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
776         them.
777
778         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
779         comments.
780         (gnus-methods-sloppily-equal): New function.
781         (gnus): When using the development version of Gnus, load the gnus-load
782         file.
783
784         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
785         `gnus-open-server' on each method before trying to scan them etc.  This
786         ensures that all the backend parameters are set correctly.
787
788         * nnimap.el (nnimap-authenticator): New variable.
789         (nnimap-open-connection): Allow anonymous login.
790         (nnimap-transform-headers): The chars header is called Chars not
791         Bytes.
792         (nnimap-wait-for-response): Don't infloop if the IMAP connection
793         drops.
794
795         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
796         patch, found by Knut Anders Hatlen.
797
798 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
799
800         * gnus-agent.el (gnus-agent-batch-confirmation)
801         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
802         to gnus-message.
803         * gnus-art.el (gnus-article-describe-briefly): Likewise.
804         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
805         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
806         * gnus-int.el (gnus-open-server): Likewise.
807         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
808         (gnus-score-check-syntax): Likewise.
809         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
810         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
811         Likewise.
812         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
813
814 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
817         calling conventions so that prefetch doesn't bug out.
818
819 2010-09-19  Julien Danjou  <julien@danjou.info>
820
821         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
822         rather than `subst-char-in-region' in order to be able to replace ASCII
823         char by UTF-8 ones.
824
825         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
826         than curl.
827         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
828         the right URL and ALT text on images.
829         (gnus-html-wash-tags): Fix tag case.
830         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
831         (gnus-article-html): Add -o display_ins_del=2 option.
832         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
833
834 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
837         the extra mail headers, which sometimes seem to happen for unknown
838         reasons.
839
840         * mail-parse.el (mail-header-encode-parameter): Define as
841         rfc2045-encode-string instead of as rfc2231-encode-string, since some
842         (or most, perhaps?) mail readers don't understand the latter, but do
843         understand the former.
844
845         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
846         to nil, so that no methods are automatically agentized.  I think this
847         is probably what most users want.
848
849         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
850         from url-retrieve, for instance about invalid URLs.
851
852         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
853         groups that have no articles.
854         (nnimap-request-article): Check that we really got an article when we
855         requested one.
856
857         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
858         doesn't exist.
859
860         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
861         nntp buffer so the agent can save it.
862         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
863         that CRLF doesn't get translated to \n.
864         (nnimap-open-connection): Don't make 'shell commands only send \n.
865
866 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
867
868         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
869         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
870         Update var name.
871         (nnml-generate-nov-file): Use dolist.
872         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
873         Use with-current-buffer.
874
875 2010-09-18  Julien Danjou  <julien@danjou.info>
876
877         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
878         parallel.
879
880 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * nnimap.el (nnimap-update-info): When doing partial marks update, get
883         the range update right.
884         (nnimap-request-group): Don't make `M-g' bug out on group with no
885         marks.
886         (nnoo): Required, so that other packages can require nnimap.
887         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
888         command we're looking for.  This helps when the server sends more
889         responses after we've gotten everything we expected.
890         (nnimap): Add a `newlinep' field to keep track of end-of-line
891         conventions.
892         Don't send CRLF to things that don't want it.
893         (nnimap-request-accept-article): Ditto.
894
895 2010-09-18  Julien Danjou  <julien@danjou.info>
896
897         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
898         than curl to retrieve images.
899
900 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * nnimap.el (nnimap-update-info): Extend the info so that we can set
903         the marks.
904         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
905         (nnimap-wait-for-connection): New function.
906         (nnimap-open-connection): If we have PREAUTH, don't query for login
907         credentials.
908         (nnimap-update-info): Fix off-by-one error when concatenating ranges
909         when doing a partial update.
910
911 2010-09-18  Julien Danjou  <julien@danjou.info>
912
913         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
914         tags.
915
916 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * nnimap.el (nnimap-credentials): New function.
919         (nnimap-open-connection): Use the new function to look for credentials
920         also on the numeric equivalents of "imap" and "imaps".
921
922         * gnus-start.el (gnus-activate-group): Send the info to
923         gnus-request-group.
924
925         * nnimap.el (nnimap-request-group): Have the "check" version of the
926         function parse flags and update the info, so that a `M-g' get a total
927         resync of all flags from the group.
928
929         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
930         to allow backends to alter the info on group selection.  Also alter all
931         the backend -request-group functions to take the parameter.
932
933         * nnimap.el (nnimap-store-info): New function.
934         (nnimap-update-info): Store the info for later usage.
935         (nnimap-request-group): Use the stored info for the dont-check case, so
936         that we don't retrieve all marks when we enter a group.
937
938         * nnimap.el: Use deffoo instead of defun for interface functions.
939
940         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
941         update the group info.  This makes the nndraft groups, for instance, go
942         back to their old behaviour.
943
944         * gnus-sum.el (gnus-select-newsgroup): Indent.
945
946         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
947         in.
948         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
949         nothing.
950
951         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
952         from methods that are denied.
953
954         * gnus-int.el (gnus-method-denied-p): New function.
955
956         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
957         store the password instead of netrc.
958         (nnimap-open-connection): Don't error out when we can't make a
959         connections.
960
961         * auth-source.el (auth-source-create): In the password prompt, say what
962         we're querying for.  Also prompt for user name if that hasn't been
963         given.
964
965         * nnimap.el (nnimap-with-process-buffer): Removed.
966
967 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
970         method when we're reading from the agent.
971
972         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
973
974         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
975         that's probably most useful for users.
976
977         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
978         "failed" all the time.
979
980         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
981         ...)) with (with-current-buffer ... ).
982
983         * nntp.el (nntp-open-server): Return whether the open was successful or
984         not.
985
986         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
987         select an unread unseen article first.
988
989         * nnimap.el (nnimap-open-connection): If the user doesn't have a
990         /etc/services, supply some sensible port defaults.
991
992         * dgnushack.el: Define netrc-credentials.
993
994 2010-09-17  Julien Danjou  <julien@danjou.info>
995
996         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
997
998 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
999
1000         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1001         doesn't have any parameters.
1002
1003 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1006         only upcased checks.
1007
1008         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1009
1010         * nnimap.el (nnimap-open-shell-stream): New function.
1011         (nnimap-open-connection): Use it.
1012         (nnimap-transform-headers): Get the number of lines in each message.
1013         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1014         number of lines.
1015         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1016         problem.
1017
1018         * utf7.el (utf7-encode): Autoload.
1019
1020         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1021         to allow the mail splitting to not return a default group.  This is
1022         useful for nnimap, which will leave unmatched mail in the inbox.
1023
1024         * nnimap.el: Rewritten.
1025
1026         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1027         nnimap usage.
1028
1029         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1030         if the move is internal, so that nnimap can do fast internal moves.
1031
1032         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1033         data.
1034         (gnus-read-active-for-groups): Support finishing the early retrieval of
1035         data.
1036
1037         * gnus-range.el (gnus-range-nconcat): New function.
1038
1039         * gnus-int.el (gnus-finish-retrieve-group-infos)
1040         (gnus-retrieve-group-data-early): New functions.
1041
1042 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1043
1044         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1045         (nnrss-retrieve-groups):
1046         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1047         (pop3-quit): Use with-current-buffer.
1048
1049 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1052         instead of nnheader-accept-process-output.
1053
1054         * dgnushack.el (dgnushack-compile): Add comment.
1055
1056         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1057
1058         * gnus-html.el (gnus-html-schedule-image-fetching)
1059         (gnus-html-prefetch-images): Replace process-kill-without-query by
1060         gnus-set-process-query-on-exit-flag.
1061
1062 2010-09-16  Romain Francoise  <romain@orebokech.com>
1063
1064         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1065
1066 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1069         parameter to unintern is mandatory-ish in Emacs 24.
1070
1071         * gnus-html.el (gnus-html-schedule-image-fetching)
1072         (gnus-html-prefetch-images): Check for curl before using it.
1073
1074         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1075         depend on curl, which isn't essential.
1076
1077         * imap.el: Revert back to version
1078         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1079         seem problematic.
1080
1081 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1082
1083         * gnus-registry.el (gnus-registry-install-shortcuts):
1084         Explicitly pass `obarray' to `unintern' to avoid a warning.
1085
1086 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1089         change.
1090
1091         * nnrss.el (nnrss-request-list): Removed this function and related
1092         functions, including the moreover stuff.
1093
1094 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nnrss.el (nnrss-retrieve-groups): New function.
1097
1098 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1099
1100         * .dir-locals.el: Add no-byte-compile cookie.
1101
1102 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * time-date.el (format-seconds): Comment fix.
1105
1106         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1107         for back end that doesn't support request-scan.
1108
1109 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1112         then do request scans from the backends.
1113
1114         * netrc.el (netrc-credentials): New conveniency function.
1115
1116         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1117         avoid running a hook per line, since this takes a lot of time,
1118         profiling shows.
1119         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1120         directly if gnus-visual-p is true.
1121
1122 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1125         groups; replace mapcar with dolist which is a bit faster; pass groups
1126         info to gnus-read-active-file-1.
1127         (gnus-read-active-file-1): Scan only specified groups if the new
1128         optional arg `infos' is given.
1129
1130 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1133
1134         * pop3.el (pop3-movemail): Removed.
1135         (pop3-streaming-movemail): Renamed to pop3-movemail.
1136
1137         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1138         don't restrict end-tag searches to the end of the line.
1139
1140 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1143         articles of every unchecked group to t, which means unknown since the
1144         server has never been opened.
1145
1146 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-html.el (gnus-html-show-alt-text): New command.
1149         (gnus-html-browse-image): Ditto.
1150         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1151         to browse the image directly.
1152         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1153         better.
1154
1155         * gnus-async.el (gnus-async-article-callback): Call
1156         `gnus-html-prefetch-images' unconditionally.
1157
1158         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1159         before feeding URLs to curl.
1160
1161 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1164         internal images as deletable by `W D D'.
1165
1166         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1167         (gnus-async-article-callback): Fix typo.
1168
1169 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1172         current line to work around bugs in the output from w3m.
1173
1174         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1175         for groups that want that.
1176
1177         * nntp.el (nntp-wait-for-string): Supply a timeout for
1178         accept-process-output to ensure progress.
1179
1180         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1181         level to get unread articles from, then use that for foreign groups,
1182         too.
1183
1184         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1185         confuses the rest of the function.
1186
1187         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1188         for the methods that support -retrieve-groups, too.
1189
1190         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1191
1192 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1195         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1196
1197         * pop3.el: Require cl when compiling.
1198         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1199
1200 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1203         that aren't going to be activated.
1204         (gnus-get-unread-articles): Fix up the last commit.
1205
1206         * gnus-html.el (gnus-article-html): Allow calling without specifying
1207         the handle.  In that case, dissect the buffer first.
1208
1209         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1210
1211         * nnimap.el (nnimap-open-connection): Revert the change that would look
1212         into authinfo for imaps instead of imap.
1213
1214         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1215         say that you don't want to call gnus-request-group with don-check, but
1216         do check the reponse.  This is for virtual groups only.
1217         (gnus-get-unread-articles): Count the archive groups as secondary, so
1218         that they're activated the same way as before.
1219
1220         * imap.el (imap-message-map): Removed optional buffer parameter, since
1221         no callers use it.
1222         (imap-message-get): Ditto.
1223         (imap-message-put): Ditto.
1224         (imap-mailbox-map): Ditto.
1225         (imap-mailbox-put): Ditto.
1226         (imap-mailbox-get): Ditto.
1227         (imap-mailbox-get): Revert last change for this function.
1228
1229         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1230         case-insensitively.
1231         (nnimap-debug): Removed.
1232
1233         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1234         to use `imap-fetch' instead.  According to the comments, this should be
1235         safe, since all other IMAP clients use the 1:* syntax.
1236         (imap-enable-exchange-bug-workaround): Removed.
1237         (imap-debug): Removed -- doesn't seem very useful.
1238
1239         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1240         mail from a file, and the file doesn't exist.
1241
1242         * imap.el (imap-log): New convenience function used throughout instead
1243         of repeating the same code all over the place.
1244
1245         * pop3.el (pop3-streaming-movemail): Return t for success.
1246
1247         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1248         .authinfo if we're using ssl connection.
1249
1250         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1251         already have if we're in a main Gnus `g' run.
1252
1253         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1254
1255 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1258
1259         * nnmh.el (nnmh-request-list-1): Bind `file'.
1260
1261         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1262         alias to set-process-query-on-exit-flag or process-kill-without-query.
1263         (pop3-open-server): Use it.
1264
1265 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1268         box to the Incoming file.  Fixes mistake in previous checkin.
1269
1270         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1271         request loop (for debugging purposes) removed.
1272
1273         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1274         culprit is more visible.
1275         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1276         (nnml-add-incremental-nov): New functions to do "incremental" nov
1277         updates, where we just append to the end of the existing nov files
1278         without reading/writing them in full.
1279
1280         * mail-source.el (mail-source-delete-crash-box): Really only check the
1281         incoming files once in a while.
1282
1283         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1284
1285         * mail-source.el (mail-source-delete-crash-box): Only check the
1286         incoming files for deletion once per day to save a lot of file
1287         accesses.
1288
1289         * pop3.el (pop3-logon): Fix up unbound variable typo.
1290
1291         * mail-source.el (pop3-streaming-movemail): Autoload.
1292
1293         * pop3.el (pop3-streaming-movemail): Respect
1294         pop3-leave-mail-on-server.
1295
1296         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1297         retrieval.
1298
1299         * pop3.el (pop3-process-filter): Removed unused function.
1300         (pop3-streaming-movemail, pop3-send-streaming-command)
1301         (pop3-wait-for-messages, pop3-write-to-file)
1302         (pop3-number-of-responses): New functions for streaming pop3
1303         retrieval.
1304
1305         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1306         come from no known methods.
1307         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1308         list.
1309
1310         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1311         message sizes.
1312         (pop3-movemail): Use erase-buffer instead of looping and deleting
1313         regions, which seems rather odd.
1314
1315         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1316         file once per `g' run.
1317
1318         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1319         directories.  This makes the draft queue directory work.
1320
1321         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1322         data from the backends, so that we only request the list of groups from
1323         each method once.  This should speed things up considerably.
1324
1325         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1326         detect that it's not implemented.
1327
1328         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1329         we actually do recurse down into the tree, but don't stat all leaf
1330         nodes.
1331
1332         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1333         then say so instead of bugging out.
1334
1335         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1336         files exist before trying to read them.
1337
1338         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1339         around <pre_int>.
1340
1341         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1342
1343         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1344
1345 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * mm-util.el (mm-image-load-path): Just return the image directories,
1348         not all directories in the path in addition to the image directories.
1349         (mm-image-load-path): Maintain a cache of the image directories so that
1350         the `g' command in Gnus doesn't have to stat dozens of directories each
1351         time.
1352
1353         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1354         (gnus-html-wash-tags): Add a new `i' command to insert images.
1355         (gnus-html-insert-image): New command and keystroke.
1356         (gnus-html-redisplay-with-images): New command and keystroke.
1357         (gnus-html-show-images): Renamed command.
1358         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1359         spacers.
1360         (gnus-html-wash-tags): Decode entities at the end, so that entities
1361         inside the tags don't mess up the rest of the "parsing".
1362
1363         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1364         so that nnimap methods aren't agentized by default.  There's apparently
1365         many problems related to agent/imap behaviour.
1366
1367         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1368
1369         * gnus-html.el: Doc fix.
1370
1371 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1374         specifier-spec-list for Emacs 21.
1375
1376         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1377         glyph-width and glyph-height instead of display-graphic-p and
1378         image-size; make avoidance of displaying small images work for XEmacs.
1379
1380         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1381         for XEmacs.
1382
1383         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1384         of symbol that holds plist data.
1385         (gnus-process-plist): Remove plist of process after getting it.
1386
1387 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * message.el (message-generate-hashcash): Change default to
1390         'opportunistic if hashcash is installed.
1391
1392         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1393         (gnus-html-put-image): Only call image-size once, since it's somewhat
1394         time-consuming on remote X servers.
1395
1396 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1399         type on data, not a file name.
1400
1401         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1402         window-pixel-edges for Emacs 21.
1403
1404         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1405         decoded contents.
1406         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1407
1408 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1411         group line format, since it isn't very interesting.
1412
1413         * gnus-agent.el (gnus-agent-short-article),
1414         (gnus-agent-long-article): Increase values for these two variables,
1415         since most people are likely to have more network connection and
1416         storage than before.
1417
1418         * gnus.el (gnus-refer-article-method): Change default to 'current.
1419         When referring an article, the common behaviour is to refer it from the
1420         current select method, not the native select method.  The chances of
1421         the native select method having the message in question is rather slim
1422         these days.
1423
1424         * gnus-sum.el (gnus-auto-select-subject): Change default to
1425         `unseen-or-unread'.  I think it's likely that most people want to
1426         select an unseen article over a previously seen, but unread one.
1427
1428         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1429         means that in the article buffer none of the minor mode elements will
1430         be shown, usually, and this is not desirable in most cases.
1431
1432         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1433         that commands like `d' (and the like) go to the next line in the
1434         buffer, instead of the next unread article.  I think this is the
1435         behaviour that is most natural for most users.
1436         (gnus-single-article-buffer): Change default to nil, so that people can
1437         have as many article buffers open as they have summary buffer.  I think
1438         this is the most natural way for the groups to behave.
1439
1440         * message.el (message-generate-new-buffers): Change default to
1441         `unsent', so that all new message buffers start their names with the
1442         string "*unsent", and it's easier to find the buffers if you move from
1443         them.
1444
1445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1448         small.  They're probably tracking images.
1449         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1450         (gnus-html-rescale-image): Yet another try at getting the image sizing
1451         right.
1452
1453         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1454         nntp-marks-file-name is nil.
1455
1456 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1457
1458         * gnus-html.el (gnus-html-wash-tags)
1459         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1460         Better logging.
1461
1462 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1465
1466         * gnus-html.el (gnus-html-wash-tags): Check the value of
1467         gnus-blocked-images in the summary buffer.
1468
1469 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1472
1473 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1476         like "a", it seems like.
1477         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1478         since it needs to be picked from the correct buffer.
1479
1480         * nnwfm.el: Removed.
1481
1482         * nnlistserv.el: Removed.
1483
1484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1487         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1488
1489 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnkiboze.el: Removed.
1492
1493         * nndb.el: Removed.
1494
1495         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1496         alt text.
1497         (gnus-html-rescale-image): Try to get the rescaling logic right for
1498         images that are just wide and not tall.
1499
1500         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1501         overshadow variable bindings.
1502
1503 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1504
1505         * gnus-html.el (gnus-html-wash-tags)
1506         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1507         extra logging.
1508
1509 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1512         (gnus-max-image-proportion): New variable.
1513         (gnus-html-rescale-image): New function.
1514         (gnus-html-put-image): Rescale images.
1515
1516 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1517
1518         Fix up some byte-compiler warnings.
1519         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1520         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1521         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1522         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1523         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1524         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1525         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1526
1527 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-html.el (gnus-article-html): Decode contents by charset.
1530
1531 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1534         (gnus-html-frame-width, gnus-blocked-images)
1535         * message.el (message-prune-recipient-rules): Add custom version.
1536         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1537
1538         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1539         functions.
1540
1541         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1542         gnus-process-get.
1543
1544 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1545
1546         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1547         instead of lsub directly.
1548
1549 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * nnwarchive.el: Removed.
1552
1553         * gnus-soup.el: Removed.
1554
1555         * nnsoup.el: Removed.
1556
1557         * nnultimate.el: Removed.
1558
1559         * gnus-html.el (gnus-blocked-images): New variable.
1560
1561         * message.el (message-prune-recipients): New function.
1562         (message-prune-recipient-rules): New variable.
1563
1564         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1565         guess whether a long line is natural text or not.
1566
1567         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1568         gnus-process-plist and friends for compatibility.
1569
1570 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * gnus-html.el: Require packages that define macros used in this file.
1573         (gnus-article-mouse-face): Declare to silence byte-compiler.
1574         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1575         process-get.
1576         (gnus-html-put-image): Use plist-get to avoid getf.
1577         (gnus-html-prefetch-images): Use with-current-buffer.
1578
1579 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus-ems.el: Provide compatibility functions for
1582         gnus-set-process-plist.
1583
1584         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1585         header-line-format for XEmacs 21.4.
1586
1587         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1588         * gnus.el (gnus-valid-select-methods)
1589         * message.el (message-send-mail-partially-limit)
1590         * mm-decode.el (mm-text-html-renderer)
1591         * mml.el (mml-insert-mime-headers-always)
1592         * smiley.el (smiley-regexp-alist): Bump custom version.
1593
1594 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-html.el: require mm-url.
1597         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1598         with the url to `url'.
1599         (gnus-html-wash-tags): Support cid: URLs/images.
1600
1601 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1604         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1605         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1606
1607         * gnus-move.el: Removed file, since it doesn't really work.
1608
1609         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1610         UTF-8.  This seems to fix problems with some German web feeds.
1611
1612         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1613         at the top so that the proper colours are applied.
1614
1615         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1616         don't have dots in their names.
1617
1618         * gnus-art.el (gnus-article-view-part): Doc fix.
1619
1620         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1621         XEmacs-compatible.
1622         (gnus-html-put-image): Don't do images on non-graphic displays.
1623
1624         * nnslashdot.el: Removed this unused backend.
1625
1626         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1627         actions.
1628         (gnus-undo-register-1): Revert last change.
1629
1630         * gnus-group.el (gnus-group-completing-read): Protect against not
1631         having completion-styles bound.
1632
1633         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1634         make broken recipients happier.
1635
1636         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1637
1638         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1639         point parameter.
1640
1641         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1642
1643         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1644         completion-styles for group selection.
1645
1646 2009-02-04  Andreas Schwab  <schwab@suse.de>
1647
1648         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1649         headers and regexp-quote the match if necessary.
1650
1651 2009-03-24  Miles Bader  <miles@gnu.org>
1652
1653         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1654         the blinking smiley.
1655
1656 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1657
1658         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1659         blink smiley.
1660
1661 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1664         where the dribbel file lives exists.
1665
1666         * message.el (message-send-mail-partially-limit): Change the default to
1667         nil, since most people don't want this.
1668
1669         * mm-url.el (mm-url-decode-entities): Also decode entities like
1670         &#x3212.
1671
1672 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1673
1674         * gnus-sum.el (gnus-summary-idna-message):
1675         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1676         Hyperlink urls in docstrings with URL `...'.
1677
1678 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1679
1680         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1681         functions.
1682
1683 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1686         say what the mouseover text should be.
1687
1688         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1689         version of the mm-w3m-safe-url-regexp variable to only download images
1690         in the groups where we want that to happen.
1691
1692         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1693
1694         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1695         easier debugging.
1696         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1697         big pictures in the article buffer.
1698
1699         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1700         gnus-article-html.
1701         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1702         w3m.
1703
1704         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1705
1706 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1709         which doesn't exist.
1710
1711         * message.el (message-inhibit-ecomplete): New variable to allow some
1712         function to inhibit ecomplete address storage.
1713         (message-resend): Disable ecomplete message storage when resending
1714         messages.
1715
1716         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1717
1718 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1721         Save excursion while copying, moving, and deleting articles in order to
1722         prevent the cursor from jumping to unforeseen place.
1723
1724 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * lpath.el: No need to bind bookmark-current-buffer,
1727         bookmark-yank-point and bookmark-make-record-function.
1728
1729 2010-08-17  Glenn Morris  <rgm@gnu.org>
1730
1731         * gnus-sync.el: Require gnus components whose functions are used.
1732
1733         * gnus-art.el (bookmark-make-record-function):
1734         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1735         Declare for compiler.
1736
1737         * mm-url.el (mml-compute-boundary): Autoload.
1738
1739 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1742
1743 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         Typo fix "hoo4a" -> "hook".
1746
1747         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1748
1749 2010-08-14  Glenn Morris  <rgm@gnu.org>
1750
1751         * gnus-sync.el (gnus-sync): Fix defgroup version.
1752
1753 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1754
1755         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1756
1757         * gnus-sync.el: Fix docs.
1758         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1759         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1760
1761 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         Optimizations for gnus-sync.el.
1764
1765         * gnus-sync.el: Add docs about gnus-sync-backend
1766         possibilities.
1767         (gnus-sync-save): Remove unnecessary message.
1768         (gnus-sync-read): Optimize and show what groups were skipped.
1769
1770 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         Minor bug fixes for gnus-sync.el.
1773
1774         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1775         read the sync on get-new-news.
1776
1777         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1778         quiet.
1779
1780         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1781
1782 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1783
1784         Make saving and restoring of hidden threads work with overlays.
1785         Patch applied by Ted Zlatanov.
1786
1787         * gnus-sum.el (gnus-hidden-threads-configuration)
1788         (gnus-restore-hidden-threads-configuration): Update to deal with text
1789         properties, rather than searching for a magic character.
1790
1791 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1792
1793         New gnus-sync.el library for synchronization of marks.
1794
1795         * gnus-sync.el: New library for synchronization of marks.
1796
1797         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1798         renamed from `gnus-registry-grep-in-list'.
1799
1800         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1801
1802         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1803
1804 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1807         determining charset of text fails.
1808
1809 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * nnmail.el (nnmail-get-new-mail-1): Revert.
1812
1813         * nnml.el (nnml-active-number): Make sure names of newly created groups
1814         in nnml-group-alist are encoded.
1815
1816 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1819         containing non-ASCII characters in active file for nnml back end.
1820
1821 2010-07-24  David Engster  <dengste@eml.cc>
1822
1823         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1824         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1825
1826 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1827
1828         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1829         tag (Bug#6654).
1830
1831 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1834         the article buffer, not the summary buffer.
1835
1836 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1839         Emacs 23 as well.
1840
1841 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1844         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1845
1846 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1847
1848         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1849         Patch applied by Karl Fogel.
1850
1851         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1852         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1853
1854 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1855
1856         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1857         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1858         C-w still not working correctly from Article buffers; Thierry's
1859         patch to fix that will be applied after this.
1860
1861         * gnus-art.el (bookmark-make-record-function): New local variable.
1862
1863         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1864         article buffer.
1865         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1866
1867 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1868
1869         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1870         on changes in bookmark.el.
1871
1872 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1875         `no-log' instead of message not to log prompt string.
1876
1877 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1878
1879         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1880         the *other* type of HTML form submission.
1881
1882 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1883
1884         * auth-source.el (auth-source-pick): If choice does not contain a
1885         questioned keyword, set the check to t.
1886
1887 2010-06-12  Romain Francoise  <romain@orebokech.com>
1888
1889         * gnus-util.el (gnus-date-get-time): Move up before first use.
1890
1891 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1894         (gnus-article-edit-part): Bind it to make last part that is substituted
1895         or deleted visible.
1896         (gnus-mime-display-single): Buttonize part of which id equals to
1897         gnus-mime-buttonized-part-id.
1898
1899 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1900
1901         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1902         (gnus-dd-mmm): Use gnus-date-get-time.
1903         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1904         simplify logic.
1905         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1906         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1907
1908 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1909
1910         * auth-source.el (top): Autoload `secrets-list-collections',
1911         `secrets-create-item', `secrets-delete-item'.
1912         (auth-sources): Fix tag string.
1913         (auth-get-source, auth-source-retrieve, auth-source-create)
1914         (auth-source-delete): New defuns.
1915         (auth-source-pick): Rewrite in order to avoid 2 passes.
1916         (auth-source-forget-user-or-password): New parameter USERNAME.
1917         (auth-source-user-or-password): New parameters CREATE-MISSING and
1918         DELETE-EXISTING.  Retrieve password interactively, if needed.
1919
1920 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1921
1922         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1923         deleting unused directories when gnus-expert-user is t.
1924
1925 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1928         for each temp file when gnus-article-browse-delete-temp is ask.
1929
1930 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1931
1932         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1933         Lisp calls to delete-backward-char by calls to delete-char.
1934
1935 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1936
1937         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1938
1939 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1940
1941         * password-cache.el (password-cache-remove): Fix docstring.
1942
1943 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1946         article unless decoding article to be saved.
1947
1948 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1951         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1952         generated within the mm-with-unibyte-current-buffer macro.
1953
1954 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1957         to nil when we're in a mml-preview buffer and no group is selected.
1958
1959 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1960
1961         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1962         when catching the `C-g'.  Reported by "Leo".
1963
1964 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * message.el (message-forward-make-body-plain)
1967         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1968         multibyte-string-p.
1969
1970         * lpath.el: Revert.
1971
1972 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * message.el (message-forward-make-body-mml): Assume original message
1975         is multibyte string; error on unibyte.
1976         (message-forward-make-body-plain): Ditto; don't add excessive newline
1977         in body end.
1978
1979         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1980
1981 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1982
1983         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1984         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1985
1986 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * mm-extern.el (mm-extern-url): Don't use
1989         mm-with-unibyte-current-buffer.
1990         (mm-extern-cache-contents): Use with-current-buffer instead of
1991         save-excursion + set-buffer.
1992
1993 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * mm-util.el (mm-emacs-mule): Remove.
1996
1997 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1998
1999         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2000         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2001         change.
2002
2003 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2006         bind the default value of enable-multibyte-characters to nil.
2007
2008 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * message.el (message-forward-make-body-plain)
2011         (message-forward-make-body-mml):
2012         Don't use mm-with-unibyte-current-buffer.
2013
2014 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2015
2016         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2017
2018 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2019
2020         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2021         (Bug#5592).
2022
2023 2010-05-07  Julien Danjou  <julien@danjou.info>
2024
2025         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2026         it to mm-pipe-part.
2027
2028         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2029         it is given.
2030
2031 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * binhex.el (binhex-decode-region-internal)
2034         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2035         (dns-query)
2036         * nnweb.el (nnweb-gmane-search)
2037         * pgg-parse.el (pgg-parse-armor)
2038         * pgg.el (pgg-verify-region)
2039         * sha1.el (sha1-string-external)
2040         * uudecode.el (uudecode-decode-region-internal)
2041         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2042         XEmacs.
2043
2044         * gnus-art.el (gnus-article-browse-html-parts)
2045         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2046         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2047         make-temp-file.
2048
2049         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2050         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2051         compiling.
2052
2053         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2054         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2055         XEmacs when compiling.
2056
2057         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2058         gnus-pick-mode-off-hook for XEmacs when compiling.
2059         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2060         gnus-binary-mode-off-hook for XEmacs when compiling.
2061
2062         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2063         nil if char-charset is not available.
2064
2065         * imap.el (imap-disable-multibyte)
2066         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2067         macros.
2068
2069         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2070         instead of encode-coding-string.
2071
2072         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2073         'xemacs) instead of mm-emacs-mule to switch function definitions.
2074         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2075
2076         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2077         bind temporary-file-directory for XEmacs;
2078         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2079         timer-set-function for XEmacs 21.4 and SXEmacs;
2080         bind timer-list for XEmacs 21.4 and SXEmacs;
2081         fbind char-charset and find-charset-region for non-Mule XEmacs;
2082         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2083         encode-coding-region and encode-coding-string for XEmacs having no
2084         file-coding feature.
2085
2086 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2087
2088         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2089
2090 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2093         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2094
2095 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2096
2097         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2098         alias `jka-compr-delete-temp-file' no longer exists.
2099
2100 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2101
2102         Use define-minor-mode in Gnus where applicable.
2103         * mml.el (mml-mode): Use define-minor-mode.
2104         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2105         (gnus-undo-mode): Use define-minor-mode.
2106         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2107         (gnus-dead-summary-mode): Use define-minor-mode.
2108         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2109         Initialize in declaration.
2110         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2111         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2112         (gnus-mailing-list-mode): Use define-minor-mode.
2113         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2114         (gnus-draft-mode): Use define-minor-mode.
2115         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2116         (gnus-dired-mode): Use define-minor-mode.
2117
2118 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2119
2120         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2121         handles on recursive mml-to-mime translation and check them for
2122         boundary delimiter collisions.  Reported by Greg Troxel.
2123
2124 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2127
2128 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2129
2130         * mm-util.el (mm-find-buffer-file-coding-system):
2131         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2132
2133 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2134
2135         * message.el (message-generate-headers): Record insertion of optional
2136         headers as well.  Otherwise the check to prevent repeated insertion of
2137         optional headers is a no-op.
2138
2139 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * smime.el: Don't mention CVS.
2142
2143         * nnrss.el (nnrss-fetch): Don't mention CVS.
2144
2145         * nnir.el: Don't mention CVS.
2146
2147 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2148
2149         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2150
2151 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * lpath.el: Fbind bookmark-default-handler,
2154         bookmark-get-bookmark-record, bookmark-make-record-default,
2155         bookmark-prop-get for Emacs <23 and XEmacs.
2156
2157 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2158
2159         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2160         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2161         Use with-current-buffer to silence the byte-compiler.
2162         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2163         bother to require `gnus'.
2164         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2165
2166 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2167
2168         * gnus-sum.el (gnus-summary-bookmark-make-record)
2169         (gnus-summary-bookmark-jump): New functions.
2170         (gnus-summary-mode): Setup bookmark support.
2171
2172 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2173
2174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2175         if set.
2176
2177 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2180         gnus-article-browse-html-save-cid-image; make it work recursively for
2181         forwarded messages as well.
2182         (gnus-article-browse-html-parts): Work when prefix arg is given.
2183         (gnus-article-browse-html-article): Doc fix.
2184
2185 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2186
2187         * message.el (message-default-mail-headers):
2188         (message-default-headers): Carry the value mail-default-headers over
2189         into message-default-mail-headers, rather than message-default-headers.
2190
2191 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2192
2193         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2194         charset.
2195
2196         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2197         charset into the <meta> tag when the article is encoded to utf-8.
2198
2199 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2202         directories as well.
2203         (gnus-article-browse-html-parts): Work for images that do not specify
2204         file names; delete temp directory when quitting; insert header at the
2205         right place; use file: scheme for image files.
2206
2207 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2208
2209         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2210         (gnus-article-browse-html-parts): Use it to make temporary cid image
2211         files in addition to html file so that browser may display them.
2212
2213 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2216
2217 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2220
2221 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2224         about Secret Service API sources.  Improve Customize options.
2225         (auth-source-pick): Change to accept any number of search parameters.
2226         Implement fallbacks iteratively, not recursively.  Add scoring on the
2227         second pass and sort by score.  Call Secret Service API when needed.
2228         (auth-source-user-or-password): Use it.  Call Secret Service API
2229         directly when needed to get the user name and the password.
2230
2231 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2232
2233         * message.el (message-interactive): Doc fix.
2234         (message-qmail-inject-args): Reflow.
2235         (message-kill-to-signature): Fix typo in docstring.
2236
2237         * smiley.el (smiley-buffer): Fix typo in docstring.
2238
2239 2010-03-24  Glenn Morris  <rgm@gnu.org>
2240
2241         * mail-source.el (gnus-message): Declare.
2242         (mail-source-delete-old-incoming): Require gnus-util.
2243
2244 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2247
2248         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2249
2250         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2251         password-cache's default if it is not bound.
2252         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2253         password-cache-expiry's default if it is not bound.
2254
2255         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2256         available in Emacs 21.
2257
2258         * lpath.el: Suppress compiler warnings for:
2259         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2260         XEmacs;
2261         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2262         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2263         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2264
2265 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2266
2267         * auth-source.el (auth-sources): Fix up definition so extra parameters
2268         are always inline.
2269
2270 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2271
2272         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2273         wasn't updated after mismatch.  Clear cached mailbox info correctly
2274         when uidvalidity changes.
2275         (nnimap-group-prefixed-name): New function to avoid some code
2276         duplication.
2277         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2278         (nnimap-request-group): Use it.
2279         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2280         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2281         with many imap folders.  This is done by caching the group status from
2282         the imap server persistently in a group parameter `imap-status'.  (This
2283         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2284         but not persistently, so every Gnus startup was still very slow.)
2285
2286 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2289         delete the extra newline.  Otherwise editing of :string and :number
2290         types don't work.
2291
2292 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2293
2294         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2295         secrets.el dependency.
2296         (auth-sources): Add optional user name.  Add secrets.el configuration
2297         choice (unused right now).
2298
2299 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2302         `gnus-registry-install-shortcuts' fill in the functions.
2303
2304         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2305         warnings.
2306         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2307         (gnus-registry-install-shortcuts): Populate and use it in a
2308         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2309
2310 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2311
2312         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2313         In-place substitutions for the group name encoding/decoding.
2314         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2315         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2316         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2317         (nnimap-update-unseen, nnimap-request-list)
2318         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2319         (nnimap-request-set-mark, nnimap-split-to-groups)
2320         (nnimap-split-articles, nnimap-request-newgroups)
2321         (nnimap-request-create-group, nnimap-request-accept-article)
2322         (nnimap-request-delete-group, nnimap-request-rename-group)
2323         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2324         `encoded-mbx' for consistency.
2325         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2326         variable `imap-current-mailbox'.
2327
2328         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2329         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2330
2331 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2332
2333         * pop3.el (pop3-display-message-size-flag): Display message size byte
2334         counts during POP3 download.
2335         (pop3-movemail): Use it.
2336         (pop3-list): Implement listing of available messages.
2337
2338 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2339
2340         * nnir.el (nnir-get-article-nov-override-function): New function to
2341         override the normal NOV retrieval.
2342         (nnir-retrieve-headers): Use it.
2343
2344 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2345
2346         * auth-source.el (netrc-machine-user-or-password): Autoload.
2347
2348 2010-03-19  Glenn Morris  <rgm@gnu.org>
2349
2350         Stop message.el from loading about 40 libraries it doesn't always need.
2351         The general approach is to autoload rather than require, and to
2352         require in the specific functions rather than the file.  (Bug#5642)
2353
2354         * gmm-utils.el: Don't require wid-edit.
2355         (widget-create-child-value, widget-convert, widget-default-get):
2356         Autoload.
2357
2358         * gnus-util.el: Don't require time-date, netrc.
2359         (message-fetch-field, gnus-group-name-decode): Declare rather than
2360         autoloading.
2361         (gnus-fetch-field): Require message.
2362         (gnus-decode-newsgroups): Require gnus-group.
2363
2364         * ietf-drums.el: Don't require time-date.
2365
2366         * message.el: Don't require hashcash, canlock, ecomplete.
2367         Do require mail-utils.  Require nnheader only when compiling.
2368         (smtpmail-default-smtp-server): Remove declaration.
2369         (message-send-mail-function): Check smtpmail-default-smtp-server
2370         is bound rather than requiring smtpmail.
2371         (message-auto-save-directory, message-insert-signature): Use
2372         expand-file-name rather than nnheader-concat.
2373         (nnheader-insert-file-contents): Autoload.
2374         (hashcash-wait-async): Declare.
2375         (message-send-mail): Only call gnus-setup-posting-charset if
2376         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2377         (message-send-mail-with-sendmail): Require sendmail.
2378         (canlock-password, canlock-password-for-verify): Declare.
2379         (message-canlock-password): Require canlock.
2380         (nnheader-get-report): Autoload.
2381         (gnus-setup-posting-charset): Declare.
2382         (message-send-news): Require gnus-msg.
2383         (message-make-references, message-make-in-reply-to): Use mail-header-id
2384         rather than the alias mail-header-message-id.
2385         (ecomplete-add-item, ecomplete-save): Declare.
2386         (message-put-addresses-in-ecomplete): Require ecomplete.
2387         (ecomplete-display-matches): Autoload.
2388
2389         * mm-decode.el: Don't require mailcap, gnus-util.
2390         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2391         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2392         Autoload.
2393         (mailcap-mime-extensions): Declare.
2394
2395         * mm-encode.el: Don't require mailcap.
2396         (mailcap-extension-to-mime): Autoload.
2397
2398         * mml-sec.el: Don't require password-cache.
2399
2400         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2401         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2402         (mml-minibuffer-read-type): Require mailcap.
2403         (mml-preview): Require gnus-msg.
2404
2405         * mml1991.el: Require password-cache.
2406         (password-cache-expiry): Remove declaration.
2407
2408         * mml2015.el: Require password-cache.
2409         (password-cache-expiry): Remove declaration.
2410
2411         * nneething.el (mailcap): Require mailcap.
2412
2413         * nnheader.el (declare-function): Add compatibility stub.
2414         (message-remove-header): Declare rather than autoload.
2415         (nnheader-replace-header): Require message.
2416
2417         * nnimap.el (declare-function): Add compatibility stub.
2418         (netrc-parse, netrc-machine-user-or-password): Declare.
2419         (nnimap-open-connection): Require netrc.
2420
2421         * nntp.el (declare-function): Add compatibility stub.
2422         (netrc-parse, netrc-machine, netrc-get): Declare.
2423         (nntp-send-authinfo): Require netrc.
2424
2425         * rfc2047.el: Don't require qp.
2426         (quoted-printable-encode-region, quoted-printable-decode-string):
2427         Autoload.
2428
2429         * sieve-mode.el: Don't require easymenu.
2430         (easy-menu-add-item): Autoload it.
2431
2432         * spam-stat.el (time-to-number-of-days): Autoload it.
2433
2434 2010-03-19  Glenn Morris  <rgm@gnu.org>
2435
2436         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2437
2438 2010-03-18  Glenn Morris  <rgm@gnu.org>
2439
2440         * hashcash.el (declare-function): Remove duplicate definition.
2441
2442 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2443
2444         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2445         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2446         value if any backslash escapes).
2447
2448 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2451         if it is available.  (bug#5647)
2452
2453         * lpath.el: Suppress compiler warning for coding-system-from-name for
2454         Emacs 21 and XEmacs.
2455
2456 2010-03-14  Juri Linkov  <juri@jurta.org>
2457
2458         * hmac-def.el:
2459         * hmac-md5.el:
2460         * netrc.el: Fix keywords.
2461
2462 2010-02-26  Glenn Morris  <rgm@gnu.org>
2463
2464         * message.el (message-send-mail-function): Change the default, so that
2465         it inherits from a customized send-mail-function.  (Bug#5643)
2466
2467 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2468
2469         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2470         shell-command-to-string signals an error (bug#5299).
2471
2472 2010-02-24  Glenn Morris  <rgm@gnu.org>
2473
2474         * message.el (message-smtpmail-send-it)
2475         (message-send-mail-with-mailclient): Doc fixes.
2476
2477 2010-02-16  Glenn Morris  <rgm@gnu.org>
2478
2479         * message.el (message-default-mail-headers): Change the default value
2480         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2481
2482 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2485         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2486
2487 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2488
2489         * time-date.el (date-to-time): Doc fix (Bug#5408).
2490
2491 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2492
2493         * message.el (message-mail): Just pass yank-action on to message-setup.
2494         (message-setup): Handle (FUN . ARGS) form of yank-action.
2495         (message-with-reply-buffer, message-widen-reply)
2496         (message-yank-original): Handle non-buffer values of
2497         message-reply-buffer (Bug#4080).
2498         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2499
2500 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2501
2502         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2503         Fix typo in docstring.
2504
2505 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2506
2507         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2508         response.
2509
2510 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2513
2514         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2515
2516         * message.el (message-check-news-header-syntax): Protect against a
2517         string that `rfc822-addresses' returns when parsing fails.
2518
2519 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2522         (gnus-previous-char-property-change): New functions.
2523
2524         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2525
2526 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2527
2528         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2529         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2530
2531 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2532
2533         * message.el (message-exchange-point-and-mark): Rework last change to
2534         avoid using optional arg of exchange-point-and-mark, for backward
2535         compatibility.
2536
2537 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2538
2539         * message.el (message-exchange-point-and-mark): Call
2540         exchange-point-and-mark with an argument rather than setting
2541         mark-active by hand (Bug#5175).
2542
2543 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * nntp.el (nntp-service-to-port): Work for service expressed with
2546         numeric string; replace [:digit:] with [0-9] for XEmacs.
2547
2548 2009-12-17  Glenn Morris  <rgm@gnu.org>
2549
2550         * gnus-group.el (gnus-bug-group-download-format-alist):
2551         Change emacs entry to debbugs.gnu.org.  Bump :version.
2552
2553 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2556
2557 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * message.el (message-info): Explain why we use `Info-goto-node'.
2560
2561 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2564
2565 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2566
2567         * message.el (message-completion-in-region): New compatibility function.
2568         (message-expand-group): Use it.
2569
2570 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2573         with no unread article should be listed if the 2nd arg `predicate' is
2574         given.
2575
2576 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2579
2580 2009-11-29  Juri Linkov  <juri@jurta.org>
2581
2582         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2583         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2584         on `gnus-recenter'. (Bug#4698, Bug#4981)
2585
2586 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2587
2588         * sha1.el (sha1-string-external): default-directory "/" in case
2589         otherwise non-existent.  process-connection-type pipe for touch of
2590         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2591
2592 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2593
2594         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2595         it's comms related and sgml-mode.el has "comm" on that basis too.
2596
2597 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2600         containing tspecial characters if they have been already quoted.
2601
2602 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2603
2604         * dns-mode.el (auto-mode-alist): Purecopy string.
2605
2606 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2607
2608         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2609
2610 2009-10-24  Glenn Morris  <rgm@gnu.org>
2611
2612         * gnus-art.el (help-xref-stack-item): Define for compiler.
2613
2614 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2615
2616         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2617
2618 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2621
2622 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2625         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2626
2627 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2630         (gnus-overlays-in): New alias to overlays-in.
2631
2632         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2633         gnus-overlay-get, and gnus-delete-overlay.
2634         (gnus-summary-show-thread): Make it work as well for systems in which
2635         next-single-char-property-change is not available.
2636         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2637
2638         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2639         (gnus-overlay-get): New alias to extent-property.
2640         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2641
2642         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2643         SXEmacs.
2644
2645         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2646         SXEmacs.
2647
2648 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2651
2652 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2653
2654         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2655         and XEmacs that don't have `remove-overlays'.
2656
2657 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2658
2659         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2660         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2661         selective display.  Use overlays instead.
2662
2663 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2664
2665         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2666
2667 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2668
2669         * spam-stat.el (spam-stat-load): Fix typo in message.
2670
2671 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2672
2673         * dig.el (dig-invoke): Fix typo in docstring.
2674         (query-dig): Reflow docstring.
2675
2676 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2677
2678         * gnus-art.el (gnus-article-encrypt-body):
2679         * message.el (message-check-recipients):
2680         * mm-util.el (mm-codepage-setup):
2681         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2682         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2683
2684 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2685
2686         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2687         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2688         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2689         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2690         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2691
2692 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2693
2694         * dig.el: Add "Keywords: comm", as per net-utils.el.
2695
2696 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2697
2698         * dig.el (dig-mode): Use define-derived-mode.
2699
2700 2009-09-19  Glenn Morris  <rgm@gnu.org>
2701
2702         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2703
2704 2009-09-18  Glenn Morris  <rgm@gnu.org>
2705
2706         * gnus-diary.el (gnus-diary-check-message):
2707         * message.el (message-insert-formatted-citation-line):
2708         * nnbabyl.el (top-level):
2709         * nndiary.el (nndiary-schedule):
2710         Fix typos in condition-case handlers.
2711
2712 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2715         configuration that provides the sole article window in a frame;
2716         position point correctly after deleting a part.
2717
2718 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2719
2720         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2721         (spam-resolve-registrations-routine): Use it to unregister articles
2722         that change status.
2723
2724 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2727         with XEmacs.
2728         (parse-time-string-chars): Use it.
2729
2730 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * imap.el (imap-interactive-login): Better messages.
2733         (imap-open): Fix bug with renamed buffer on reconnect.
2734         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2735         for easier debugging and cleaner code.  On successful (guessed based on
2736         server capabilities) secondary authentication, set imap-state
2737         correctly.
2738         (imap-last-authenticator): Define imap-last-authenticator as a variable
2739         to avoid warnings.
2740
2741 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * nnrss.el (nnrss-request-article): Remove binding of
2744         default-enable-multibyte-characters that has gotten needless by
2745         the 2007-07-13 change in rfc2047-encode-message-header.
2746
2747         * mml.el (mml-insert-multipart): Error on the message header.
2748         (mml-insert-part): Error on the message header; position point at
2749         the end of a MIME tag.
2750
2751 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * time-date.el (autoload): Expand define-obsolete-function-alias into
2754         defalias and make-obsolete for old Emacsen that Gnus supports.
2755         (with-no-warnings): Define it for old Emacsen.
2756         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2757         is available.
2758         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2759         float-time is available; suppress compile warning for time-to-seconds.
2760
2761         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2762         (gnus-float-time): Alias to float-time if it exists.
2763
2764         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2765         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2766         float-time is available; suppress compile warning for time-to-seconds.
2767
2768         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2769         XEmacs.
2770
2771 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * imap.el (imap-message-map): Docstring fix.
2774
2775 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2778         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2779         Add the optional argument `encoding' that overrides the default.
2780
2781         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2782         mm-encode-buffer.
2783
2784 2009-09-04  Glenn Morris  <rgm@gnu.org>
2785
2786         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2787         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2788         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2789         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2790         * mm-util.el (mm-with-unibyte-current-buffer)
2791         (mm-find-buffer-file-coding-system):
2792         * yenc.el (yenc-decode-region): Use default-value rather than
2793         default-enable-multibyte-characters.
2794
2795 2009-09-03  Glenn Morris  <rgm@gnu.org>
2796
2797         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2798         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2799         than default-enable-multibyte-characters.
2800
2801 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2802
2803         * gnus-art.el (gnus-article-read-summary-keys):
2804         Fix gnus-buffer-configuration's value temporarily used.
2805
2806 2009-09-02  Glenn Morris  <rgm@gnu.org>
2807
2808         * gnus-util.el (gnus-float-time): New function.
2809         * gnus-delay.el (gnus-delay-article):
2810         * gnus-sum.el (gnus-thread-latest-date):
2811         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2812         * nnspool.el (nnspool-request-newgroups):
2813         Use gnus-float-time rather than time-to-seconds.
2814         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2815
2816         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2817         (gnus-header-subject-face, gnus-header-newsgroups-face)
2818         (gnus-header-name-face, gnus-header-content-face):
2819         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2820         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2821         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2822         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2823         (gnus-cite-face-11):
2824         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2825         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2826         (gnus-server-closed-face, gnus-server-denied-face)
2827         (gnus-server-offline-face):
2828         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2829         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2830         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2831         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2832         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2833         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2834         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2835         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2836         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2837         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2838         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2839         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2840         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2841         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2842         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2843         (gnus-summary-high-undownloaded-face)
2844         (gnus-summary-low-undownloaded-face)
2845         (gnus-summary-normal-undownloaded-face)
2846         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2847         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2848         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2849         (gnus-splash-face):
2850         * message.el (message-header-to-face, message-header-cc-face)
2851         (message-header-subject-face, message-header-newsgroups-face)
2852         (message-header-other-face, message-header-name-face)
2853         (message-header-xheader-face, message-separator-face)
2854         (message-cited-text-face, message-mml-face):
2855         * sieve-mode.el (sieve-control-commands-face)
2856         (sieve-action-commands-face, sieve-test-commands-face)
2857         (sieve-tagged-arguments-face):
2858         * spam.el (spam-face):
2859         Mark face aliases with "-face" in the name as obsolete.
2860
2861 2009-09-01  Glenn Morris  <rgm@gnu.org>
2862
2863         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2864         than goto-line.
2865
2866 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2869         Don't move point if the command is invoked inside the message header.
2870
2871 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2872
2873         * imap.el (imap-send-command): Simplify.
2874         (imap-wait-for-tag): point-max -> buffer-size.
2875
2876 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2877
2878         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2879         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2880         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2881         * nnir.el (nnir-swish-e-index-file):
2882         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2883         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2884         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2885         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2886         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2887         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2888
2889 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2892         Don't save excursion.
2893
2894 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * nnheader.el (nnheader-find-file-noselect):
2897         * mm-util.el (mm-insert-file-contents):
2898         Use (default-value 'major-mode) instead of default-major-mode.
2899
2900 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2901
2902         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2903
2904 2009-08-26  Glenn Morris  <rgm@gnu.org>
2905
2906         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2907         than placing in files.el.
2908
2909 2009-08-25  Glenn Morris  <rgm@gnu.org>
2910
2911         * nnir.el (top-level): Don't require cl at run-time.
2912         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2913         Replace cl-function substitute with gnus-replace-in-string.
2914         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2915         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2916         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2917         simplified expansions.
2918
2919 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2920
2921         * dig.el (dig): Add autoload cookie.
2922
2923 2009-08-22  Glenn Morris  <rgm@gnu.org>
2924
2925         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2926         goto-line.
2927
2928 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2929
2930         * parse-time.el (parse-time-string-chars): Save match data.
2931
2932 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2933
2934         * parse-time.el (parse-time-string-chars): Compute using character
2935         classes, to handle non-ascii characters (Bug#3190).
2936
2937 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2940
2941         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2942         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2943         (gnus-mm-display-part, gnus-mime-display-single)
2944         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2945         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2946
2947         * gnus-sum.el
2948         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2949         (gnus-summary-move-article): Add expirable mark to articles copied or
2950         moved to group that has auto-expire turned on if the option is non-nil.
2951
2952 2009-07-24  Glenn Morris  <rgm@gnu.org>
2953
2954         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2955         Fix typo.  (Bug#3903)
2956
2957 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2960         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2961         that should not be used for draft articles.
2962         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2963         that has no concern in minor mode keys.
2964         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2965         Abolish.
2966
2967 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2970         article without making inquiry to a user for unknown encoding.
2971
2972         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2973         (nnmaildir--scan): Assume i-node and device number that file-attributes
2974         returns might be cons-cell.
2975
2976         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2977
2978         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2979
2980 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2981
2982         * auth-source.el: Remove docs now in auth.texi.  Don't use
2983         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2984         `auth-source-hide-passwords' and use them.
2985
2986 2009-07-15  Glenn Morris  <rgm@gnu.org>
2987
2988         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2989
2990 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2993         excessive whitespace from the default values of title and description.
2994
2995 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2998         mail-fetch-field to fetch Content-Description header in order to
2999         exclude newlines.
3000
3001 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3002
3003         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3004         format used by GnuPG 2.0.11.
3005
3006 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3009         to deleted part.
3010
3011 2009-05-30  David Engster  <dengste@eml.cc>
3012
3013         * nnmairix.el: Remove old documentation in the commentary block.
3014         (nnmairix-request-group): Do not update active file for nnml back ends.
3015         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3016         end so that overview files are ignored.
3017         (nnmairix-update-groups): Make updating the groups more robust by using
3018         marks.
3019         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3020         with dollar characters in message-id.
3021
3022 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3023
3024         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3025         2008-12-25 in dns.el.
3026
3027 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3028
3029         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3030         could happen if the text is only composed of spaces and/or tabs.
3031
3032 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3033
3034         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3035         when sending a queued message to avoid extra mml tags.
3036
3037 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3040
3041 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3044         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3045         rmail-toggle-header for XEmacs;
3046         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3047
3048 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-dired.el: Remove autoload for gnus-setup-message.
3051         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3052         displaying Gnus logo; always use compose-mail.
3053
3054 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3057
3058 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3061         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3062         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3063         available.
3064         (gnus-nocem-epg-verify): New function.
3065
3066 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3069
3070 2009-02-15  Glenn Morris  <rgm@gnu.org>
3071
3072         * gnus-util.el (rmail-insert-rmail-file-header)
3073         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3074         autoloads.
3075         (rmail-default-rmail-file): Remove unnecessary declaration.
3076         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3077
3078 2009-02-14  Glenn Morris  <rgm@gnu.org>
3079
3080         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3081         variable (only used in gnus-util, which declares it anyway).
3082         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3083         which was only needed by gnus-art (changed to not use it any more).
3084         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3085         only used in gnus-util, which autoloads it itself.
3086         (rmail-update-summary): Fix autoload.
3087
3088         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3089         rather than rmail-output-to-rmail-file.
3090
3091 2009-02-07  Glenn Morris  <rgm@gnu.org>
3092
3093         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3094         autoload of function that no longer exists.
3095         (rmail-toggle-header): Declare.
3096         (message-forward-rmail-make-body): Handle mbox Rmail.
3097
3098 2009-01-31  Glenn Morris  <rgm@gnu.org>
3099
3100         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3101         2009-01-09 change.
3102
3103 2009-01-31  Dave Love  <fx@gnu.org>
3104
3105         * imap.el (imap-fetch-safe): Bind debug-on-error.
3106         (imap-debug): Add imap-fetch-safe.
3107
3108 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3111         (auth-source-forget-all-cached): New convenience function.
3112         (auth-source-user-or-password): Accept list of modes or a single mode.
3113
3114         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3115         auth-source modes.
3116
3117         * netrc.el (netrc-machine-user-or-password): Use list of
3118         auth-source modes.
3119
3120         * nnimap.el (nnimap-open-connection): Use list of
3121         auth-source modes.
3122
3123         * nntp.el (nntp-send-authinfo): Use list of
3124         auth-source modes.
3125
3126 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3129         now.
3130
3131 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3134         coding system in XEmacs; add a workaround for XEmacs.
3135
3136         * lpath.el: Fbind coding-system-aliasee.
3137
3138 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3141         of current-language-environment.
3142
3143 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3146         available at runtime.
3147
3148 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3151
3152 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3153
3154         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3155         the greatest positive fixnum value doesn't work under an XEmacs with
3156         bignum support; use the most-positive-fixnum constant instead,
3157         available since Emacs 21.1 with cl and XEmacs 21.1.
3158
3159 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3162         XEmacs gets not to work.
3163
3164 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * mm-util.el (mm-coding-system-priorities): Allow the value like
3167         "Japanese (UTF-8)" of current-language-environment.
3168
3169 2009-01-09  Glenn Morris  <rgm@gnu.org>
3170
3171         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3172         with last-command-event.
3173
3174 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3177         in the doc string.
3178
3179         * message.el (message-fix-before-sending): Amend comment.
3180
3181 2009-01-08  Dave Love  <fx@gnu.org>
3182
3183         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3184
3185 2009-01-07  David Engster  <dengste@eml.cc>
3186
3187         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3188         simplified server definitions by converting it via
3189         gnus-server-to-method.
3190
3191 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3194         parameter's operands.
3195
3196 2009-01-06  David Engster  <dengste@eml.cc>
3197
3198         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3199         primary select method (for gnus-group-mark-article-as-read).
3200
3201 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3202
3203         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3204         `(gnus)Face', not `(gnus)X-Face'.
3205
3206 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-util.el (mm-ucs-to-char): New function.
3209
3210         * mm-url.el (mm-url-decode-entities): Use it.
3211
3212         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3213         unicode-to-char.
3214
3215 2009-01-05  Dave Love  <fx@gnu.org>
3216
3217         * time-date.el: Require cl for `declare'.
3218
3219 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3222         Dave Love.
3223
3224 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * message.el (message-fix-before-sending): Add `eight-bit' to
3227         illegible-text check.
3228
3229 2009-01-03  Michael Olson  <mwolson@gnu.org>
3230
3231         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3232         `headers' is nil.  This can occur if the IMAP server does not have
3233         permissions to read messages from a folder, but can write new messages
3234         to the folder.
3235         (nnimap-request-article-part): Do not insert `data' if it is nil.
3236
3237         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3238         characters which will confuse `read', so skip past them.
3239
3240 2009-01-01  Dave Love  <fx@gnu.org>
3241
3242         * imap.el (imap-string-to-integer): Fix typo.
3243         (imap-fetch-safe): New function.
3244         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3245
3246         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3247
3248         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3249         (imap-parse-greeting): Fix doc strings.
3250         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3251         (imap-parse-flag-list): Make messages unique.
3252         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3253
3254         * nnimap.el: Fix author email.
3255         (nnimap-split-rule): Add FIXME comment.
3256         (nnimap-debug): Fix doc string.
3257
3258 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3261
3262 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3265         nslookup if resolv.conf isn't available.
3266         (dns-query): Rename from query-dns.
3267         (dns-query-cached): Rename from query-dns-cached.
3268
3269 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3272         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3273         to check if those variables exist (first appeared in Emacs 18.50).
3274
3275 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * mm-util.el (mm-line-number-at-pos): New function.
3278
3279         * spam-report.el (spam-report-process-queue): Use it.
3280
3281 2008-12-24  David Engster  <dengste@eml.cc>
3282
3283         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3284         parameters that haven't existed as variables as buffer-local variables.
3285
3286 2008-12-23  Dave Love  <fx@gnu.org>
3287
3288         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3289         cadar.
3290
3291         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3292         imap-starttls-p.
3293         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3294
3295 2008-12-22  Dave Love  <fx@gnu.org>
3296
3297         * imap.el: Fix author email.  Doc fixes.
3298         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3299         reply.
3300
3301 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * spam-report.el (spam-report-gmane-max-requests): New constant.
3304         (spam-report-gmane-wait): New variable.
3305         (spam-report-gmane-ham, spam-report-gmane-spam)
3306         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3307         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3308         the server.
3309
3310         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3311         Add explanations.
3312
3313         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3314         nnheader-accept-process-output and nnheader-read-timeout if available.
3315         (pop3-movemail): Use it.
3316
3317         * message.el (message-check-news-body-syntax): Fix signature check if
3318         there's an attachment.
3319
3320 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * mm-util.el: Add comments to the mm- emulating functions.
3323
3324 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3327         by Stephen Berman <stephen.berman@gmx.net>.
3328
3329 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-util.el (mm-substring-no-properties): New function.
3332         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3333         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3334         (mm-string-to-multibyte): Doc fix.
3335
3336         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3337
3338 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * mml.el (mml-attach-file): Strip text properties from file name.
3341         (Bug#1574)
3342
3343 2008-12-16  Glenn Morris  <rgm@gnu.org>
3344
3345         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3346
3347 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3350         knows since the charset specified might be a bogus alias that
3351         mm-charset-synonym-alist provides.
3352
3353 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3356         "ISO_8859-1".
3357
3358         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3359
3360 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * mm-util.el (mm-charset-eval-alist):
3363         Define it before mm-charset-to-coding-system.
3364         (mm-charset-to-coding-system): Add optional argument `silent';
3365         define it before mm-charset-override-alist.
3366         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3367         default value if it can be used in Emacs currently running;
3368         silence mm-charset-to-coding-system.
3369
3370 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3373         `allow-override' which says whether to use `mm-charset-override-alist'.
3374         (rfc2047-decode-encoded-words): Use it.
3375
3376         * mm-util.el (mm-charset-override-alist): Fix custom type;
3377         add `(gb2312 . gbk)' to choices.
3378
3379 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3382         fast.
3383
3384         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3385
3386         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3387
3388 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3389
3390         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3391         on links.
3392
3393         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3394
3395 2008-12-03  Lute Kamstra  <lute@gnu.org>
3396
3397         * sha1.el: Remove leading * from docstrings of defcustoms,
3398         deffaces, defconsts and defuns.
3399
3400 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3403         users' addresses that don't have domain parts.
3404         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3405         rather than message-narrow-to-head since there will be the message
3406         header separator.
3407
3408 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3411         since the result is inserted in a unibyte buffer anyway.
3412         (nnimap-demule-use-string-to-multibyte): Remove.
3413         (nnimap-demule): Alias it to mm-string-to-multibyte.
3414
3415 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3418         variable for debugging bug#464 and bug#1174.
3419         (nnimap-demule): Use it.
3420
3421 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3424         score calculation correctly.
3425
3426 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * message.el (message-send-mail): Just set the buffer to unibyte
3429         rather than use mm-with-unibyte-current-buffer which does a lot more.
3430         (message-send-mail-partially): Don't bother with
3431         mm-with-unibyte-current-buffer since it's already been made unibyte by
3432         message-send-mail.
3433
3434 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3437
3438 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3441
3442 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3445         require itself and to remove `with-no-warnings'.
3446
3447 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * starttls.el (starttls-any-program-available): Get the name of the
3450         available TLS layer program.
3451         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3452         well as the host name in the "opening" message.
3453
3454         * auth-source.el (auth-source-cache, auth-source-do-cache)
3455         (auth-source-user-or-password): Cache passwords and logins by default,
3456         allow override with `auth-source-do-cache'.
3457         (auth-source-forget-user-or-password): Allow users to remove cache
3458         entries if needed.
3459
3460 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3461
3462         * md4.el (md4-buffer): Fix typo in docstring.
3463         (md4, md4-64): Doc fixes.
3464         (md4-pack-int32): Reflow docstring.
3465
3466 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3469         condition-case to only the forward-sexp call.
3470
3471 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3472
3473         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3474         quotes contained.  Make it more robust regardless by an extra
3475         condition-case wrapper.
3476
3477 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3480
3481 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * nnml.el (nnml-request-expire-articles): Check if the function set to
3484         `nnmail-expiry-target' returns the symbol `delete'.
3485
3486         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3487
3488         * nnmail.el (nnmail-expiry-target): Fix custom type.
3489
3490 2008-10-02  Glenn Morris  <rgm@gnu.org>
3491
3492         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3493         Silence compiler warning.
3494
3495 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3496
3497         * tls.el (open-tls-stream): Show the actual command being
3498         executed, instead of the format string.
3499
3500 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * lpath.el: Fbind codepage-setup for Emacs 23.
3503
3504 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3505
3506         * mml.el (mml-menu): Don't assume mml2015 is bound.
3507
3508 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3511         exists.
3512
3513 2008-09-27  Glenn Morris  <rgm@gnu.org>
3514
3515         * gnus-util.el (mail-header-remove-comments): Autoload it.
3516
3517 2008-09-27  Andreas Schwab  <schwab@suse.de>
3518
3519         * gnus-util.el (gnus-split-references): Strip comments.
3520         (gnus-parent-id): Likewise.
3521
3522 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3523
3524         * message.el (message-confirm-send): Fix version.
3525
3526 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * message.el (message-idna-to-ascii-rhs-1): Use
3529         mail-extract-address-components rather than mail-header-parse-addresses
3530         that is an alias by default to ietf-drums-parse-addresses that does not
3531         support non-ASCII names in headers' contents.
3532
3533 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * message.el (message-confirm-send): Fixed variable documentation to
3536         avoid the "y/n" wording.
3537
3538 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3539
3540         * message.el (message-set-auto-save-file-name): Save to a different
3541         filename so multiple messages (especially drafts) can be recovered.
3542
3543 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * message.el (message-confirm-send): Add appropriate version.
3546
3547 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3550         defvar.
3551
3552 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3553
3554         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3555         (mm-pkcs7-enveloped-magic): Ditto.
3556
3557 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3558
3559         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3560         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3561
3562 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3565         default, it's better.
3566
3567 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3570         summary line gnus-number property and ignore them (with a warning
3571         message).
3572
3573 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3576         macro caddr in the interactive form since it won't be expanded.
3577
3578 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3581         `charset'; fix name of function called recursively.
3582         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3583
3584 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3587         (gnus-mime-set-charset-parameters): New function.
3588         (gnus-mime-view-part-as-charset): Use it to correctly display part
3589         specifying wrong charset.
3590
3591 2008-09-08  David Engster  <dengste@eml.cc>
3592
3593         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3594         in completing-read for back end server.
3595
3596 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * message.el (message-confirm-send): New variable to confirm sending a
3599         message.
3600         (message-send): Use it.
3601
3602 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3605
3606 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3609
3610 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3613         prevent tracking too many groups.
3614         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3615         Use it.
3616
3617 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3618
3619         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3620         moving point to the bottom of the window in order to avoid recentering.
3621
3622 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3625
3626         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3627         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3628         (gnus-article-beginning-of-window): Fix calculation.
3629
3630 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-msg.el (gnus-summary-supersede-article)
3633         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3634         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3635         message header.
3636
3637 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3638
3639         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3640         pending output coming after the status change.
3641
3642 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3643
3644         * message.el:
3645         * gnus-start.el:
3646         * gnus-registry.el: Remove VMS support.
3647
3648 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3651         macro.
3652         (rfc2104-hash): Use it.
3653
3654 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3657         (gnus-summary-sort-by-most-recent-date): New commands.
3658         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3659         and menu entries.
3660
3661 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3664         don't redisplay article for raw contents; remove plural articles stuff.
3665
3666         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3667         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3668         on gnus-summary-save-article; display results properly.
3669
3670 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * lpath.el: No need to fbind ns-focus-frame.
3673
3674 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3677
3678 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3681         gnus-save-all-headers.
3682
3683 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3684
3685         * gnus-util.el (ns-focus-frame): Remove declaration.
3686         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3687         like x.
3688
3689 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3690
3691         * rfc2104.el (rfc2104-zero): Delete defconst.
3692         (rfc2104-hex-alist): Likewise.
3693         (rfc2104-hex-to-int): Delete func.
3694         (rfc2104-hexstring-to-bitstring): Likewise.
3695         (rfc2104-nybbles): New defconst.
3696         (rfc2104-hash): Rewrite for speed.
3697
3698 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * tls.el (open-tls-stream): Make it work with the 2nd argument
3701         BUFFER that is a string but does not exist as a buffer object, as
3702         mentioned in the doc-string.
3703
3704 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3707         SXEmacs.
3708
3709 2008-07-16  Glenn Morris  <rgm@gnu.org>
3710
3711         * gnus-util.el (ns-focus-frame): Declare for compiler.
3712
3713 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3716         set as a group parameter.
3717         (gnus-summary-save-in-pipe): Work when it is called independently.
3718         (gnus-summary-pipe-to-muttprint): Don't modify
3719         gnus-summary-pipe-output-default-command.
3720
3721 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3722
3723         * message.el (message-send-mail-with-sendmail):
3724         Display the error message.
3725
3726 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-art.el (gnus-default-article-saver):
3729         Add gnus-summary-save-in-pipe to choices.
3730         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3731         gnus-summary-pipe-output-default-command as the default command.
3732         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3733         instead of gnus-last-shell-command.
3734
3735         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3736         New user option.
3737         (gnus-summary-muttprint-program): Mention the value will be changed.
3738         (gnus-summary-save-article): Force showing of all headers.
3739         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3740
3741 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3742
3743         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3744
3745 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3746
3747         * nnimap.el (nnimap-id):
3748         * sieve-manage.el (sieve-manage-open): Doc fixes.
3749
3750 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3751
3752         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3753         if available.
3754
3755 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3756
3757         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3758
3759         * nnkiboze.el (nnkiboze-generate-group):
3760         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3761
3762         * nnmairix.el: Require CL.
3763
3764 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * dgnushack.el: Autoload get-display-table and put-display-table for
3767         XEmacs 21.5.
3768
3769         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3770         21.4 and SXEmacs.
3771
3772 2008-06-15  David Engster  <dengste@eml.cc>
3773
3774         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3775
3776 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3777
3778         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3779         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3780         runtime choice under XEmacs.
3781
3782         * gnus-sum.el (gnus-summary-set-display-table):
3783         Use `gnus-put-display-table', `gnus-get-display-table',
3784         `gnus-set-display-table' for the display table, instead of `aset'.
3785
3786         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3787         Use `gnus-put-display-table', `gnus-get-display-table',
3788         `gnus-set-display-table' for the display table.
3789
3790 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * nnmairix.el: Add autoloads.
3793
3794 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * nnmairix.el (nnmairix-delete-recreate-group)
3797         (nnmairix-update-and-clear-marks): Fix error messages.
3798
3799 2008-06-14  David Engster  <dengste@eml.cc>
3800
3801         * nnmairix.el: Upgrade to version 0.6.
3802         (nnmairix-group-toggle-propmarks-this-group)
3803         (nnmairix-group-toggle-readmarks-this-group)
3804         (nnmairix-group-delete-recreate-this-group)
3805         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3806         (nnmairix-remove-tick-mark-original-article): New commands.
3807         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3808         (nnmairix-propagate-marks-to-nnmairix-groups)
3809         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3810         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3811         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3812         functions needed for marks propagation and manipulation of read marks.
3813         (nnmairix-update-groups): New function.
3814         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3815         (nnmairix-determine-original-group-from-registry)
3816         (nnmairix-determine-original-group-from-path)
3817         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3818         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3819         New helper functions.
3820         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3821         keystrokes for new commands.
3822         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3823         (nnmairix-request-group): Check allow-fast group parameter.
3824         (nnmairix-request-create-group): Set allow-fast group parameter if
3825         nnmairix-allowfast-default is set.
3826         (nnmairix-close-group): Propagate marks upon closing if needed.
3827         (nnmairix-group-toggle-threads-this-group): Use new.
3828         nnmairix-group-toggle-parameter helper function.
3829         (nnmairix-search): Better check for empty search result.
3830         (nnmairix-goto-original-article): Use new helper functions for
3831         determining original article.
3832         (nnmairix-show-original-article): Make sure message-id is in brackets.
3833         (nnmairix-call-mairix-binary): Change variable name.
3834         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3835         helper function.
3836         (nnmairix-widget-toggle-activate): Fix doc string.
3837
3838 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * nnir.el: Require edmacro when compiling with XEmacs.
3841         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3842         available in Emacs 21.
3843
3844 2008-06-11  Glenn Morris  <rgm@gnu.org>
3845
3846         * gnus-util.el (x-focus-frame):
3847         * gnus.el (image-size):
3848         * mm-decode.el (image-size): Declare.
3849
3850         * gnus-picon.el (declare-function): Add compat definition.
3851         (image-size): Declare.
3852
3853         * gnus-group.el (tool-bar-map):
3854         * gnus-sum.el (tool-bar-map): Define for compiler.
3855
3856         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3857
3858         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3859
3860         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3861         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3862         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3863         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3864         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3865         * sieve-manage.el, spam-report.el, spam.el:
3866         Remove unnecessary eval-and-compile of autoloads.
3867
3868 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3869
3870         * auth-source.el: Precise Tramp doc.
3871
3872 2008-06-07  Glenn Morris  <rgm@gnu.org>
3873
3874         * nnmairix.el: Remove unnecessary eval-when-compile.
3875
3876 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * lpath.el: Fbind propertize for XEmacs 21.4.
3879
3880 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3881
3882         * nnir.el: Move here from ../contrib.
3883
3884 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3885
3886         * gnus-util.el (gnus-read-shell-command): New function.
3887         * mm-decode.el (mm-pipe-part):
3888         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3889
3890 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3893
3894 2008-06-03  Glenn Morris  <rgm@gnu.org>
3895
3896         * pop3.el (nnheader-accept-process-output): Autoload it.
3897
3898 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3901         are not 2-digit hexadecimal characters that follow `%'s.
3902
3903 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * message.el (message-bogus-recipient-p): Fix type in doc string.
3906         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3907         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3908         Improve custom options.
3909         (message-bogus-recipient-p): Adjust accordingly.
3910
3911 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3912
3913         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3914         long-form month and day names.
3915
3916 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * dgnushack.el: Autoload debug, eudc-expand-inline and
3919         pgg-snarf-keys-region for XEmacs.
3920
3921         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3922
3923         * nnmairix.el: Require edmacro when compiling with XEmacs.
3924
3925 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3928         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3929
3930 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * auth-source.el: Add more docs.
3933
3934         * netrc.el (netrc-machine): Always match if the port is not given.
3935
3936 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3939         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3940         retrieval faster in some cases, but might make CPU usage larger.  If
3941         this has any bad side effects, we might revert this change.
3942
3943         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3944         seems to make mail retrieval much, much faster.
3945         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3946         unconditionally.
3947
3948         * gnus-draft.el (gnus-group-send-queue): Bind
3949         message-send-mail-partially-limit to nil to avoid being prompted.
3950
3951 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3952
3953         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3954
3955         * message.el (message-bogus-address-regexp): Fix and improve custom
3956         type.
3957         (message-setup-hook): Add message-check-recipients as custom option.
3958
3959 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * message.el (message-cite-function): Remove bogus autoload which crept
3962         in during merge from v5-10.
3963
3964 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3967
3968         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3969
3970         * auth-source.el: Preliminary Tramp docs.
3971         (auth-sources): Change the default auth-sources to use
3972         EPA .gpg files.
3973
3974 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3975
3976         * nntp.el: Autoload `auth-source-user-or-password'.
3977         (nntp-send-authinfo): Use it.
3978
3979         * nnimap.el: Autoload `auth-source-user-or-password'.
3980         (nnimap-open-connection): Use it.
3981
3982         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3983         for the gnus-message function.
3984         (auth-source-user-or-password): Use it.
3985
3986 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3987
3988         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3989         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3990         (rfc2104-hash): Use it.
3991
3992 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3993
3994         * gnus-art.el (gnus-article-toggle-truncate-lines):
3995         Don't use `iff' in docstring.
3996
3997 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4000
4001         * gnus-util.el (gnus-extract-address-component-name)
4002         (gnus-extract-address-component-email): Convenience functions around
4003         `gnus-extract-address-components'.
4004
4005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4006         Use `gnus-extract-address-component-email' to fix bug of comparing full
4007         sender name to `user-mail-address'.
4008
4009 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4012         catch/throw to optimize.
4013         (gnus-registry-find-keywords): Just use member to find a keyword.
4014
4015 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4016
4017         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4018         is current before calling gnus-server-prepare.
4019         (gnus-server-setup-buffer, gnus-server-update-server)
4020         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4021
4022 2008-05-04  Juri Linkov  <juri@jurta.org>
4023
4024         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4025         (mailcap-file-default-commands): Use mailcap-replace-in-string
4026         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4027         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4028
4029 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4030
4031         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4032
4033 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4034
4035         * gnus.el: Bump version to 0.11.
4036
4037 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4038
4039         * gnus.el: No Gnus v0.10 is released.
4040
4041 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4044         hooks.
4045         (gnus-update-read-articles): Speed up non-marks-using users.
4046         (gnus-use-marks): Define gnus-use-marks.
4047         (gnus-propagate-marks): Rename variable to something more sensible.
4048
4049 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4050
4051         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4052         (gmm-image-load-path-for-library): Fix typos in docstrings.
4053         (gmm-message): Reflow docstring.
4054
4055 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * mail-source.el (mail-source-set-1, mail-source-bind):
4058         Move auth-source code out of the macro to clean it up and fix bugs.
4059
4060 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4061
4062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4063         by sender if it's equal to user-mail-address, it's likely to be
4064         useless.
4065
4066         * mail-source.el (mail-source-bind): Don't use user or password if they
4067         are not bound.  Unintern them if they are nil.  Don't use server unless
4068         it's bound, and default it to empty string otherwise.
4069
4070 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * mail-source.el: Load auth-source.el.
4073         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4074         get user name or password, if auth-sources is set up.
4075
4076         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4077         strategy of splitting with parent.
4078         (gnus-registry-split-fancy-with-parent)
4079         (gnus-registry-post-process-groups): Use it and fix prior
4080         bug (returning a list as the split result).
4081
4082         * auth-source.el (auth-sources): Remove server parameter.
4083         (auth-source-pick, auth-source-user-or-password)
4084         (auth-source-user-or-password-imap)
4085         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4086         (auth-source-user-or-password-sftp)
4087         (auth-source-user-or-password-smtp): Remove server parameter.
4088
4089 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4090
4091         * smime.el (smime-sign-region, smime-encrypt-region)
4092         (smime-decrypt-region):
4093         Remove redundant calls to `generate-new-buffer-name'.
4094
4095 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4096
4097         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4098         Don't use QP for message/rfc822.
4099         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4100
4101 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * sieve-manage.el (sieve-string-bytes): Remove.
4104         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4105         correct byte-length only if the process's coding-system is the same as
4106         the one used internally by Emacs to represent strings.
4107
4108 2008-04-22  Juri Linkov  <juri@jurta.org>
4109
4110         * mailcap.el (mailcap-file-default-commands): New function.
4111
4112 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * message.el (message-signature-separator, message-cite-function):
4115         Change custom version.
4116
4117 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4118
4119         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4120         commands.
4121         (tls-checktrust): Ditto.
4122
4123 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * mm-decode.el (mm-display-external): Make temp file read-only.
4126
4127 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4130         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4131         `C-c C-f d'.
4132
4133 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4134
4135         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4136
4137 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * gnus.el: Bump version to 0.9.
4140
4141 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4142
4143         * gnus.el: No Gnus v0.8 is released.
4144
4145 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4146
4147         * mail-source.el (mail-source-value):
4148         Prefer fboundp to functionp so it works with macros as well.
4149
4150 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4151
4152         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4153         Fix last change in case the element is not even a symbol.
4154
4155 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4156
4157         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4158         Prefer fboundp to functionp so it works with macros as well.
4159
4160 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * auth-source.el: Added docs.
4163         (auth-sources): Modify format to support server.
4164         (auth-source-pick, auth-source-user-or-password)
4165         (auth-source-user-or-password-imap)
4166         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4167         (auth-source-user-or-password-sftp)
4168         (auth-source-user-or-password-smtp): Add server parameter.
4169
4170 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4171
4172         * gnus-registry.el: Initialize the registry when gnus-registry-install
4173         is t.
4174
4175 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * compface.el (uncompface): Make buffer unibyte.
4178
4179 2008-04-05  Glenn Morris  <rgm@gnu.org>
4180
4181         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4182
4183 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4184
4185         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4186         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4187
4188         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4189         multibyteness after rather than before erasing it.
4190
4191         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4192         mm-with-multibyte.
4193         (gnus-request-article-this-buffer): Make sure the proper decoding is
4194         used if gnus-original-article-buffer happens to be unibyte.
4195
4196         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4197         default-enable-multibyte-characters.
4198
4199         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4200         default-enable-multibyte-characters.
4201
4202         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4203
4204         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4205
4206 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4207
4208         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4209         (imap-message-copyuid-1): Use it.
4210         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4211         J. Williams in
4212         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4213
4214         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4215         imap-enable-exchange-bug-workaround.
4216         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4217
4218 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4219
4220         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4221         a 100 byte status-checks into a 2-3MB transfer for each group.
4222         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4223         to enable bug workaround or not.
4224         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4225
4226 2008-03-31  Glenn Morris  <rgm@gnu.org>
4227
4228         * message.el (mml2015-use): Declare for compiler.
4229         (message-info): Require mml2015 when appropriate.
4230
4231 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4234         whitespace.
4235
4236 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4237
4238         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4239         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4240         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4241         (nntp-service-to-port): New function.
4242         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4243         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4244         (nntp-open-netcat-stream): New function.
4245         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4246
4247 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4248
4249         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4250
4251 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4254
4255 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4256
4257         * dns.el (dns-write): Use set-buffer-multibyte.
4258
4259 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4260
4261         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4262
4263 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * message.el (message-signature-separator): Change default.
4266         Improve custom type.
4267         (message-cite-function): Change default to
4268         message-cite-original-without-signature.
4269
4270         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4271         toggle.
4272
4273         * message.el (message-check-news-body-syntax): Fix signature check.
4274         (message-setup-1): Mark buffer as unmodified _after_ running
4275         message-setup-hook and handling message-alternative-emails.
4276         (message-shorten-references): Be more strict when building list of
4277         valid references to comply with GNKSA.
4278
4279         * gnus-group.el (gnus-read-ephemeral-bug-group)
4280         (gnus-read-ephemeral-debian-bug-group)
4281         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4282
4283         * message.el (message-info): Don't use booleanp which isn't supported
4284         in Emacs 21 and XEmacs.
4285
4286 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4289         gnus-group-gmane-group-download-format.
4290         (gnus-group-read-ephemeral-gmane-group): Rename from
4291         gnus-group-read-ephemeral-gmane-group.
4292         (gnus-read-ephemeral-gmane-group-url): Rename from
4293         gnus-group-read-ephemeral-gmane-group-url.
4294         (gnus-bug-group-download-format-alist): New variable.
4295         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4296         (gnus-read-ephemeral-emacs-bug-group): New commands.
4297
4298 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4299
4300         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4301         (gnus-visible-headers): Improve custom type.
4302
4303 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4304
4305         * mml.el (mml-menu): Add workarounds for XEmacs.
4306
4307         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4308         X-Boundary header.
4309
4310         * message.el (message-simplify-recipients): Fix previous commit.
4311
4312 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4313
4314         * mm-util.el (mm-set-buffer-multibyte): New function.
4315         * mm-decode.el (mm-copy-to-buffer): Use it.
4316
4317 2008-03-19  Glenn Morris  <rgm@gnu.org>
4318
4319         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4320         Accidentally removed in the sync process with Emacs.
4321
4322 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * message.el (message-alter-recipients-discard-bogus-full-name):
4325         New function.
4326         (message-alter-recipients-function): New variable.
4327         (message-get-reply-headers): Use it.
4328         (message-replace-header): New helper function.
4329         (message-recipients-without-full-name): New variable.
4330         (message-simplify-recipients): New command.
4331
4332         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4333
4334         * message.el (message-info): Handle EasyPG manual.
4335
4336         * mml.el (mml-menu): Add entry for EasyPG.
4337
4338 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4339
4340         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4341         parameter.
4342
4343         * message.el (message-disassociate-draft): Specify drafts group name
4344         fully.
4345
4346 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4349         unnecessary duplicates from the match list.
4350
4351 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4354
4355         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4356
4357         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4358         args of `how-many' of which the XEmacs version doesn't take; declare
4359         Info-index-next as function.
4360
4361 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * gnus-score.el (gnus-score-headers): Fix handling of
4364         gnus-inhibit-slow-scoring.
4365
4366         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4367         string.
4368         (gnus-button-url-regexp): Improve handling of parenthesis.
4369         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4370         (gnus-button-handle-info-keystrokes): Handle index entries.
4371
4372 2008-03-15  Glenn Morris  <rgm@gnu.org>
4373
4374         * parse-time.el (parse-time-string): Simplify.
4375
4376 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4379         Incoming* files.
4380
4381 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4384         (auth-source-pick): Use it.
4385
4386 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * binhex.el (binhex-decode-region-internal):
4389         * uudecode.el (uudecode-decode-region-internal):
4390         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4391         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4392         setting default-enable-multibyte-characters.
4393
4394 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * auth-source.el (auth-source-protocols)
4397         (auth-source-protocols-customize, auth-source-choices): Added and
4398         modified variable customizations and defaults.
4399         (auth-source-pick, auth-source-user-or-password)
4400         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4401         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4402         (auth-source-user-or-password-sftp)
4403         (auth-source-user-or-password-smtp): Use new variables and provide an
4404         interface to netrc.el.
4405
4406 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4409         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4410         Make sure the nntp port to specify is a string.
4411
4412 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4413
4414         * nntp.el: Use with-current-buffer.
4415         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4416         dubious mm-with-unibyte-current-buffer.
4417         (nntp-with-open-group-function): New function extracted from
4418         nntp-with-open-group macro.
4419         (nntp-with-open-group): Use the function, so it's easier to debug.
4420         Add indentation and debugging info.
4421         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4422         the use of the netcat alternatives.
4423
4424         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4425         Avoid mm-string-as-multibyte as well.
4426
4427         * nnweb.el (nnweb-insert-html):
4428         Remove use of nnheader-string-as-multibyte.
4429
4430         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4431         (nnheader-string-as-multibyte): Remove.
4432
4433         * mm-view.el: Use inhibit-read-only.
4434         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4435         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4436         or unibyte-string.
4437
4438         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4439         (mm-uu-yenc-extract): Use with-current-buffer.
4440
4441         * gnus-soup.el (gnus-soup-send-packet): Don't use
4442         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4443
4444         * nnmh.el: Use with-current-buffer.
4445         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4446         mm-string-as-multibyte on the output of mm-encode-coding-string.
4447
4448         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4449         (nnimap-request-move-article): Use with-current-buffer.
4450
4451         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4452         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4453         conversion uses string-make-unibyte rather than string-as-unibyte.
4454
4455         * gnus-msg.el: Use with-current-buffer.
4456
4457         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4458
4459 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4460
4461         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4462         string for caching if it is 'PIN.
4463
4464 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * lpath.el: Consider the case without Emacs/W3.
4467
4468 2008-03-08  Glenn Morris  <rgm@gnu.org>
4469
4470         * time-date.el (date-to-time, time-subtract, time-add)
4471         (safe-date-to-time): Doc fixes.
4472
4473 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * mail-source.el (mail-source-delete-old-incoming-confirm):
4476         Change default to nil.
4477         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4478
4479 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * lpath.el: Rearrange.
4482
4483         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4484         (gnus-article-goto-prev-page): Work for articles having ^L's.
4485
4486         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4487
4488         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4489
4490 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4491
4492         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4493         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4494         (gnus-bookmark-jump): Adjust some variable names.
4495
4496 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * auth-source.el: New package.
4499         (auth-source-choices): Add customization entry point variable.
4500
4501         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4502         bug.
4503
4504 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4507         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4508         (gnus-registry-install-shortcuts): Rename from
4509         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4510         the `gnus-registry-mark-map' keymap dynamically from
4511         `gnus-registry-marks'.  The generated functions update the summary line
4512         when a registry mark is added or deleted, and will call
4513         `gnus-registry-install-p' (see the comments in the code).
4514         (gnus-registry-user-format-function-M): Use concat intelligently.
4515
4516         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4517         the registry mark functions.
4518
4519 2008-03-05  Glenn Morris  <rgm@gnu.org>
4520
4521         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4522         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4523         gnus-art.
4524         (top-level): No need to load own source when compiling.
4525
4526 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4529         Suggested by <chris.anderton@zetnet.co.uk>.
4530
4531 2008-03-04  Glenn Morris  <rgm@gnu.org>
4532
4533         * gnus-sum.el (top-level): No need to require gnus when compiling,
4534         since unconditionally required near start of file.
4535         (gnus-summary-display-while-building): Move definition before use.
4536
4537 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4538
4539         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4540         formatting function.
4541
4542 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4543
4544         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4545         with plists.
4546         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4547         Use new format.
4548
4549 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4552         `where-is-internal' that returns a range of key sequences.
4553
4554 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4555
4556         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4557
4558         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4559         (gnus-summary-jump-to-group): Consider windows on other displayed
4560         frames as well.  Similar changes might be needed elsewhere, but that's
4561         the one I've bumped into during my use.
4562
4563         * nndoc.el (nndoc-oe-dbx-type-p):
4564         * gnus-msg.el (gnus-debug):
4565         * gnus-group.el (gnus-update-group-mark-positions):
4566         Use mm-string-to-multibyte.
4567
4568 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4571         doesn't handle NotDashEscaped.
4572
4573         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4574         (mml-dnd-attach-options): Fix typo in custom choice.
4575
4576         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4577         nndoc-article-type to mbox.
4578         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4579
4580         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4581         to nil, instead of html2text.
4582
4583         * imap.el (imap-debug): Add `imap-ping-server'.
4584
4585         * gnus-bookmark.el: Add FIXMEs.
4586
4587         * message.el (message-form-letter-separator)
4588         (message-send-form-letter-delay): New variables.
4589         (message-send-form-letter): Use them.  New command to send form
4590         letters.  Requested by Uwe Siart.
4591         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4592
4593 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * Update copyright years.
4596
4597 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         Sync from EMACS_22_BASE.
4600
4601         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4602
4603 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4604
4605         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4606         empty author.
4607
4608 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * gnus-registry.el (gnus-registry-marks): Add variable for
4611         customization of marks and their appearance.
4612         (gnus-registry-read-mark): Use it.
4613         (gnus-registry-do-marks): Add utility function to loop through
4614         `gnus-registry-marks'.
4615         (gnus-registry-install-shortcuts-and-menus): Add function to install
4616         shortcuts and menus.
4617         (gnus-registry-initialize): Use it.
4618         (gnus-registry-default-mark): Clarify documentation.
4619
4620 2008-02-29  Glenn Morris  <rgm@gnu.org>
4621
4622         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4623         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4624         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4625         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4626         Change defcustom :version from 23.0 to 23.1.
4627
4628 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * gnus-registry.el (gnus-registry-follow-group-p)
4631         (gnus-registry-post-process-groups): Add functions to aid registry
4632         splitting and improve logging.  Clarify behavior in function
4633         documentation.
4634         (gnus-registry-split-fancy-with-parent): Use them.
4635
4636 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4637
4638         * gnus-art.el: Use with-current-buffer.
4639
4640 2008-02-27  David Engster  <dengste@eml.cc>
4641
4642         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4643         Express real group name in the response.
4644
4645 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4648         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4649         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4650         autoload gnus-registry-fetch-group when compiling.
4651         (nnmairix-request-group-with-article-number-correction): Remove
4652         unreferenced argument passed to nnmairix-call-backend.
4653
4654 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4655
4656         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4657         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4658         Wilde.
4659
4660 2008-02-27  Glenn Morris  <rgm@gnu.org>
4661
4662         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4663         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4664         variables to defconsts.  Convert comments to doc-strings.
4665         (nnmairix-last-server, nnmairix-current-server): Convert from free
4666         variables to defvars.  Convert comments to doc-strings.
4667         (gnus-registry-fetch-group): Autoload.
4668         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4669         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4670         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4671         caddr.
4672         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4673         nnmairix-request-group-with-article-number-correction call.
4674         (nnmairix-fast, nnmairix-group): New, less general names, for free
4675         variables passed from nnmairix-request-group to
4676         nnmairix-request-group-with-article-number-correction.  Declare.
4677         (nnmairix-request-group-with-article-number-correction):
4678         Use nnmairix-fast, nnmairix-group rather than fast, group.
4679
4680 2008-02-26  David Engster  <dengste@eml.cc>
4681
4682         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4683         version 0.5.
4684
4685 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4688         instead of making an extra function call.  Don't add the current group
4689         to articles only when they have the group.  Use
4690         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4691         Reported by David <de_bb@arcor.de>.
4692
4693 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4696         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4697
4698 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * mail-source.el (mail-source-delete-incoming): Change default.
4701         Supplement doc string.
4702
4703         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4704
4705 2008-02-14  Glenn Morris  <rgm@gnu.org>
4706
4707         * time-date.el (format-seconds): New function.
4708
4709 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * nnmail.el (nnmail-message-id-cache-file): Derive from
4712         `gnus-home-directory'.
4713
4714 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4717         Document negative prefix.
4718
4719         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4720
4721 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * message.el (message-unsent-separator): Add the Exim bounce
4724         separator.
4725
4726 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4727
4728         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4729         list.
4730         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4731         recipient/signer list.
4732
4733 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * Makefile.in (datarootdir): Define.
4736         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4737         name that might contain whitespace.
4738
4739 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4740
4741         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4742         fbound (Emacs 23 unicode), signal an error.
4743
4744 2008-02-08  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4747
4748 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4749
4750         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4751         ports to the calls to `netrc-machine-user-or-password' in addition to
4752         "imap" and "imaps".
4753
4754 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4755
4756         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4757
4758         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4759
4760 2008-02-01  Kenichi Handa  <handa@m17n.org>
4761
4762         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4763         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4764         (rfc2104-hash): Convert the result of concat to unibyte string.
4765
4766 2008-02-01  Dave Love  <fx@gnu.org>
4767
4768         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4769         coding-system-for-read.
4770         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4771
4772 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4775         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4776         <hanche@math.ntnu.no>.
4777
4778 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4781
4782         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4783
4784 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4785
4786         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4787         * message.el (message-beginning-of-line): Use featurep instead of bound
4788         tests in order to resolve conditionals at compile time.
4789
4790 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4791
4792         * mail-source.el (mail-sources): Add `group' choice.
4793
4794         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4795         parameter `in-group' to control into which group the articles go.
4796         Add treatment of `group' mail-source.
4797
4798 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4801
4802         * mm-decode.el (mm-dissect-buffer): Decode description.
4803
4804         * mml.el (mml-to-mime): Encode message header first.
4805
4806 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4809         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4810
4811         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4812         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4813
4814 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4817
4818 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4821         prefix keys.
4822         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4823         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4824         gnus-xmas.el.
4825
4826         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4827         (gnus-xmas-article-describe-bindings): New function.
4828         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4829         gnus-xmas-article-describe-bindings.
4830
4831         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4832
4833 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4836         Add new variables for article mark management.
4837         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4838         list of extra data entries which, when present, will indicate that the
4839         article ID should not be trimmed from the registry.
4840         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4841         functions.
4842         (gnus-registry-read-mark): New function to read a mark name from the
4843         user.
4844         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4845         (gnus-registry-set-article-mark-internal): New functions to add and
4846         remove marks.
4847         (gnus-registry-get-article-marks): New function to show the marks for
4848         an article, or retrieve them for further use.
4849
4850 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4853         keys when no argument is given.
4854
4855 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * imap.el (imap-ping-server): New variable.
4858         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4859         (imap-ping-server): Minor doc string fixes.
4860
4861 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4862
4863         * imap.el (imap-ping-server): New function.
4864         (imap-opened): Call imap-ping-server.
4865
4866 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * gnus-sum.el (gnus-article-sort-by-random)
4869         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4870         jidanni@jidanni.org.
4871
4872 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-article-describe-bindings): New function.
4875         (gnus-article-read-summary-keys): Use it.
4876         (gnus-article-mode-map): Bind `C-h b' to it.
4877
4878 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4881         XEmacs.
4882         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4883         against non-character events.
4884
4885         * lpath.el: Fbind map-keymap for Emacs 21.
4886
4887 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4890         command.
4891         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4892         instead of END.  Change name of the temp file.
4893         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4894         customizable.
4895
4896 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4899         bind `S W' to gnus-article-wide-reply-with-original; set default
4900         binding to gnus-article-read-summary-send-keys.
4901         (gnus-article-read-summary-keys): Fix the order of keys; display
4902         continuation keys correctly in the echo area; describe bindings
4903         correctly when keys end with `C-h'.
4904         (gnus-article-read-summary-send-keys): New function.
4905         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4906         for gnus-article-read-summary-send-keys; display continuation keys
4907         correctly in the echo area.
4908         (gnus-article-reply-with-original): Ignore prefix argument.
4909         (gnus-article-wide-reply-with-original): New function.
4910
4911         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4912         Emacs 21.
4913
4914 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4917         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4918
4919 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4920
4921         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4922         (gnus-group-read-ephemeral-gmane-group): New command.
4923
4924 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4925
4926         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4927
4928 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * message.el (message-send-mail-function): Increase custom version.
4931
4932         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4933         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4934
4935 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4938         for the cases where imap-authenticate is called with a nil buffer
4939         parameter.
4940
4941 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4944         html parts correctly; support forwarded messages.
4945         (gnus-article-browse-html-article): Remove work buffers.
4946
4947         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4948         compiling.
4949         (netrc-bound-and-true-p): New macro.
4950         (netrc-parse): Use it instead of bound-and-true-p that is not available
4951         in XEmacs 21.4.
4952
4953 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * gnus-registry.el (gnus-registry-mark-article)
4956         (gnus-registry-article-marks): Add functionality to mark articles
4957         through the Gnus registry.
4958
4959         * encrypt.el: Clarify documentation for the new pgg method.
4960         (encrypt-file-alist): Add PGG option.
4961         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4962         functionality.  Abstract password key and messaging to external
4963         functions.
4964         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4965         (encrypt-message-method-and-cipher): Add new convenience external
4966         functions.
4967         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4968         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4969
4970         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4971         (netrc-parse): Use encrypt-file-alist to determine if
4972         encrypt-find-model or encrypt-insert-file-contents should be used.
4973
4974         * encrypt.el: Clarify documentation.  Load password-cache or
4975         password, whichever one is found first, instead of autoloading.
4976
4977 2007-12-19  Glenn Morris  <rgm@gnu.org>
4978
4979         * mml.el (message-options-set, message-narrow-to-head)
4980         (message-in-body-p, message-mail-p, message-encode-message-body):
4981         Autoload.
4982         (message-remove-header, message-narrow-to-headers-or-head)
4983         (message-subscribed-p, message-make-mail-followup-to)
4984         (message-position-on-field, message-news-p)
4985         (message-options-set-recipient, message-generate-headers)
4986         (message-sort-headers): Declare as functions.
4987
4988 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4991         convention in doc string.
4992
4993 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4996         title to html parts.
4997         (gnus-article-browse-html-article): Pass message header to it.
4998
4999         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5000
5001 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5004         or password compatible with XEmacs.
5005
5006 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5009         format document.
5010         (gnus-mime-delete-part): Don't write description line if empty.
5011         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5012
5013 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5014
5015         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5016         (gnus-summary-mark-read-and-unread-as-read)
5017         (gnus-summary-mark-current-read-and-unread-as-read)
5018         (gnus-summary-mark-unread-as-ticked): Doc fix.
5019         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5020
5021 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5024         Christoph Conrad <christoph.conrad@gmx.de>.
5025
5026 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5029         yes-or-no-p.
5030
5031 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * mm-decode.el (mm-add-meta-html-tag): New function.
5034         (mm-save-part-to-file, mm-pipe-part): Use it.
5035
5036         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5037         gnus-y-or-n-p instead of y-or-n-p.
5038         (gnus-article-browse-html-parts): Work with message/external-body; use
5039         mm-add-meta-html-tag.
5040
5041 2007-12-11  Glenn Morris  <rgm@gnu.org>
5042
5043         * gnus-cache.el: Require gnus-sum not just when compiling.
5044
5045         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5046
5047         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5048         definitions before use.
5049
5050         * mm-decode.el: Require gnus-util.
5051         (mm-remove-part): Only call delete-annotation on XEmacs.
5052
5053         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5054
5055         * nnmail.el: Require gnus-int.
5056
5057         * spam.el: Move `require's before `eval-when-compile's.
5058
5059         * gnus-ems.el (gnus-alive-p):
5060         * gnus-fun.el (message-goto-eoh):
5061         * gnus-util.el (gnus-group-name-decode):
5062         * mail-source.el (gnus-compress-sequence):
5063         * message.el (Info-goto-node, format-spec):
5064         * mm-bodies.el (message-options-get):
5065         * mm-decode.el (mm-view-pkcs7):
5066         * mm-util.el (gmm-write-region):
5067         * mml-smime.el (mml-compute-boundary)
5068         (gnus-completing-read-with-default):
5069         * mml.el (widget-button-press, gnus-make-hashtable):
5070         * mml1991.el (mm-decode-content-transfer-encoding)
5071         (mm-encode-content-transfer-encoding)
5072         (message-options-get, message-options-set):
5073         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5074         * nnfolder.el (gnus-request-group):
5075         * nnheader.el (ietf-drums-unfold-fws):
5076         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5077         * smime.el (gnus-run-mode-hooks):
5078         * spam-stat.el (gnus-message): Autoload.
5079
5080         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5081         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5082         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5083         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5084         Add declare-function compatibility definition.
5085
5086         * gnus-cache.el (nnvirtual-find-group-art):
5087         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5088         (gnus-add-image, gnus-add-wash-type):
5089         * gnus-group.el (nnkiboze-score-file):
5090         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5091         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5092         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5093         (message-tokenize-header, gnus-get-buffer-create)
5094         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5095         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5096         * gnus.el (gnus-group-decoded-name):
5097         * mail-source.el (imap-capability):
5098         * mm-bodies.el (message-options-set):
5099         * mm-decode.el (gnus-configure-windows):
5100         * mm-extern.el (message-goto-body):
5101         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5102         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5103         (epg-sub-key-validity, message-options-set):
5104         * mml.el (widget-event-point, gnus-configure-windows):
5105         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5106         * mml2015.el (epg-check-configuration, epg-configuration)
5107         (message-options-set):
5108         * nndb.el (nndb-request-article):
5109         * nnfolder.el (gnus-request-create-group):
5110         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5111         * nnmaildir.el (gnus-group-mark-article-read):
5112         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5113         * rfc1843.el (message-fetch-field):
5114         * spam.el (gnus-extract-address-components):
5115         Declare as functions.
5116
5117 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5120
5121         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5122
5123         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5124         bind show-trailing-whitespace for XEmacs.
5125
5126 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5129         new no-op macro for backward compatibility.
5130
5131         * imap.el (imap-string-to-integer): New function.
5132
5133 2007-12-09  Glenn Morris  <rgm@gnu.org>
5134
5135         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5136
5137         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5138         * message.el, mm-view.el, sieve-manage.el, smime.el:
5139         Add declare-function compatibility definition.
5140
5141         * gnus-art.el (w3-region, w3m-region, Info-menu):
5142         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5143         * gnus-sum.el (gnus-get-predicate):
5144         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5145         * message.el (mail-abbrev-in-expansion-header-p):
5146         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5147         (w3m-detect-meta-charset, w3m-region):
5148         * sieve-manage.el (password-read, password-cache-add)
5149         (password-cache-remove):
5150         * smime.el (password-read-and-add): Declare as functions.
5151
5152 2007-12-08  David Kastrup  <dak@gnu.org>
5153
5154         * gnus-sum.el (gnus-summary-simplify-subject-query):
5155         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5156         `message'.
5157
5158 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5161         it to bind idna-program, installation-directory, defined-colors, and
5162         face-attribute for XEmacs of the version that compiles defcustom forms.
5163
5164 2007-12-07  Glenn Morris  <rgm@gnu.org>
5165
5166         * gnus-art.el (article-make-date-line): Revert previous change.
5167
5168 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5171
5172 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5173
5174         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5175         Call gnus-add-to-range ranges only once with a prepared article-list.
5176
5177 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5178
5179         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5180         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5181         group names with backslashes.  Reported by Tassilo Horn
5182         <tassilo@member.fsf.org>.
5183
5184 2007-12-06  Deepak Goel  <deego3@gmail.com>
5185
5186         * gnus-art.el (article-make-date-line):
5187         * gnus-start.el (gnus-load):
5188         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5189
5190 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-art.el (gnus-use-idna)
5193         * gnus-start.el (gnus-site-init-file)
5194         * message.el (message-use-idna)
5195         * mm-uu.el (mm-uu-hide-markers)
5196         * smiley.el (smiley-style): Revert changes that suppress warnings.
5197
5198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5201         specify charset to html source.  Reported by Christoph Conrad
5202         <christoph.conrad@gmx.de>.
5203
5204 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5207         idna-program in order to suppress byte compile warning issued by XEmacs
5208         that came to byte compile the default value section of defcustom forms
5209         recently.
5210
5211         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5212         value of installation-directory.
5213
5214         * message.el (message-use-idna): Don't directly refer to the value of
5215         idna-program.
5216
5217         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5218
5219         * smiley.el (smiley-style): Don't directly call face-attribute.
5220
5221 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5224
5225         * gnus-dired.el: Reduce Gnus dependencies.
5226         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5227         require.  Use autoloads instead.
5228         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5229         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5230         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5231         (gnus-dired-mode): Adjust doc string.
5232         (gnus-dired-mail-mode): New variable.
5233         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5234         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5235         (gnus-dired-mail-buffers): New function.  Return mail or message
5236         composition buffers.
5237         (gnus-dired-attach): Use it.
5238         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5239         NO-DECODE.
5240         (gnus-dired-print): Use `gnus-print-buffer' depending on
5241         `gnus-dired-mail-mode'.
5242
5243 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * rfc2047.el (rfc2047-encoded-word-regexp)
5246         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5247         explaining what regexp patterns are for.
5248
5249 2007-12-04  Glenn Morris  <rgm@gnu.org>
5250
5251         * password.el: Move to password-cache.el.
5252
5253         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5254         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5255         * mml-smime.el (password-read, password-cache-add)
5256         (password-cache-remove):
5257         No need to autoload, since mml-sec requires password.
5258
5259         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5260         * message.el (gnus-extract-address-components):
5261         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5262
5263         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5264         password.
5265
5266 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * mailcap.el: Reduce dependencies.
5269         (mail-header-parse-content-type): Autoload.
5270         (mailcap-delete-duplicates): New alias.
5271         (mailcap-mime-info): Add optional argument NO-DECODE.
5272         (mailcap-mime-types): Use mailcap-delete-duplicates.
5273
5274         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5275
5276 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5277
5278         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5279         (imap-parse-status): Upcase status-att for servers that sends them
5280         lower-case (e.g., MS Exchange 2007).
5281
5282 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5285         function.
5286
5287         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5288         (gnus-uu-yenc-article): New function.
5289
5290         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5291
5292         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5293         buffer.
5294
5295 2007-12-02  Glenn Morris  <rgm@gnu.org>
5296
5297         * binhex.el (binhex): New custom group.
5298         (binhex-decoder-program, binhex-decoder-switches)
5299         (binhex-use-external): Move to the binhex custom group.
5300
5301         * uudecode.el (uudecode): New custom group.
5302         (uudecode-decoder-program, uudecode-decoder-switches)
5303         (uudecode-use-external): Move to the uudecode custom group.
5304
5305         * netrc.el (top-level): Don't load `encrypt' features.
5306         (netrc-parse): Don't use encrypt.
5307         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5308
5309         * encrypt.el: Remove file.
5310
5311 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5314         matches on patches.
5315
5316         * gnus-art.el (gnus-article-browse-html-article): Mention
5317         `mm-text-html-renderer' in the doc string.
5318
5319         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5320         string.  Add comments.
5321
5322         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5323         if rhs is ASCII.
5324
5325 2007-12-01  Glenn Morris  <rgm@gnu.org>
5326
5327         * mail-source.el (top-level): Require format-spec before
5328         eval-when-compile.
5329
5330 2007-11-30  Glenn Morris  <rgm@gnu.org>
5331
5332         * encrypt.el: Require password, rather than autoloading password-read.
5333
5334 2007-11-29  Glenn Morris  <rgm@gnu.org>
5335
5336         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5337         (sasl-make-client, sasl-next-step, sasl-step-data)
5338         (sasl-step-set-data): Declare as functions.
5339
5340 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5343
5344 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5345
5346         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5347         certs should be verified and what is to be done in the event of a
5348         verification failure.
5349
5350         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5351         caller can indicate whether the cache should be disregarded for this
5352         call.  This way the result of the call is reproducible at all times and
5353         can be considered a canonical server name for the supplied method.
5354         (gnus-agent-method-p): Canonicalize server names by pushing their
5355         method through `gnus-method-to-server' using the no-cache argument.
5356
5357         * gnus-srvr.el (gnus-server-insert-server-line): Call
5358         `gnus-method-to-server' with `no-cache' argument.
5359
5360         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5361         gnus-agent-possibly-synchronize-flags as this should be called when the
5362         server is actually being opened.
5363         (gnus-agent-possibly-synchronize-flags)
5364         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5365         flags file of an agentized server to the latter function.
5366
5367         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5368         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5369         after a connection has been established successfully.
5370
5371 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (article-display-face): Force to display face if called
5374         interactively; check if gnus-article-x-face-too-ugly matches author.
5375         (article-display-x-face): Display face even if From header is missing
5376         as article-display-face does.
5377
5378 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5379
5380         * hashcash.el (message-narrow-to-headers-or-head)
5381         (message-fetch-field, message-goto-eoh)
5382         (message-narrow-to-headers): Declare as functions.
5383
5384 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * mail-source.el (mail-sources): Default to fetch from file for
5387         compatibility with default of nnmail-spool-file.
5388
5389 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5392         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5393         to look for encoded word that should be encoded again.
5394         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5395         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5396         encoding pattern.
5397         (rfc2047-decode-region): Switch strict regexp and loose one according
5398         to rfc2047-allow-irregular-q-encoded-words.
5399
5400 2007-11-25  Romain Francoise  <romain@orebokech.com>
5401
5402         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5403
5404 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * tls.el (tls-program): Provide more custom choices from
5407         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5408         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5409
5410 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5411
5412         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5413         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5414
5415         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5416         `nnmail-spool-file'.
5417
5418         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5419         `nnmail-spool-file'.
5420
5421         * gnus-move.el (gnus-change-server): Ditto.
5422
5423         * gnus-kill.el (gnus-batch-score): Ditto.
5424
5425         * gnus-cache.el (gnus-jog-cache): Ditto.
5426
5427         * gnus-msg.el (gnus-summary-reply):
5428         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5429
5430 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5433         version.  Minor improvement to doc strings.
5434         (tls-program): Add comment.
5435
5436 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5437
5438         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5439         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5440         mismatch between the hostname provided in the certificate and the name
5441         of the host connnecting to.
5442         (open-tls-stream): Use them.  Check certificates against trusted root
5443         certificates.
5444
5445 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-cache.el (gnus-cache-generate-nov-databases):
5448         Use nnml-generate-nov-databases-directory instead of
5449         nnml-generate-nov-databases-1.
5450
5451 2007-11-24  Glenn Morris  <rgm@gnu.org>
5452
5453         * message.el (message-tool-bar-retro): Update for rename
5454         mail_send.xpm->mail-send.xpm.
5455
5456 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5459         `smime-ldap-search' for Emacs 22 and up.
5460
5461 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5462
5463         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5464
5465         * message.el (message-send-mail-function): Fix error convention.
5466         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5467         (message-widen-reply, message-send-mail, message-talkative-question)
5468         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5469         (message-clone-locals, message-send-news): Use with-current-buffer.
5470         (message-insert-or-toggle-importance): Remove unused var `valid'.
5471         (message-make-references): Remove unused var `new-references'.
5472         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5473
5474 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5475
5476         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5477         (spam-split-symbolic-return-positive): Reflow docstring.
5478         (spam-backends, spam-summary-exit-behavior)
5479         (spam-mark-ham-unread-before-move-from-spam-group)
5480         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5481         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5482         (spam-clear-cache, spam-backend-check, spam-install-backend)
5483         (spam-install-statistical-backend, spam-list-of-processors)
5484         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5485         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5486         (spam-check-crm114, spam-initialize, spam-unload-hook):
5487         Fix typos in docstrings.
5488
5489 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5492         been checked if they have never been read and those group levels are
5493         higher than the one that a user specified.
5494
5495 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5498         foreign groups unless a group level is specified by a user.
5499         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5500
5501 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * message.el (message-send-mail-function): Require sendmail.
5504
5505 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * message.el (message-send-mail-function): Check for smtpmail too.
5508
5509         * utf7.el (utf7-encode, utf7-decode): Use coding system
5510         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5511
5512         * message.el (message-send-mail-function): New function.
5513         (message-send-mail-function): Set default using
5514         message-send-mail-function.  Adjust doc string.
5515         (message-send-mail-with-mailclient): New function.
5516
5517 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5518
5519         * smime.el (from):
5520         * rfc2047.el (message-posting-charset):
5521         * qp.el (mm-use-ultra-safe-encoding):
5522         * pop3.el (parse-time-months):
5523         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5524         * nnml.el (files):
5525         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5526         (jka-compr-compression-info-list, ange-ftp-path-format)
5527         (efs-path-regexp):
5528         * nndiary.el (files):
5529         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5530         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5531         (epg-digest-algorithm-alist, inhibit-redisplay)
5532         (password-cache-expiry):
5533         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5534         (pgg-output-buffer, password-cache-expiry):
5535         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5536         (efs-path-regexp):
5537         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5538         (inhibit-redisplay):
5539         * mm-uu.el (file-name, start-point, end-point, entry)
5540         (gnus-newsgroup-name, gnus-newsgroup-charset):
5541         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5542         (latin-unity-ucs-list):
5543         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5544         (mm-uu-binhex-decode-function):
5545         * message.el (gnus-message-group-art, gnus-list-identifiers)
5546         (rmail-enable-mime-composing, gnus-local-organization)
5547         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5548         (gnus-read-active-file, facemenu-add-face-function)
5549         (facemenu-remove-face-function, gnus-article-decoded-p)
5550         (tool-bar-mode):
5551         * mail-source.el (display-time-mail-function):
5552         * gnus-util.el (nnmail-pathname-coding-system)
5553         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5554         (gnus-original-article-buffer, gnus-user-agent)
5555         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5556         (xemacs-codename, sxemacs-codename, emacs-program-version):
5557         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5558         * gnus-start.el (gnus-agent-covered-methods)
5559         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5560         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5561         (gnus-newsgroup-headers, gnus-group-list-mode)
5562         (gnus-group-mark-positions, gnus-newsgroup-data)
5563         (gnus-newsgroup-unreads, nnoo-state-alist)
5564         (gnus-current-select-method, mail-sources)
5565         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5566         (nnmail-spool-file, gnus-cache-active-hashtb):
5567         * gnus-mh.el (mh-lib-progs):
5568         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5569         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5570         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5571         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5572         (gnus-group-buffer):
5573         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5574         (font-lock-set-defaults):
5575         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5576         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5577         (gnus-summary-post-menu, total-parts, type, condition, length):
5578         * gnus-agent.el (gnus-agent-read-agentview):
5579         * flow-fill.el (show-trailing-whitespace):
5580         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5581         eval-and-compile wrappers for byte compiler pacifiers.
5582
5583         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5584         (mm-display-inline-fontify): Check for featurep 'xemacs not
5585         extent-list.
5586
5587         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5588         itimer-list.
5589         (mm-create-image-xemacs): Only do something for XEmacs.
5590         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5591
5592         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5593
5594         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5595         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5596
5597 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5598
5599         * nnimap.el (nnimap-split-download-body):
5600         * gnus-demon.el (gnus-demon):
5601         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5602
5603 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5606         macros.
5607         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5608         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5609         copy data from unibyte buffer to multibyte current buffer.
5610         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5611         to copy data from unibyte current buffer to multibyte buffer.
5612         (nntp-make-process-buffer): Make process buffer unibyte.
5613
5614         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5615
5616 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5617
5618         * pop3.el (pop3-open-server): Accept and process data more robustly at
5619         connexion start to avoid spurious "POP SSL connexion failed" errors.
5620
5621 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5624         read group names.
5625
5626 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5629
5630 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5633         (nnmail-save-active): Use a unibyte buffer when saving active file,
5634         which may contain non-ASCII group names.
5635
5636         * nnml.el (nnml-request-group): Decode group names in messages.
5637
5638 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * message.el (message-citation-line-function)
5641         (message-insert-formatted-citation-line): Fix spelling of
5642         `message-insert-formated-citation-line'.
5643
5644 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5647
5648 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5651         nnmail-pathname-coding-system.
5652
5653         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5654         that a user enters; decode group names in messages.
5655
5656         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5657
5658 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5661
5662         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5663
5664         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5665         risky local variable.
5666
5667         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5668
5669 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * encrypt.el: Improve documentation to fix function name typo.
5672         Reported by Daiki Ueno <ueno@unixuser.org>.
5673
5674 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5677         even if the point is not in the last page of an article.
5678         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5679         back to the previous page.
5680
5681 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5684
5685 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5688
5689 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5690
5691         * message.el (message-check-news-body-syntax): Avoid
5692         mm-string-as-multibyte.
5693         (message-hide-headers): Don't assume (point-min)==1.
5694
5695 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * message.el (message-remove-blank-cited-lines): Fix if remove is
5698         given.
5699         (message-bogus-address-regexp): New variable.
5700         (message-bogus-recipient-p): New function.
5701         (message-check-recipients): New command.
5702         (message-syntax-checks): Add `bogus-recipient'.
5703         (message-fix-before-sending): Add `bogus-recipient'.
5704
5705         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5706         (gnus-treat-body-boundary): Don't test window-system.
5707
5708 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5709
5710         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5711
5712 2007-10-28  Miles Bader  <miles@gnu.org>
5713
5714         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5715         at compile-time too.
5716
5717 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-msg.el (gnus-message-setup-hook): Add
5720         `message-remove-blank-cited-lines' to options.
5721
5722 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * message.el (message-remove-blank-cited-lines): New function.
5725         Suggested by Karl Plästerer.
5726
5727 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5730         mapc.
5731
5732         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5733         (top-level): Use mapc to set functions to be traced for debugging.
5734
5735         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5736         called for effect with while loop.
5737
5738         * message.el (message-talkative-question): Replace mapcar called for
5739         effect with mapc.
5740
5741         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5742         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5743         called for effect with dolist.
5744
5745         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5746
5747         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5748         gnus-extra-headers and nnmail-extra-headers.
5749
5750         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5751         called for effect with dolist.
5752         (top-level): Use mapc to set functions to be traced for debugging.
5753
5754         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5755         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5756         dolist.
5757
5758         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5759         Replace mapcar called for effect with mapc.
5760         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5761         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5762         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5763         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5764
5765         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5766         remove-if that's a cl function.
5767
5768         * webmail.el (webmail-debug): Replace mapcar called for effect with
5769         dolist.
5770
5771         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5772         with mapc.
5773
5774 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5777         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5778         with while loop.
5779
5780         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5781         functions from article-* functions.
5782         (gnus-multi-decode-header): Replace mapcar called for effect with
5783         dolist.
5784
5785         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5786         (gnus-bookmark-show-details): Replace mapcar called for effect with
5787         while loop.
5788
5789         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5790         called for effect with while loop.
5791
5792         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5793         with dolist.
5794
5795         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5796         mapcar called for effect with dolist.
5797
5798         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5799
5800         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5801         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5802         Replace mapcar called for effect with dolist.
5803         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5804         mapc.
5805
5806         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5807         Replace mapcar called for effect with dolist.
5808         (gnus-topic-list): Replace mapcar called for effect with mapc.
5809
5810         * gnus.el: Use mapc instead of mapcar to add autoloads.
5811
5812 2007-10-23  Richard Stallman  <rms@gnu.org>
5813
5814         * gnus-group.el (gnus-group-highlight): Mark as risky.
5815
5816 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus.el (gnus-server-to-method): Return method found first in
5819         gnus-newsrc-alist.
5820
5821         * gnus-art.el (gnus-article-highlight-signature)
5822         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5823         button overlay without the front stickiness.
5824
5825 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5826
5827         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5828         overview buffer needed a catch to receive its throw.
5829         (gnus-agent-flush-cache): Declared as interactive to make this function
5830         easier to use.
5831
5832 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5835         `next-line'.
5836
5837 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5840         exclude address matching message-dont-reply-to-names.
5841
5842 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-util.el (gnus-string<): New function.
5845
5846         * gnus-sum.el (gnus-article-sort-by-author)
5847         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5848
5849 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5852         the frame-focus tag is set in gnus-buffer-configuration.
5853
5854 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5857         the front stickiness.
5858
5859 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5862         url pattern; remove duplicate one.
5863         (gnus-article-extend-url-button): New function.
5864         (gnus-article-add-buttons): Use it.
5865         (gnus-button-push): Use concatenated url that it makes.
5866
5867 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5868
5869         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5870
5871 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5872
5873         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5874         Don't hardcode point-min==1.
5875
5876 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5879         Fix comment about "iso8859-1".
5880
5881 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5882
5883         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5884         ones returned from the verify-function.
5885
5886         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5887         mml2015-extract-cleartext-signature if extraction failed.
5888
5889 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5890
5891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5892         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5893         failed.
5894
5895 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5898
5899 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5902         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5903         recommends to use EasyPG instead of PGG.
5904
5905         * pgg.el: Revert to revision 6.23.2.16.
5906
5907         * pgg-def.el: Revert to revision 6.6.2.14.
5908
5909         * pgg-gpg.el: Revert to revision 6.23.2.34.
5910
5911 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5914         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5915         thread for both the null and zero (kill/expire thread) universal prefix
5916         cases.
5917         (gnus-summary-expire-thread): Add new function to expire a thread,
5918         using gnus-summary-kill-thread.
5919         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5920         shortcuts for gnus-summary-expire-thread.
5921         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5922         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5923
5924 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5927         extras value, so an extras entry can be deleted.
5928         (gnus-registry-delete-extra-entry): Use it.
5929         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5930         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5931         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5932         storage through the gnus-registry, and provide an appropriate API for
5933         it.
5934
5935 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5938         Suggested by Leo <sdl.web@gmail.com>.
5939
5940         * gnus.el: Do.
5941
5942 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5945         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5946
5947         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5948
5949         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5950         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5951
5952 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5955         newline.
5956         (nnmbox-request-accept-article): Don't change article in source buffer;
5957         narrow to header to use message-fetch-field rather than
5958         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5959         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5960         as delimiters; make sure article ends with newline.
5961         (nnmbox-delete-mail): Correct last position of article to be deleted;
5962         ignore X-Gnus-Newsgroup header in article body.
5963         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5964         positions; make sure article ends with newline.
5965
5966         * message.el (message-display-abbrev): Don't infloop when a user
5967         inserts SPC in the beginning of header.
5968
5969         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5970         coding-system-for-read and coding-system-for-write for XEmacs having no
5971         file-coding feature.
5972
5973         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5974
5975 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5978         list of groups not followed by default.  Fix type to be regexp.
5979         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5980
5981 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5982
5983         * hmac-def.el (define-hmac-function): Switch from old-style to
5984         new-style backquotes.
5985
5986         * md4.el (md4-make-step): Likewise.
5987
5988 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5991         raw-text coding system when saving .newsrc file, which may contain
5992         non-ASCII group names.
5993
5994 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-cus.el (gnus-score-extra): New widget.
5997         (gnus-score-extra-convert): New function.
5998         (gnus-score-customize): Use it for Extra.
5999
6000 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6001
6002         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6003         (mml2015-mailcrypt-clear-verify): Use it.
6004         (mml2015-gpg-clear-verify): Use it.
6005         (mml2015-pgg-clear-verify): Use it.
6006         (mml2015-epg-clear-verify): Replace the current part with the output
6007         from GnuPG; don't extract the plaintext by itself.
6008
6009         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6010         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6011         mml2015-clear-verify-function; don't touch the armor headers or
6012         dash-escaped text here.
6013
6014 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6017         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6018         parts, or application/octet-stream as a last resort.
6019         (gnus-mime-view-part-as-type): Don't toggle display.
6020         (gnus-mime-view-part-as-charset): Don't turn off display before
6021         querying charset.
6022
6023         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6024         stuff to undisplayer function in Emacs.
6025         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6026
6027         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6028         text/calendar parts.
6029
6030 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6033         decoding text/calendar parts.
6034
6035         * message.el (message-forward-make-body-mime): Always mark body as
6036         having no illegible text; remove signed-or-encrypted argument.
6037         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6038
6039         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6040         (mml-generate-mime-1): Don't encode body if it is specified to be in
6041         raw form; don't make buffer be unibyte when inserting multibyte string.
6042
6043 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6044
6045         * sha1.el: Fix up comment style.
6046         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6047         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6048
6049         * hex-util.el: Fix up comment style.
6050         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6051
6052         * gnus-salt.el: Use with-current-buffer.
6053         (gnus-pick-setup-message): Fix long-standing typo.
6054
6055 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * imap.el (imap-logout-timeout): New variable.
6058         (imap-logout, imap-logout-wait): New functions.
6059         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6060
6061         * nnimap.el (nnimap-logout-timeout): New server variable.
6062         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6063         nnimap-logout-timeout.
6064
6065         * gnus-art.el (gnus-article-summary-command-nosave)
6066         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6067
6068 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus.el (gnus-maximum-newsgroup): New variable.
6071
6072         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6073         according to gnus-maximum-newsgroup.
6074
6075         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6076         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6077         Limit the range of articles according to gnus-maximum-newsgroup.
6078
6079 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6080
6081         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6082         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6083         Don't perform gnus-configure-windows here; reuse existing sticky
6084         article buffer.
6085
6086         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6087         it doesn't exist in gnus-article-mode.
6088
6089 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6092         (gnus-agent-decoded-group-name): New function.
6093         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6094         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6095
6096 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6097
6098         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6099         Add binding for gnus-sticky-article.
6100         (gnus-summary-exit): Don't kill sticky article buffers.
6101
6102         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6103         article buffer.
6104         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6105         (gnus-kill-sticky-article-buffers): New commands.
6106
6107 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * nntp.el (nntp-xref-number-is-evil): New server variable.
6110         (nntp-find-group-and-number): If it is non-nil, don't trust article
6111         numbers in the Xref header.
6112
6113 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-agent.el (gnus-agent-read-group): New function.
6116         (gnus-agent-flush-group, gnus-agent-expire-group)
6117         (gnus-agent-regenerate-group): Use it.
6118         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6119         nnmail-pathname-coding-system.
6120
6121 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6124
6125         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6126         that are unread as unread, and also as selected so that information of
6127         marks having been changed by a user may be updated when exiting group.
6128
6129 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6132         calculated ignoring signature parts to gnus-treat-article.
6133
6134 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6137         a point here in order to keep the window start.
6138         (gnus-insert-mime-security-button): Make a button overlay without the
6139         front stickiness.
6140         (gnus-mime-display-security): Goto the end of a button.
6141
6142         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6143
6144 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6147         group-name-at-point.
6148         (gnus-group-completing-read): New function that offers decoded
6149         non-ASCII group names for completion.
6150         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6151         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6152         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6153         (gnus-group-fetch-control): Use it.
6154         (gnus-fetch-group): Use group-name-at-point for the initial value
6155         rather than the default value; use gnus-alive-p.
6156
6157         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6158         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6159         (gnus-summary-post-news): Use gnus-group-completing-read.
6160
6161         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6162         (gnus-read-move-group-name): Decode group name for completion.
6163
6164 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6167         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6168         Yamaoka slightly modified the code).
6169
6170 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6173         (nnmail-split-incoming): Bind it.
6174
6175         * nnml.el (nnml-group-name-charset): New function.
6176         (nnml-decoded-group-name): Use it; don't decode group name if
6177         nnmail-group-names-not-encoded-p is non-nil.
6178         (nnml-encoded-group-name): New function.
6179         (nnml-group-pathname): Inline nnml-decoded-group-name.
6180         (nnml-request-expire-articles): Decode group name in message.
6181         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6182         nnmail-pathname-coding-system.
6183         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6184         not decoded ones according to nnmail-group-names-not-encoded-p.
6185         (nnml-generate-active-info): Use nnml-encoded-group-name.
6186
6187 2007-08-08  Glenn Morris  <rgm@gnu.org>
6188
6189         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6190         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6191         doc-strings and comments.
6192
6193 2007-07-25  Glenn Morris  <rgm@gnu.org>
6194
6195         * Relicense all FSF files to GPLv3 or later.
6196
6197 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-sum.el (gnus-summary-move-article): Make
6200         gnus-summary-respool-article work.
6201
6202 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6205         string.
6206
6207 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6208
6209         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6210         that should be ignored when comparing distant RSS articles with local
6211         ones.
6212         (nnrss-make-hash-index): New function.  Create a hash index according
6213         to the ignored fields.
6214         (nnrss-check-group): Use it.
6215
6216 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6219
6220         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6221
6222         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6223         the new optional argument ENCODED is non-nil.
6224         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6225         coding system for encoding group name.
6226         (gnus-group-make-rss-group): Pass un-encoded group name to
6227         gnus-group-make-group.
6228         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6229         encoded.
6230
6231         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6232         Encode group name to which articles are moved or copied.
6233         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6234         coding system for encoding Newsgroup, Followup-To and Xref headers.
6235
6236         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6237         marks; use nnheader-file-coding-system to write a file.
6238         (nnagent-retrieve-headers): Bind file-name-coding-system to
6239         nnmail-pathname-coding-system.
6240
6241         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6242
6243         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6244         (nnml-request-article, nnml-request-create-group)
6245         (nnml-request-rename-group, nnml-find-id)
6246         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6247         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6248         (nnml-save-marks): Use nnml-group-pathname instead of
6249         nnmail-group-pathname.
6250
6251         (nnml-request-create-group, nnml-request-expire-articles)
6252         (nnml-request-move-article, nnml-request-delete-group)
6253         (nnml-deletable-article-p, nnml-possibly-create-directory)
6254         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6255         (nnml-open-marks): Bind file-name-coding-system to
6256         nnmail-pathname-coding-system.
6257
6258         (nnml-request-article): Pass server argument to nnml-find-group-number.
6259         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6260         server argument to nnml-possibly-create-directory.
6261         (nnml-request-accept-article): Pass server argument to
6262         nnml-active-number and nnml-save-mail.
6263         (nnml-find-group-number): Pass server argument to nnml-find-id.
6264         (nnml-request-update-info): Pass server argument to
6265         nnml-marks-changed-p.
6266
6267         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6268         (nnml-save-mail, nnml-active-number): Add server argument.
6269
6270         (nnml-request-delete-group): Warn if group is missing.
6271         (nnml-get-nov-buffer): Decode group name.
6272         (nnml-generate-active-info): Encode group name.
6273         (nnml-open-marks): Decode group name in messages.
6274
6275 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6278         if it is not specified.
6279         (gnus-article-pipe-part, gnus-article-save-part)
6280         (gnus-article-interactively-view-part, gnus-article-copy-part)
6281         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6282         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6283         (gnus-article-replace-part, gnus-article-delete-part)
6284         (gnus-article-view-part-as-type): Pass raw prefix argument to
6285         gnus-article-part-wrapper.
6286
6287 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-agent.el (gnus-agent-save-active): Bind
6290         nnheader-file-coding-system to gnus-agent-file-coding-system.
6291
6292         * gnus-cache.el (gnus-cache-save-buffers)
6293         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6294         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6295         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6296         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6297         (gnus-cache-generate-active, gnus-cache-rename-group)
6298         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6299         (gnus-cache-update-overview-total-fetched-for): Bind
6300         file-name-coding-system to nnmail-pathname-coding-system.
6301         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6302         variables.
6303         (gnus-cache-decoded-group-name): New function.
6304         (gnus-cache-file-name): Use it.
6305         (gnus-cache-generate-active): Use non-decoded group name for active.
6306
6307         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6308         right place.
6309         (gnus-write-active-file): Don't break non-ASCII group names.
6310
6311         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6312         nnmail-pathname-coding-system.
6313
6314         * lpath.el: Bind default-file-name-coding-system,
6315         file-name-coding-system and language-info-alist for XEmacs.
6316
6317         * gnus-uu.el (gnus-uu-decode-save): Typo.
6318
6319 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6322
6323 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6326         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6327         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6328         (gnus-agent-flush-group, gnus-agent-flush-cache)
6329         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6330         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6331         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6332         (gnus-agent-regenerate-group)
6333         (gnus-agent-update-files-total-fetched-for)
6334         (gnus-agent-update-view-total-fetched-for): Bind
6335         file-name-coding-system to nnmail-pathname-coding-system.
6336         (gnus-agent-group-pathname): Don't encode file names by
6337         nnmail-pathname-coding-system.
6338         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6339         coding-system-for-write instead of buffer-file-coding-system to
6340         gnus-agent-file-coding-system.
6341
6342         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6343         Decode group name.
6344
6345         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6346
6347         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6348         (gnus-read-newsrc-el-file): Make group names unibyte.
6349
6350         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6351         nnmail-pathname-coding-system.
6352
6353         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6354         (nnrss-request-delete-group): Bind file-name-coding-system to
6355         nnmail-pathname-coding-system.
6356         (nnrss-read-server-data, nnrss-read-group-data): Bind
6357         file-name-coding-system correctly.
6358         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6359
6360         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6361         (nntp-server-to-method-cache): New variable.
6362         (nntp-group-pathname): New function that decodes non-ASCII group names.
6363         (nntp-possibly-create-directory, nntp-marks-changed-p)
6364         (nntp-save-marks, nntp-open-marks): Use it.
6365         (nntp-possibly-create-directory, nntp-open-marks):
6366         Bind file-name-coding-system to nnmail-pathname-coding-system.
6367         (nntp-open-marks): Decode group names when bootstrapping marks.
6368
6369         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6370         Newsgroups and Folowup-To headers.
6371
6372 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6375         (gnus-server-closed-face, gnus-server-denied-face)
6376         (gnus-server-offline-face): Remove variable.
6377         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6378
6379         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6380         of modifying message-stack directly for XEmacs.
6381
6382         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6383         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6384         if the coding-system argument is nil for XEmacs.
6385
6386         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6387         mm-charset-override-alist.
6388
6389         * rfc2047.el: Don't require base64; require rfc2045 for the function
6390         rfc2045-encode-string.
6391         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6392         to quote the parameter value.
6393
6394 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6397         form in gnus-group-name-charset-method-alist.
6398
6399         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6400         overrides the default layout edit-form.
6401
6402         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6403
6404         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6405
6406 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6409         as unfetched articles.
6410
6411 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6414
6415 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6418         original back end that keeps marks in the local system.
6419
6420 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6423         arg of pop-to-buffer for XEmacs.
6424         (gnus-article-read-summary-keys): Ditto; don't restore window
6425         configuration if summary command ends up with neither article buffer
6426         nor summary buffer; describe bindings if summary keys end with C-h.
6427
6428 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * message.el (message-fix-before-sending): Skip raw message part to be
6431         forwarded while checking illegible text.
6432         (message-forward-make-body-mime, message-forward-make-body): Mark
6433         signed or encrypted raw message as having no illegible text.
6434
6435 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6438         (gnus-message-with-timestamp-1): New macro.
6439         (gnus-message-with-timestamp): New function.
6440         (gnus-message): Use them.
6441
6442         * nnheader.el (nnheader-message): Use them.
6443
6444 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6447         .newsrc.eld file.
6448
6449 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-agent.el (gnus-agent-fetch-headers)
6452         (gnus-agent-retrieve-headers): Bind
6453         gnus-decode-encoded-address-function to identity.
6454
6455         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6456         available also when the server returns simply a dot.
6457
6458         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6459
6460 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6463
6464 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-ems.el (gnus-x-splash): Make it work.
6467
6468         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6469         from being used.
6470
6471         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6472
6473 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6476         4th and the 5th arguments.
6477
6478         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6479         the front stickiness.
6480         (gnus-article-summary-command-nosave): Correct the order of the
6481         arguments passed to pop-to-buffer.
6482         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6483         summary command ends up with the article buffer.
6484
6485         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6486         the same faces.
6487
6488 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6489
6490         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6491
6492 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6493
6494         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6495         * gnus-sum.el (gnus-summary-highlight):
6496         * pgg.el (pgg-sign-region, pgg-sign):
6497         * mail-source.el (mail-source-delete-old-incoming-confirm):
6498         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6499
6500 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-mime-view-part-externally)
6503         (gnus-mime-view-part-internally): Fix predicate function passed to
6504         completing-read.
6505
6506         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6507
6508         * gnus.el (gnus-update-message-archive-method): Add :version.
6509
6510 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus.el (gnus-update-message-archive-method): New variable.
6513
6514         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6515         according to gnus-message-archive-method if
6516         gnus-update-message-archive-method is non-nil.
6517
6518 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6521         by Loic Dachary <loic@dachary.org>.
6522         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6523
6524 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * message.el (message-pop-to-buffer): Add switch-function argument.
6527         (message-mail): Pass switch-function argument to it.
6528
6529 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6532         Improve doc string.
6533
6534 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6537         (gnus-header-content)
6538         * gnus-cite.el (gnus-cite-10)
6539         * gnus-srvr.el (gnus-server-closed)
6540         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6541         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6542         (gnus-group-mail-3-empty, gnus-group-mail-low)
6543         (gnus-group-mail-low-empty, gnus-splash)
6544         * message.el (message-header-to, message-header-cc)
6545         (message-header-subject, message-header-other, message-header-name)
6546         (message-header-xheader, message-separator, message-cited-text)
6547         (message-mml): Lighten colors of faces used for dark background.
6548
6549 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6550
6551         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6552         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6553
6554 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * message.el (message-narrow-to-headers-or-head):
6557         Ignore mail-header-separator in the body.
6558
6559 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6562         same as window size.
6563
6564 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6565
6566         * message.el (message-font-lock-keywords): Use message-header-xheader
6567         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6568         ahead of the anything pattern, to get it recognised.
6569
6570 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6573         spam.el loads uses it in the compiled defadvice form.
6574
6575 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6576
6577         * gnus-sum.el (gnus-articles-to-read)
6578         (gnus-summary-insert-old-articles): Don't truncate group name for
6579         `read-string'.
6580
6581         * gnus-util.el (gnus-limit-string): Delete this function.
6582
6583         * gnus-sum.el (gnus-simplify-subject-fully): Use
6584         `truncate-string-to-width' instead.
6585
6586 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6587
6588         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6589         if, on summary exit, the next group has to be selected.
6590         (gnus-summary-exit): Use it.
6591
6592 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6595         non-break space.
6596
6597 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6600         Check if group is not a directory.
6601         (nnfolder-request-expire-articles): Don't delete articles if the target
6602         group is not available.
6603
6604         * nnml.el (nnml-request-create-group): Properly check if group is not a
6605         file.
6606         (nnml-request-expire-articles): Don't delete articles if the target
6607         group is not available.
6608
6609         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6610         Don't quote characters that are within parentheses.
6611
6612 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6615         (gnus-handle-ephemeral-exit): Select article according to it.
6616
6617 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * message.el (message-insert-formated-citation-line): Remove newline.
6620         (message-citation-line-format): Add final \n here so that the user can
6621         avoid a blank line.
6622
6623 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6624
6625         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6626         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6627         Update lanl/arXiv support.
6628
6629 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus.el: Bump version number.
6632
6633 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * gnus.el (gnus-version-number): Bump version.
6636
6637 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6638
6639         * gnus.el: No Gnus v0.6 is released.
6640
6641 2007-04-27  Didier Verna  <didier@xemacs.org>
6642
6643         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6644         * gmm-utils.el (gmm-regexp-concat): here.
6645         * message.el: Don't require 'gnus-util.
6646         (message-dont-reply-to-names): Handle name change above.
6647         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6648
6649 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6652         since the initial value varies according to the system.
6653
6654 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6657
6658 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6659
6660         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6661
6662 2007-04-24  Didier Verna  <didier@xemacs.org>
6663
6664         Improve the type of gnus-ignored-from-addresses.
6665         * gnus-util.el (gnus-orify-regexp): New function.
6666         * message.el (gnus-util): Require it.
6667         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6668         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6670
6671 2007-04-24  Didier Verna  <didier@xemacs.org>
6672
6673         * gnus-sum.el:
6674         * gnus-utils.el: Fix some trailing whitespaces.
6675
6676 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6679         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6680         article's Message-ID; refer parent article in summary buffer.
6681
6682         * message.el (message-bounce): Call mime-to-mml.
6683
6684         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6685         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6686         optimize and/or forms properly.
6687
6688 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6691         URL.
6692
6693 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6696
6697 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6700         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6701         displayed of multipart/alternative part if it is invoked from summary
6702         buffer.
6703
6704         * mm-view.el (mm-inline-text-html-render-with-w3m)
6705         (mm-inline-text-html-render-with-w3m-standalone)
6706         (mm-inline-render-with-function): Use mail-parse-charset by default.
6707
6708 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6709
6710         * parse-time.el (parse-time-string-chars): Check if CHAR
6711         is less than the length of parse-time-syntax.
6712
6713 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6716         from gnus-newsgroup-processable.
6717
6718 2007-04-16  Didier Verna  <didier@xemacs.org>
6719
6720         * gnus-msg.el (gnus-configure-posting-styles): Handle
6721         message-signature-directory properly with :file syntax.  Reported by
6722         "Leo".
6723
6724 2007-04-11  Didier Verna  <didier@xemacs.org>
6725
6726         New user option: message-signature-directory.
6727         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6728         * message.el (message-insert-signature): Ditto.
6729         * message.el (message-signature-file): Doc update.
6730         * message.el (message-signature-directory): New.
6731
6732 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-msg.el (gnus-inews-yank-articles): Use
6735         message-exchange-point-and-mark instead of exchange-point-and-mark.
6736
6737 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * message.el (message-yank-original): Make sure cited text ends with
6740         newline; don't exchange point and mark.
6741
6742 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6743
6744         * tls.el (open-tls-stream): Properly handle case where there
6745         is no associated buffer.
6746
6747 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6748
6749         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6750         message-yank-original, make sure (< mark TEXT point).
6751
6752 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * message.el (message-fill-column): New variable.
6755         (message-mode): Use it.  Add comment on a possible new hook.
6756
6757         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6758         (nnmail-get-new-mail): Reformat.
6759
6760         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6761
6762         * gmm-utils.el: Fix Commentary.
6763         (gmm-tool-bar-from-list): Fix typo in doc string.
6764
6765 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6766
6767         * message.el (message-yank-original): Don't switch point and mark
6768         unnecessarily to put point and mark as documented.
6769
6770 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6773         from the message heads.
6774
6775 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6776
6777         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6778         article buffer does not have a window.  This may not be the best
6779         solution but is certainly better than setting the start of the null,
6780         that is the current, window.
6781
6782 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6785         (gnus-draft-setup): Run it.
6786
6787         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6788         gnus-score-fast-scoring.  Allow regexp.
6789         (gnus-score-headers): Use it.
6790
6791         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6792         XEmacs.
6793
6794         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6795         string.
6796         (gnus-button-alist): Also catch `<f1> k ...'.
6797         (gnus-treat-display-x-face): Fix doc string.
6798
6799 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6800
6801         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6802         evaluation of gnus-extended-version to ensure correct generation of the
6803         User-Agent header when message-generate-headers-first is used.
6804
6805 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6806
6807         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6808         hashcash-path is nil.  Don't call callback with incorrect number of
6809         parameters if val is 0.
6810
6811 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6812
6813         * message.el (message-required-news-headers):
6814         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6815
6816 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6817
6818         * tls.el (open-tls-stream): In handshake-waiting loop,
6819         don't wait more if there is output available to process.
6820
6821 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6822
6823         * tls.el (tls-program): Doc fix.
6824
6825 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * message.el (message-generate-new-buffers): Change the meaning of the
6828         nil value; add `standard' to the choices; treat t as `unique'; improve
6829         doc string.
6830         (gnus-select-frame-set-input-focus): Autoload.
6831         (message-buffer-name): Search for the existing message buffer if
6832         message-generate-new-buffers is nil or `standard'; treat the value t of
6833         message-generate-new-buffers as `unique'.
6834         (message-pop-to-buffer): Raise the frame already displaying the message
6835         buffer; clear the echo area after querying.
6836         (message-setup): Pass the `continue' argument to compose-mail.
6837         (message-mail): Prefer `switch-function' if it is given; search for the
6838         existing message buffer if the `continue' argument is non-nil; pass
6839         continue and switch-function arguments to compose-mail by way of
6840         message-setup.
6841         (message-mail-other-window): Adjust argument of message-setup.
6842         (message-mail-other-frame): Ditto.
6843
6844 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6847         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6848         to turn font-lock on when turning gnus-message-citation-mode on.
6849
6850 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6853         (mml-smime-function-alist): New variable; add epg as the backend.
6854         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6855         mml-smime- functions instead.
6856         * mm-view.el: Require smime.
6857
6858 2007-03-05  Didier Verna  <didier@xemacs.org>
6859
6860         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6861         instead of just inheritance for posting styles.
6862         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6863
6864 2007-02-24  Chris Moore  <dooglus@gmail.com>
6865
6866         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6867         * pgg-pgp.el (pgg-pgp-encrypt-region):
6868         * pgg-gpg.el (pgg-gpg-encrypt-region):
6869         Check pgg-encrypt-for-me if no other recipients.
6870
6871 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6872
6873         * tls.el (tls-certtool-program): Fix custom type.
6874
6875 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6878         and point-at-eol instead of line-(beginning|end)-position.
6879
6880         * assistant.el (assistant-parse-buffer): Ditto.
6881
6882         * netrc.el (netrc-parse-services): Ditto.
6883
6884 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6885
6886         * mml2015.el (mml2015-epg-find-usable-key): New function.
6887         (mml2015-epg-sign): Use it.
6888         (mml2015-epg-encrypt): Use it.
6889
6890 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * message.el (message-make-in-reply-to): Quote name containing
6893         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6894         if there are special characters.  Reported by NAKAJI Hiroyuki
6895         <nakaji@jp.freebsd.org>.
6896
6897 2007-02-27  Didier Verna  <didier@xemacs.org>
6898
6899         Include the group parameters as well as the topic ones in the
6900         inheritance filter process.
6901         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6902         argument GROUP-PARAMS-LIST.
6903         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6904
6905 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * nntp.el (nntp-never-echoes-commands)
6908         (nntp-open-connection-functions-never-echo-commands): New variables.
6909         (nntp-send-command): Use them.
6910
6911 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6912
6913         * mml2015.el (mml2015-epg-verify): Simplified.
6914
6915 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * mml.el (mml-content-disposition-alist): New user option.
6918         (mml-content-disposition): New function.
6919         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6920         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6921
6922 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6923
6924         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6925         verification.
6926
6927 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6928
6929         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6930         articles posted in the last 24 hours.
6931
6932 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6933
6934         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6935
6936 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6937
6938         * nntp.el (nntp-send-command): Don't wait for echoes when
6939         nntp-open-ssl-stream is used.
6940
6941 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6944         (gnus-message-add-citation-keywords)
6945         (gnus-message-remove-citation-keywords): Remove.
6946         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6947         directly, make the variables in font-lock-defaults buffer-local, add
6948         gnus-message-citation-keywords to them and then update the value of
6949         font-lock-keywords.
6950
6951 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * message.el (message-cite-original-1): Don't call
6954         gnus-article-highlight-citation.
6955
6956         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6957         citations; fix line count.
6958
6959 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6962         (gnus-message-add-citation-keywords)
6963         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6964         versions of font-lock-add-keywords and font-lock-remove-keywords to
6965         work with XEmacs correctly.
6966
6967 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-cite.el (gnus-cite-face-list): Set the values of
6970         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6971         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6972         (gnus-message-cite-prefix-regexp): New variable.
6973         (gnus-message-search-citation-line): Use it; protect against long
6974         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6975         the 0th match data for Emacs.
6976         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6977         (gnus-message-add-citation-keywords): Append keywords rather than
6978         prepending; emulate font-lock-add-keywords if it is not available.
6979         (gnus-message-remove-citation-keywords): Emulate
6980         font-lock-remove-keywords if it is not available.
6981
6982         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6983
6984         * message.el (message-cite-prefix-regexp): Set the value of
6985         gnus-message-cite-prefix-regexp.
6986
6987 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6988
6989         * nnweb.el (nnweb-google-parse-1): Update parser.
6990
6991 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6992
6993         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6994
6995 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6996
6997         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6998         regexp.
6999
7000 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7003         string-to-multibyte.
7004         (uudecode-decode-region-internal): Use it.
7005
7006         * lpath.el: Fbind string-as-multibyte for XEmacs.
7007
7008 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7011         custom choice.
7012
7013         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7014
7015 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7016
7017         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7018
7019         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7020         `write-region' to respect `mm-inhibit-file-name-handlers'.
7021
7022 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7025         Use gnus-home-directory instead of "~/" or "$HOME".
7026
7027 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7028
7029         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7030         to mention filename.
7031         Add comments at beginning regarding usage.
7032         (encrypt-write-file-contents): Change interactive so a string is
7033         acceptable.  If the file has no associated model, show an error instead
7034         of a nonsense prompt.
7035
7036 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7037
7038         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7039         Thanks to Yoshihiko Yamada for kind notification of this typo.
7040
7041 2007-01-12  Kenichi Handa  <handa@m17n.org>
7042
7043         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7044         multibyte buffer.
7045
7046 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * gnus-score.el (gnus-score-fast-scoring): New variable.
7049         (gnus-score-headers): Use it.
7050
7051         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7052
7053         * message.el (message-cite-original-1): Call
7054         gnus-article-highlight-citation if requested.
7055         (message-make-from): Allow name and address as optional arguments.
7056
7057         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7058
7059         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7060         bugs to doc string.
7061         (gnus-button-alist): Add mid\\|message-id.
7062         (gnus-button-fetch-group): Extend for use in
7063         `browse-url-browser-function'.
7064         (gnus-button-url-regexp): Try to catch paired parentheses like in
7065         Wikipedia URLs.
7066
7067         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7068         Suggested by Simon Krahnke <overlord@gmx.li>.
7069
7070 2007-01-13  Romain Francoise  <romain@orebokech.com>
7071
7072         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7073         Update copyright.
7074
7075 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7076
7077         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7078
7079 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * gnus-registry.el (gnus-registry-unfollowed-groups)
7082         (gnus-registry-split-fancy-with-parent): Fix documentation.
7083
7084 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7087         from nnweb groups.
7088
7089 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7092         Xref urls.  Erase buffer before requesting head.
7093
7094 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7097         customizable.
7098
7099 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7100
7101         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7102         no signing key is found.
7103         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7104         no encrypting and/or signing key is found.
7105
7106 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7109
7110 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7111
7112         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7113         headers read from disk with the ones newly found in the current search.
7114         This should no longer cause problems, because the article numbers in
7115         Gmane's `nov.php' output are ignored since the previous change.
7116
7117 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7118
7119         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7120
7121 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7124         replace-regexp-in-string; bind url-version; fbind display-images-p and
7125         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7126         find-face and set-itimer-function for Emacs; bind itimer-list for
7127         Emacs.
7128
7129         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7130
7131 2007-01-01  Romain Francoise  <romain@orebokech.com>
7132
7133         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7134
7135 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7136
7137         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7138         `define-minor-mode' macro definition expanded properly.
7139         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7140         exclude it there.
7141
7142         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7143         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7144         `fboundp' test.
7145         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7146         This is OK to autoload in (S)XEmacs now.
7147
7148 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7151         keystroke.
7152         (gnus-summary-limit-to-singletons): Fix typo.
7153
7154         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7155         else fails.
7156
7157 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7158
7159         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7160         docstring.
7161
7162         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7163         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7164         (gnus-summary-insert-dormant-articles): Fix typo in message.
7165
7166 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7169         nil for XEmacs.
7170         (gnus-message-citation-mode): Don't autoload in XEmacs.
7171
7172         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7173
7174 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7175
7176         * nnimap.el (nnimap-expunge-search-string): Mention
7177         nnimap-search-uids-not-since-is-evil in docstring.
7178
7179 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * spam.el: Revert to make-obsolete-variable because
7182         define-obsolete-variable-alias is not supported in Emacs 21.
7183
7184         * spam.el (spam-ifile-path, spam-ifile-database-path)
7185         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7186         make-obsolete-variable.
7187         (spam-bsfilter-path, spam-bsfilter-program)
7188         (spam-spamassassin-path, spam-spamassassin-program)
7189         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7190         use "path" inappropriately.
7191         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7192         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7193         variable names.
7194
7195 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7196
7197         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7198         summary buffer.
7199
7200         * password.el (password-cache-remove): Use clear-string to burn
7201         password, if available.
7202
7203 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7206
7207         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7208
7209         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7210         (gnus-message-highlight-citation): Move defcustom here from
7211         gnus-cite.el.
7212         (gnus-message-citation-mode): Autoload.
7213
7214         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7215         checks to make it compile with XEmacs.
7216         (gnus-message-citation-mode): New minor mode.
7217         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7218         (gnus-message-highlight-citation): New variables.
7219         (gnus-message-search-citation-line)
7220         (gnus-message-add-citation-keywords)
7221         (gnus-message-remove-citation-keywords)
7222         (turn-on-gnus-message-citation-mode)
7223         (turn-off-gnus-message-citation-mode): New functions.
7224
7225 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7226
7227         * gnus-cite.el: Enable highlighting of different citation levels in
7228         message-mode.
7229
7230 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * message.el (message-make-fqdn): Fix comment.
7233         (message-bogus-system-names): Add ".local".
7234
7235         * spam.el (spam-ifile-path, spam-ifile-program)
7236         (spam-ifile-database-path, spam-ifile-database)
7237         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7238         Don't use "path" inappropriately.
7239         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7240         strings.
7241         (spam-check-ifile, spam-ifile-register-with-ifile)
7242         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7243         new variable names.
7244
7245         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7246         (gnus-treat-display-smileys): Simplify using
7247         gnus-image-type-available-p.
7248
7249         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7250         available.
7251
7252         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7253         `display-images-p' if available.
7254
7255 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7258         one after turning on the buffer's multibyteness instead of decoding
7259         them directly in the unibyte buffer that causes unexpected conversion
7260         in Emacs 23 (unicode).
7261
7262 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7263
7264         * message.el (message-generate-hashcash): Fix custom type.
7265
7266 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7269
7270 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7273         disconnect icons.  Add help text.
7274
7275 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7278         negated to be consistent with the others we handle.
7279
7280 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7283         version of gnus-summary-buffer to something, so that we can use two
7284         article buffers at the same time.
7285
7286 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7289         trigger all the extra headers.
7290         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7291         sorting.
7292
7293 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7294
7295         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7296         solid groups.
7297
7298 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7299
7300         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7301
7302 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * legacy-gnus-agent.el: Add Copyright notice.
7305
7306 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7307
7308         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7309
7310 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7313
7314         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7315         to make it work reliably in CVS Emacs.
7316         (gnus-summary-limit-strange-charsets-predicate)
7317         (gnus-summary-limit-to-predicate): New functions.
7318
7319 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7320
7321         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7322         specifying array size.
7323         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7324         array if it is too small.
7325         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7326         (gnus-sort-threads-loop): New function.
7327
7328 2006-12-06  Chris Moore  <dooglus@gmail.com>
7329
7330         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7331         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7332
7333 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7334
7335         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7336         options.
7337
7338 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7341         DOS-ing the recipient.
7342
7343         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7344         the headers when creating the mapping to avoid mismappings.
7345         (nnweb-gmane-create-mapping): Always nix out old mapping.
7346
7347 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7350         and mm-verify-option to never.
7351
7352 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * message.el (message-signed-or-encrypted-p): New function.
7355         (message-forward-make-body): Use it.
7356
7357         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7358         Replace encode-coding-string with mm-encode-coding-string.
7359
7360 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * nneething.el (nneething-decode-file-name): Replace
7363         decode-coding-string with mm-decode-coding-string.
7364
7365         * gnus-int.el (gnus-open-server): Say failed server's name.
7366
7367 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7368
7369         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7370         strings to a single string.  Quote `errors-file-name'.
7371         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7372         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7373         Adjust calls.  Use `shell-quote-argument'.
7374
7375 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7376
7377         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7378         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7379
7380         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7381         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7382         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7383         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7384         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7385         (gnus-subscribe-newsgroup, gnus-1):
7386         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7387         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7388         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7389         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7390
7391 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7394         keystroke.
7395         (gnus-summary-limit-to-bodies): Implement headersp.
7396
7397 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7400
7401 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7404
7405 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * message.el (message-generate-hashcash): Expand range of values to
7408         include `opportunistic'.
7409         (message-send-mail): Use it.
7410
7411 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7412
7413         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7414         and comment it.
7415
7416         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7417
7418 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-util.el (gnus-extract-address-components): Improve comment.
7421
7422 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-util.el (gnus-extract-address-components): Work with address in
7425         which the name portion contains @.
7426
7427         * lpath.el: Fbind custom-autoload.
7428
7429 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * gnus.el (gnus-start): Move custom group up.
7432         (gnus-select-method): Don't autoload, but make it available for
7433         `customize-variable'.
7434         (gnus-getenv-nntpserver): Don't autoload.
7435
7436 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7437
7438         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7439
7440 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * message.el (message-sendmail-extra-arguments): New variable.
7443         (message-send-mail-with-sendmail): Use it.
7444
7445 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7448         mm-with-unibyte-current-buffer to make string unibyte.
7449
7450         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7451         mm-string-as-multibyte.
7452
7453 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7454
7455         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7456         Reported by Werner Koch <wk@gnupg.org>.
7457
7458 2006-11-14  Daiki Ueno  <ueno@p360>
7459
7460         * mml2015.el: Autoload epa-select-keys when compiling.
7461
7462 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7465         message-options.
7466         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7467
7468 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7469
7470         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7471         EasyPG (< 0.0.6).
7472         (mml2015-always-trust): New user option.
7473         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7474         prompt.
7475
7476 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * nntp.el (nntp-authinfo-force): New variable.
7479         (nntp-send-authinfo): Use it.
7480
7481 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7484         decode encoded words.  Improve prompt.  Add comment about forwarding.
7485         (message-replacement-char): Move up.
7486
7487 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7488
7489         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7490         instead of gnus-intersection because arguments of gnus-sorted-nunion
7491         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7492
7493 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7496         (message-simplify-subject-functions): Enable
7497         message-strip-subject-encoded-words by default.
7498
7499 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * message.el (message-strip-subject-encoded-words): New function.
7502         (message-simplify-subject-functions): New variable.
7503         (message-simplify-subject): Use it.  Fix typo in doc string.
7504         Support message-strip-subject-encoded-words.
7505
7506 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7507
7508         * gnus-diary.el (gnus-diary-delay-format-function):
7509         * nndiary.el (nndiary-reminders):
7510         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7511
7512 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-art.el (article-hide-boring-headers): Fetch date from
7515         gnus-original-article-buffer to avoid problems with localized date
7516         strings.
7517
7518 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7521
7522 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7525         New variables.
7526         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7527         (mm-charset-synonym-alist): Move some entries to
7528         mm-codepage-iso-8859-list.
7529         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7530         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7531
7532 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7535
7536 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7539         with Emacs 21 and XEmacs.
7540
7541 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7542
7543         * spam.el (spam-parse-address): New function for better parsing,
7544         catching errors, etc.
7545         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7546
7547 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * mm-view.el: Add interactive arg to html2text autoload.
7550
7551 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7554
7555 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7558         variables.
7559         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7560         (mm-charset-synonym-alist): Move some entries to
7561         mm-codepage-iso-8859-list.
7562
7563         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7564
7565 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * message.el (message-citation-line-format)
7568         (message-insert-formated-citation-line): Fix implementation of %E, %N
7569         and %n according to the doc string.
7570
7571 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7574         car-safe to avoid bad parses.
7575
7576 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7579         names.
7580
7581         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7582
7583 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7586         header.
7587
7588         * message.el (message-draft-headers): Add Date.
7589         (message-headers-to-generate): Fix typo in docstring.
7590
7591         * nndraft.el (nndraft-required-headers): New variable.
7592         (nndraft-generate-headers): Use it.
7593
7594         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7595
7596 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * gnus-registry.el (gnus-registry-wash-for-keywords)
7599         (gnus-registry-find-keywords): New functions to allow easy searching of
7600         articles that are in the registry.
7601
7602 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7603
7604         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7605         ietf-drums-parse-address instead of gnus-extract-address-components.
7606         Reported by Damien Elmes <damien@repose.cx>.
7607
7608 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus.el (gnus-mime): Remove unused custom group.
7611
7612 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7613
7614         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7615         "blank line" when searching for end of armor headers.
7616
7617 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gmm-utils.el (gmm-write-region): Fix variable name.
7620
7621 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * gmm-utils.el (gmm-write-region): New function based on compatibility
7624         code from `mm-make-temp-file'.
7625
7626         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7627
7628         * nnmaildir.el (nnmaildir--update-nov)
7629         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7630         Use `gmm-write-region'.
7631
7632 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7635         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7636
7637         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7638
7639         * message.el (message-replacement-char): New variable.
7640         (message-fix-before-sending): Use it.
7641         (message-simplify-subject): New function to remove duplicate code.
7642         (message-reply, message-followup): Use it.
7643
7644         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7645         gnus-summary-limit-to-articles.
7646
7647 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-util.el (gnus-with-local-quit): New macro.
7650
7651         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7652
7653 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7656         ignore non-string data.
7657
7658 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7659
7660         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7661         non-string data (needs to be done in the registry too).
7662
7663 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7664
7665         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7666         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7667         (gnus-registry-split-fancy-with-parent)
7668         (gnus-registry-fetch-simplified-message-subject-fast)
7669         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7670         Remove text properties on ingress into the registry and when it's saved.
7671         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7672         registry from entries with no groups.
7673
7674 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7677         function to remove string properties.
7678
7679 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * gmm-utils.el (gmm): Adjust custom version.
7682
7683         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7684         custom version.
7685
7686         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7687
7688 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-art.el (gnus-insert-prev-page-button)
7691         (gnus-insert-next-page-button): Simplify.  Reformat.
7692
7693 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7694
7695         * gnus-art.el (gnus-insert-prev-page-button)
7696         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7697
7698 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7699
7700         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7701
7702 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7703
7704         * gnus-art.el (gnus-insert-mime-button)
7705         (gnus-insert-mime-security-button):
7706         Apply gnus-article-button-face to MIME and security buttons.
7707
7708 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7711         readable.
7712
7713 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7716
7717 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7718
7719         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7720         `browse-url-of-file' instead of `browse-url'.
7721
7722 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7723
7724         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7725         regexp.  Articles containing quotation were cut prematurely.
7726
7727 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * message.el (message-cite-original-1): Use nobody by default for the
7730         value of From header.
7731         (message-reply): Ditto.
7732
7733 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7734
7735         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7736         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7737         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7738
7739 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7742         mails in the doc string.  Add some URLs in comment.
7743         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7744
7745 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7748         backslashes handling and the way to find boundaries of quoted strings.
7749
7750 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7751
7752         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7753         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7754         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7755         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7756
7757 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7760         doc string.
7761         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7762
7763 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * lpath.el: Fbind epg-check-configuration.
7766
7767 2006-09-06  Simon Josefsson  <jas@extundo.com>
7768
7769         * mml2015.el (mml2015-use): Doc fix, mention epg.
7770
7771 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7772
7773         * mml2015.el (mml2015-use): Default to epg, if available.
7774
7775 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7776
7777         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7778         message-sender.
7779         (mml1991-epg-encrypt): Ditto.
7780         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7781         message-sender.
7782         (mml2015-epg-encrypt): Ditto.
7783
7784 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7785
7786         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7787         several common directories.
7788
7789 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7790
7791         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7792         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7793
7794 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-art.el (article-decode-encoded-words): Make it fast.
7797
7798 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7801
7802         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7803         in quoted string into `\'.
7804
7805 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7808         Use standard-syntax-table.
7809
7810 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-decode-address-function): New variable.
7813         (article-decode-encoded-words): Use it to decode headers which are
7814         assumed to contain addresses.
7815         (gnus-mime-delete-part): Remove useless `or'.
7816
7817         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7818         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7819         (gnus-nov-parse-line): Use it to decode From header.
7820         (gnus-get-newsgroup-headers): Ditto.
7821         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7822
7823         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7824         (mail-decode-encoded-address-string): New alias.
7825
7826         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7827         New function.
7828         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7829         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7830         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7831         (rfc2047-decode-string): Ditto.
7832         (rfc2047-decode-address-region): New function.
7833         (rfc2047-decode-address-string): New function.
7834
7835 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * message.el (message-caesar-buffer-body): Allow rotating headers.
7838
7839         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7840
7841         * message.el (message-insert-formated-citation-line): Fix %f.
7842         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7843
7844 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7847         (gnus-bookmark-mouse-available-p): New macro.
7848         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7849         (gnus-bookmark-bmenu-show-infos): Use it.
7850         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7851         (gnus-bookmark-bmenu-hide-infos): Ditto.
7852         (gnus-bookmark-remove-properties): New function.
7853         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7854         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7855         (gnus-bookmark-write-file): Bind coding-system-for-write.
7856         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7857         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7858         group before selecting it.
7859         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7860         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7861         quit-window if it is not available; use gnus-mouse-2 and bind it to
7862         gnus-bookmark-bmenu-select-by-mouse.
7863         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7864         (gnus-bookmark-bmenu-select-by-mouse): New function.
7865
7866 2006-08-13  Romain Francoise  <romain@orebokech.com>
7867
7868         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7869         space.
7870
7871 2006-08-10  Romain Francoise  <romain@orebokech.com>
7872
7873         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7874         (dns-mode-soa-auto-increment-serial): New user option.
7875         (dns-mode-soa-maybe-increment-serial): New function.
7876         (dns-mode): Add the latter to `write-contents-functions'.
7877
7878 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * compface.el (uncompface): Use binary rather than raw-text-unix.
7881
7882 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * compface.el (uncompface): Make sure the eol conversion doesn't take
7885         place when communicating with the external programs.  Reported by
7886         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7887
7888 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7891
7892 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7893
7894         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7895         Make it more robust by parsing author and date independently.
7896
7897 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7900
7901 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7902
7903         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7904         first matching secret key.
7905         (mml2015-epg-encrypt): Ditto.
7906
7907         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7908         first matching secret key.
7909         (mml1991-epg-encrypt): Ditto.
7910
7911         * mml2015.el (mml2015-encrypt-to-self): New user option.
7912         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7913         mml2015-epg-encrypt-to-self is set.
7914
7915         * mml1991.el (mml1991-encrypt-to-self): New variable.
7916         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7917         mml1991-epg-encrypt-to-self is set.
7918
7919         * mml2015.el (mml2015-signers): New user option.
7920         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7921         (mml2015-epg-encrypt): Allow to select signing keys.
7922
7923         * mml1991.el (mml1991-signers): New variable.
7924         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7925         (mml1991-epg-encrypt): Allow to select signing keys.
7926
7927 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * nnheader.el (nnheader-insert-head): Make it work even if the file
7930         uses CRLF for the line-break code.
7931
7932 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7933
7934         * mml2015.el: Require mml-sec instead of password.
7935         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7936         (mml2015-cache-passphrase): Inherit the default value from
7937         mml-secure-cache-passphrase.
7938         (mml2015-passphrase-cache-expiry): Inherit the default value from
7939         mml-secure-passphrase-cache-expiry.
7940
7941         * mml1991.el: Require mml-sec instead of password.
7942         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7943         (mml1991-cache-passphrase): Inherit the default value from
7944         mml-secure-cache-passphrase.
7945         (mml1991-passphrase-cache-expiry): Inherit the default value from
7946         mml-secure-passphrase-cache-expiry.
7947
7948         * mml-sec.el: Require password.
7949         (mml-secure-verbose): New user option.
7950         (mml-secure-cache-passphrase): New user option.
7951         (mml-secure-passphrase-cache-expiry): New user option.
7952
7953 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7954
7955         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7956         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7957         andreas@altroot.de (Andreas Vögele).
7958
7959         FIXME: Use `tiny change'?
7960
7961 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7962
7963         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7964         workaround for the url package included with Emacs.
7965
7966         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7967
7968 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7971         correctly.  This fixes a bug caused by the 2006-05-12 change.
7972
7973 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7974
7975         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7976         some information about the error when saying that the `bogus' mail
7977         group will be used.
7978
7979 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7982         string.
7983
7984 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7985
7986         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7987
7988 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7989
7990         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7991
7992 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7993
7994         * mml1991.el (mml1991-function-alist): Add epg.
7995         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7996         (mml1991-epg-encrypt): New functions.
7997
7998 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7999
8000         * mml2015.el (mml2015-verbose): New variable.
8001         (mml2015-cache-passphrase): Ditto.
8002         (mml2015-passphrase-cache-expiry): Ditto.
8003         (mml2015-function-alist): Add epg.
8004         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8005         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8006         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8007         functions.
8008
8009 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8010
8011         * message.el (message-cite-original-1): Preserve region when removing
8012         quoted text due to X-No-Archive in order to avoid bogus attribution
8013         when citing multiple messages.
8014
8015 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8016
8017         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8018         Kenneth Jacker <khj@be.cs.appstate.edu>.
8019
8020 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * gnus-diary.el (gnus-user-format-function-d)
8023         (gnus-user-format-function-D): Autoload.
8024
8025         * imap.el (Commentary): Fix typo.
8026
8027         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8028         2006-04-22 contribution.
8029
8030 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8031
8032         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8033         It didn't really fix the bogosity I'm seeing with solid web groups.
8034
8035 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8036
8037         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8038         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8039         created using server names.  If we use the feature without declaring
8040         it, Gnus does not properly manage server and group state.
8041
8042         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8043         bound.
8044
8045 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8046
8047         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8048         looking up the method using GROUP's prefix before inventing a new one.
8049         It is used on killed/unknown groups in various places where returning
8050         an all-new method isn't expected by the caller.
8051
8052         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8053         and match semantics of gnus-group-real-prefix.
8054
8055 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * nnmail.el (nnmail-broken-references-mailers): New variable.
8058         (nnmail-ignore-broken-references): New function generalizing
8059         nnmail-fix-eudora-headers.
8060         (nnmail-fix-eudora-headers): Now obsolete.
8061
8062         * gnus-art.el (gnus-button-handle-custom): Support
8063         `customize-apropos*'.
8064
8065 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8068
8069         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8070         articles.
8071
8072 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * message.el (message-cite-reply-above): New variable.
8075         (message-yank-original): Use it.
8076
8077 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8080
8081 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8084         as read.
8085
8086         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8087
8088 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8091         (gnus-bookmark-default-file): Use gnus-directory.
8092         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8093         Remove "*" in doc string.
8094         (gnus-bookmark-write-file): Simplify.
8095         (gnus-bookmark-maybe-sort-alist): Use `when'.
8096         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8097         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8098         FIXME about Emacs 21 and XEmacs compatibility.
8099         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8100         compatibility.
8101         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8102         compatibility.
8103         (gnus-bookmark-menu-heading): Fix version.
8104
8105 2006-06-19  Bastien Guerry  <bzg@altern.org>
8106
8107         * gnus-bookmark.el: New file.
8108
8109 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * message.el (message-syntax-checks): Doc fix.
8112
8113 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8114
8115         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8116         unsubscribed groups as if they were killed ones.  It causes duplicate
8117         entries in gnus-newsrc-alist.
8118
8119 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * message.el (message-syntax-checks): Doc fix.
8122         (message-send-mail): Add check for continuation headers.
8123         (message-check-news-header-syntax): Fix regexp used to check for
8124         continuation headers.
8125
8126 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8129
8130 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8133
8134 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8137         default-truncate-lines.
8138
8139 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8142         to fill the utf-8 entry.
8143
8144         * lpath.el: Fbind unicode-precedence-list.
8145
8146 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8147
8148         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8149
8150 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8151
8152         * gnus-agent.el (directory-files-and-attributes): Move all the way
8153         forward (the third and final move).
8154         (gnus-agent-read-agentview): Trap reconstruction errors due to
8155         nonexistant directory.  Handle by returning nil.
8156
8157 2006-05-30  Didier Verna  <didier@xemacs.org>
8158
8159         * message.el (message-dont-reply-to-names): Update the custom type.
8160         * message.el (message-dont-reply-to-names): New defsubst: potentially
8161         convert a list of regexps into a single one.
8162         * message.el (message-get-reply-headers): Use it.
8163         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8164
8165 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-agent.el (directory-files-and-attributes): Move forward.
8168
8169 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-ml.el (gnus-mailing-list-subscribe)
8172         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8173         (gnus-mailing-list-message): Fix doc strings.
8174
8175 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8176
8177         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8178         of doing it manually.
8179
8180 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8183         comment.
8184
8185 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8186
8187         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8188         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8189         (gnus-agent-read-local): All symbols allocated in my-obarray.
8190         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8191         (gnus-agent-regenerate-group): Check numeric names to see if they are
8192         messages or groups.
8193         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8194         better way of do this...)
8195
8196         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8197         'dummy.group' (there should be a better way of do this...)
8198
8199 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8202         (gnus-saved-headers): Ditto.
8203         (gnus-default-article-saver): Mention functions may have properties.
8204         (gnus-article-save): Override gnus-save-all-headers and
8205         gnus-saved-headers by :headers property which saver function may have.
8206         (gnus-summary-save-in-file): Add :headers property.
8207         (gnus-summary-write-to-file): Ditto.
8208
8209         * gnus-sum.el (gnus-summary-save-article): Bind
8210         gnus-prompt-before-saving to t when saving many articles in a file;
8211         always show all headers.
8212
8213         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8214
8215 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8218         marks.
8219
8220         * message.el (message-indent-citation): Add optional arguments to allow
8221         using it outside of message buffers.
8222
8223         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8224         (gnus-article-treat-unfold-headers): Use it.
8225         (gnus-article-truncate-lines): New variable.
8226         (gnus-article-mode): Use it.
8227         (gnus-article-toggle-truncate-lines): New function.
8228
8229         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8230         gnus-article-toggle-truncate-lines.
8231
8232         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8233         coding system in XEmacs, use binary.
8234
8235 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8238         after-load-alist.
8239
8240         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8241         this function should save decoded articles.
8242         (gnus-summary-write-to-file): Use property to specify this function
8243         should save decoded articles and specify gnus-summary-save-in-file
8244         should be used to save articles other than the first one when saving
8245         many articles.
8246         (gnus-summary-save-body-in-file): Use property to specify this
8247         function should save decoded articles.
8248         (gnus-summary-write-body-to-file): Use property to specify this
8249         function should save decoded articles and specify
8250         gnus-summary-save-body-in-file should be used to save articles other
8251         than the first one when saving many articles.
8252
8253         * gnus-sum.el (gnus-summary-save-article): Simplify.
8254
8255 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (gnus-default-article-saver): Add
8258         gnus-summary-write-body-to-file.
8259         (gnus-article-save-coding-system): Don't use coding system object
8260         in XEmacs.
8261         (gnus-read-save-file-name): Add optional `dir-var' argument which
8262         specifies directory in which files are saved; work even if optional
8263         `variable' argument is not specified.
8264         (gnus-summary-write-to-file): Read file name.
8265         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8266         (gnus-summary-write-body-to-file): New function.
8267
8268         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8269         (gnus-summary-local-variables): Add it.
8270         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8271         (gnus-summary-save-article): Remove optional `decode' argument;
8272         determine whether to decode articles by the value of
8273         gnus-default-article-saver; when saving many files using
8274         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8275         it first and use gnus-summary-save-in-file or
8276         gnus-summary-save-body-in-file thereafter unless
8277         gnus-prompt-before-saving is always; move point to article which
8278         will be saved.
8279         (gnus-summary-save-article-file): Revert.
8280         (gnus-summary-write-article-file): Revert.
8281         (gnus-summary-save-article-body-file): Revert.
8282         (gnus-summary-write-article-body-file): New function.
8283
8284 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-art.el (gnus-default-article-saver): Doc fix.
8287         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8288         from gnus-summary-save-article-coding-system, and default to a
8289         certain coding system.
8290         (gnus-output-to-file): Add coding cookie and encode text according
8291         to gnus-article-save-coding-system; don't use mm-append-to-file.
8292
8293         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8294         gnus-art.el and rename to gnus-article-save-coding-system.
8295         (gnus-summary-save-article): Require gnus-art; don't show all
8296         headers if it decodes articles; don't add coding cookie here;
8297         don't bind mm-text-coding-system-for-write.
8298         (gnus-summary-save-article-file): Save decoded articles.
8299         (gnus-summary-write-article-file): When saving many files, use
8300         gnus-summary-write-to-file first and gnus-summary-save-in-file
8301         thereafter unless gnus-prompt-before-saving is always.
8302         (gnus-summary-save-article-body-file): Save decoded articles.
8303
8304         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8305
8306 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * nnrss.el (nnrss-check-group): Bind hash-index.
8309
8310 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8311
8312         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8313         its hash index.  Store this hash in `nnrss-group-data'.
8314         (nnrss-read-group-data): Update accordingly.
8315
8316 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8319         entry.
8320
8321         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8322         gnus-article-browse-html-article.
8323
8324 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8325
8326         * gnus-sum.el (gnus-summary-mime-map): Add
8327         gnus-article-browse-html-article.
8328
8329         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8330
8331 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8334         suitable coding systems in customize.
8335
8336 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * mail-source.el (mail-sources): Fix custom type.
8339
8340 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8343         (gnus-summary-expire-articles-now): Shorten prompt.
8344
8345         * gmm-utils.el (wid-edit): Require.
8346         (defun-gmm): Renamed from `gmm-defun-compat'.
8347         (gmm-image-search-load-path): Use it.
8348         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8349
8350 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8353         variable.
8354         (gnus-summary-save-article): Add optional `decode' argument.  If
8355         it is set and gnus-summary-save-article-coding-system is non-nil,
8356         save decoded article.
8357         (gnus-summary-write-article-file): Save decoded article if
8358         gnus-summary-save-article-coding-system is non-nil.
8359
8360         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8361         type.
8362
8363 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8366
8367 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8370         first to test gnus-single-article-buffer which may be buffer-local.
8371
8372         * gnus-sum.el (gnus-summary-setup-buffer): Make
8373         gnus-single-article-buffer buffer-local and nil in ephemeral
8374         group; make gnus-article-buffer, gnus-article-current, and
8375         gnus-original-article-buffer always buffer-local.
8376         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8377         group.
8378         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8379
8380 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * nnml.el (nnml-request-compact-group): Compressed files might not
8383         have .gz extension.
8384
8385 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8386
8387         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8388         (mm-copy-to-buffer): Use with-current-buffer.
8389         (mm-display-part): Simplify.
8390         (mm-inlinable-p): Add optional arg `type'.
8391
8392 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8393
8394         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8395         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8396         Try harder to show the attachment internally or externally using
8397         gnus-mime-view-part-as-type.
8398
8399 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * message.el (message-from-style, message-signature-separator)
8402         (message-user-organization-file, message-send-mail-function)
8403         (message-citation-line-function, message-yank-prefix)
8404         (message-indent-citation-function, message-signature)
8405         (message-signature-file, message-signature-insert-empty-line):
8406         Remove autoloads.
8407
8408         * gnus-art.el (gnus-buttonized-mime-types): Remove
8409         "multipart/signed".  Revert 2006-04-26 change.
8410
8411 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * gnus.el (gnus-version-number): Bump version.
8414
8415 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8416
8417         * gnus.el: No Gnus v0.5 is released.
8418
8419 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8420
8421         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8422         fetching articles by message-id.
8423
8424 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * message.el (hashcash): Require hashcash as normal.
8427
8428         * ecomplete.el (ecomplete-highlight-match-line): Use
8429         point-at-eol.
8430         (ecomplete-highlight-match-line): Use `highlight', because that
8431         face exists in both Emacs and XEmacs.
8432
8433         * message.el (message-display-abbrev): Use point-at-bol.
8434
8435         * mail-source.el: Don't require timer/timer-funcs.
8436
8437         * gnus-async.el: Ditto.
8438
8439         * password.el: Ditto.
8440
8441         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8442
8443         * mm-url.el: Ditto.
8444
8445         * gnus-xmas.el: Don't require timer-funcs.
8446
8447         * mm-util.el: Require timer/timer-funcs.
8448
8449 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8450
8451         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8452         Close.
8453
8454 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8457         unibyte after clear-decrypt function runs.
8458
8459         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8460         returns as a unibyte string.
8461
8462 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * lpath.el: Revert.
8465
8466         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8467         (pgg-gpg-process-sentinel): Revert.
8468
8469         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8470         (pgg-pgp-lookup-key): Revert.
8471
8472         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8473         (pgg-pgp5-lookup-key): Revert.
8474
8475         * pgg.el (pgg-fetch-key): Revert.
8476
8477 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * lpath.el: Fbind string-as-multibyte for XEmacs.
8480
8481         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8482         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8483         (mml1991-pgg-encrypt): Ditto.
8484
8485         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8486         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8487         a multibyte buffer.
8488
8489         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8490         (pgg-pgp-lookup-key): Ditto.
8491
8492         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8493         (pgg-pgp5-lookup-key): Ditto.
8494
8495         * pgg.el (pgg-fetch-key): Ditto.
8496
8497 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * message.el (message-user-organization-file): Check several
8500         locations of the organization file.
8501
8502         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8503         Add gnus-article-view-part-as-type.
8504
8505         * gnus-art.el (gnus-article-view-part-as-type): New function.
8506
8507         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8508         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8509
8510         * mml.el: Simplify autoload.
8511         (mml-mode): defvar dnd-protocol-alist instead of using
8512         symbol-value.
8513         (mml-default-directory): New variable.
8514         (mml-minibuffer-read-file): Use it.
8515         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8516
8517         * message.el (message-citation-line-format): New variable.
8518         (message-insert-formated-citation-line): New function.
8519         (message-citation-line-function): Add
8520         `message-insert-formated-citation-line' to custom type.
8521
8522         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8523         to doc string.
8524
8525         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8526         depending on mm-verify-option.
8527
8528 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8531         binding pgg-* variables; reimplement the section which prevents
8532         MIME header from being signed.
8533         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8534         pgg-text-mode; remove a blank line at the top of body.
8535
8536         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8537         lines at the top of body; use gnus-newsgroup-charset if there's no
8538         Charset header.
8539
8540 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * message.el (message-self-insert-commands): Doc fix.
8543
8544         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8545         (mm-uu-pgp-encrypted-test): Ditto.
8546         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8547         between header and body; return application/pgp-encrypted handle
8548         if decryption failed; decode decrypted body by charset.
8549
8550         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8551         element match to application/pgp-*.
8552
8553 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8554
8555         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8556         HTML.
8557
8558 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * mail-source.el (mail-source-call-script): Message the error
8561         string.
8562
8563 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * gnus-util.el (gnus-byte-compile): Use it.
8566
8567 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8568
8569         * gnus-util.el (kill-empty-logs): New function.
8570
8571 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * message.el (message-mail-alias-type): Doc fix.
8574         (message-mail-alias-type-p): New function.
8575         (message-send): Use it.
8576         (message-mode): Ditto.
8577         (message-strip-forbidden-properties): Ditto.
8578
8579         * ecomplete.el (ecomplete-database-file-coding-system): New
8580         variable.
8581         (ecomplete-save): Use it.
8582         (ecomplete-setup): Use it.
8583
8584 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * message.el (message-self-insert-commands): New variable.
8587         (message-strip-forbidden-properties): Use it.
8588
8589 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8592         that doesn't make XEmacs choke.
8593
8594 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gnus-util.el (gnus-replace-in-string):
8597         Prefer replace-regexp-in-string over of replace-in-string.
8598
8599 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-util.el (gnus-select-frame-set-input-focus):
8602         Use select-frame-set-input-focus if it is available in XEmacs; use
8603         definition defined in Emacs 22 for old Emacsen.
8604
8605         * dgnushack.el: Autoload unmorse-region for XEmacs.
8606
8607         * lpath.el: Bind cursor-in-non-selected-windows and
8608         select-frame-set-input-focus for XEmacs.
8609
8610 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8613
8614 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus-registry.el (gnus-registry-cache-save): Remove text
8617         properties when saving via the temp buffer.
8618
8619 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * message.el (message-generate-hashcash): Honor custom type.
8622
8623 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * message.el (message-generate-hashcash): Default to non-nil when
8626         hashcash is found.
8627
8628         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8629         (gnus-refer-thread-limit): Increase default to 500.
8630
8631         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8632
8633         * flow-fill.el (fill-flowed): Allow delete-space.
8634
8635 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8638         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8639         Remove autoloads.
8640
8641 2006-04-18  Simon Josefsson  <jas@extundo.com>
8642
8643         * message.el (message-generate-hashcash): Default to.
8644
8645 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8648         concatenating segments rather than before concatenating them.
8649
8650 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8653
8654 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8657
8658         * message.el (message-forward-make-body-plain): Allow
8659         message-forward-ignored-headers to be a list.
8660         (message-remove-ignored-headers): Factor out into function.
8661         (message-forward-make-body-mml): Use it.
8662
8663         * imap.el (imap-quote-specials): New function.
8664         (imap-login-auth): Quote specials.
8665
8666         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8667         (rfc2231-parse-string): Allow concatanation of parameters that
8668         aren't contiguous.  The test case is
8669           (mail-header-parse-content-type "message/external-body;
8670             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8671             access-type=LOCAL-FILE;
8672             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8673
8674 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8675
8676         * nntp.el (nntp-accept-process-output): Return the value of
8677         `nnheader-accept-process-output'.
8678
8679 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8682         (gnus-button-alist): Recognize more diff formats.
8683         (gnus-button-patch): Strip directory.
8684
8685 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8688         Emacs 22 when setting focus.
8689
8690 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * gnus-art.el (gnus-article-treat-types): Do treatment of
8693         text/x-verbatim parts.
8694         (gnus-button-patch): New command.
8695
8696         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8697         addresses that contain invalid characters.
8698
8699 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * message.el (message-put-addresses-in-ecomplete): Use
8702         gnus-replace-in-string.
8703         (message-is-yours-p): Use the more correct
8704         mail-header-parse-address instead of
8705         mail-extract-address-components.
8706         (message-put-addresses-in-ecomplete): Fix typo.
8707
8708         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8709         keystroke.
8710
8711         * gnus-art.el (gnus-treatment-function-alist): Change order of
8712         newsgroups/generic header folding to avoid double-folding.
8713
8714         * message.el (message-hidden-headers): Add X-Draft-From.
8715
8716         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8717         command.
8718         (gnus-summary-repeat-search-article-backward): New command.
8719
8720         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8721         groups in the parent topic.
8722
8723 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8724
8725         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8726         (spam-extra-header-to-number): Return the CRM114 number as a
8727         number instead of a string.
8728
8729 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-art.el (gnus-face-properties-alist): Moved here from
8732         gnus-fun.
8733
8734         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8735
8736 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * message.el (message-strip-forbidden-properties): Only display on
8739         self-insert-command.
8740
8741         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8742         reindent.
8743         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8744
8745 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8746
8747         * smiley.el (smiley-style): Fix typo.
8748
8749 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * hashcash.el (hashcash-insert-payment-async-2): Use
8752         message-goto-eoh instead of doing it manually.
8753         (mail-add-payment): Use message-narrow-to-header instead of trying
8754         to do the same itself.
8755
8756         * message.el (message-hidden-headers): Add Face.
8757
8758         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8759         reparenting code.
8760         (gnus-summary-reparent-children): Refactored out code.
8761         (gnus-summary-thread-map): New keystroke.
8762         (gnus-summary-reparent-children): Make into command.
8763
8764         * smiley.el (smiley-style): Default to `medium' if using a large
8765         font.
8766
8767         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8768         does it itself.
8769
8770         * message.el (message-point-in-header-p): Simplify definition.
8771
8772 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773
8774         * nnagent.el (nnagent-request-set-mark): Silence log file
8775         writing.
8776         (nnagent-request-set-mark): Use write-region instead of
8777         append-to-file.
8778
8779         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8780         strange select method.
8781
8782         * ecomplete.el (ecomplete-display-matches): Get highlightling
8783         right.
8784         (ecomplete-display-matches): Use literals.
8785         (ecomplete-display-matches): Disable message logging.
8786
8787         * message.el (message-display-abbrev): Small optimization.
8788
8789         * ecomplete.el (ecomplete-display-matches): Allow automatic
8790         display.
8791
8792         * message.el (message-strip-forbidden-properties): Display
8793         abbrevs.
8794         (message-display-abbrev): Get automatic display right.
8795
8796         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8797         keystrokes.
8798
8799 2006-04-13  Romain Francoise  <romain@orebokech.com>
8800
8801         TODO: Backport to v5-10!
8802
8803         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8804         Moved here (and renamed) from gnus-registry.el.
8805
8806         * gnus-registry.el: Require gnus-util.
8807         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8808
8809 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * gnus-group.el (gnus-group-catchup-current): Change
8812         if-then-else-if-then-else into cond.
8813         (gnus-group-catchup): Indent.
8814         (group-name-at-point): New function.
8815         (gnus-fetch-group): Provide default from thing at point.
8816
8817 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * message.el (message-display-abbrev): Fix regexp.
8820
8821         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8822         choosing.
8823         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8824         dead variables.
8825
8826         * message.el (message-newline-and-indent): Remove debugging.
8827         (message-display-abbrev): Use new implementation.
8828
8829 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-art.el (gnus-article-mode): Set
8832         cursor-in-non-selected-windows to nil.
8833
8834         * smiley.el: Revert previous change.
8835         (smiley-data-directory): defvar it before using it in the
8836         defcustom of `smiley-style'.
8837
8838 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * message.el (message-newline-and-indent): New function.
8841
8842         * ecomplete.el: Implement more bits.
8843
8844         * message.el (message-put-addresses-in-ecomplete): Clean up the
8845         string.
8846
8847         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8848
8849         * gnus-sum.el (gnus-summary-save-parts): Bind
8850         gnus-summary-save-parts-counter and use it to make unique file
8851         names.
8852
8853         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8854
8855         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8856         parameter to say whether to actually parse the individual
8857         addresses.
8858
8859         * message.el (message-put-addresses-in-ecomplete): New function.
8860         (ecomplete): Require.
8861         (message-mail-alias-type): Add ecomplete as an option.
8862
8863 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8864
8865         * flow-fill.el (fill-flowed): Remove trailing space from blank
8866         quoted lines.
8867
8868 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * smiley.el (smiley-style): Move definition later to avoid a
8871         compilation warning.
8872
8873 2006-04-12  Kenichi Handa  <handa@m17n.org>
8874
8875         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8876         buffer and then decode the buffer text if necessary.
8877         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8878         first, and after mm-encode-body, change the buffer to unibyte.
8879         Use mm-disable-multibyte instead of set-buffer-multibyte.
8880
8881 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8884         Content-Type header instead of Content-Disposition header.
8885         (gnus-mime-inline-part): Ditto.
8886         (gnus-mime-view-part-as-charset): Ignore charset that the part
8887         specifies.
8888
8889         * mm-decode.el (mm-display-part): Work with external parts and
8890         usual parts similarly.
8891
8892         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8893         instead of gnus-display-mime.
8894
8895         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8896         instead of with-temp-buffer.
8897
8898         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8899         tag to summarized topics part in order to encode non-ASCII text.
8900
8901 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * smiley.el (smiley-style): New variable.
8904         (smiley-directory): New function.
8905         (smiley-data-directory): Derive from `smiley-style' using
8906         `smiley-directory'.
8907         (smiley-regexp-alist): Add new entries.
8908
8909         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8910         (gnus-article-browse-delete-temp): Add :version.
8911
8912 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8913
8914         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8915         the sieve region.
8916
8917 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus.el (gnus-version-number): Bump version.
8920
8921 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * gnus.el: No Gnus v0.4 is released.
8924
8925 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8928         layout.
8929
8930         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8931         unknown charset.
8932
8933         * message.el (message-header-synonyms): Add Original-To to the
8934         default.
8935
8936         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8937         optional parameter.
8938
8939 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-fun.el (gnus): Require it for gnus-directory.
8942
8943 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8946
8947 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8948
8949         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8950
8951 2006-04-05  Simon Josefsson  <jas@extundo.com>
8952
8953         * password.el (password-reset): New function.
8954
8955 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8956
8957         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8958         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8959
8960 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8961
8962         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8963         Some whitespace was matched into the url, which broke browsing hits
8964         > 100 when mm-url-use-external was nil.
8965
8966 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8969         gnus-extra-headers for 'Newsgroups.
8970
8971         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8972         bound.
8973
8974 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * pgg-gpg.el: Clean up process buffers every time gpg processes
8977         complete.
8978
8979 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8982         doc string.
8983
8984 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8985
8986         * pgg-gpg.el (pgg-gpg-process-filter)
8987         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8988
8989         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8990         lines, temporary fix.
8991
8992 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8995
8996 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8997
8998         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8999         default-enable-multibyte-characters.  This reverts the change from
9000         revision 6.17 which is no longer necessary because the passphrase
9001         is sent separately now.  GnuPG messages are unreadable under
9002         multibyte locales with default-enable-multibyte-characters set to
9003         nil.
9004
9005 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * message.el (message-tool-bar-gnome): Move "spell".
9008
9009 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9012         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9013         instead.
9014
9015 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9016
9017         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9018         newsgroups handling for NNTP overviews which don't include
9019         Newsgroups.
9020
9021 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9022
9023         * message.el (message-resend): Bind message-generate-hashcash to nil.
9024
9025 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9026
9027         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9028         when searching for already-paid recipients.
9029
9030 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9031
9032         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9033         passphrases when it is not needed.
9034         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9035         passphrase stuff from gpg, should only be necessary when you use
9036         gpg with a smartcard.
9037
9038 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * mml.el (mml-insert-mime): Ignore cached contents of
9041         message/external-body part.
9042
9043         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9044         (mm-insert-part): Ditto.
9045
9046 2006-03-23  Simon Josefsson  <jas@extundo.com>
9047
9048         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9049         Reiner.
9050         (pgg-gpg-use-agent-p): Use it again.
9051
9052 2006-03-23  Simon Josefsson  <jas@extundo.com>
9053
9054         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9055         older emacsen.
9056         (pgg-gpg-use-agent-p): Don't use it.
9057
9058 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9061         if we can.
9062
9063 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9064
9065         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9066         (pgg-gpg-update-agent): New function.
9067         (pgg-gpg-use-agent-p): New function.
9068         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9069         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9070         (pgg-gpg-sign-region): Use it.
9071
9072 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9075         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9076
9077 2006-03-21  Simon Josefsson  <jas@extundo.com>
9078
9079         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9080         <wilde@sha-bang.de>.
9081         (pgg-gpg-use-agent): New variable.
9082         (pgg-gpg-process-region): Use it.
9083         (pgg-gpg-encrypt-region): Likewise.
9084         (pgg-gpg-encrypt-symmetric-region): Likewise.
9085         (pgg-gpg-decrypt-region): Likewise.
9086         (pgg-gpg-sign-region): Likewise.
9087         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9088
9089 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9092
9093         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9094         Add comment on version.
9095
9096 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * smiley.el: Add missing test smiley.
9099
9100 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-decode.el (mm-with-part): New macro.
9103         (mm-get-part): Use it; work with message/external-body as well.
9104         (mm-save-part): Treat name and filename equally.
9105
9106         * mm-extern.el (mm-extern-cache-contents): New function.
9107         (mm-inline-external-body): Use it; force the part to be displayed;
9108         move undisplayer added to the cached handle to the parent.
9109
9110         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9111         (gnus-mime-view-part-as-type): Work with message/external-body.
9112
9113         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9114
9115 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9118         images in image-load-path.  [Sync with image.el, revision 1.60, in
9119         Emacs.]
9120
9121 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9124         path rather than symbol.  Always return list of directories.
9125         Guarantee that image directory comes first.  [Sync with image.el,
9126         revision 1.59, in Emacs.]
9127
9128         * message.el (message-make-tool-bar): Adjust to new API of
9129         `gmm-image-load-path-for-library'.
9130
9131         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9132
9133         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9134
9135 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9136
9137         * gnus-art.el (gnus-article-only-boring-p):
9138         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9139         intangible text.
9140         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9141
9142 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9145         `defun' instead of `gmm-defun-compat'.
9146
9147 2006-03-14  Simon Josefsson  <jas@extundo.com>
9148
9149         * message.el (message-unique-id): Don't use message-number-base36
9150         if (user-uid) is a float.
9151         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9152
9153 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9156
9157         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9158         empty line between a part and a message part.
9159
9160 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * smiley.el: Add more test smileys.
9163         (smiley-data-directory, smiley-regexp-alist)
9164         (gnus-smiley-file-types): Fix doc strings.
9165         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9166         adding new elements.
9167         (smiley-mouse-map): Unused code.  Make it a comment.
9168
9169 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9172         scan latest NoCeM messages instead of old ones.
9173         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9174         delimiters that are recently used.
9175         (gnus-nocem-load-cache): Add autoload cookie.
9176
9177         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9178
9179         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9180         level which is larger than gnus-use-nocem is specified.
9181
9182         * gnus-group.el (gnus-group-get-new-news): Ditto.
9183
9184 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * gnus-util.el (gnus-tool-bar-update): New function.
9187
9188         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9189         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9190
9191         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9192
9193         * gnus-group.el (gnus-group-redraw-when-idle)
9194         (gnus-group-redraw-check): Remove.
9195         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9196
9197 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9200         if optional last element is specified in splits (FIELD VALUE...).
9201
9202 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9205         to gmm-image-load-path-for-library.  Call with no-error argument.
9206         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9207
9208         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9209
9210         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9211
9212         * gmm-utils.el (gmm-image-load-path): Remove alias.
9213
9214 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gmm-utils.el (gmm-image-load-path): Add alias.
9217
9218         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9219         nnml-generate-nov-databases-1.
9220         (nnml-generate-nov-databases): Use it.
9221         (nnml-generate-nov-databases-directory): Document no-active
9222         argument.
9223
9224         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9225         directory if path is t.  Add no-error.
9226
9227         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9228         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9229
9230         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9231         resetting gnus-article-browse-html-temp-list.
9232
9233         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9234         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9235         Add example to docstring.  Rename local variables.  Move error
9236         checks to default case in cond and simplify.
9237
9238 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9241         handle is multipart when calling it recursively.
9242         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9243
9244 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9245
9246         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9247         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9248
9249 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9252         is loaded.
9253
9254         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9255         loaded.
9256
9257 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9260         to "Emacs 23 (unicode)" in doc string.
9261
9262         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9263         "Emacs 23 (unicode)" in comment.
9264
9265 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9268
9269         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9270         characters 160 through 255 in Emacs 23.
9271
9272 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9275         gnus-article-browse-html-temp.
9276         (gnus-article-browse-delete-temp): Make it customizable.  Add
9277         `file'.  Adjust doc string.
9278         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9279         query for each file.  Adjust doc string.
9280         (gnus-article-browse-html-parts): Add
9281         `gnus-article-browse-delete-temp-files' to
9282         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9283
9284 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9285
9286         * gnus-art.el (gnus-article-browse-html-temp)
9287         (gnus-article-browse-delete-temp): New variables.
9288         (gnus-article-browse-delete-temp-files): New function.
9289         (gnus-article-browse-html-parts): Use it.
9290
9291 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9294
9295         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9296         string.
9297
9298         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9299         gnus-summary-insert-new-articles when unplugged.  Remove
9300         gnus-summary-search-article-forward.
9301
9302         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9303         display-visual-class instead of display-color-cells.
9304
9305 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * dgnushack.el: Autoload customize-group for XEmacs.
9308
9309         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9310         message/* containing non-ASCII text properly.
9311
9312 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * message.el: Require gmm-utils, remove autoloads.
9315         (message-tool-bar): Set default based on
9316         gmm-tool-bar-style.
9317         (message-tool-bar-gnome): Add gmm-customize-mode.
9318
9319         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9320         gmm-tool-bar-style.
9321         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9322
9323         * gnus-group.el (gnus-group-tool-bar): Set default based on
9324         gmm-tool-bar-style.
9325         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9326
9327         * gmm-utils.el (gmm-image-directory): Rename variable from
9328         gmm-image-load-path.
9329         (gmm-image-load-path): Use gmm-image-directory.
9330         (gmm-customize-mode): New function.
9331         (gmm-tool-bar-style): New variable.
9332
9333         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9334         gnus-group-redraw-line-number.
9335         (gnus-group-redraw-check): Simplify.
9336         (gnus-group-tool-bar-update): Remove redraw check.
9337         (gnus-group-make-tool-bar): Add redraw check.
9338
9339 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9340
9341         * gnus-art.el (gnus-button): Add missing parentheses.
9342
9343 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * lpath.el: Fbind line-number-at-pos.
9346
9347 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9350
9351 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-art.el (gnus-button): New face.
9354         (gnus-article-button-face): Use it.
9355
9356         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9357         gnus-summary-next-page.  Re-order.
9358
9359         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9360         next-node are now included.
9361         (gnus-group-redraw-line-number): New internal variable.
9362         (gnus-group-redraw-check): Helper function for updating the tool
9363         bar.
9364         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9365
9366         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9367
9368         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9369         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9370         Use it to match format of Spamassassin 3.0 and later.  Reported by
9371         IRIE Tetsuya <irie@t.email.ne.jp>.
9372         (spam-check-bogofilter)
9373         (spam-bogofilter-register-with-bogofilter): Fix args of
9374         `gnus-error' calls.
9375
9376 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9379         unnecessary interaction when sending queued mails.  Reported by
9380         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9381
9382 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9385         first or last are nil.
9386
9387 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9388
9389         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9390
9391 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9394
9395 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * dns.el (query-dns): Protect more against buggy tcp output.
9398
9399 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9402         nov.php.
9403
9404 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9405
9406         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9407         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9408         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9409         output on the server side.
9410         (nnweb-google-create-mapping): Update regexps and add some
9411         progress indication.
9412
9413 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9416         gnus-agent-toggle-plugged.  Re-order icons.
9417         (gnus-group-tool-bar-gnome): Add
9418         gnus-group-{prev,next}-unread-group.
9419         (gnus-group-tool-bar-gnome): Re-order icons.
9420
9421         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9422         gnus-summary-insert-new-articles.
9423
9424         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9425         comments.
9426
9427         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9428         also available in Emacs 21.3.
9429
9430         * message.el (message-fix-before-sending): Change "Emacs 22" to
9431         "Emacs 23 (unicode)" in comment.
9432
9433         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9434         "Emacs 23 (unicode)" in comment.
9435
9436         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9437         comment.
9438         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9439
9440         * mm-view.el (mm-fill-flowed): Add :version.
9441
9442 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9445         and load-path.
9446
9447 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * message.el: Autoload gmm-image-load-path.
9450         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9451         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9452         consitency.
9453
9454         * gmm-utils.el (gmm-image-load-path): Also search in
9455         "../etc/images".  Don't set gmm-image-load-path if we don't find
9456         the image.
9457
9458 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gmm-utils.el (gmm-image-load-path): Don't make
9461         `gmm-image-load-path' include subdirectories which the second arg
9462         `image' might specify.
9463
9464         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9465         subdirectory to icon file names.
9466
9467         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9468
9469 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9472         gmm-image-load-path calls.
9473
9474         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9475
9476         * message.el (message-make-tool-bar): Ditto.
9477
9478         * mml.el (mml-preview): Added comment concerning tool bar icons.
9479
9480         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9481         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9482
9483         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9484         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9485
9486         * message.el (message-tool-bar-gnome): Use new icon names.
9487         (message-make-tool-bar): Use `gmm-image-load-path'.
9488
9489         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9490         functions from MH-E.
9491         (gmm-image-load-path): New variable from MH-E.
9492         (gmm-image-load-path): New function from MH-E.  Added arguments
9493         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9494         *-image-load-path-called-flag.
9495
9496 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9497
9498         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9499
9500 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9501
9502         * nnimap.el (nnimap-request-move-article): Change folder back to
9503         source group before deleting.
9504
9505 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9508
9509         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9510         mm-url.
9511
9512         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9513
9514 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9517         coding system which mm-charset-to-coding-system returns for a
9518         given charset is valid.
9519
9520 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9521
9522         * html2text.el (html2text-remove-tag-list):
9523         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9524
9525 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9526
9527         * gnus-cus.el: Revert 2005-10-17 change.
9528
9529 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-art.el (article-strip-banner): Call
9532         article-really-strip-banner only when the regexp match is made.
9533
9534 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (article-strip-banner): Use
9537         gnus-extract-address-components instead of
9538         mail-header-parse-addresses to make it work with non-ASCII text;
9539         remove mail-encode-encoded-word-string.
9540
9541         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9542         values which are surrounded with \"...\"; make it never cause a
9543         Lisp error; give up parsing of parameters if it failed in
9544         extracting type.
9545
9546 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9547
9548         * smime.el (smime-cert-by-ldap-1): Fix bug where
9549         `smime-ldap-search' returns results without userCertificates.
9550
9551 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9554
9555 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * spam.el (spam-check-spamassassin-headers): Adapt format for
9558         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9559         <ari@mbf.ocn.ne.jp>.
9560         (spam-list-of-processors): Add spam-use-gmane.
9561
9562 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9565         make-temp-file; make it work with XEmacs as well.
9566
9567         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9568         mm-make-temp-file.
9569
9570         * mm-decode.el (mm-display-external): Use the 3rd arg of
9571         mm-make-temp-file.
9572         (mm-create-image-xemacs): Ditto.
9573
9574 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9577         with message-narrow-to-headers.
9578         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9579         (gnus-draft-check-draft-articles): New function.
9580         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9581
9582 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-art.el (gnus-article-browse-html-parts):
9585         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9586         Don't use suffix argument for mm-make-temp-file for Emacs 21
9587         compatibility.  Remove useless `format'.
9588
9589 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9590
9591         * nnweb.el (nnweb-google-wash-article): Update regexps.
9592         (nnweb-group-alist): Use defvoo instead of defvar.
9593
9594 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9597         re-loading nn* modules.
9598
9599 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9602         for `tool-bar-mode' and don't check it's default-value.
9603
9604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9605
9606         * message.el (message-make-tool-bar): Ditto.
9607
9608         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9609         `substring'.  Shorten tmp-file name.
9610
9611         * gnus.el: Remove bogus comment.
9612
9613 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9614
9615         * gnus-art.el (gnus-article-browse-html-parts): New function.
9616         (gnus-article-browse-html-article): New function for viewing html
9617         articles with a browser.
9618
9619 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9620
9621         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9622         in elisp.
9623         (pgg-gpg-encrypt-symmetric-region): Ditto.
9624         (pgg-gpg-sign-region): Ditto.
9625
9626         * pgg-def.el (pgg-text-mode): New variable.
9627
9628         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9629         (mml2015-pgg-encrypt): Ditto.
9630
9631         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9632         (mml1991-pgg-encrypt): Ditto.
9633
9634 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9637         message-make-date instead of current-time-string.
9638
9639         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9640         to gnus-decoded which mm-uu might set.
9641
9642 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9645         don't decode quoted parameters; remove misimported Emacs code.
9646         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9647         (rfc2231-decode-encoded-string): Don't use split-string which
9648         behaves differently according to Emacs version; use
9649         mm-decode-coding-region to convert charset to coding-system.
9650         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9651         (rfc2231-encode-string): Remove misimported Emacs code.
9652
9653 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9656         when calling mail-header-parse-content-type.
9657         (article-de-quoted-unreadable): Ditto.
9658         (article-de-base64-unreadable): Ditto.
9659         (article-wash-html): Ditto.
9660
9661         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9662         calling mail-header-parse-content-type and
9663         mail-header-parse-content-disposition.
9664         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9665         mail-header-parse-content-type.
9666
9667         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9668         insert charset and format parameters; encode description after
9669         inserting it to buffer.
9670         (mml-insert-parameter): Fold lines properly even if a parameter is
9671         segmented into two or more lines; change the max column to 76.
9672
9673         * rfc1843.el (rfc1843-decode-article-body): Don't use
9674         ignore-errors when calling mail-header-parse-content-type.
9675
9676         * rfc2231.el (rfc2231-parse-string): Return at least type if
9677         possible; don't cause an error even if it fails in parsing of
9678         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9679         (rfc2231-encode-string): Don't break lines at the beginning, leave
9680         it to mml-insert-parameter.
9681
9682         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9683         calling mail-header-parse-content-type.
9684
9685 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * spam-report.el (spam-report-gmane-use-article-number):
9688         Improve doc string.
9689         (spam-report-gmane-internal): Check if a suitable header was found
9690         in the article.
9691
9692 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9695         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9696
9697 2006-02-05  Romain Francoise  <romain@orebokech.com>
9698
9699         Update copyright notices of all files in the gnus directory.
9700
9701 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9702
9703         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9704
9705 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9708         segmented lines of parameter value to cope with Thunderbird 1.5
9709         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9710         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9711         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9712
9713 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9714
9715         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9716         parts.
9717
9718 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9719
9720         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9721         there's only one active file for all servers.
9722         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9723         solid groups.  Gnus might have used a FAST request to select the group.
9724         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9725         and nnweb-search redundantly in the active file.
9726         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9727         (nnweb-request-create-group): Don't use ARGS.
9728         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9729         initialisations.  Let nnoo do the work.
9730
9731 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9734         Say the part has been decoded.
9735
9736         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9737
9738 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9739
9740         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9741         mailcap-viewer-test-cache when there's no 'test clause, since that
9742         will invert the meaning of a "nil" test previously determined by
9743         mailcap-mailcap-entry-passes-test.
9744
9745 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9748         compiling.
9749
9750         * gnus-sum.el: Ditto.
9751
9752         * message.el: Don't bind tool-bar-map when compiling.
9753
9754 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9757
9758 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9759
9760         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9761         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9762         current Google Groups.
9763
9764 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9767         and tool-bar-mode.
9768
9769         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9770         and tool-bar-mode.
9771
9772         * message.el (message-tool-bar-update): Simplify.
9773         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9774
9775         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9776         gnus-summary-buffer.
9777         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9778         gnus-summary-reply.
9779
9780         * gmm-utils.el (gmm): Add :version.
9781
9782 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * Makefile.in (clean): New rule.
9785         (distclean): Use it.
9786
9787 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9788
9789         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9790         autoload.
9791
9792 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gmm-utils.el (gmm-verbose): Add :group.
9795
9796 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * message.el: Change some comments WRT tool-bars.
9799
9800         * gnus-sum.el (gnus-summary-tool-bar)
9801         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9802         (gnus-summary-tool-bar-zap-list): New variables.
9803         (gnus-summary-make-tool-bar): Complete rewrite using
9804         `gmm-tool-bar-from-list'.
9805
9806         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9807         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9808         variables.
9809         (gnus-group-make-tool-bar): Complete rewrite using
9810         `gmm-tool-bar-from-list'.
9811         (gnus-group-tool-bar-update): New function.
9812
9813         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9814
9815 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9818         is dissected into a single part of which the type is the same as
9819         the given one; decode charset.
9820
9821 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9822
9823         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9824         into alists as symbol not string, since that's what
9825         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9826         look for.
9827
9828 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9831         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9832
9833         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9834
9835 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9838         (gnus-xmas-mime-security-button-menu): New function.
9839
9840         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9841         (gnus-mime-security-button-menu): New definition.
9842         (gnus-mime-security-button-map): Use them.
9843         (gnus-mime-security-button-menu): New function.
9844         (gnus-insert-mime-security-button): Addition to help echo.
9845         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9846         (gnus-mime-security-pipe-part): New functions.
9847
9848         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9849         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9850
9851         * mm-decode.el (mm-handle-set-disposition): Remove.
9852         (mm-handle-set-description): Remove.
9853
9854 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9857         (mm-w3m-standalone-supports-m17n-p): New function.
9858         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9859         w3m usage.
9860
9861         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9862         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9863
9864 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * message.el (message-tool-bar-zap-list): Use
9867         gmm-tool-bar-zap-list as custom type.
9868         (message-tool-bar-update): New function.
9869         (message-tool-bar, message-tool-bar-gnome)
9870         (message-tool-bar-retro): Add message-tool-bar-update.
9871         (message-tool-bar-gnome): Add flyspell-buffer.
9872
9873         * gnus-util.el (gnus-error): Describe `args'.
9874
9875         * gmm-utils.el (gmm-error): Describe `args'.
9876         (gmm-tool-bar-zap-list): New widget.
9877         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9878
9879 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9882         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9883         the number of recursive calls.
9884
9885         * mm-decode.el (mm-handle-set-disposition): New macro.
9886         (mm-handle-set-description): New macro.
9887
9888 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9891         encoding.
9892
9893 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * message.el (message-tool-bar-zap-list, message-tool-bar)
9896         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9897         (message-tool-bar-local-item-from-menu): Remove.
9898         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9899         (message-make-tool-bar): New function.
9900         (message-mode): Use `message-make-tool-bar'.
9901
9902         * gmm-utils.el: New file.
9903         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9904         (gmm-lazy): New widget copied from `nnmail.el'.
9905         (gmm-tool-bar-from-list): New function for creating customizable
9906         tool bars.
9907         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9908         output.
9909         (gmm): Add :prefix to defgroup.
9910
9911 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9912
9913         * gmm-utils.el (gmm-widget-p): New function.
9914
9915 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * mml.el (mml-attach-file): Describe `description' in doc string.
9918         (mml-menu): Add Emacs MIME manual and PGG manual.
9919
9920 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9921
9922         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9923
9924 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9925
9926         * nntp.el (nntp-end-of-line): Doc fix.
9927
9928 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9929
9930         * imap.el (imap-open): Handle case where buffer is a buffer
9931         object.
9932
9933 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9934
9935         * gnus-delay.el (gnus-delay): Don't autoload.
9936         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9937         to be re-loaded when customizing the `gnus-delay' group.
9938
9939 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9940
9941         * message.el (message-insert-citation-line): Use newlines.
9942
9943 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9944
9945         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9946         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9947         these routines, so the passphrase can be managed externally and
9948         passed in to the system.
9949         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9950         pgg-add-passphrase-to-cache function.
9951
9952         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9953         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9954         these routines, so the passphrase can be managed externally and
9955         passed in to the system.
9956         (pgg-pgp5-sign-region): Use new name of
9957         pgg-add-passphrase-to-cache function.
9958
9959 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9960
9961         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9962         part of the decoded armor to find the key-identifier.
9963         (pgg-gpg-lookup-key-owner): New function to return the
9964         human-readable identifier of a key owner.
9965         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9966         itself.
9967         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9968         the key value) if we have a key and can match it against a secret
9969         key.  Also, added a note pointing out fact that the prompt only
9970         indicates the first matching key.
9971
9972         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9973         pgg-decrypt-region.
9974         (pgg-add-passphrase-to-cache): Rename from
9975         `pgg-add-passphrase-cache' to reduce confusion (all callers
9976         changed).
9977         (pgg-remove-passphrase-from-cache): Rename from
9978         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9979         changed).
9980         (pgg-read-passphrase, pgg-add-passphrase-cache)
9981         (pgg-remove-passphrase-cache): Add informative docstrings.
9982         (pgg-decrypt): Convey provided passphrase in subordinate call to
9983         pgg-decrypt-region.
9984
9985 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9986
9987         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9988         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9989         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9990         'passphrase' argument, so the passphrase can be managed externally
9991         and then passed in to the system.
9992
9993         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9994         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9995         so the passphrase cache can be used reliably with identifiers
9996         besides a pgp packet's key id.
9997
9998         * pgg-gpg.el (pgg-gpg-encrypt-region)
9999         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10000         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10001         these routines, so the passphrase can be managed externally and
10002         passed in to the system.
10003
10004         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10005         'notruncate' argument, so the passphrase cache can be used
10006         reliably with identifiers besides a pgp packet's key id.
10007
10008 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10009
10010         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10011         symmetric encryption.
10012         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10013         encrypted session key.
10014         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10015         message ask for the passphrase in a proper way.
10016
10017         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10018         New user commands for symmetric encryption.
10019
10020 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10023
10024         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10025
10026 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10027
10028         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10029
10030 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * mm-decode.el (mm-inlined-types): Add application/pgp.
10033         (mm-automatic-display): Ditto.
10034
10035         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10036         part as text.
10037
10038 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * nnrss.el: Update copyright.
10041         (nnrss-opml-import): Query whether to subscribe to each entry.
10042
10043         * gnus-art.el:
10044         * gnus-sum.el:
10045         * gnus-xmas.el:
10046         * messagexmas.el:
10047         * mm-uu.el:
10048         * mm-view.el: Update copyright.
10049
10050 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * message.el (message-info): New function.
10053         (message-mode-menu): Add it.
10054         Update copyright.
10055
10056         * ChangeLog: Fix and update copyright.
10057
10058 2006-01-13  Romain Francoise  <romain@orebokech.com>
10059
10060         * message.el (message-forward-subject-name-subject): Prefer the
10061         address to 'nowhere' if the sender has no name.
10062         Fix typo.  Update copyright year.
10063
10064 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-art.el (article-wash-html): Use
10067         gnus-summary-show-article-charset-alist if a numeric arg is given.
10068         (gnus-article-wash-html-with-w3m-standalone): New function.
10069
10070         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10071         mm-inline-text-html-render-with-w3m-standalone.
10072         (mm-text-html-washer-alist): Map w3m-standalone to
10073         gnus-article-wash-html-with-w3m-standalone.
10074         (mm-inline-text-html-render-with-w3m-standalone): New function.
10075
10076 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10079         Improve LaTeX.
10080
10081 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10084         (nnrss-request-article): Render text/plain parts as HTML.
10085
10086         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10087         the buffer.
10088
10089 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10092         custom definition of `gnus-posting-styles'.
10093
10094         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10095         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10096
10097 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10100         Use nntp for bug archive.
10101
10102 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10105         parts.
10106         (nnrss-normalize-date): New function converts ISO 8601 date into
10107         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10108         (nnrss-check-group): Use it.
10109
10110 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10113
10114         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10115         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10116         (nnrss-insert-w3): Ditto.
10117
10118 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10121         the articles to be forwarded including the case where neither a
10122         number of articles nor a region is specified.
10123
10124 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * nnrss.el (nnrss-request-article): Fix last change; fill
10127         text/plain parts.
10128
10129 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10132         in text/plain part.
10133         (nnrss-check-group): Don't add excessive newline to dc:subject.
10134
10135 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10136
10137         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10138         article.
10139
10140 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10143         (nnml-use-compressed-files, nnml-save-mail): Support other
10144         comression programs such as bzip2.
10145
10146 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * dns.el (query-dns): Make sure we check the buffer size before
10149         removing tcp headers.
10150
10151 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10154         remove MIME buttons associated with multipart/alternative parts.
10155         (gnus-mime-display-alternative): Tag buttons using `article-type'
10156         text property.
10157
10158         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10159         associated with multipart/alternative parts.
10160
10161         * gnus-art.el (gnus-signature-separator): Fix custom type.
10162
10163         * mm-decode.el (mm-inlined-types): Fix custom type.
10164         (mm-keep-viewer-alive-types): Ditto.
10165         (mm-automatic-display): Ditto.
10166         (mm-attachment-override-types): Ditto.
10167         (mm-inline-override-types): Ditto.
10168         (mm-automatic-external-display): Ditto.
10169
10170 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * spam-report.el (spam-report-user-mail-address)
10173         (spam-report-user-agent): New variables.
10174         (spam-report-url-ping-plain): Use spam-report-user-agent.
10175
10176 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10177
10178         * gnus-art.el (gnus-button-handle-custom): Do not just use
10179         `customize-apropos' for any "M-x customize-*" button but the
10180         function called for.  Accept both the function name and its
10181         argument in order to achieve this.
10182         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10183         function name to `gnus-button-handle-custom' in case of "M-x
10184         customize-*" buttons.
10185
10186 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10189         multipart/alternative and add xref to mm-discouraged-alternatives
10190         in doc string.
10191
10192         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10193         gnus-buttonized-mime-types in doc string.
10194
10195 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10198         Suggest image/.* in the doc string.
10199
10200 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10203         message-marks (Debian bug #342521).
10204
10205 2005-12-12  Simon Josefsson  <jas@extundo.com>
10206
10207         * password.el (password-read-from-cache): Add.
10208         (password-read): Use it.
10209
10210 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10213         us-ascii as a MIME charset.
10214
10215         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10216         against the case where the 2nd arg TYPE is nil.
10217
10218 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * pop3.el (pop3-stream-type): Fix custom version.
10221
10222         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10223
10224 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10225
10226         * mm-decode.el (mm-display-external): Add missing cdr.
10227
10228 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10231         RFC1524) if it is in mailcap or add a suffix according to
10232         mailcap-mime-extensions when generating a temp filename; postpone
10233         deleting a temp file for 2 seconds for some wrappers, shell
10234         scripts, and so on, which might exit right after having started a
10235         viewer command as a background job.
10236
10237 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * nntp.el (nntp-marks-directory): Fix custom group.
10240
10241         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10242         steps when < 10.
10243
10244         * gnus-start.el (gnus-no-server-1): Mention
10245         `gnus-level-default-subscribed' in doc string.
10246
10247 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10248
10249         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10250         parens.
10251
10252 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-xmas.el (gnus-use-toolbar): Revert.
10255         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10256         gnus-use-toolbar is default.
10257
10258         * messagexmas.el (message-use-toolbar): Revert.
10259         (message-setup-toolbar): Use global default-toolbar if
10260         message-use-toolbar is default.
10261
10262 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10265         according to default-toolbar-visible-p.
10266
10267         * messagexmas.el (message-use-toolbar): Ditto.
10268
10269 2005-11-26  Dave Love  <fx@gnu.org>
10270
10271         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10272         (tls-program, tls-success): Provide openssl alternative.
10273
10274         * starttls.el: Doc fixes.
10275         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10276         SERVICE to PORT.
10277
10278         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10279         port null or service name.
10280         (starttls-negotiate): Autoload.
10281
10282 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * message.el (message-kill-to-signature): Fix interactive spec.
10285
10286 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * pop3.el (pop3-open-server): Recognize a string as a service name.
10289
10290 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10291
10292         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10293
10294 2005-11-23  Dave Love  <fx@gnu.org>
10295
10296         Add pop3s, pop3/starttls.
10297
10298         * pop3.el (pop3-authentication-scheme): Clarify doc.
10299         (open-tls-stream, starttls-open-stream): Autoload.
10300         (pop3-stream-type): New.
10301         (pop3-open-server): Use it.
10302
10303         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10304         for POP.
10305         (mail-source-keyword-map): Add :stream for POP.
10306         (mail-source-fetch-pop): Use pop3-stream-type.
10307
10308 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10311         of current-time-string.
10312
10313 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10314
10315         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10316         date header.
10317
10318 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10319
10320         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10321         it can seriously impact performance as it bypasses the agent's
10322         local caches.
10323
10324 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10325
10326         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10327         must be explicitly online rather than "not explicitly offline" for
10328         its flags to be synchronized.
10329
10330         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10331         that gnus-uu-unmark-thread will function correctly.
10332
10333         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10334         1024K is instead displayed as 1M.
10335
10336 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10339
10340 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10341
10342         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10343
10344 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10345
10346         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10347         error message to display actual error condition.
10348         (gnus-agent-save-local): Avoid saving symbols that are bound to
10349         nil as they simply result in a warning message in
10350         gnus-agent-read-local.
10351
10352 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10355         rather than make-variable-buffer-local for file-precious-flag.
10356
10357 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10358
10359         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10360         for duplicates which are removed.  The invalid sort check then
10361         triggers a rescan after the sort as sorting may have moved
10362         duplicate entries such that they can be cheaply detected.
10363
10364 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10367
10368 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10369
10370         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10371         internal variable to a custom variable.  Changed default value
10372         from compressed(2) to uncompressed(1).
10373         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10374         support for uncompressed agentview files.  Taken together, reading
10375         the agentview file should now be 6-7 times faster.
10376
10377 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10378
10379         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10380         as a buffer-local variable.  This avoids creating truncated
10381         dribble files as a result of a hang up, eg.
10382
10383 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10384
10385         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10386         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10387         XEmacs.
10388
10389 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-start.el (gnus-start-draft-setup): Enforce
10392         `gnus-draft-mode' for nndraft:drafts at startup.
10393
10394         * gnus.el (gnus-splash): Change custom group.
10395         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10396         allow-list argument.
10397
10398         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10399         string.
10400
10401 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-art.el (gnus-default-article-saver): Add user-defined
10404         `function' to custom type.
10405
10406 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10407
10408         * imap.el (imap-open): Handle case where buffer is a buffer
10409         object.
10410
10411 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10414         long lines.
10415         (gnus-cache-delete-group): Wrap doc strings.
10416
10417         * gnus-agent.el (gnus-agent-rename-group)
10418         (gnus-agent-delete-group): Wrap doc strings.
10419
10420 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * messagexmas.el (message-use-toolbar): Change the valid values
10423         into default, top, bottom, left, and right.
10424         (message-toolbar-thickness): New variable.
10425         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10426         well.
10427         (message-setup-toolbar): Make it work.
10428
10429         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10430         (gnus-use-toolbar): Change the valid values into default, top,
10431         bottom, left, and right.
10432         (gnus-toolbar-thickness): New variable.
10433         (gnus-xmas-setup-toolbar): New function.
10434         (gnus-xmas-setup-group-toolbar): Use it.
10435         (gnus-xmas-setup-summary-toolbar): Use it.
10436
10437 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * gnus-start.el (gnus-1): Add "native" to
10440         gnus-predefined-server-alist.
10441
10442         * gnus.el (gnus-method-to-server): Don't add "native" to the
10443         lists here, because that leads to problems when
10444         gnus-select-method is bound.
10445
10446 2005-11-09  Simon Josefsson  <jas@extundo.com>
10447
10448         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10449         use (not sort-by-date) instead.
10450
10451 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10452
10453         * gnus-delay.el (gnus-delay-group): Don't autoload.
10454         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10455         to be re-loaded when customizing the `gnus-delay' group.
10456
10457 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10458
10459         * message.el: Revert last changes.
10460         (message-insert-citation-line): Use newlines.
10461
10462 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10463
10464         * message.el (message-courtesy-message)
10465         (message-mark-insert-begin, message-mark-insert-end)
10466         (message-elide-ellipsis, message-cancel-message)
10467         (message-add-header, message-change-subject)
10468         (message-cross-post-followup-to-header)
10469         (message-cross-post-insert-note, message-reduce-to-to-cc)
10470         (message-widen-reply, message-delete-not-region)
10471         (message-kill-to-signature, message-insert-signature)
10472         (message-insert-importance-high, message-insert-importance-low)
10473         (message-insert-or-toggle-importance)
10474         (message-insert-disposition-notification-to)
10475         (message-indent-citation, message-yank-original)
10476         (message-cite-original-without-signature, message-cite-original)
10477         (message-insert-citation-line, message-position-on-field)
10478         (message-fix-before-sending, message-send-mail-partially)
10479         (message-send-mail, message-send-mail-with-sendmail)
10480         (message-send-mail-with-qmail, message-send-news)
10481         (message-check-news-header-syntax, message-generate-headers)
10482         (message-insert-courtesy-copy, message-fill-address)
10483         (message-fill-header, message-shorten-references)
10484         (message-setup-1, message-cancel-news)
10485         (message-forward-make-body-plain, message-forward-make-body-mime)
10486         (message-forward-make-body-mml, message-encode-message-body)
10487         (message-forward-make-body-digest-plain)
10488         (message-forward-make-body-digest-mime)
10489         (message-use-alternative-email-as-from): Insert `hard-newline'
10490         instead of ordinary newlines.
10491
10492 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * message.el (message-generate-headers): Downcase the argument
10495         given to message-check-element.
10496
10497 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10498
10499         * nntp.el (nntp-authinfo-rejected): New error condition.
10500         (nntp-wait-for): Use new error condition to signal authentication
10501         error.
10502         (nntp-retrieve-data): Rethrow new error condition to break out of
10503         recursive call to nntp-send-authinfo.
10504
10505 2005-11-08  Romain Francoise  <romain@orebokech.com>
10506
10507         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10508         (gnus-summary-exit-map): Bind to `Z p'.
10509         (gnus-summary-make-menu-bar): Add menu item.
10510
10511 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10514         (gnus-treat-*): Add `first' in all doc strings.
10515
10516         * gnus-group.el (gnus-group-compact-group): Fix typo.
10517
10518 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus.el (gnus-parameters-case-fold-search): New variable.
10521         (gnus-parameters-get-parameter): Use it.
10522
10523         * gnus-score.el (gnus-home-score-file): Doc fix.
10524
10525 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10526
10527         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10528
10529 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * mm-util.el (mm-special-display-p): New function.
10532
10533         * mml.el (mml-preview): Use it; doc fix.
10534
10535 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10536
10537         * imap.el (imap-open): Handle case where buffer is a buffer object.
10538
10539 2005-10-29  Romain Francoise  <romain@orebokech.com>
10540
10541         * message.el (message-fix-before-sending): Fix comment.
10542
10543 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10544
10545         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10546
10547 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10548
10549         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10550         Used in gnus-score.el.
10551
10552 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10555
10556 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10557
10558         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10559         whitespace removed in revision 7.8.  Use concatenated string to
10560         protect trailing whitespace.
10561
10562 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10563
10564         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10565         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10566         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10567         Courier IMAP ("some version from 2004").  Mostly based on similar
10568         code in the same function.
10569
10570 2005-10-26  Didier Verna  <didier@xemacs.org>
10571
10572         * gnus-group.el (gnus-group-compact-group): Invalidate original
10573         article buffer.
10574         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10575         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10576         NOV database and in article itself.
10577         Invalidate article backlog.
10578
10579 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10582
10583 2005-10-26  Simon Josefsson  <jas@extundo.com>
10584
10585         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10586         part of 2004-07-25 change.
10587
10588 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * message.el (message-display-completion-list): New function.
10591         (message-expand-group): Use it; make sure the Completions buffer
10592         is modifiable.
10593 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10594
10595         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10596         user-mail-name is an empty string.
10597
10598 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10601         depending on gnus-score-decay-constant.
10602
10603         * encrypt.el (encrypt-insert-file-contents)
10604         (encrypt-write-file-contents): Don't use `gnus-message'.
10605
10606         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10607         arguments.
10608         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10609         arguments to mm-uu-verbatim-marks-extract.
10610         (mm-uu-hide-markers): New variable.
10611         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10612
10613         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10614         (gnus-convert-image-to-face-command): Use "convert" by default to
10615         allow other input image formats.
10616         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10617         accordingly.
10618
10619 2005-10-23  Simon Josefsson  <jas@extundo.com>
10620
10621         * imap.el (imap-gssapi-program): Align command line parameters
10622         with latest GNU SASL.
10623         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10624
10625 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10628         HTML.
10629         (nnslashdot-request-article): Ditto.
10630
10631         * lpath.el (featurep): Add nobreak-char-display.
10632
10633 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10634
10635         * mail-source.el (mail-source-fetch-pop): Require pop3.
10636         (mail-source-check-pop): Ditto.
10637
10638 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10641         errors.
10642
10643 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10646         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10647
10648         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10649
10650         * mm-bodies.el (mm-decode-string): Call
10651         `mm-charset-to-coding-system' with allow-override argument.
10652
10653 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10656         (rfc2047-charset-to-coding-system): New function.
10657         (rfc2047-decode-encoded-words): New function.
10658         (rfc2047-decode-region): Use them.
10659         (rfc2047-decode-cte): Remove.
10660         (rfc2047-parse-and-decode): Remove.
10661         (rfc2047-decode): Remove.
10662
10663 2005-10-15  Kenichi Handa  <handa@m17n.org>
10664
10665         * rfc2047.el (rfc2047-decode-cte): New function.
10666         (rfc2047-decode-region): Change the way to decode successive
10667         encoded-words: decode B- or Q-encoding in each encoded-word,
10668         concatenate them, and decode it as charset.
10669
10670 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * lpath.el: Fbind codepage-setup for XEmacs.
10673
10674 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10675
10676         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10677         widget-move-and-invoke.
10678         (gnus-custom-mode): Use gnus-custom-map.
10679
10680 2005-10-15  Bill Wohler  <wohler@newt.com>
10681
10682         * message.el (message-tool-bar-map): Renamed image file from
10683         mail_send to mail/send.
10684
10685 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10686
10687         * message.el (message-expand-group): Pass the common
10688         prefix substring of completion to `display-completion-list'.
10689
10690 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * mml-sec.el (mml-secure-method): New internal variable.
10693         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10694         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10695         functions using mml-secure-method.
10696
10697         * mml.el (mml-mode-map): Add key bindings for those functions.
10698         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10699         Harder <harder@myrealbox.com>.
10700         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10701         end of message if point is the headers of the message.
10702
10703         * message.el (message-in-body-p): New function.
10704
10705         * assistant.el: Autoload gnus-util and netrc.
10706
10707         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10708         Use `mm-charset-override-alist' only when decoding.
10709
10710         * mm-bodies.el (mm-decode-body): Call
10711         `mm-charset-to-coding-system' with allow-override argument.
10712
10713         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10714         `filename' from Content-Disposition if Content-Type doesn't
10715         provide `name'.
10716         (gnus-mime-view-part-as-type): Set default instead of
10717         initial-input.
10718
10719 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10720
10721         * format-spec.el (format-spec): Propagate text properties of % spec.
10722
10723 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * gnus-art.el (gnus-treat-predicate): Add `first'.
10726
10727 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10730         (mm-charset-override-alist): New variable.
10731         (mm-charset-to-coding-system): Use it.
10732         (mm-codepage-setup): New helper function.
10733         (mm-charset-eval-alist): New variable.
10734         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10735         about unknown charsets.
10736
10737         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10738
10739 2005-10-04  David Hansen  <david.hansen@gmx.net>
10740
10741         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10742         (nnrss-check-group): Ditto.
10743
10744 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10747         Rename x-gnus-verbatim to x-verbatim.
10748         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10749
10750         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10751         x-verbatim.
10752
10753         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10754
10755         * gnus-util.el (gnus-remove-duplicates): Remove.
10756
10757         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10758         instead of gnus-remove-duplicates.
10759
10760         * message.el (message-remove-duplicates): Remove.
10761         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10762         message-remove-duplicates.
10763
10764         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10765         available, else use implementation from `delete-dups'.
10766
10767         * message.el (message-insert-expires): New function.
10768         (message-mode-map): Add key binding.
10769         (message-mode-field-menu): Add menu entry.
10770         (message-mode): Document it.
10771         (message-make-expires-date): Use `message-make-date'.
10772
10773 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10774
10775         * message.el (message-make-expires-date): New function.
10776
10777 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * Makefile.in (list-installed-shadows): New entry.
10780         (install): Use it.
10781         (remove-installed-shadows): New entry.
10782
10783         * dgnushack.el (dgnushack-default-load-path): New variable.
10784         (dgnushack-find-lisp-shadows): New function.
10785         (dgnushack-remove-lisp-shadows): New function.
10786
10787 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * Makefile.in (install-el-elc): New entry.
10790         (install): Use it so that .el files are necessarily installed.
10791
10792 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10795
10796 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10797
10798         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10799         function rather than the diff-mode.el package.
10800         (mm-display-external): Use with-current-buffer.
10801         (mm-viewer-completion-map, mm-viewer-completion-map):
10802         Move initialization inside declaration.
10803
10804 2005-09-29  Simon Josefsson  <jas@extundo.com>
10805
10806         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10807         autoload mail-check-payment.
10808         (spam-check-hashcash): Define unconditionally, since hashcash.el
10809         is part of Gnus now.  Ignore errors from payment checking.
10810
10811 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * message.el (message-bold-region, message-unbold-region): Rename
10814         from `bold-region' and `unbold-region'.
10815
10816         * message.el: Remove useless autoloads.
10817
10818 2005-09-28  Simon Josefsson  <jas@extundo.com>
10819
10820         * message.el (message-use-idna): Default to t.
10821         (message-use-idna): Test whether encoding works too.  Doc fix.
10822
10823 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * nntp.el (nntp-warn-about-losing-connection): Remove.
10826
10827 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10830         customizable.  Change default value.
10831         (mm-uu-diff-groups-regexp): Change default value.
10832         (mm-uu-type-alist): Add doc string.
10833         (mm-uu-configure): Add doc string.  Make it interactive.
10834         (mm-uu-tex-groups-regexp): New variable.
10835         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10836         (mm-uu-type-alist): Add LaTeX documents.
10837         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10838         of "text/verbatim".
10839         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10840
10841         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10842         instead of "text/verbatim".
10843
10844         * message.el (message-mark-inserted-region)
10845         (message-mark-insert-file): Use slrn style marks when called with
10846         prefix argument.
10847
10848 2005-09-27  Simon Josefsson  <jas@extundo.com>
10849
10850         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10851
10852 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10853
10854         * message.el (message-remove-duplicates): New function.
10855         Implementation borrowed from `gnus-remove-duplicates'.
10856         (message-idna-to-ascii-rhs): Also encode idna addresses in
10857         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10858         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10859         only ask about the same idna domain once per header and also tell
10860         in what header to replace the idna domain.
10861
10862         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10863         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10864         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10865         a header is decoded and not just the last one.
10866
10867 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10870         has been decoded.
10871
10872         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10873         (mm-insert-part): Don't modify text if it has been decoded.
10874
10875         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10876         decoded.
10877
10878         * mm-view.el (mm-inline-text): Don't strip text props unless
10879         decoding enriched or richtext parts.
10880
10881 2005-09-25  Romain Francoise  <romain@orebokech.com>
10882
10883         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10884         * gnus-start.el (gnus-subscribe-interactively):
10885         * gnus-uu.el (gnus-uu-grab-articles):
10886         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10887         space.
10888
10889 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10890
10891         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10892         * mm-view.el (mm-view-pkcs7-decrypt):
10893         * gnus-sum.el (gnus-summary-limit-to-extra)
10894         (gnus-summary-respool-article, gnus-read-move-group-name):
10895         * gnus-score.el (gnus-summary-increase-score):
10896         * gnus-util.el (gnus-completing-read-with-default):
10897         * gnus-art.el (gnus-read-save-file-name)
10898         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10899         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10900         * message.el (message-check-news-header-syntax):
10901         Follow convention for reading with the minibuffer.
10902
10903 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * spam-report.el (spam-report-url-ping-plain):
10906         Use gnus-extended-version as User-Agent.
10907
10908         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10909         default value is nil.
10910
10911         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10912         (mm-uu-verbatim-marks-extract): New function.
10913         (mm-uu-extract): New face.
10914         (mm-uu-copy-to-buffer): Use it.
10915
10916         * spam-report.el (spam-report-gmane-ham): Renamed from
10917         `spam-report-gmane-unspam'.
10918         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10919         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10920
10921         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10922         Autoload.
10923         (spam-report-gmane-unregister-routine): Renamed
10924         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10925
10926 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10929         (spam-report-gmane-unregister-routine): Add support for gmane
10930         unregistration.
10931
10932         * spam-report.el (spam-report-gmane-unspam)
10933         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10934         (spam-report-gmane): Change to take a single article and do unspam
10935         registration.
10936
10937 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * mm-url.el (mm-url-decode-entities): Fix regexp.
10940
10941 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10944         default to nil, to be able to use Gnus at all.  If the default
10945         switches to something else, then the function should be fixed not
10946         be exceedingly slow.
10947
10948 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10949
10950         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10951         fail hard.
10952
10953         * spam-report.el: Add better Keywords line.
10954
10955         * spam.el: Add Maintainer and better Keywords line.
10956
10957 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-art.el (gnus-article-replace-part)
10960         (gnus-mime-replace-part): New functions.
10961         (gnus-mime-action-alist, gnus-mime-button-commands)
10962         (gnus-mime-save-part-and-strip): Added file argument.
10963         (gnus-article-part-wrapper): Added interactive argument.
10964
10965         * gnus-sum.el (gnus-summary-mime-map): Add
10966         `gnus-article-replace-part'.
10967
10968 2005-09-19  Didier Verna  <didier@xemacs.org>
10969
10970         The nnml compaction feature:
10971         * nnml.el (nnml-request-compact-group): New function.
10972         * nnml.el (nnml-request-compact): New function.
10973         * gnus-int.el (gnus-request-compact-group): New function.
10974         * gnus-int.el (gnus-request-compact): New function.
10975         * gnus-group.el (gnus-group-compact-group): New function.
10976         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10977         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10978         * gnus-srvr.el (gnus-server-compact-server): New function.
10979         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10980         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10981
10982 2005-09-18  Deepak Goel  <deego@gnufans.org>
10983
10984         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10985         format spec.
10986
10987 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10990
10991 2005-09-15  Romain Francoise  <romain@orebokech.com>
10992
10993         * message.el (message-fill-paragraph): Clarify docstring.
10994
10995 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-art.el (gnus-mime-display-part): Protect against broken
10998         MIME messages.
10999
11000 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11003         before parsing header.
11004
11005 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11006
11007         * html2text.el (html2text-replace-list): Add new entities.
11008
11009 2005-09-11  Romain Francoise  <romain@orebokech.com>
11010
11011         * message.el (message-alternative-emails): Improve docstring.
11012         (message-setup-1): Call `message-use-alternative-email-as-from'
11013         after `message-setup-hook' to give it precedence over posting
11014         styles, etc.
11015         (message-use-alternative-email-as-from): Add docstring.  Remove
11016         the original From header if present.
11017
11018         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11019         (nnml-save-mail): Use it.
11020
11021         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11022         articles.  Add new argument `silent'.
11023         (gnus-uu-mark-all): Report the total number of marked articles.
11024
11025 2005-09-10  Romain Francoise  <romain@orebokech.com>
11026
11027         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11028         (gnus-uu-mark-series): Likewise.
11029
11030 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * spam-report.el (spam-report-gmane): Fix generation of spam
11033         report URL.
11034
11035 2005-09-10  Simon Josefsson  <jas@extundo.com>
11036
11037         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11038         t, based on discussion on the ding list with Robert Epprecht
11039         <epprecht@solnet.ch>.
11040
11041 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * spam-report.el (spam-report-gmane): Make it work without
11044         X-Report-Spam header.  Gmane now only provides Archived-At.
11045         This is only used if `spam-report-gmane-use-article-number' is nil.
11046         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11047
11048         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11049         make `gnus-summary-sort-by-recipient' work with threading.
11050
11051         * nnweb.el (nnweb-google-wash-article): Print a message if article
11052         is not available.
11053
11054 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11055
11056         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11057         change.  Decode text/* parts content before displaying.
11058
11059 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11062
11063 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11066
11067         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11068         url-package-name, url-package-version,
11069         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11070         w3m-display-inline-images, and w3m-minor-mode-map.
11071
11072 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * message.el (message-tab-body-function): Fix mismatched custom type.
11075
11076         * gnus.el (gnus-group-change-level-function): Ditto.
11077
11078         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11079
11080         * gnus-art.el (gnus-signature-limit)
11081         (gnus-article-mime-part-function): Ditto.
11082
11083 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mml.el (mml-mode): Silence the byte compiler.
11086
11087         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11088         using `(sit-for 0)' before moving the point to the specified part;
11089         skip unbuttonized parts.
11090         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11091         return to the summary window if gnus-auto-select-part is non-nil.
11092
11093 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11096         variables.
11097         (mml-dnd-attach-file, mml-mode): Use them.
11098
11099         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11100         Make fetching article by MID work again for Google Groups.  Added
11101         FIXME concerning gnus-group-make-web-group.
11102
11103         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11104         Don't depend on Gnus by using mail-extract-address-components if
11105         gnus-extract-address-components is not bound.
11106
11107 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * gnus-art.el (gnus-mime-display-security): Don't display the
11110         signature, but only the signed part.
11111
11112 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11115
11116         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11117         list, not listp.
11118
11119 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11120
11121         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11122         when encoding.
11123
11124         * mm-bodies.el (mm-decode-content-transfer-encoding):
11125         De-canonicalize CRLF for all text content types, not just
11126         text/plain.
11127
11128 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11131         valid article; point arrow and cursor at the MIME button.
11132
11133 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11136         Suggested by Dan Christensen <jdc@uwo.ca>.
11137
11138         * mm-decode.el (mm-save-part): Enable change of prompt.
11139
11140 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11141
11142         * gnus-msg.el (gnus-inews-add-send-actions): Made
11143         `message-post-method' lambda parameter ARG `&optional'.
11144
11145 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * gnus-sum.el (gnus-summary-mime-map): Added
11148         gnus-article-save-part-and-strip, gnus-article-delete-part and
11149         gnus-article-jump-to-part.
11150
11151         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11152         (gnus-article-edit-part): Use it.
11153         (gnus-article-part-wrapper): Added no-handle argument.
11154         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11155         functions.
11156
11157 2005-08-29  Romain Francoise  <romain@orebokech.com>
11158
11159         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11160         docstring.
11161         (gnus-face-from-file): Likewise.
11162
11163 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11166         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11167         non-nil.
11168         (gnus-auto-select-part): New variable.
11169         (gnus-article-jump-to-part): New function.
11170         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11171         (gnus-mime-delete-part): Allow selecting specified part after
11172         deleting or stripping parts.
11173         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11174         part if argument is bogus.
11175
11176 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11177
11178         * gnus-art.el (w3m-minor-mode-map):
11179         * gnus-spec.el (gnus-newsrc-file-version):
11180         * gnus-util.el (nnmail-active-file-coding-system)
11181         (gnus-original-article-buffer, gnus-user-agent):
11182         * gnus.el (gnus-ham-process-destinations)
11183         (gnus-parameter-ham-marks-alist)
11184         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11185         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11186         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11187         * mm-decode.el (gnus-current-window-configuration):
11188         * mm-extern.el (gnus-article-mime-handles):
11189         * mm-url.el (url-current-object, url-package-name)
11190         (url-package-version):
11191         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11192         (smime-keys, w3m-cid-retrieve-function-alist)
11193         (w3m-current-buffer, w3m-display-inline-images)
11194         (w3m-minor-mode-map):
11195         * mml-smime.el (gnus-extract-address-components):
11196         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11197         (gnus-newsrc-hashtb, message-default-charset)
11198         (message-deletable-headers, message-options)
11199         (message-posting-charset, message-required-mail-headers)
11200         (message-required-news-headers):
11201         * mml1991.el (mc-pgp-always-sign):
11202         * mml2015.el (mc-pgp-always-sign):
11203         * nnheader.el (nnmail-extra-headers):
11204         * rfc1843.el (gnus-decode-encoded-word-function)
11205         (gnus-decode-header-function, gnus-newsgroup-name):
11206         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11207
11208 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11209
11210         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11211         the end of the date treatments.
11212
11213 2005-08-15  Simon Josefsson  <jas@extundo.com>
11214
11215         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11216         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11217         Capello and Romain Francoise.
11218         (pgg-fetch-key-function): Removed, not used?
11219         (pgg-insert-url-with-w3): Require url, to get
11220         url-insert-file-contents regardless of where it is defined.
11221
11222 2005-08-13  Romain Francoise  <romain@orebokech.com>
11223
11224         * message.el (message-cite-original-1): New function.
11225         (message-cite-original): Use it.
11226         (message-cite-original-without-signature): Ditto.
11227
11228 2005-08-08  Romain Francoise  <romain@orebokech.com>
11229
11230         * message.el (message-yank-empty-prefix): New variable.
11231         (message-indent-citation): Use it.
11232         (message-cite-original-without-signature): Respect X-No-Archive.
11233
11234 2005-08-08  Simon Josefsson  <jas@extundo.com>
11235
11236         * pgg.el: Autoload url-insert-file-contents instead of loading
11237         w3/url.
11238         (pgg-insert-url-with-w3): Don't load url here.
11239
11240 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11241
11242         * message.el (message-kill-to-signature): Don't insert newline at
11243         bol.
11244         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11245
11246 2005-08-06  Romain Francoise  <romain@orebokech.com>
11247
11248         * message.el (message-user-fqdn): Fix typo in docstring.
11249
11250 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11251
11252         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11253
11254         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11255
11256 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mm-bodies.el (mm-encode-body): Use coding system rather than
11259         charset to encode text.
11260
11261         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11262         number of charsets if utf-8 is available (XEmacs).
11263
11264 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11267         taken from `gnus-button-mid-or-mail-regexp'.
11268         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11269         (gnus-button-alist): Improve regexp for domain part of the MIDs
11270         for news:localpart@domain buttons.
11271         (gnus-button-ctan-directory-regexp): Update.
11272
11273 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * sieve-manage.el (sieve-manage-interactive-login): Use
11276         make-local-variable rather than make-variable-buffer-local.
11277         (sieve-manage-open): Ditto.
11278         (sieve-manage-authenticate): Ditto.
11279
11280         * mml.el (mml-generate-mime-1): Make the content type default to
11281         text/plain if the filename is not specified.
11282
11283 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11286         instead of insert-buffer.
11287
11288         * message.el (message-yank-original): Ditto; set the mark at the
11289         end of the yanked message.
11290
11291 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11294         lines to scroll rather than to stop it.
11295
11296         * mml.el (mml-generate-default-type): Add doc string.
11297         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11298         default to application/octet-stream when determining the content
11299         type if it is not specified for the part or the mml contents; add
11300         a comment about mml-generate-default-type.
11301
11302 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11305         make it default to application/octet-stream when determining the
11306         content type if it is not specified for the external contents.
11307
11308 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11311         segmented parameter but also other parameters might be there.
11312
11313 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * mm-decode.el (mm-display-external): Delete temp file, directory
11316         and buffer immediately if the external process is exited.
11317
11318 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11321         fewer lines than that of scroll-margin.
11322         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11323
11324 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-art.el (gnus-article-next-page): Revert.
11327         (gnus-article-beginning-of-window): New macro.
11328         (gnus-article-next-page-1): Use it.
11329         (gnus-article-prev-page): Ditto.
11330         (gnus-article-edit-part): Use insert-buffer-substring instead of
11331         insert-buffer.
11332         (gnus-article-edit-exit): Ditto.
11333
11334         * gnus-util.el (gnus-beginning-of-window): Remove.
11335         (gnus-end-of-window): Remove.
11336
11337         * lpath.el: Don't bind header-line-format and scroll-margin.
11338
11339 2005-07-25  Simon Josefsson  <jas@extundo.com>
11340
11341         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11342         to have the url package without w3.  Reported by Daiki Ueno
11343         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11344
11345 2005-07-20  Didier Verna  <didier@xemacs.org>
11346
11347         * gnus-diary.el: Remove the description comment (nndiary is now
11348         properly documented in the Gnus manual).
11349         Fix the spelling of "Back End".
11350         * nndiary.el: Ditto.
11351         Fix the copyright notice.
11352
11353 2005-07-18  Romain Francoise  <romain@orebokech.com>
11354
11355         * gnus-sum.el (gnus-summary-to-prefix)
11356         (gnus-summary-newsgroup-prefix): New variables.
11357         (gnus-summary-from-or-to-or-newsgroups): Use them.
11358
11359 2005-07-17  Romain Francoise  <romain@orebokech.com>
11360
11361         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11362         space as it's generally not especially interesting to the user.
11363
11364 2005-07-16  Romain Francoise  <romain@orebokech.com>
11365
11366         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11367         nil to avoid prompting and file modification if one of the
11368         messages at the top of the nnfolder file contains a copyright
11369         notice.
11370         Update copyright notice.
11371
11372         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11373         instead of `current-time-string' as the latter creates a time
11374         string that is not RFC 2822 compliant (it lacks the zone).
11375         Update copyright notice.
11376
11377 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11380         for text/rtf.  Display default in prompt.  Pass default for M-n.
11381
11382         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11383
11384 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-msg.el (gnus-button-mailto): Remove
11387         save-selected-window-window hackery because it relies on
11388         save-selected-window internals.
11389
11390 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11393         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11394         (gnus-article-prev-page): Ditto.
11395
11396         * gnus-util.el (gnus-beginning-of-window): New function.
11397         (gnus-end-of-window): New function.
11398
11399         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11400
11401 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11402
11403         * gnus-score.el (gnus-score-edit-all-score): Set
11404         gnus-score-edit-exit-function to gnus-score-edit-done and call
11405         gnus-message.
11406
11407 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * gnus-msg.el (gnus-button-mailto): Remove
11410         save-selected-window-window hackery because it relies on
11411         save-selected-window internals.
11412
11413 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11416         add-minor-mode.
11417         (gnus-binary-mode): Ditto.
11418
11419         * gnus-topic.el (gnus-topic-mode): Ditto.
11420
11421 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11422
11423         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11424         (gnus-article-prev-page): Take scroll-margin into consideration.
11425
11426 2005-07-04  Lute Kamstra  <lute@gnu.org>
11427
11428         Update FSF's address in GPL notices.
11429
11430 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11431
11432         * gnus.el (gnus-exit):
11433         * gnus-group.el (gnus-group-icons):
11434         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11435
11436         * gnus-nocem.el (gnus-nocem):
11437         * message.el (message-various, message-buffers, message-sending)
11438         (message-interface, message-forwarding, message-insertion)
11439         (message-headers, message-news, message-mail):
11440         * pgg-gpg.el (pgg-gpg):
11441         * pgg-parse.el (pgg-parse):
11442         * pgg-pgp.el (pgg-pgp):
11443         * pgg-pgp5.el (pgg-pgp5):
11444         * pop3.el (pop3): Finish `defgroup' description with period.
11445
11446 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-art.el (article-display-face): Improve the efficiency.
11449         (article-display-x-face): Ditto; remove grey x-face stuff.
11450
11451 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * gnus-art.el (article-display-face): Correct the position in
11454         which Faces are inserted.
11455
11456 2005-06-29  Didier Verna  <didier@xemacs.org>
11457
11458         * gnus-art.el (article-display-face): Display faces in correct
11459         order.
11460
11461 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11464         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11465         (gnus-nocem-check-article): Fetch the Type header.
11466         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11467         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11468         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11469         make sure gnus-nocem-hashtb is initialized.
11470         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11471         (gnus-nocem-unwanted-article-p): Ditto.
11472
11473         * pgg.el (pgg-verify): Return the verification result.
11474
11475 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11478         is ascii.
11479
11480 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11481
11482         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11483         `show-nonbreak-escape'.
11484
11485 2005-06-23  Lute Kamstra  <lute@gnu.org>
11486
11487         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11488
11489         * dig.el (dig-mode):
11490         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11491
11492 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11493
11494         * nnimap.el (nnimap-split-download-body): Fix spellings.
11495
11496 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11497
11498         * gnus-art.el (gnus-article-encrypt-body):
11499         * gnus-cus.el (gnus-score-customize):
11500         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11501         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11502
11503 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11504
11505         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11506         header by looking for magic "MII" at the beginnig.
11507
11508 2005-06-16  Miles Bader  <miles@gnu.org>
11509
11510         * gnus-xmas.el (gnus-xmas-group-startup-message):
11511         Use renamed gnus-splash face.
11512
11513         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11514         (assistant-field-face): New backward-compatibility alias for renamed
11515         face.
11516         (assistant-render-text): Use renamed assistant-field face.
11517
11518         * spam.el (spam): Remove "-face" suffix from face name.
11519         (spam-face): New backward-compatibility alias for renamed face.
11520         (spam-face, spam-initialize): Use renamed spam face.
11521
11522         * message.el (message-header-to, message-header-cc)
11523         (message-header-subject, message-header-newsgroups)
11524         (message-header-other, message-header-name)
11525         (message-header-xheader, message-separator, message-cited-text)
11526         (message-mml): Remove "-face" suffix from face names.
11527         (message-header-to-face, message-header-cc-face)
11528         (message-header-subject-face, message-header-newsgroups-face)
11529         (message-header-other-face, message-header-name-face)
11530         (message-header-xheader-face, message-separator-face)
11531         (message-cited-text-face, message-mml-face):
11532         New backward-compatibility aliases for renamed faces.
11533         (message-font-lock-keywords): Use renamed message faces.
11534
11535         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11536         (sieve-test-commands, sieve-tagged-arguments):
11537         Remove "-face" suffix from face names.
11538         (sieve-control-commands-face, sieve-action-commands-face)
11539         (sieve-test-commands-face, sieve-tagged-arguments-face):
11540         New backward-compatibility aliases for renamed faces.
11541         (sieve-control-commands-face, sieve-action-commands-face)
11542         (sieve-test-commands-face, sieve-tagged-arguments-face):
11543         Use renamed sieve faces.
11544
11545         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11546         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11547         (gnus-group-news-3-empty, gnus-group-news-4)
11548         (gnus-group-news-4-empty, gnus-group-news-5)
11549         (gnus-group-news-5-empty, gnus-group-news-6)
11550         (gnus-group-news-6-empty, gnus-group-news-low)
11551         (gnus-group-news-low-empty, gnus-group-mail-1)
11552         (gnus-group-mail-1-empty, gnus-group-mail-2)
11553         (gnus-group-mail-2-empty, gnus-group-mail-3)
11554         (gnus-group-mail-3-empty, gnus-group-mail-low)
11555         (gnus-group-mail-low-empty, gnus-summary-selected)
11556         (gnus-summary-cancelled, gnus-summary-high-ticked)
11557         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11558         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11559         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11560         (gnus-summary-low-undownloaded)
11561         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11562         (gnus-summary-low-unread, gnus-summary-normal-unread)
11563         (gnus-summary-high-read, gnus-summary-low-read)
11564         (gnus-summary-normal-read, gnus-splash):
11565         Remove "-face" suffix from face names.
11566         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11567         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11568         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11569         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11570         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11571         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11572         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11573         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11574         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11575         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11576         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11577         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11578         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11579         (gnus-summary-normal-ticked-face)
11580         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11581         (gnus-summary-normal-ancient-face)
11582         (gnus-summary-high-undownloaded-face)
11583         (gnus-summary-low-undownloaded-face)
11584         (gnus-summary-normal-undownloaded-face)
11585         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11586         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11587         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11588         (gnus-splash-face):
11589         New backward-compatibility aliases for renamed faces.
11590         (gnus-group-startup-message): Use renamed gnus faces.
11591
11592         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11593         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11594         (gnus-server-agent): Remove "-face" suffix from face names.
11595         (gnus-server-agent-face, gnus-server-opened-face)
11596         (gnus-server-closed-face, gnus-server-denied-face)
11597         (gnus-server-offline-face):
11598         New backward-compatibility aliases for renamed faces.
11599         (gnus-server-agent-face, gnus-server-opened-face)
11600         (gnus-server-closed-face, gnus-server-denied-face)
11601         (gnus-server-offline-face): Use renamed gnus faces.
11602
11603         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11604         Remove "-face" suffix from face names.
11605         (gnus-picon-xbm-face, gnus-picon-face):
11606         New backward-compatibility aliases for renamed faces.
11607
11608         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11609         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11610         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11611         (gnus-cite-11): Remove "-face" suffix from face names.
11612         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11613         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11614         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11615         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11616         New backward-compatibility aliases for renamed faces.
11617         (gnus-cite-attribution-face, gnus-cite-face-list)
11618         (gnus-article-boring-faces): Use renamed gnus faces.
11619
11620         * gnus-art.el (gnus-signature, gnus-header-from)
11621         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11622         (gnus-header-content): Remove "-face" suffix from face names.
11623         (gnus-signature-face, gnus-header-from-face)
11624         (gnus-header-subject-face, gnus-header-newsgroups-face)
11625         (gnus-header-name-face, gnus-header-content-face):
11626         New backward-compatibility aliases for renamed faces.
11627         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11628
11629         * gnus-sum.el (gnus-summary-selected-face)
11630         (gnus-summary-highlight): Use renamed gnus faces.
11631         * gnus-group.el (gnus-group-highlight): Likewise.
11632
11633 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11634
11635         * gnus-sieve.el (gnus-sieve-article-add-rule):
11636         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11637         * spam-stat.el (spam-stat-buffer-change-to-spam)
11638         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11639
11640         * message.el (message-is-yours-p):
11641         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11642
11643 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * mm-view.el (mm-inline-text): Withdraw the last change.
11646
11647 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11650         executing enriched-decode.
11651
11652 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11655         charset of tar files.
11656
11657 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11658
11659         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11660
11661 2005-06-04  Lute Kamstra  <lute@gnu.org>
11662
11663         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11664         information is never recorded.
11665
11666 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11667
11668         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11669
11670 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * pop3.el (pop3-apop): Run md5 in the binary mode.
11673
11674         * starttls.el (starttls-set-process-query-on-exit-flag):
11675         Use eval-and-compile.
11676
11677 2005-05-31  Simon Josefsson  <jas@extundo.com>
11678
11679         * smime.el (smime-replace-in-string): Define.
11680         (smime-cert-by-ldap-1): Use it.
11681
11682 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-art.el (article-display-x-face): Replace
11685         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11686
11687         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11688         set-process-query-on-exit-flag or process-kill-without-query.
11689
11690         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11691         loop instead of replace-regexp.
11692
11693         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11694         instead of process-kill-without-query if it is available.
11695
11696         * lpath.el: Fbind ldap-search-entries.
11697
11698         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11699         instead of find-file-hooks if it is available.
11700
11701         * mml1991.el: Bind pgg-default-user-id when compiling.
11702
11703         * mml2015.el: Bind pgg-default-user-id when compiling.
11704
11705         * nndraft.el (nndraft-request-associate-buffer):
11706         Use write-contents-functions instead of write-contents-hooks if it is
11707         available.
11708
11709         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11710         instead of find-file-hooks if it is available.
11711
11712         * nntp.el (nntp-open-connection): Replace
11713         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11714         (nntp-open-ssl-stream): Ditto.
11715         (nntp-open-tls-stream): Ditto.
11716
11717         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11718         set-process-query-on-exit-flag or process-kill-without-query.
11719         (starttls-open-stream-gnutls): Use it instead of
11720         process-kill-without-query.
11721         (starttls-open-stream): Ditto.
11722
11723 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11724
11725         * smime.el (smime-cert-by-ldap-1): Don't use
11726         replace-regexp-in-string.
11727
11728 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11729
11730         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11731
11732         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11733         in PEM format.  Adjust to the XEmacs compability.
11734
11735 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11738         by `string-to-number'.
11739         * gnus-agent.el (gnus-agent-regenerate-group)
11740         (gnus-agent-fetch-articles): Ditto.
11741         * gnus-art.el (gnus-button-fetch-group): Ditto.
11742         * gnus-cache.el (gnus-cache-generate-active)
11743         (gnus-cache-articles-in-group): Ditto.
11744         * gnus-group.el (gnus-group-set-current-level)
11745         (gnus-group-insert-group-line): Ditto.
11746         * gnus-score.el (gnus-score-set-expunge-below)
11747         (gnus-score-set-mark-below, gnus-summary-score-effect)
11748         (gnus-summary-score-entry): Ditto.
11749         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11750         (gnus-soup-pack): Ditto.
11751         * gnus-spec.el (gnus-xmas-format): Ditto.
11752         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11753         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11754         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11755         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11756         * nndb.el (nndb-get-remote-expire-response): Ditto.
11757         * nndiary.el (nndiary-parse-schedule-value)
11758         (nndiary-string-to-number, nndiary-request-replace-article)
11759         (nndiary-request-article): Ditto.
11760         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11761         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11762         * nneething.el (nneething-make-head): Ditto.
11763         * nnfolder.el (nnfolder-request-article)
11764         (nnfolder-retrieve-headers): Ditto.
11765         * nnheader.el (nnheader-file-to-number): Ditto.
11766         * nnkiboze.el (nnkiboze-request-article): Ditto.
11767         * nnmail.el (nnmail-process-unix-mail-format)
11768         (nnmail-process-babyl-mail-format): Ditto.
11769         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11770         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11771         (nnmh-request-create-group, nnmh-request-list-1)
11772         (nnmh-request-group, nnmh-request-article): Ditto.
11773         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11774         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11775         * nnsoup.el (nnsoup-make-active): Ditto.
11776         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11777         * nntp.el (nntp-find-group-and-number)
11778         (nntp-retrieve-headers-with-xover): Ditto.
11779         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11780         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11781         (pgg-format-key-identifier): Ditto.
11782         * pop3.el (pop3-last, pop3-stat): Ditto.
11783         * qp.el (quoted-printable-decode-region): Ditto.
11784
11785         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11786         of concat.
11787
11788 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11791
11792         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11793
11794         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11795
11796         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11797
11798         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11799
11800         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11801
11802         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11803         (gnus-carpal-mode): Ditto.
11804
11805         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11806         (gnus-browse-mode): Ditto.
11807
11808         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11809
11810         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11811
11812 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11813
11814         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11815
11816 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-util.el (gnus-run-mode-hooks): New function.
11819
11820         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11821
11822         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11823         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11824
11825 2005-05-27  Lute Kamstra  <lute@gnu.org>
11826
11827         * dns-mode.el (dns-mode): Specify customization group.
11828
11829 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11830
11831         * gnus-agent.el (gnus-agent-make-mode-line-string):
11832         Use mode-line-highlight as mouse-face.
11833
11834 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * canlock.el (canlock): Change the parent group to news.
11837
11838         * deuglify.el (gnus-outlook-deuglify): Add :group.
11839
11840         * dig.el (dig): Add :group.
11841
11842         * dns-mode.el (dns-mode): Add :group.
11843
11844         * encrypt.el (encrypt): Add :group.
11845
11846         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11847         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11848         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11849         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11850         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11851
11852         * gnus-diary.el (gnus-diary): Add :group.
11853
11854         * gnus.el (gnus-group-news-1-face): Add :group.
11855         (gnus-group-news-1-empty-face): Ditto.
11856         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11857         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11858         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11859         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11860         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11861         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11862         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11863         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11864         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11865         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11866         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11867         (gnus-summary-high-ticked-face): Ditto.
11868         (gnus-summary-low-ticked-face): Ditto.
11869         (gnus-summary-normal-ticked-face): Ditto.
11870         (gnus-summary-high-ancient-face): Ditto.
11871         (gnus-summary-low-ancient-face): Ditto.
11872         (gnus-summary-normal-ancient-face): Ditto.
11873         (gnus-summary-high-undownloaded-face): Ditto.
11874         (gnus-summary-low-undownloaded-face): Ditto.
11875         (gnus-summary-normal-undownloaded-face): Ditto.
11876         (gnus-summary-high-unread-face): Ditto.
11877         (gnus-summary-low-unread-face): Ditto.
11878         (gnus-summary-normal-unread-face): Ditto.
11879         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11880         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11881
11882         * hashcash.el (hashcash): New custom group.
11883         (hashcash-default-payment): Add :group.
11884         (hashcash-payment-alist): Ditto.
11885         (hashcash-default-accept-payment): Ditto.
11886         (hashcash-accept-resources): Ditto.
11887         (hashcash-path): Ditto.
11888         (hashcash-extra-generate-parameters): Ditto.
11889         (hashcash-double-spend-database): Ditto.
11890         (hashcash-in-news): Ditto.
11891
11892         * message.el (message-minibuffer-local-map): Add :group.
11893
11894         * netrc.el (netrc): Add :group.
11895
11896         * sieve-manage.el (sieve-manage-log): Add :group.
11897         (sieve-manage-default-user): Diito.
11898         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11899         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11900         (sieve-manage-authenticators): Ditto.
11901         (sieve-manage-authenticator-alist): Ditto.
11902         (sieve-manage-default-port): Ditto.
11903
11904         * sieve-mode.el (sieve-control-commands-face): Add :group.
11905         (sieve-action-commands-face): Ditto.
11906         (sieve-test-commands-face): Ditto.
11907         (sieve-tagged-arguments-face): Ditto.
11908
11909         * smime.el (smime): Add :group.
11910
11911         * spam-report.el (spam-report): Add :group.
11912
11913         * spam.el (spam, spam-face): Add :group.
11914
11915 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11918         return \n.\n.\n at the end of articles.  Protect against that.
11919         (nntp-with-open-group): Allow debugging.
11920
11921         * nnheader.el (mail-header-set-extra): Make into a function
11922         because I just could't understand how to quote the list properly.
11923
11924         * dns.el (query-dns-cached): New function.
11925
11926 2005-05-26  Lute Kamstra  <lute@gnu.org>
11927
11928         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11929
11930 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11933
11934         * gnus-art.el: Don't autoload mail-extract-address-components.
11935
11936         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11937         eval-and-compile to evaluate it.
11938
11939         * hashcash.el: Don't autoload executable-find.
11940
11941         * nndb.el: Don't declare the nndb back end two or more times; don't
11942         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11943
11944         * nntp.el: Autoload format-spec instead of format; use
11945         eval-and-compile to evaluate autoload forms.
11946
11947 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11948
11949         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11950
11951 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * gnus.el (gnus-version-number): Bump version.
11954
11955 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11956
11957         * gnus.el: No Gnus v0.3 is released.
11958
11959 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * lpath.el (featurep): Bind show-nonbreak-escape.
11962
11963 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (gnus-article-edit-part): Disable undo.
11966
11967 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11970         gnus-article-date-lapsed-new-header is t if date timer is active;
11971         skip headers in which the original date value is empty.
11972         (gnus-article-save-original-date): Redefine it as a macro.
11973         (gnus-display-mime): Use it.
11974
11975 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (article-date-ut): Support converting date in
11978         forwarded parts as well.
11979         (gnus-article-save-original-date): New function.
11980         (gnus-display-mime): Use it.
11981
11982 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11983
11984         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11985         enclosure element of <item>.
11986
11987 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * message.el (message-kill-buffer-query): Renamed from
11990         `message-kill-buffer-query-if-modified'.  Added :version.
11991
11992 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11995         window layout.
11996
11997 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * mml.el: Autoload dnd when compiling.
12000
12001 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12004         x-dnd-*.
12005
12006 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * qp.el (quoted-printable-encode-region): Save excursion.
12009
12010 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12011
12012         * message.el (message-kill-buffer-query-if-modified): Add new variable
12013         so the user can kill a modified message buffer quickly.
12014         (message-kill-buffer): Use it.
12015
12016 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * lpath.el: Fbind display-time-event-handler; don't fbind
12019         string-to-multibyte.
12020
12021         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12022
12023 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12026         contained in text because xml.el decodes entities) with LFs.
12027
12028 2005-04-11  Lute Kamstra  <lute@gnu.org>
12029
12030         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12031         differently.
12032
12033 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12034
12035         * mm-util.el (mm-detect-coding-region): Typo.
12036
12037 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12040
12041 2005-04-06  Deepak Goel  <deego@gnufans.org>
12042
12043         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12044         user-function allow user modifications of the scores.
12045         (spam-stat-score-buffer-user): New function, to allow
12046         user-computed modifications to the score.
12047         (spam-stat-score-buffer-user-functions): List of additional
12048         scoring functions.
12049         (spam-stat-error-holder): Global temporary error holder.
12050         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12051         variable.
12052
12053 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12054
12055         * gnus-registry.el (gnus-registry-clean-empty-function)
12056         (gnus-registry-trim, gnus-registry-fetch-groups)
12057         (gnus-registry-delete-group): Groups that match
12058         `gnus-registry-ignored-groups' are removed from the registry
12059         entries, not just ignored for splitting.  This helps clean up the
12060         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12061         to get all the groups a message ID is in.
12062
12063         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12064         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12065         (spam-stat-score-buffer-user-functions): Add :number custom type.
12066
12067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12070         argument in XEmacs.
12071
12072         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12073         (nnrss-request-group): Decode group name first.
12074         (nnrss-request-article): Make a text/plain article if mml-to-mime
12075         failed.
12076         (nnrss-get-encoding): Return a compatible encoding according to
12077         nnrss-compatible-encoding-alist.
12078         (nnrss-find-el): Use consp instead of listp.
12079         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12080
12081 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12084         which Emacs 20 doesn't support.
12085         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12086
12087 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12090         silence the byte compiler inside the defun.
12091
12092         * gnus-demon.el (parse-time-string): Add autoload.
12093
12094         * gnus-delay.el (parse-time-string): Add autoload.
12095
12096         * gnus-art.el (parse-time-string): Add autoload.
12097
12098         * nnultimate.el (parse-time): Require for `parse-time-string'.
12099
12100 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12103
12104         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12105
12106         * smime.el (smime-ldap-host-list): Add :version.
12107
12108 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12111         pass it to `gnus-browse-read-group'.
12112         (gnus-browse-read-group): Add NUMBER argument and pass it to
12113         `gnus-group-read-ephemeral-group'.
12114
12115         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12116         argument and pass it to `gnus-group-read-group'.
12117
12118 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12119
12120         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12121         mm-xemacs-find-mime-charset-1 if we have the mule feature
12122         available at runtime.
12123
12124 2005-03-25  Werner Lemberg  <wl@gnu.org>
12125
12126         * nnmaildir.el: Replace `illegal' with `invalid'.
12127
12128 2005-03-23  Lute Kamstra  <lute@gnu.org>
12129
12130         * time-date.el: Add comment on time value formats.
12131         Don't require parse-time.
12132         (with-decoded-time-value): New macro.
12133         (encode-time-value): New function.
12134         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12135         (days-to-time): Return a valid time value when arg is huge.
12136         (time-since): Use time-subtract.
12137         (time-to-number-of-days): Use time-to-seconds.
12138
12139 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12140
12141         * gnus-start.el (gnus-display-time-event-handler):
12142         Check display-time-timer at runtime rather than only at load time
12143         in case display-time-mode is turned off in the mean time.
12144
12145 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12148         used.
12149
12150         * nneething.el (nneething-map-file-directory): Derive from
12151         `gnus-directory'.
12152
12153         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12154         the To/Cc button.
12155
12156 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * nnmaildir.el (nnmaildir-request-accept-article):
12159         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12160
12161 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12162
12163         * gnus-async.el: Require timer-funcs at compile time when in
12164         XEmacs for `run-with-idle-timer'.
12165
12166 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12167
12168         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12169         autoloaded function.
12170
12171 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12172
12173         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12174
12175 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12176
12177         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12178
12179 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12182         gnus-expert-user to default.
12183
12184 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12185
12186         * nnimap.el (nnimap-open-server): Ditto.
12187
12188         * imap.el (imap-authenticate): Fix typo.
12189
12190 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12191
12192         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12193         buffer (since IMAP server might return FETCH response out of
12194         order, and the nntp buffer must be sorted).
12195
12196 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12197
12198         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12199         comparison on string.
12200
12201         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12202         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12203         (gnus-agent-summary-fetch-series): Modified to protect against
12204         gnus-agent-summary-fetch-group clearing processable flags.
12205         (gnus-agent-synchronize-group-flags): Update live group buffer as
12206         synchronization may occur due to the user toggle the plugged
12207         status.
12208         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12209         successfully downloaded.
12210         (gnus-agent-expire-group-1): Avoid using markers when the overview
12211         is in ascending order; greatly improves performance.
12212         (gnus-agent-regenerate-group): Use
12213         gnus-agent-synchronize-group-flags to reset read status in both
12214         gnus and server.
12215         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12216
12217 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * message.el: Don't autoload former message-utils variables.
12220         (message-strip-subject-trailing-was): Change doc string.
12221
12222         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12223         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12224         (nnweb-google-search): Add "hl=en" here.
12225         (nnweb-google-parse-1, nnweb-google-create-mapping):
12226         Don't hardcode URL.
12227
12228 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * message.el (message-get-reply-headers, message-followup):
12231         Mention related variables `message-use-followup-to' and
12232         `message-use-mail-followup-to', in the information buffer.
12233
12234         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12235         of broken groups(-beta).google.com.
12236
12237 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12240         parameter to invoked gnus-request-move-article; remove the
12241         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12242         all at once instead of once per article.
12243         (gnus-summary-remove-process-mark): Accept a list of articles as
12244         well as a single article for processing.
12245
12246         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12247         parameter.
12248
12249         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12250
12251         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12252
12253         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12254         parameter.
12255
12256         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12257         parameter.
12258
12259         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12260         parameter and remove the gnus-sum-hint-move-is-internal variable.
12261
12262         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12263         parameter.
12264
12265         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12266         parameter.
12267
12268         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12269         parameter.
12270
12271         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12272
12273         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12274         parameter.
12275
12276         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12277         parameter.
12278
12279 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12280
12281         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12282         a more conservative way.
12283
12284 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12285
12286         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12287         buffer, so it moves the window's cursor.
12288
12289 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12290
12291         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12292         `mm-dissect-multipart' and receive the from field as an (optional)
12293         argument from `mm-dissect-multipart'.
12294         (mm-dissect-multipart): Receive the from field as an argument and
12295         pass it on when we call `mm-dissect-buffer' on MIME parts.
12296         Fixes verification/decryption of signed/encrypted MIME parts.
12297
12298 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         * gnus-sum.el (gnus-summary-move-article): Set
12301         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12302         whatever it calls (right now, only nnimap-request-move article
12303         respects it).
12304
12305         * nnimap.el (nnimap-request-move-article): When
12306         gnus-sum-hint-move-is-internal is set, don't do the extra
12307         nnimap-request-article.
12308
12309 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12312
12313         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12314         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12315
12316         * gnus-sum.el (gnus-summary-caesar-message):
12317         Apply `gnus-treat-article' after rotation.
12318
12319         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12320         doc string.
12321
12322 2005-02-22  Simon Josefsson  <jas@extundo.com>
12323
12324         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12325         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12326         <arne@arnested.dk>.
12327         (encrypt): Add password-cache and password-cache-expiry as group
12328         members.
12329
12330 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12331
12332         * smime.el (smime-ldap-host-list): Doc fix.
12333         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12334         cache) password.
12335         (smime-sign-region): Use it.
12336         (smime-decrypt-region): Use it.
12337         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12338         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12339         fails.
12340         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12341         certificate from DER to PEM format rather than calling openssl.
12342
12343         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12344
12345         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12346         for signing/encryption.
12347
12348         * mml.el (mml-parse-1): Use them.
12349
12350 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12351
12352         * nnrss.el (nnrss-verbose): Removed.
12353         (nnrss-request-group): Use `nnheader-message' instead.
12354
12355 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12356
12357         * nnrss.el (nnrss-verbose): New variable.
12358         (nnrss-request-group): Make it say nnrss is requesting a group.
12359
12360 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12363         Handle news URL with given port correctly.
12364
12365 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12368         containing special characters.
12369
12370         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12371
12372         * mml.el (mime-to-mml): Ditto.
12373
12374         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12375         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12376         (rfc2047-decode-region): Quote decoded words containing special
12377         characters when rfc2047-quote-decoded-words-containing-tspecials
12378         is non-nil.
12379
12380 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12381
12382         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12383
12384         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12385
12386 2005-02-15  Simon Josefsson  <jas@extundo.com>
12387
12388         * nnimap.el (nnimap-debug): Doc fix.
12389
12390         * imap.el (imap-debug): Doc fix.
12391
12392 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12395
12396 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12397
12398         * gnus.el (spam-contents): Improve docs for spam-contents
12399         parameter in its variable incarnation.
12400
12401 2005-02-14  Simon Josefsson  <jas@extundo.com>
12402
12403         * smime-ldap.el: Use require instead of load-library for ldap.
12404         (smime-ldap-search): Indent.
12405         (smime-ldap-search-internal): Shorten line.
12406
12407         * smime.el (smime-cert-by-dns): Add doc-string.
12408         (smime-cert-by-ldap-1): Indent.
12409
12410         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12411         mml-smime-get-dns-ldap.
12412         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12413
12414 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12415
12416         * smime.el: Require smime-ldap.
12417         (smime-ldap-host-list): New variable.
12418         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12419
12420         * mml-smime.el (mml-smime-encrypt-query): New function.
12421         (mml-smime-encrypt-query): Use it.
12422
12423         * smime-ldap.el: New file.
12424
12425 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12428
12429 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12432         argument in doc string.  Make query for type more clear.
12433
12434 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus.el (gnus-group-startup-message): Search for gnus images in
12437         etc/images/gnus.
12438         * mm-util.el (mm-image-load-path): Likewise.
12439         * smiley.el (smiley-data-directory): Search for smilies in
12440         etc/images/smilies.
12441
12442 2005-02-09  Kim F. Storm  <storm@cua.dk>
12443
12444         Change Emacs release version from 21.4 to 22.1 throughout.
12445         Change Emacs development version from 21.3.50 to 22.0.50.
12446
12447 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12450
12451         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12452         non-Mule XEmacs as well.
12453         (mm-decompress-buffer): Signal an error intentionally if it does
12454         not decompress compressed data because auto-compression-mode is
12455         disabled.
12456
12457 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12458
12459         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12460         an ID in the registry even if it has no groups.
12461
12462 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12465         merge it into mm-decompress-buffer.
12466         (gnus-mime-copy-part): Use the MIME part charset, the value which
12467         a user specified or gnus-newsgroup-charset for decoding, like
12468         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12469         save-buffer what was used.  Suggested by Kevin Ryde
12470         <user42@zip.com.au>.
12471         (gnus-mime-inline-part): Allow the name parameter as well as the
12472         filename parameter; force decompressing of compressed data; always
12473         display contents being not decoded as unibyte.
12474
12475         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12476         as well as the filename parameter.
12477
12478         * mm-util.el (mm-decompress-buffer): Merge
12479         gnus-mime-jka-compr-maybe-uncompress.
12480         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12481         of compressed data.
12482
12483 2005-02-08  Simon Josefsson  <jas@extundo.com>
12484
12485         * imap.el (imap-log): Doc fix.
12486
12487 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12490         the coding cookies; decompress compressed parts.
12491
12492         * mml.el (mml-generate-mime-1): Add the charset parameter according
12493         to the value which a user specified manually or the coding cookie.
12494
12495         * mm-util.el (mm-string-to-multibyte): New function.
12496         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12497         (mm-coding-system-to-mime-charset): New function.
12498         (mm-decompress-buffer): New function.
12499         (mm-find-buffer-file-coding-system): New function.
12500
12501         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12502         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12503         parts.
12504
12505 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12506
12507         * mm-view.el (mm-display-inline-fontify): Decode a part according
12508         to the charset parameter.
12509
12510 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12513         prefix arg is neither nil nor a number, as info specifies.
12514
12515 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12518         timestamps.
12519
12520 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12521
12522         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12523         groups error checking and notify user.
12524
12525 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12526
12527         * message.el (message-send-mail-function): Check existence of
12528         sendmail-program first before using default value
12529         `message-send-mail-with-sendmail'.  Otherwise use more generic
12530         `smtpmail-send-it'.
12531
12532 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * nntp.el (nntp-request-update-info): Always return nil.
12535
12536 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12537
12538         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12539
12540 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12541
12542         * message.el (message-beginning-of-line): Change the behavior when
12543         invoked between BOL and : so that it first moves backward.
12544
12545 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12548         article buffer when editing of the article is discarded.
12549         (gnus-article-prepare): Revert.
12550
12551 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-art.el (gnus-article-prepare):
12554         Remove message-strip-forbidden-properties from the local hook.
12555
12556 2005-01-27  Simon Josefsson  <jas@extundo.com>
12557
12558         * password.el (password-cache-add): Only start one timer per key.
12559         Reported by Derek Atkins <warlord@MIT.EDU>.
12560
12561 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12562
12563         * run-at-time.el: Removed.  It is no longer needed as
12564         timer-funcs.el in the xemacs-base package has a working version of
12565         `run-at-time'.
12566
12567         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12568
12569         * password.el: Require timer-funcs instead of run-at-time in
12570         XEmacs.
12571         Remove `password-run-at-time' macro.
12572         (password-cache-add): Use `run-at-time' instead of
12573         `password-run-at-time'.
12574
12575         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12576         Remove `nnheader-cancel-function-timers' alias,
12577         `cancel-function-timers' exists in XEmacs in timer-funcs.
12578
12579         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12580         for `run-with-idle-timer'.
12581
12582         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12583         for `run-at-time'.
12584
12585         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12586         for `with-timeout'.
12587
12588         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12589         the same as for XEmacs 21.4.
12590         No need to ignore `run-with-idle-timer', this function exists in
12591         XEmacs now in timer-funcs.el in the xemacs-base package.
12592         (dgnushack-compile): No need to delete
12593         run-at-time.el from the list of files to compile because it
12594         doesn't exist anymore.
12595
12596 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12599         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12600
12601 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12602
12603         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12604         sensitively.
12605
12606 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12607
12608         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12609
12610 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12613         which will be inserted according to the multibyteness of a buffer
12614         rather than the type of contents.  Suggested by ARISAWA Akihiro
12615         <ari@mbf.ocn.ne.jp>.
12616
12617         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12618         of string which old xml.el may return rather than a string.
12619
12620 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12623
12624 2005-01-16  Simon Josefsson  <jas@extundo.com>
12625
12626         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12627         idn/idna.el isn't available.
12628         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12629         <michael@waxrat.com>.
12630
12631         * hashcash.el: Remove non-FSF copyright header.
12632
12633         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12634         (hashcash-generate-payment): Use it.
12635         (hashcash-generate-payment-async): Use it.
12636
12637 2005-01-15  Simon Josefsson  <jas@extundo.com>
12638
12639         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12640         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12641
12642         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12643         gnus-summary-idna-message.
12644         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12645         (gnus-summary-idna-message): New function.
12646
12647 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12650         gnus-novice-user.
12651
12652 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * nnrss.el (nnrss-request-delete-group): Delete entries in
12655         nnrss-group-alist as well.
12656         (nnrss-save-server-data): Insert newline.
12657
12658 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus.el (gnus-user-agent): Use list of symbols instead of
12661         symbols.  Display full version number for (S)XEmacs.  Optionally
12662         display (S)XEmacs codename.
12663
12664         * gnus-util.el (gnus-emacs-version): Update for new
12665         `gnus-user-agent'.
12666
12667         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12668         Gnus version.
12669
12670 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12673         which is unreadable in some setups.
12674
12675 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-spec.el (gnus-update-format-specifications): Flush the
12678         group format spec cache if it doesn't support decoded group names.
12679
12680 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12683         Allow to apply decay on score files matching a regexp.
12684
12685 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12688         compatibility in %g and %c.
12689
12690 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12693         name for only %g and %c.
12694         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12695         of gnus-tmp-group to decoded group name.
12696         (gnus-group-make-rss-group): Exclude `/'s from group names.
12697
12698 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * nnrss.el (nnrss-get-encoding): Fix regexp.
12701
12702 2004-12-27  Simon Josefsson  <jas@extundo.com>
12703
12704         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12705         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12706         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12707
12708 2004-12-17  Kim F. Storm  <storm@cua.dk>
12709
12710         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12711
12712         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12713
12714 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12715
12716         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12717
12718 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * nnrss.el: Require rfc2047 and mml.
12721         (nnrss-file-coding-system): New variable.
12722         (nnrss-format-string): Redefine it as an inline function.
12723         (nnrss-decode-group-name): New function.
12724         (nnrss-string-as-multibyte): Remove.
12725         (nnrss-retrieve-headers): Decode group name; don't use
12726         nnrss-format-string.
12727         (nnrss-request-group): Decode group name.
12728         (nnrss-request-article): Decode group name; allow a Message-ID as
12729         well as an article number; don't use nnrss-format-string; encode a
12730         Message-ID string which may contain non-ASCII characters; use
12731         mml-to-mime to compose a MIME article.
12732         (nnrss-request-expire-articles): Decode group name.
12733         (nnrss-request-delete-group): Decode group name.
12734         (nnrss-fetch): Clarify error message.
12735         (nnrss-read-server-data): Use insert-file-contents instead of load;
12736         bind file-name-coding-system; use multibyte buffer.
12737         (nnrss-save-server-data): Bind coding-system-for-write to the
12738         value of nnrss-file-coding-system; bind file-name-coding-system;
12739         add coding cookie.
12740         (nnrss-read-group-data): Use insert-file-contents instead of load;
12741         bind file-name-coding-system; use multibyte buffer.
12742         (nnrss-save-group-data): Bind coding-system-for-write to the
12743         value of nnrss-file-coding-system; bind file-name-coding-system.
12744         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12745         make it work with non-ASCII text.
12746         (nnrss-find-el): Make it work with old xml.el as well.
12747
12748 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12749
12750         * nnrss.el (nnrss-get-encoding): New function.
12751         (nnrss-fetch): Use unibyte buffer initially; bind
12752         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12753         decode contents according to the encoding attribute.
12754         (nnrss-save-group-data): Add coding cookie.
12755         (nnrss-mime-encode-string): New function.
12756         (nnrss-check-group): Use it to encode subject and author.
12757
12758 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12759
12760         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12761         imaginary variable.
12762
12763 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12766         correctly even if there are wide characters.
12767
12768 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12769
12770         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12771         downcased symbol names; make a new cache instead of reusing
12772         bbdb-hashtable.
12773
12774 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12777         concatenating segments rather than before concatenating them.
12778         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12779
12780         * message.el (message-get-reply-headers): Bind `extra'.
12781
12782 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * message.el (message-extra-wide-headers): New variable.
12785         (message-get-reply-headers): Use it.
12786
12787 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12790         (gnus-agent-group-pathname): Ditto.
12791
12792         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12793
12794         * gnus-group.el (gnus-group-make-group): Decode group name.
12795         (gnus-group-make-rss-group): Register the group data after opening
12796         the nnrss group.
12797
12798 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12799
12800         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12801         by expiry now get marked as read.
12802
12803 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12806
12807 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12808
12809         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12810         unify Latin characters in XEmacs.
12811         (mm-find-mime-charset-region): Use it.
12812
12813 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-util.el (gnus-delete-directory): New function.
12816
12817         * gnus-agent.el (gnus-agent-delete-group): Use it.
12818
12819         * gnus-cache.el (gnus-cache-delete-group): Use it.
12820
12821 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12824         names.
12825
12826 2004-12-16  Simon Josefsson  <jas@extundo.com>
12827
12828         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12829
12830 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12833
12834         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12835         (gnus-group-set-current-level): Decode group name.
12836
12837 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12838
12839         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12840         failed.
12841
12842 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-group.el (gnus-group-delete-group): Decode group name.
12845         (gnus-group-make-rss-group): Encode group name.
12846         (gnus-group-catchup-current): Decode group name.
12847         (gnus-group-kill-group): Decode group name.
12848
12849 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12850
12851         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12852
12853 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-group.el (gnus-group-make-rss-group):
12856         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12857
12858         * gnus-start.el (gnus-setup-news): Honor user's setting to
12859         gnus-message-archive-method.  Suggested by Lute Kamstra
12860         <lute@gnu.org>.
12861
12862 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12863
12864         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12865         global counterparts of the buffer-local variables.
12866
12867 2004-11-16  Romain Francoise  <romain@orebokech.com>
12868
12869         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12870         counterparts of the buffer-local variables.
12871
12872 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * message.el (message-forbidden-properties): Fixed typo in doc
12875         string.
12876
12877 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-util.el (gnus-replace-in-string): Added doc string.
12880
12881         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12882         to avoid problems when splitting mails with many recipients.
12883
12884 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12885
12886         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12887         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12888
12889 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12890
12891         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12892         if there is no hashtable in memory or file modification time is
12893         newer than cached timestamp.
12894
12895 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12898         not-matching option.
12899
12900 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12903         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12904         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12905         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12906         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12907         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12908
12909 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * message.el (message-forward-make-body-mml): Remove headers
12912         according to message-forward-ignored-headers if a message is decoded.
12913
12914 2004-12-02  Romain Francoise  <romain@orebokech.com>
12915
12916         * message.el (message-forward-make-body-plain): Always remove
12917         headers according to message-forward-ignored-headers.
12918
12919 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * spam.el (spam-summary-prepare-exit): Remove the
12922         gnus-summary-limit pop for now, it has problems with ham marks for
12923         me.
12924
12925 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12926
12927         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12928         correctly.
12929
12930 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12931
12932         * format-spec.el (format-spec): Message the char.
12933
12934 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * gnus-art.el (gnus-split-methods): Reformat comments.
12937
12938         * spam.el (spam-summary-prepare-exit): Remove article limits
12939         before exiting the summary buffer.
12940
12941 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12944         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12945
12946         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12947         order to silence the byte compiler.
12948
12949         * spam.el: Fix the way to silence the byte compiler, which
12950         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12951         bbdb-search-simple, spam-BBDB-register-routine,
12952         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12953         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12954         spam-stat-buffer-is-spam, spam-stat-load,
12955         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12956         spam-stat-save and spam-stat-split-fancy.
12957
12958 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12961         which may confuse users.
12962         (canlock-password-for-verify): Ditto.
12963
12964         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12965
12966         * gnus-art.el (gnus-emphasis-alist): Ditto.
12967
12968         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12969
12970         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12971
12972         * gnus-start.el (gnus-save-killed-list): Ditto.
12973
12974         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12975         (gnus-sum-thread-tree-root): Ditto.
12976         (gnus-sum-thread-tree-false-root): Ditto.
12977         (gnus-sum-thread-tree-single-indent): Ditto.
12978
12979         * message.el (message-courtesy-message): Ditto.
12980         (message-archive-note): Ditto.
12981         (message-subscribed-address-file): Ditto.
12982         (message-user-fqdn): Ditto.
12983
12984         * spam-report.el (spam-report-gmane-regex): Ditto.
12985
12986         * spam.el (spam-blackhole-good-server-regex): Ditto.
12987
12988 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mml.el (mml-preview): Widen the message buffer before copying
12991         the contents to the preview buffer; sort headers before previewing.
12992
12993         * message.el (message-hidden-headers): Fix the way to avoid a bug
12994         in the `repeat' widget in Emacs 21.3 or earlier.
12995
12996 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * message.el (message-hidden-headers): Default to "^References:".
12999         Improve customization type.  Suggested by Reiner Steib
13000         <Reiner.Steib@gmx.de>.
13001
13002 2004-11-25  Romain Francoise  <romain@orebokech.com>
13003
13004         * message.el (message-strip-forbidden-properties): Remove check for
13005         obsolete `message-hidden' text property, hidden headers are not
13006         accessible in the buffer anymore.
13007
13008 2004-11-22  Romain Francoise  <romain@orebokech.com>
13009
13010         * message.el (message-header-format-alist): Add `From' in list
13011         so that it can be sorted.
13012         (message-fix-before-sending): Widen and sort headers before
13013         sending.
13014         (message-hide-headers): Use narrowing to hide headers by moving
13015         them to the top of the buffer and narrowing to the region
13016         underneath.
13017
13018 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13019
13020         * message.el (message-strip-forbidden-properties): Bind
13021         buffer-read-only (etc) to nil.
13022
13023 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13026         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13027
13028 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13029
13030         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13031
13032 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13033
13034         * dns.el (query-dns): Use sit-for to time instead of
13035         accept-process-output, since that doesn't seem to work on udp
13036         sockets.
13037
13038 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13041
13042 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13043
13044         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13045         doc string.  Improve doc string.
13046
13047 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * nntp.el (nntp-request-update-info): Return nil if
13050         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13051         may not call gnus-activate-group which uselessly issues the GROUP
13052         commands for all nntp groups and wastes time.  Reported by Romain
13053         Francoise <romain@orebokech.com>.
13054
13055         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13056
13057 2004-11-15  Simon Josefsson  <jas@extundo.com>
13058
13059         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13060         headers separately.
13061         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13062         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13063
13064 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-start.el (gnus-convert-old-newsrc):
13067         Assign legacy-gnus-agent to 5.10.7.
13068
13069 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13072         start of the lines.
13073
13074 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13075
13076         * hashcash.el (hashcash-default-payment): Change default to 20.
13077         (hashcash-default-accept-payment): Change default to 20.
13078         (hashcash-process-alist): New variable.
13079         (hashcash-generate-payment-async): Add.
13080         (hashcash-already-paid-p): Add.
13081         (hashcash-insert-payment): Don't generate payments twice.
13082         (hashcash-insert-payment-async): Add.
13083         (hashcash-insert-payment-async-2): Add.
13084         (hashcash-cancel-async): Add.
13085         (hashcash-wait-async): Add.
13086         (hashcash-processes-running-p): Add.
13087         (hashcash-wait-or-cancel): Add.
13088         (mail-add-payment): New optional argument.  Conditionally start
13089         asynchronous calculation.
13090         (mail-add-payment-async): Add.
13091
13092         * message.el (message-send-mail): Wait for asynchronous hashcash
13093         results.  Don't clobber existing X-Hashcash headers.
13094         (message-setup-1): Call mail-add-payment-async when
13095         message-generate-hashcash is non-nil.
13096
13097 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13098
13099         * message.el (message-use-alternative-email-as-from): Examine the
13100         From header as well; use message-make-from in order to include a
13101         user's full name.
13102
13103 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13106         default; improve customization type.
13107         (gnus-emphasis-custom-with-format): New macro.
13108         (gnus-emphasis-custom-value-to-external): New function.
13109         (gnus-emphasis-custom-value-to-internal): New function.
13110
13111 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13112
13113         * dns.el (query-dns): Resolve reverse addresses.
13114
13115 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * gnus-group.el (gnus-group-get-new-news): Use it.
13118
13119         * gnus-start.el (gnus-check-reasonable-setup): New function.
13120
13121 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13124         "Args out of range" error.  Reported by Arnaud Giersch
13125         <arnaud.giersch@free.fr>.
13126
13127 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13128
13129         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13130
13131 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13132
13133         * spam.el (spam group): Add :version.
13134
13135         * pgg-def.el (pgg group): Add :version.
13136
13137 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * gnus-art.el (gnus-article-edit-article): Don't associate the
13140         article buffer with a draft file.  This is a temporary measure
13141         against the 2004-08-22 change to gnus-article-edit-mode.
13142
13143 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13146         (html2text-format-tags): Remove unused variable `attr'.
13147
13148 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13151
13152         * tls.el (tls-process-connection-type, tls-success)
13153         (tls-certtool-program): Add :version.
13154
13155         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13156         (starttls-extra-arguments, starttls-process-connection-type)
13157         (starttls-connect, starttls-failure, starttls-success): Add :version.
13158
13159         * spam-stat.el (spam-stat): Add :version.
13160
13161         * sieve.el (sieve): Add :version.
13162
13163         * sha1.el (sha1): Add :version.
13164         (sha1-use-external): Remove redundant version.
13165
13166         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13167         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13168         (nnmail-split-fancy-match-partial-words)
13169         (nnmail-split-lowercase-expanded): Add :version.
13170
13171         * nndiary.el (nndiary): Add :version.
13172
13173         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13174
13175         * mml-sec.el (mml-default-sign-method)
13176         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13177         Add :version.
13178
13179         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13180
13181         * mm-url.el (mm-url-use-external, mm-url-program)
13182         (mm-url-arguments): Add :version.
13183
13184         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13185         (mm-attachment-file-modes, mm-decrypt-option)
13186         (mm-w3m-safe-url-regexp): Add :version.
13187
13188         * message.el (message-cite-prefix-regexp)
13189         (message-sendmail-envelope-from, message-minibuffer-local-map)
13190         (message-user-fqdn, message-completion-alist): Add :version.
13191
13192         * gnus-win.el (gnus-configure-windows-hook)
13193         (gnus-use-frames-on-any-display): Add :version.
13194
13195         * gnus-art.el (gnus-article-address-banner-alist)
13196         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13197         (gnus-treat-from-picon, gnus-treat-mail-picon)
13198         (gnus-treat-x-pgp-sig): Add :version.
13199
13200         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13201         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13202         (gnus-summary-article-delete-hook)
13203         (gnus-summary-display-while-building): Add :version.
13204
13205         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13206         (gnus-get-top-new-news-hook): Add :version.
13207
13208         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13209         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13210
13211         * gnus-registry.el (gnus-registry): Add :version.
13212
13213         * gnus-spec.el (gnus-use-correct-string-widths)
13214         (gnus-make-format-preserve-properties): Add :version.
13215
13216         * gnus.el (gnus-group-charter-alist)
13217         (gnus-group-fetch-control-use-browse-url)
13218         (gnus-install-group-spam-parameters): Add :version.
13219
13220         * gnus-diary.el (gnus-diary): Add :version.
13221
13222         * gnus-delay.el (gnus-delay): Add :version.
13223
13224         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13225         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13226         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13227         Add :version.
13228
13229         * gnus-agent.el (gnus-agent-max-fetch-size)
13230         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13231         (gnus-agent-prompt-send-queue): Add :version.
13232
13233         * deuglify.el (gnus-outlook-deuglify): Add :version.
13234
13235         * html2text.el: Beautify code.  Improve doc strings.  Some
13236         checkdoc cleanup.
13237         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13238
13239 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13240
13241         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13242
13243 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13246         when package is loaded.
13247
13248         * spam.el (spam-summary-score-preferred-header): Add global preference
13249         for people who want to override the default SpamAssassin over
13250         Bogofilter preference (when both are set).
13251         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13252         (spam-user-format-function-S): Check
13253         spam-summary-score-preferred-header.
13254         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13255         (spam-user-format-function-S): Format the score correctly.
13256
13257 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13260         signature file.  Suggested by Manoj Srivastava
13261         <srivasta@golden-gryphon.com>.
13262
13263         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13264         iso-2022-jp even in the Japanese language environment.
13265         Suggested by Jason Rumney <jasonr@gnu.org>.
13266
13267 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13270         use the same characters as the dummy marks; make it free from
13271         getting affected by the language environment.
13272         (gnus-summary-read-group-1): Update mark positions only when the
13273         format spec is updated.
13274
13275         * gnus-spec.el (gnus-update-format-specifications): Return a list
13276         of updated types.
13277
13278 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13281         of boundp to check if display-warning is available.
13282
13283 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13284
13285         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13286
13287 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * nnspool.el (nnspool-spool-directory): Use news-path if the
13290         news-directory variable is not bound.
13291
13292         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13293         function instead of display-warning if it is not available.
13294
13295 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13298         v5-10: Use `point-at-bol'.
13299
13300 2004-10-26  Simon Josefsson  <jas@extundo.com>
13301
13302         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13303         <chenggao@gmail.com>.
13304
13305 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13308         instead.
13309
13310 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13311
13312         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13313         to remove a server from the nnimap-server-buffer-alist.
13314         (nnimap-open-connection, nnimap-close-server): Use it.
13315
13316         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13317
13318 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13321         running the major-mode function.
13322
13323 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13326         dummy marks in the right way.
13327
13328 2004-10-18  David Edmondson  <dme@dme.org>
13329
13330         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13331         excessively.
13332
13333 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-util.el (gnus-split-references): Accept a nil references
13336         string and go on blissfully.
13337
13338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13339         cases where the references string is non-nil but has no references.
13340
13341         * encrypt.el: Add autoload tags.
13342
13343         * spam.el (spam-resolve-registrations-routine): Remove article
13344         from unregistration list too.  Reported by David Hanak
13345         <dhanak@isis.vanderbilt.edu>
13346
13347 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13350         nil.  Changed custom type.
13351
13352 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13355
13356         * gnus-sum.el (gnus-summary-move-article): Use it.
13357
13358 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * encrypt.el: Add autoload cookies.
13361
13362         * spam.el (spam-backend-article-list-property)
13363         (spam-backend-get-article-todo-list)
13364         (spam-backend-put-article-todo-list)
13365         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13366         Resolve registrations separately.
13367         (spam-register-routine): Format comments.
13368         (spam-unregister-routine, spam-register-routine): Always call with
13369         specific-articles, no default list.
13370         (spam-summary-prepare-exit): Use the spam-classifications function.
13371
13372         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13373         gnus-encrypt.el.
13374
13375         * encrypt.el: Copied from gnus-encrypt.el.
13376
13377         * gnus-encrypt.el: Commented that it's obsolete.
13378
13379 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13382         (gnus-score-save): Use it.
13383
13384         * message.el (message-bury): Use `window-dedicated-p'.
13385
13386 2004-10-15  Simon Josefsson  <jas@extundo.com>
13387
13388         * pop3.el (top-level): Don't require nnheader.
13389         (pop3-read-timeout): Add.
13390         (pop3-accept-process-output): Add.
13391         (pop3-read-response, pop3-retr): Use it.
13392
13393 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * spam.el (spam-register-routine): Move comment.
13396         (spam-verify-bogofilter): Use 'unknown for the initial
13397         spam-bogofilter-valid state, not 'never.
13398
13399         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13400         for netrc-machine.
13401
13402         * nnimap.el (nnimap-open-connection): Use
13403         netrc-machine-user-or-password.
13404
13405 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13406
13407         * gnus-registry.el (gnus-registry-unload-hook):
13408         Set as a variable with add-hook.
13409
13410         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13411         of news-path.
13412
13413         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13414
13415         * spam.el: Delete duplicate `provide'.
13416         (spam-unload-hook): Set as a variable with add-hook.
13417
13418 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13421         in the doc string.
13422
13423         * message.el (message-ignored-news-headers)
13424         (message-ignored-supersedes-headers)
13425         (message-ignored-resent-headers)
13426         (message-forward-ignored-headers): Improve custom type.
13427
13428 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * message.el (message-tokenize-header): Fix 2004-09-06 change
13431         which used point-min in the wrong place.
13432
13433 2004-10-12  Simon Josefsson  <jas@extundo.com>
13434
13435         * tls.el (tls-certtool-program): New variable.
13436         (tls-certificate-information): New function, based on
13437         ssl-certificate-information.
13438
13439 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * compface.el: Move the version of ELisp-based uncompface program
13442         to the contrib directory because of the copyright problem.
13443
13444 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13445
13446         * message.el (message-kill-buffer): Raise the current frame.
13447
13448 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13451
13452         * gnus.el (message-y-or-n-p): Autoload.
13453
13454         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13455         (pop3-password-required, pop3-authentication-scheme)
13456         (pop3-leave-mail-on-server): Made customizable.
13457         (pop3): New custom group.
13458         (pop3-retr): Remove `sleep-for' statements.
13459         Suggested by Dave Love <fx@gnu.org>.
13460
13461         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13462         Windows/DOS.
13463
13464         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13465         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13466         Dave Love <fx@gnu.org>.
13467
13468         * mml.el (mml-minibuffer-read-disposition): Require match.
13469         Suggested by Dave Love <fx@gnu.org>.
13470
13471 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13474         doc string.
13475
13476 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13479
13480 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13481
13482         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13483         instead of calling `mm-insert-inline', to decode text/* parts
13484         before displaying them.
13485
13486 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * mm-uu.el (mm-uu-text-plain-type): New variable.
13489         (mm-uu-pgp-signed-extract-1): Use it.
13490         (mm-uu-pgp-encrypted-extract-1): Use it.
13491         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13492         bind mm-uu-text-plain-type with that value.
13493         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13494         mm-uu-dissect.
13495
13496 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-group.el (gnus-update-group-mark-positions):
13499         * gnus-sum.el (gnus-update-summary-mark-positions):
13500         * message.el (message-check-news-body-syntax):
13501         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13502         of string-as-multibyte.
13503
13504 2004-10-05  Juri Linkov  <juri@jurta.org>
13505
13506         * gnus-group.el (gnus-update-group-mark-positions):
13507         * gnus-sum.el (gnus-update-summary-mark-positions):
13508         * message.el (message-check-news-body-syntax):
13509         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13510         8-bit unibyte values to a multibyte string for search functions.
13511
13512 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13515         (mm-uu-dissect-text-parts): New function.
13516
13517         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13518         dissect text parts.
13519
13520         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13521         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13522
13523         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13524
13525         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13526         gnus-current-topics instead of gnus-current-topic.
13527
13528 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13529
13530         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13531
13532 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13533
13534         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13535         where approriate.
13536
13537         * nnml.el (nnml-generate-active-info): do.
13538
13539         * nndiary.el (nndiary-generate-active-info): do.
13540
13541         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13542         (gnus-topic-move): do.
13543
13544         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13545         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13546
13547         * gnus-srvr.el (gnus-server-prepare)
13548         (gnus-server-open-all-servers): do.
13549
13550         * gnus-msg.el (gnus-summary-cancel-article)
13551         (gnus-summary-resend-message)
13552         (gnus-summary-mail-crosspost-complaint): do.
13553
13554         * gnus-move.el (gnus-change-server): do.
13555
13556         * gnus-group.el (gnus-group-unmark-all-groups)
13557         (gnus-group-set-current-level): do.
13558
13559 2004-10-04  Simon Josefsson  <jas@extundo.com>
13560
13561         * message.el (message-generate-hashcash): Doc fix.
13562
13563 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13564
13565         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13566         avoid infinite recursion via gnus-get-function.
13567
13568 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13569
13570         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13571
13572         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13573
13574         * nnmail.el (nnmail-split-history): do.
13575
13576         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13577         (nnml-request-delete-group): do.
13578
13579         * nnslashdot.el (nnslashdot-read-groups): do.
13580
13581         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13582         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13583
13584         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13585         (nnspool-sift-nov-with-sed): Use last.
13586         (nnspool-retrieve-headers-with-nov): Use mapc.
13587         (nnspool-request-newgroups): Use dolist.
13588         (nnspool-request-group): Use last.
13589
13590         * nntp.el (nntp-read-server-type): Use dolist.
13591
13592         * nnvirtual.el (nnvirtual-create-mapping)
13593         (nnvirtual-update-read-and-marked): Use dolist.
13594         (nnvirtual-convert-headers): Simplify.
13595
13596 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13597
13598         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13599         support for sync'ing tick marks.
13600
13601 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13604         there's no visible header.
13605
13606 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13607
13608         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13609         necessary, pass full group name to gnus-request-set-marks.
13610
13611 2004-10-01  Simon Josefsson  <jas@extundo.com>
13612
13613         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13614         acroread.
13615
13616 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13617
13618         * spam-report.el (spam-report-gmane): Fix interactive.
13619
13620         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13621
13622         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13623         when writing file.
13624         (gnus-agent-synchronize-flags): Don't default to being
13625         interactive.
13626
13627 2004-09-30  Simon Josefsson  <jas@extundo.com>
13628
13629         * message.el (message-generate-hashcash): Add.
13630         (message-send-mail): Use it, call mail-add-payment.
13631
13632 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13635
13636 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13637
13638         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13639         gnus-requst-update-info with explicit code to sync the in-memory
13640         info read flags with the marks being sync'd to the backend.
13641
13642         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13643
13644 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * spam.el (spam-verify-bogofilter): Add new function.
13647         (spam-check-bogofilter)
13648         (spam-bogofilter-register-with-bogofilter): Use it.
13649         (spam-verify-bogofilter): Add small fixes.
13650
13651 2004-09-28  Simon Josefsson  <jas@extundo.com>
13652
13653         * hashcash.el (hashcash-generate-payment): Revert.
13654
13655 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13658         gnus-extract-references instead of gnus-split-references.
13659
13660         * gnus-util.el (gnus-extract-references): Add new function, analogous
13661         to gnus-split-references but extracts only the message-ID without
13662         anything extra.
13663
13664         * hashcash.el (hashcash-generate-payment)
13665         (hashcash-check-payment): Do the right thing if hashcash-path is
13666         nil (because the hashcash program could not be found).
13667
13668         * spam.el (spam-use-hashcash): Remove comment.
13669
13670 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13671
13672         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13673         (gnus-cache-enter-article, gnus-cache-remove-article)
13674         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13675
13676         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13677
13678         * gnus-art.el (article-hide-boring-headers)
13679         (article-translate-strings, article-display-face)
13680         (gnus-article-mime-match-handle-first)
13681         (gnus-article-highlight-headers)
13682         (gnus-article-add-buttons-to-head): do.
13683
13684 2004-09-27  Simon Josefsson  <jas@extundo.com>
13685
13686         * hashcash.el: New version, from
13687         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13688         ../contrib/.
13689
13690 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13693
13694 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13695
13696         * gnus-dup.el (gnus-dup-open): Use mapc.
13697         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13698
13699         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13700         Reported by Stefan Wiens <s.wi@gmx.net>.
13701
13702         * gnus.el (gnus-shutdown): Use dolist.
13703
13704         * gnus-undo.el (gnus-undo): Use mapc.
13705
13706         * nnrss.el (nnrss-generate-active): do.
13707
13708         * message.el (message-cite-original-without-signature)
13709         (message-cite-original): Use mapc.
13710         (message-do-actions, message-make-forward-subject): Use dolist.
13711
13712 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13713
13714         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13715         deletion to remove entire duplicate line.  Fixes merged article
13716         number bug.
13717
13718 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13719
13720         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13721         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13722         first ask if you want to open a server and then, even when you
13723         responded with no, asking if you want to synchronize the server's
13724         flags.
13725         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13726         multi-line expressions.
13727         (gnus-agent-synchronize-group-flags): New internal function.
13728         Updates marks in memory (in the info structure) AND in the
13729         backend.
13730
13731         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13732
13733         * nnagent.el (nnagent-request-set-mark): Use
13734         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13735         method, to ensure that synchronization updates marks in the
13736         backend and in the info (in memory) structure.
13737
13738 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13741         convention fully; don't miss the root article of a thread; make
13742         the X-Draft-From header with correct article numbers.
13743
13744 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13745
13746         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13747         unless plugged.  Disable the agent so that an open failure causes
13748         an error.
13749
13750         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13751         Reverted 2004-09-21 change.  The backend must be opened while
13752         synchronizing flags even when the backend stores the flags
13753         locally.
13754
13755 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13758         in `header' match.  Reported by Svend Tollak Munkejord.
13759
13760         * message.el (message-cite-original): Fix use of
13761         `message-cite-articles-with-x-no-archive'.
13762
13763 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13766         (gnus-window-to-buffer): Ditto.
13767
13768         * mml.el (mml-preview-buffer): New variable.
13769         (mml-preview): Manage window layout with gnus-buffer-configuration.
13770
13771         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13772         X-Draft-From header even if those articles aren't quoted.
13773
13774 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13775
13776         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13777         (gnus-request-set-mark, gnus-request-update-mark): Use new
13778         g-s-t-u-l-m to decide to use backend even when unplugged.
13779
13780 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13783         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13784
13785 2004-09-20  Simon Josefsson  <jas@extundo.com>
13786
13787         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13788         "utf-16-le".
13789
13790 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13791
13792         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13793
13794 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * uudecode.el (uudecode-use-external): Add :version.
13797
13798         * smime.el (smime-CA-file, smime-encrypt-cipher)
13799         (smime-dns-server): Add :version.
13800
13801         * smiley.el (gnus-smiley-file-types): Add :version.
13802
13803         * sha1.el (sha1-use-external): Add :version.
13804
13805         * pgg-def.el (pgg-query-keyserver): Add :version.
13806
13807         * nnmail.el (nnmail-fancy-expiry-targets)
13808         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13809         Add :version.
13810
13811         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13812         (nnimap-retrieve-groups-asynchronous): Add :version.
13813         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13814
13815         * mml.el (mml-content-disposition-parameters)
13816         (mml-insert-mime-headers-always): Add :version.
13817
13818         * mm-util.el (mm-coding-system-priorities): Add :version.
13819
13820         * mm-decode.el (mm-inline-text-html-with-images)
13821         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13822         (mm-verify-option): Add :version.
13823         (mm-text-html-renderer): Change :version.
13824
13825         * message.el (message-fcc-externalize-attachments)
13826         (message-required-headers, message-draft-headers)
13827         (message-subject-trailing-was-query)
13828         (message-subject-trailing-was-ask-regexp)
13829         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13830         (message-mark-insert-end, message-archive-header)
13831         (message-archive-note, message-cross-post-default)
13832         (message-cross-post-note, message-followup-to-note)
13833         (message-cross-post-note-function, message-use-mail-followup-to)
13834         (message-subscribed-address-functions)
13835         (message-subscribed-address-file, message-subscribed-addresses)
13836         (message-subscribed-regexps, message-allow-no-recipients)
13837         (message-yank-cited-prefix, message-signature-insert-empty-line)
13838         (message-hidden-headers, message-hierarchical-addresses)
13839         (message-mail-user-agent, message-use-idna)
13840         (message-valid-fqdn-regexp)
13841         (message-strip-special-text-properties, message-header-synonyms)
13842         (message-beginning-of-line, message-tab-body-function): Add :version.
13843         (message-insert-canlock, message-wide-reply-confirm-recipients):
13844         Change :version.
13845
13846         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13847         and :version.
13848         (mail-source-delete-old-incoming-confirm)
13849         (mail-source-movemail-program): Add :version.
13850
13851         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13852         (gnus-agent-cache, gnus-agent): Change :version.
13853
13854         * gnus-util.el (gnus-use-byte-compile): Change :version.
13855
13856         * gnus-sum.el (gnus-summary-make-false-root-always)
13857         (gnus-summary-default-high-score)
13858         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13859         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13860         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13861         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13862         (gnus-sum-thread-tree-single-indent)
13863         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13864         (gnus-sum-thread-tree-leaf-with-other)
13865         (gnus-sum-thread-tree-single-leaf): Add :version.
13866         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13867         (gnus-article-loose-mime): Change :version.
13868
13869         * gnus-start.el (gnus-backup-startup-file)
13870         (gnus-save-startup-file-via-temp-buffer): Add :version.
13871
13872         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13873         (gnus-server-offline-face): Add :version.
13874
13875         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13876
13877         * gnus-msg.el (gnus-gcc-externalize-attachments)
13878         (gnus-debug-files, gnus-debug-exclude-variables)
13879         (gnus-discouraged-post-methods): Change :version.
13880         (gnus-confirm-mail-reply-to-news)
13881         (gnus-confirm-treat-mail-like-news): Add :version.
13882
13883         * gnus-int.el (gnus-server-unopen-status): Add :version.
13884
13885         * gnus-group.el (gnus-group-jump-to-group-prompt)
13886         (gnus-large-ephemeral-newsgroup)
13887         (gnus-fetch-old-ephemeral-headers): Add :version.
13888
13889         * gnus-fun.el (gnus-x-face-directory)
13890         (gnus-convert-pbm-to-x-face-command)
13891         (gnus-convert-image-to-x-face-command)
13892         (gnus-convert-image-to-face-command): Add :version.
13893
13894         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13895
13896         * gnus-cite.el (gnus-cite-blank-line-after-header)
13897         (gnus-article-boring-faces): Add :version.
13898
13899         * gnus-art.el (gnus-buttonized-mime-types)
13900         (gnus-inhibit-mime-unbuttonizing)
13901         (gnus-treat-display-face)
13902         (gnus-treat-body-boundary): Change :version.
13903         (gnus-body-boundary-delimiter, gnus-picon-databases)
13904         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13905         (gnus-treat-date-english, gnus-treat-fold-headers)
13906         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13907         (gnus-treat-mail-picon, gnus-treat-wash-html)
13908         (gnus-article-encrypt-protocol)
13909         (gnus-use-idna, gnus-article-over-scroll)
13910         (gnus-mime-display-multipart-alternative-as-mixed)
13911         (gnus-mime-display-multipart-related-as-mixed)
13912         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13913         (gnus-ctan-url, gnus-button-ctan-handler)
13914         (gnus-button-handle-ctan-bogus-regexp)
13915         (gnus-button-ctan-directory-regexp)
13916         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13917         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13918         (gnus-button-man-level, gnus-button-emacs-level)
13919         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13920
13921         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13922         (gnus-agent-go-online): Change :version.
13923         (gnus-agent-expire-unagentized-dirs)
13924         (gnus-agent-auto-agentize-methods): Add :version.
13925
13926         * flow-fill.el (fill-flowed-display-column)
13927         (fill-flowed-encode-column): Add :version.
13928
13929         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13930         (gnus-outlook-deuglify-unwrap-max)
13931         (gnus-outlook-deuglify-cite-marks)
13932         (gnus-outlook-deuglify-unwrap-stop-chars)
13933         (gnus-outlook-deuglify-no-wrap-chars)
13934         (gnus-outlook-deuglify-attrib-cut-regexp)
13935         (gnus-outlook-deuglify-attrib-verb-regexp)
13936         (gnus-outlook-deuglify-attrib-end-regexp)
13937         (gnus-outlook-display-hook): Add :version.
13938
13939         * binhex.el (binhex-use-external): Add :version.
13940
13941 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13944         and `invisible'.
13945
13946 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13949         in gnus-registry-trim.
13950
13951 2004-09-13  Simon Josefsson  <jas@extundo.com>
13952
13953         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13954
13955         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13956
13957         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13958         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13959         <yamaoka@jpl.org>.
13960         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13961         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13962         <yamaoka@jpl.org>.
13963
13964         * sieve.el (sieve-manage-mode): Ditto.
13965
13966 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13969
13970 2004-09-11  Simon Josefsson  <jas@extundo.com>
13971
13972         * dns-mode.el: Add.
13973
13974         * mm-view.el (mm-display-dns-inline): Add.
13975
13976         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13977         (mm-automatic-display): Ditto.
13978
13979         * mailcap.el (mailcap-mime-data): Add text/dns.
13980         (mailcap-mime-extensions): Map .soa to text/dns.
13981
13982 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13983
13984         * gnus-art.el (article-decode-mime-words, article-babel)
13985         (gnus-article-highlight-signature, gnus-article-add-buttons)
13986         (gnus-signature-toggle): Remove unnecessary bindings of
13987         `inhibit-read-only' inherited from v5.10 merge.
13988
13989 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * nntp.el (nntp): New customization group.
13992         (nntp-authinfo-file): Add customization group.
13993
13994         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13995
13996         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13997
13998         * gnus.el (to-address, to-list, subscribed)
13999         (large-newsgroup-initial): Ditto.
14000
14001         * flow-fill.el (fill-flowed-display-column)
14002         (fill-flowed-encode-column): Ditto.
14003
14004 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14005
14006         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14007         Use point-min rather than 1.
14008         (message-send-mail): Use buffer-size rather than point-max.
14009
14010         * gnus-sum.el (gnus-summary-search-article-forward):
14011         Signal a specific `search-failed' rather than a generic `error'.
14012
14013         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14014         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14015         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14016
14017 2004-09-10  Simon Josefsson  <jas@extundo.com>
14018
14019         * nndb.el (require): Remove tcp and duplicate cl.
14020
14021 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-agent.el (directory-files-and-attributes): Move forward.
14024
14025 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14026
14027         * gnus-agent.el (directory-files-and-attributes): Optionally
14028         defined to support XEmacs.
14029
14030 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14031
14032         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14033         to avoid run-time CL dependencies.
14034         (gnus-agent-unfetch-articles): New function.
14035         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14036         article numbers even when local .overview file is missing.
14037         (gnus-agent-read-article-number): New function.  Only accepts
14038         27-bit article numbers.
14039         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14040         gnus-agent-read-article-number.
14041         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14042         from backend while recognizing that article numbers in .overview
14043         must be valid.
14044         (gnus-agent-update-files-total-fetched-for): Use
14045         directory-files-and-attributes to improve performance.
14046         * gnus-int.el (gnus-request-move-article): Use
14047         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14048         improve performance.
14049
14050         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14051         some users confused by references to .newsrc when they only have a
14052         .newsrc.eld file.
14053         (gnus-convert-mark-converter-prompt)
14054         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14055         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14056         New function.  Used internally to only display 'gnus converting
14057         files' message when actually necessary.
14058
14059         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14060         methods now autoloaded.
14061
14062 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14065         identifiers.
14066
14067 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-picon.el: Fix indentation and closing parenthesis.
14070
14071 2004-09-01  Simon Josefsson  <jas@extundo.com>
14072
14073         * message.el (message-canlock-generate): Require sha1, not
14074         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14075         to require within a function.  Sadly, if sha1.el isn't loaded, the
14076         let binding in m-c-g will hide the defcustom definition, which is
14077         bad.)
14078
14079         * canlock.el: Require sha1, not sha1-el.
14080
14081         * message.el: Don't autoload sha1 (there is a autoload cookie in
14082         sha1.el).
14083
14084         * sha1-el.el: Renamed to sha1.el.
14085
14086 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14087
14088         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14089
14090 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14091
14092         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14093
14094 2004-08-30  Kim F. Storm  <storm@cua.dk>
14095
14096         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14097
14098         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14099         Add :group 'nnimap.
14100
14101 2004-08-30  Andreas Schwab  <schwab@suse.de>
14102
14103         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14104         ?* and ?\;.
14105
14106         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14107         and ?\' to symbol instead of whitespace.
14108
14109 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14112
14113         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14114         instead of re-search-forward.
14115
14116         * gnus-uu.el (gnus-uu-save-article): Ditto.
14117         (gnus-uu-post-encode-uuencode): Ditto.
14118
14119         * html2text.el (html2text-clean-list-items): Ditto.
14120         (html2text-clean-dtdd): Ditto.
14121         (html2text-format-tags): Ditto.
14122
14123         * message.el (message-send-mail-with-sendmail): Fix regexp.
14124         (message-fill-field-general): Use search-forward instead of
14125         re-search-forward.
14126         (unbold-region): Ditto.
14127
14128         * nnrss.el (nnrss-request-article): Ditto.
14129
14130         * nnslashdot.el (nnslashdot-request-article): Ditto.
14131
14132         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14133
14134         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14135         "Unrecognized menu descriptor" error in XEmacs.
14136
14137 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14138
14139         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14140         parent article of a sparse article in the thread hashtb.
14141
14142 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14143
14144         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14145         (nnmail-expand-newtext): Lowercase expanded entries if
14146         nnmail-split-lowercase-expanded is non-nil.
14147
14148 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14151
14152         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14153         of gnus-tmp-news-method into string under XEmacs.  It will be
14154         passed to gnus-correct-length which takes only a string argument.
14155
14156 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-util.el (gnus-bind-print-variables): New macro.
14159         (gnus-prin1): Use it.
14160         (gnus-prin1-to-string): Use it.
14161         (gnus-pp): New function.
14162         (gnus-pp-to-string): New function.
14163
14164         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14165         Replace pp-to-string with gnus-pp-to-string.
14166         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14167         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14168         * gnus-msg.el (gnus-debug): Ditto.
14169         * gnus-score.el (gnus-score-save): Ditto.
14170         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14171         gnus-pp-to-string.
14172         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14173         with gnus-pp.
14174         * score-mode.el (gnus-score-pretty-print): Ditto.
14175         * webmail.el (webmail-debug): Ditto.
14176
14177 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-art.el (article-display-face, article-display-x-face):
14180         Use buffer-read-only.
14181
14182 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-art.el (article-hide-list-identifiers):
14185         Bind inhibit-read-only as t.
14186
14187 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14190
14191 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14192
14193         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14194         (gnus-narrow-to-page): Don't assume point-min == 1.
14195         (gnus-article-edit-mode): Derive from message-mode.
14196
14197         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14198         point-min == 1.
14199
14200         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14201         Disable incorrect use of `assert'.
14202
14203         * message.el (message-mode): Set comment-start-skip.
14204
14205
14206 2004-08-22  Sam Steingold  <sds@gnu.org>
14207
14208         * pop3.el (pop3-leave-mail-on-server): New user variable.
14209         (pop3-movemail): Delete mail only when it is nil.
14210
14211 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14214
14215         * mml.el (mml-preview): Use `pop-to-buffer'.
14216
14217         * message.el (message-goto-mail-followup-to): Insert after "To".
14218         (message-carefully-insert-headers): Add comment.
14219
14220         * gnus.el: Remove unused variable `gnus-article-check-size'.
14221
14222         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14223
14224         * gnus-art.el (gnus-button-alist): Improve
14225         `gnus-button-handle-library' entry.
14226
14227 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14228
14229         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14230         downcase, since XEmacs capitalizes error messages differently.
14231
14232 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14233
14234         * nntp.el: Add (require 'gnus) due to reference to
14235         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14236
14237 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14238
14239         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14240         `mm-fill-flowed'.
14241
14242         * mm-decode.el (mm-dissect-singlepart): Check it.
14243
14244 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14245
14246         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14247         'imap' for netrc parsing.
14248
14249 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * mailcap.el (mailcap-mime-data): Mark as risky.
14252
14253 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14256         may be included in the encoded word.
14257         (rfc2047-encode): Don't append a space if the encoded word
14258         includes close parenthesis.
14259
14260 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14263         of text within parentheses.
14264
14265 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14266
14267         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14268         (gnus-encrypt-write-file-contents): Make the password key the file
14269         name PLUS the cipher, not just the cipher.  Also remove failed
14270         passwords from the cache.
14271
14272 2004-08-06  Simon Josefsson  <jas@extundo.com>
14273
14274         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14275         fix.
14276
14277 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14280         LWSP.
14281
14282 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14283
14284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14285         to append in-reply-to: data to the references: header.
14286
14287         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14288         (netrc-parse): Use gnus-encrypt.el functions.
14289
14290         * gnus-encrypt.el: Add new file for encryption support; currently
14291         does only a few GPG ciphers and an internal XOR cipher.
14292
14293         * password.el: Add comments on using password-read-and-add.
14294         (password-read-and-add): Add function to read and add the
14295         password to the cache at once.
14296
14297 2004-07-28  Simon Josefsson  <jas@extundo.com>
14298
14299         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14300         parameter (but don't use it, for now).
14301
14302         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14303         instead of hard coding to nil.
14304
14305 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14308         as mm-inline-image-xemacs does.
14309
14310 2004-07-26  Simon Josefsson  <jas@extundo.com>
14311
14312         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14313         Revert part of 2004-07-17 change below.
14314
14315 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14318         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14319
14320 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14323         quotes that actually start with ">" at the beginning of the
14324         lines.
14325
14326 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * rfc2047.el (rfc2047-encode-region): Fix last change.
14329         (rfc2047-encode-parameter): Remove useless concat.
14330
14331 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14334         encode special characters; fix some kind of misconfigured headers;
14335         signal a real error if debug-on-quit or debug-on-error is non-nil.
14336         (rfc2047-encode-max-chars): New variable.
14337         (rfc2047-encode-1): Use it.
14338         (rfc2047-encode-parameter): New function.
14339
14340         * mml.el (mml-insert-parameter): Remove an excessive space.
14341
14342 2004-07-17  Simon Josefsson  <jas@extundo.com>
14343
14344         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14345         Kai Grossjohann <kai@emptydomain.de>.
14346         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14347         (gnus-group-make-menu-bar): Ditto.
14348
14349         * gnus-util.el (gnus-group-server): Add.
14350
14351 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14352
14353         * message.el (message-clone-locals): Clone sendmail and smtp
14354         variables.
14355
14356 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * rfc2047.el (rfc2047-encode-region): Fix last change.
14359
14360 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14363         characters as non-special.
14364
14365 2004-07-09  Simon Josefsson  <jas@extundo.com>
14366
14367         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14368         Users will lose all flag changes made while unplugged with
14369         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14370         good default.  See numerous reports on ding mailing list.
14371
14372 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14375         add generate-head-function and generate-article-function to the
14376         rfc822-forward entry.
14377         (nndoc-rfc822-forward-generate-article): New function.
14378         (nndoc-rfc822-forward-generate-head): New function.
14379
14380         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14381
14382 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14383
14384         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14385         respect display group parameter and gnus-summary-expunge-below.
14386         (gnus-articles-to-read): Remove unused reference to display group
14387         parameter.
14388
14389 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14390
14391         * nnheader.el (nnheader-uniquify-message-id): New experimental
14392         variable.
14393         (nnheader-nov-read-message-id): Use it.
14394
14395         * spam-report.el (spam-report-gmane): Add interactive.
14396
14397 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14400         qp-or-base64 for the application/* types.
14401
14402 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14403
14404         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14405
14406 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14409         trim value.
14410
14411 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14412
14413         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14414         New macro and function.
14415         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14416
14417 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14420         after-load-alist.
14421
14422 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14425         update info that isn't there.
14426
14427 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14428
14429         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14430         entry.
14431
14432 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mm-view.el (mm-inline-render-with-function): Use multibyte
14435         buffer; decode html source by charset.
14436
14437         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14438
14439         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14440         Mule-UCS is loaded under XEmacs.
14441         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14442
14443 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14444
14445         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14446
14447 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * mm-util.el (mm-coding-system-p): Return a coding-system.
14450         (mm-mime-mule-charset-alist): Use shift_jis instead of
14451         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14452         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14453         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14454         instead of japanese-shift-jis and iso-latin-1 respectively in
14455         order to share the default value with both Emacs and XEmacs-mule.
14456         (mm-mule-charset-to-mime-charset): Make
14457         mm-coding-system-priorities effective.
14458         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14459         while predicating of candidates upon the priorities.
14460
14461 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14462
14463         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14464         gnus-uu-invert-processable.
14465
14466         * gnus.el: Autoload gnus-uu-invert-processable.
14467
14468 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * mm-util.el (mm-with-multibyte-buffer): New macro.
14471
14472         * rfc2047.el (rfc2047-encode-string): Use it.
14473         (rfc2047-encode-region): Move point to the end of the region after
14474         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14475
14476 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14479         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14480
14481 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14484         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14485         Karl Chen <quarl@nospam.quarl.org>.
14486
14487 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14488
14489         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14490         invalid addresses.
14491
14492 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * spam.el: Change section markers, revise TODO list.
14495         (spam-backends): Make new master list of all installed backends.
14496         (spam-summary-exit-behavior): Add new variable to determine how
14497         messages moves are done at summary exit.
14498         (spam-move-spam-nonspam-groups-only)
14499         (spam-process-ham-in-nonham-groups)
14500         (spam-process-ham-in-spam-groups): Remove variables, the
14501         spam-summary-exit-behavior variable should be used to manage this
14502         behavior.
14503         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14504         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14505         and spam-old-spam-articles.
14506         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14507         Add empty variables, placeholders for the backends they represent.
14508         (spam-set-difference): Move, unchanged.
14509         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14510         unless the user has a processor variable.
14511         (spam-classifications, spam-classification-valid-p)
14512         (spam-backend-properties, spam-backend-property-valid-p)
14513         (spam-backend-function-type-valid-p)
14514         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14515         (spam-report-articles-gmane, spam-report-articles-resend):
14516         Remove functions, they are not needed.
14517         (spam-install-backend-super, spam-backend-list)
14518         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14519         (spam-backend-function, spam-backend-ham-registration-function)
14520         (spam-backend-spam-registration-function)
14521         (spam-backend-ham-unregistration-function)
14522         (spam-backend-spam-unregistration-function)
14523         (spam-backend-statistical-p, spam-backend-mover-p)
14524         (spam-install-backend-alias, spam-install-checkonly-backend)
14525         (spam-install-mover-backend, spam-install-nocheck-backend)
14526         (spam-install-backend, spam-install-statistical-backend)
14527         (spam-install-statistical-checkonly-backend): Add backend installation
14528         support.
14529         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14530         (spam-group-processor-p): Use the new backend code and respect the
14531         summary exit behavior.
14532         (spam-mark-spam-as-expired-and-move-routine): Remove.
14533         (spam-summary-prepare): Change to use the new spam-old-articles
14534         variable.
14535         (spam-copy-or-move-routine, spam-copy-spam-routine)
14536         (spam-move-spam-routine, spam-copy-ham-routine)
14537         (spam-move-ham-routine): Add code to copy/move ham or spam.
14538         (spam-fetch-field-fast): Improve doc and code, plus allow the
14539         'number request.
14540         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14541         variables.
14542         (spam-split, spam-find-spam): Use the new backend code.
14543         (spam-registration-functions): Remove variable.
14544         (spam-unregister-routine): Add convenience wrapper.
14545         (spam-log-undo-registration, spam-register-routine)
14546         (spam-log-processing-to-registry)
14547         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14548         where possible.
14549         (spam-check-gmane-xref, spam-check-regex-headers)
14550         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14551         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14552         (spam-check-bogofilter-headers, spam-check-spamoracle)
14553         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14554         (spam-check-crm114-headers): Use the spam-split-group that
14555         spam-split prepares, no need to determine it every time.
14556
14557         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14558         to the nnheader-parse-naked-head call.
14559
14560         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14561
14562         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14563         the nnheader-nov-read-message-id call.
14564
14565 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14568         gnus-activate-group twice.  Suggested by Markus Peter
14569         <warp@spin.de>.
14570
14571 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-article-time-format): Exchange the order of
14574         day and month in the default value; fix customization type.
14575         (article-date-ut): Use add-text-properties.
14576         (article-make-date-line): Use message-make-date instead of
14577         current-time-string.
14578
14579         * message.el (message-fetch-field): Don't use set-text-properties.
14580         (message-make-date): Simplify.
14581
14582         * messagexmas.el (message-xmas-make-date): New function.
14583         (message-xmas-redefine): Defalias message-make-date to it.
14584
14585 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14588         (rfc2047-encode-region): Treat text within parentheses as special;
14589         show the original text when error has occurred.
14590
14591         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14592         already-computed method to gnus-activate-group.
14593
14594         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14595         same select-methods identical Lisp objects.
14596
14597         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14598         object when modifying the info.
14599
14600 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14603         gnus-opened-servers since it has never been opened with the new
14604         configuration yet.
14605
14606 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14609         arg to nnheader-generate-fake-message-id.
14610
14611 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14612
14613         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14614         number and build a fake message ID localized to a group and
14615         article number (so it's repeatable from that point on).
14616         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14617         ID format.
14618
14619         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14620         nnheader-generate-fake-message-id with the article number.
14621
14622 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14623
14624         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14625         end-of-buffer.
14626
14627 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * message.el (message-ignored-supersedes-headers): Add Approved.
14630
14631 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14634         goto-char.
14635         (rfc2047-encode): Fold the line before encoding.
14636
14637 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14638
14639         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14640         folding -- not all headers can be folded, and this should be done
14641         by the message composition mode.  Probably.  I think.
14642
14643 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14646         fast.
14647
14648         * gnus-ems.el (gnus-remove-image): Don't use
14649         message-text-with-property; remove only the image found first.
14650
14651         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14652         found first.
14653
14654 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14655
14656         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14657
14658 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * message.el (message-text-with-property): Make it fast and accept
14661         optional arguments.
14662         (message-strip-forbidden-properties): Use it.
14663         (message-fix-before-sending): Follow the m-t-w-p change.
14664
14665         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14666
14667 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (article-hide-headers): Don't change the buffer
14670         mistakenly when performing mml-preview even if
14671         gnus-single-article-buffer is nil.
14672
14673 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14674
14675         * message.el (message-expand-name-databases): New user option.
14676         (message-expand-name): Use it.
14677
14678 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14679
14680         * spam.el (spam-report-articles-resend)
14681         (spam-report-resend-register-routine): Allow ham reporting.
14682         (spam-report-resend-register-ham-routine): Add wrapper.
14683         (spam-registration-functions): Add ham resending functions.
14684         (spam-list-of-processors): Add ham resend processor.
14685
14686         * gnus.el (ham-resend-to): Add new group parameter.
14687         (spam-process): Add ham resend option.
14688
14689         * spam-report.el (spam-report-resend): Allow reporting ham.
14690         (spam-report-resend-ham): Add wrapper.
14691
14692 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * message.el (message-cite-articles-with-x-no-archive): New
14695         variable.
14696         (message-cite-original): Use it.
14697
14698 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14699
14700         * message.el (message-cite-original): Respect X-No-Archive.
14701
14702 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-art.el (article-hide-headers): Refer to the values for
14705         gnus-ignored-headers and gnus-visible-headers in the summary
14706         buffer since a user may have set them as group parameters.
14707
14708 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14709
14710         * assistant.el (assistant-node-name): Add convenience function.
14711         (assistant-render-text, assistant-render-node): Add error handling,
14712         plus handle multiple next nodes.
14713         (assistant-find-next-node): Comment out for now.
14714         (assistant-find-next-nodes): Add function, returns list of next
14715         nodes.
14716
14717 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * mail-source.el (mail-source-directory): Fix doc-string.
14720
14721 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14722
14723         * assistant.el (assistant-render-text, assistant-eval): Add :set
14724         widget type, which is different because it takes and returns a
14725         list.  Much hilarity ensues.
14726
14727 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14730
14731         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14732         doc-string.
14733
14734         * gnus-start.el (gnus-activate-group): Added doc-string.
14735
14736 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14739
14740 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * assistant.el (assistant-render-text): Try to add a :set
14743         widget, more to come.
14744
14745         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14746         strings.
14747         (spam-report-articles-resend)
14748         (spam-register-routine): Do registration iff any articles warrant
14749         it.
14750         (spam-summary-prepare-exit): Change log message for nil group
14751         destinations.
14752
14753 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14754
14755         * spam.el (spam-report-resend-register-routine): Allow
14756         spam-report-resend-to to be a group parameter or a global value.
14757
14758 2004-05-26  Simon Josefsson  <jas@extundo.com>
14759
14760         * starttls.el: Merge with my GNUTLS based starttls.el.
14761         (starttls-gnutls-program, starttls-use-gnutls)
14762         (starttls-extra-arguments, starttls-process-connection-type)
14763         (starttls-connect, starttls-failure, starttls-success): New
14764         variables.
14765         (starttls-program, starttls-extra-args): Doc fix.
14766         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14767         functions.
14768         (starttls-negotiate, starttls-open-stream): Check
14769         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14770         function if it is set.
14771
14772 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14775         structured fields.
14776
14777 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14780
14781 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14784         variable.
14785         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14786         assigning the spam-mark to new messages.
14787
14788 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14789
14790         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14791
14792 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14795
14796         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14797         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14798         default.
14799
14800 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14801
14802         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14803         correct data.
14804
14805 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14806
14807         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14808         (spam-group-processor-p): Fix function.
14809         (spam-group-processor-multiple-p)
14810         (spam-group-spam-processor-report-gmane-p)
14811         (spam-group-spam-processor-report-resend-p)
14812         (spam-group-spam-processor-bogofilter-p)
14813         (spam-group-spam-processor-blacklist-p)
14814         (spam-group-spam-processor-ifile-p)
14815         (spam-group-ham-processor-ifile-p)
14816         (spam-group-spam-processor-spamoracle-p)
14817         (spam-group-spam-processor-crm114-p)
14818         (spam-group-ham-processor-bogofilter-p)
14819         (spam-group-spam-processor-stat-p)
14820         (spam-group-ham-processor-stat-p)
14821         (spam-group-ham-processor-whitelist-p)
14822         (spam-group-ham-processor-BBDB-p)
14823         (spam-group-ham-processor-spamoracle-p)
14824         (spam-group-ham-processor-copy-p): Remove functions with some
14825         prejudice against unneeded code.
14826         (spam-report-articles-resend)
14827         (spam-report-resend-register-routine): Allow the group/topic
14828         spam-resend-to value to override spam-report-resend-to.
14829         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14830         properly now.
14831
14832         * gnus.el (spam-resend-to): Add group/topic parameter.
14833         (spam-process): Move the OBSOLETE processors to the end of the
14834         choices.
14835
14836 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14837
14838         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14839         with resend-to set to nil, and then ask the user if necessary.
14840         (spam-report-resend): spam-report-resend takes a list of articles, not
14841         separate article numbers.
14842
14843 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14846         addition to emacs-w3m.
14847
14848 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * assistant.el (assistant-authinfo-data): New function.
14851         (assistant-eval): Eval for entire assistant.
14852
14853         * netrc.el (netrc-services-file): New variable.
14854         (netrc-parse-services): New function.
14855         (netrc-find-service-name): New function.
14856         (netrc-find-service-number): New function.
14857         (netrc-port-equal): New function.
14858         (netrc-machine): Use it.
14859
14860         * nnimap.el (nnimap-open-connection): Use netrc.
14861
14862         * gnus-util.el (gnus-netrc-get): Remove aliases.
14863
14864         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14865
14866         * assistant.el (wid-edit): Fix compilation.
14867
14868         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14869
14870 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14871
14872         * gnus-util.el (gnus-set-file-modes): New function.  (small
14873         patch).
14874
14875 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14876
14877         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14878
14879         * assistant.el (assistant-render-node): Fix up rendering and
14880         read-only text.
14881         (assistant-render-node): Reset.
14882         (assistant-make-read-only): Not sticky.
14883
14884 2004-05-20  Danny Siu  <dsiu@adobe.com>
14885
14886         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14887         centered even when gnus-auto-center-summary is t.
14888
14889 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890
14891         * dns.el (dns-get-txt-answer): New function.
14892         (dns-read-txt): Ditto.
14893         (query-dns): Use it.
14894
14895 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14898         active for foreign groups even if the group level is higher than
14899         the specified value.
14900
14901 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14902
14903         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14904         non-active groups.
14905
14906         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14907
14908 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14909
14910         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14911
14912 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14913
14914         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14915         (spam-crm114-header, spam-crm114-spam-switch)
14916         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14917         (spam-crm114-positive-spam-header)
14918         (spam-crm114-database-directory, spam-list-of-processors)
14919         (spam-group-spam-processor-crm114-p)
14920         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14921         (spam-generic-score, spam-list-of-checks)
14922         (spam-list-of-statistical-checks, spam-registration-functions)
14923         (spam-check-crm114-headers, spam-crm114-score)
14924         (spam-check-crm114, spam-crm114-register-with-crm114)
14925         (spam-crm114-register-spam-routine)
14926         (spam-crm114-unregister-spam-routine)
14927         (spam-crm114-register-ham-routine)
14928         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14929         asjo@koldfront.dk (Adam Sjøgren).
14930
14931         * gnus.el: Add spam-use-crm114.
14932
14933         * spam.el (spam-list-of-processors, spam-registration-functions):
14934         Add spam-use-resend.
14935         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14936         (spam-report-articles-gmane): Add doc fix.
14937         (spam-report-articles-resend, spam-report-resend-register-routine):
14938         Add wrappers around spam-report-resend-to.
14939
14940         * spam-report.el (spam-report-resend-to, spam-report-resend):
14941         Add support for resending spam.
14942         (spam-report-gmane): Fix line length >80.
14943
14944         * gnus.el (spam-process): Add spam-use-resend.
14945
14946 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14947
14948         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14949         number of processed spam messages.
14950         (spam-ham-copy-or-move-routine): Return the number of processed
14951         ham messages.
14952         (spam-summary-prepare-exit): Use the above values to decide
14953         whether status messages shouled be displayed.
14954
14955 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14958         `rfc2047-encoding-function-alist' in order to avoid conflicting
14959         with the old version.
14960         (rfc2047-encode-region): Concatenate words containing non-ASCII
14961         characters in structured fields; don't encode space-delimited
14962         ASCII words even in unstructured fields; don't break words at
14963         char-category boundaries.
14964         (rfc2047-encode-1): New function.
14965         (rfc2047-encode): Use it; encode text so that it occupies the
14966         maximum width within 76-column; work correctly on Q encoding for
14967         iso-2022-* charsets.
14968         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14969         sure not to break a line just after the header name.
14970         (rfc2047-b-encode-region): Removed.
14971         (rfc2047-b-encode-string): New function.
14972         (rfc2047-q-encode-region): Removed.
14973         (rfc2047-q-encode-string): New function.
14974
14975         * mm-util.el (mm-replace-in-string): New function.
14976
14977 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14978
14979         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14980         get it right.
14981         (gnus-inews-make-draft): Really.
14982
14983 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14984
14985         * nnmh.el (nnmh-request-list-1): Don't check the link count
14986         before descending.  (small patch)
14987
14988 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14991         stuff.
14992
14993         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14994         on real group name.
14995
14996         * gnus-art.el (gnus-signature-limit): Doc fix.
14997
14998         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14999
15000         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15001
15002 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15003
15004         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15005         isn't a string.
15006
15007 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15008
15009         * gnus-draft.el (gnus-draft-send): Bind
15010         rfc2047-encode-encoded-words.
15011
15012         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15013         (rfc2047-encodable-p): Say that =? needs encoding.
15014         (rfc2047-encode-encoded-words): New variable.
15015
15016         * gnus-group.el (gnus-group-select-group): Doc fix.
15017
15018         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15019
15020         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15021         to nil.
15022
15023         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15024
15025         * nnheader.el (nnheader-get-lines-and-char): New function.
15026
15027 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * gnus-msg.el (gnus-summary-followup-with-original): Document
15030         yanking of region when active.
15031
15032 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15035         groups if the group level is higher than the specified value.
15036
15037 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15040         (gnus-group-jump-to-group): Added prefix argument using
15041         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15042         non-active group.
15043
15044         * compface.el (uncompface): Be verbose when changing
15045         `uncompface-use-external'.
15046
15047         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15048         handle manual section.
15049
15050 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * gnus-art.el (gnus-button-alist): Revert previous change.
15053
15054 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15057
15058 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15061         whether backend can accept message.
15062
15063         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15064
15065 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15066
15067         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15068         Avoid creating directory when nntp-marks-is-evil is true.
15069         Reported by Reiner Steib.
15070
15071 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-picon.el (gnus-picon-style): New variable.
15074         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15075         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15076         Jesper Harder <harder@ifa.au.dk>.
15077
15078 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15079
15080         * message.el (message-fill-field): Return point.
15081         (message-generate-headers): Go to end of field.
15082
15083         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15084         stuff for non-living groups.
15085
15086 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15087
15088         * gnus-art.el (gnus-article-followup-with-original)
15089         (gnus-article-reply-with-original): gnus-mark-active-p ->
15090         gnus-region-active-p.
15091
15092 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15095         only when there is spam or ham to be processed.
15096
15097 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098
15099         * mail-source.el (mail-source-delete-crash-box): Refactor.
15100         (mail-source-fetch): Use it.
15101         (mail-source-fetch-file): Ditto.
15102         (mail-source-fetch-directory): Run postscript in loop.
15103         (mail-source-fetch-pop): Delete.
15104         (mail-source-fetch-maildir): Ditto.
15105         (mail-source-fetch-imap): Ditto.
15106
15107         * imap.el (imap-authenticators): Comment out sasl.
15108
15109         * message.el (message-skip-to-next-address): New function.
15110         (message-fill-header-address): Refactor.
15111         (message-fill-address): Use it.
15112         (message-delete-address): Use it.
15113         (message-fill-header-general): Refactor.
15114         (message-fill-field-address): Rename.
15115         (message-narrow-to-field): Find the start of the header.
15116         (message-header-format-alist): Don't pre-fill.
15117         (message-fill-header): Removed.
15118         (message-insert-header): New function.
15119         (message-shorten-references): Use it.
15120
15121         * rfc2047.el (rfc2047-field-value): Strip props.
15122
15123         * mail-parse.el (mail-header-make-address): New alias.
15124
15125         * ietf-drums.el (ietf-drums-make-address): New function.
15126
15127         * imap.el: Add compiler directives.
15128
15129         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15130
15131         * gnus-art.el (article-decode-idna-rhs): Don't use
15132         message-idna-inside-rhs-p.
15133
15134 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * message.el (message-idna-inside-rhs-p): Removed.
15137         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15138
15139         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15140         false positives.
15141
15142 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15143
15144         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15145
15146 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15147
15148         * nneething.el (nneething-file-name): Don't create spurious
15149         files.
15150
15151         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15152         (gnus-inews-do-gcc): Remove sleep.
15153
15154         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15155         part under point.
15156
15157         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15158         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15159
15160 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * spam.el (spam-summary-prepare-exit): Fixed (length).
15163
15164 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15167         as expired without moving it" message when there are spam
15168         messages left.
15169
15170 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15171
15172         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15173         header is not nil.
15174
15175 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15176
15177         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15178         nntp-possibly-create-directory, not nntp-possibly-change-group.
15179         (nntp-marks-changed-p): New arg SERVER.
15180         (nntp-request-update-info): Adjust caller.
15181
15182 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15183
15184         * nntp.el (nntp-save-marks): Pass missing arg.
15185
15186 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15187
15188         * nntp.el: Support marks.
15189         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15190         (nntp-marks-modtime, nntp-marks-directory): New variables.
15191         (nntp-request-set-mark, nntp-request-update-info)
15192         (nntp-possibly-create-directory, nntp-marks-changed-p)
15193         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15194         functions.
15195
15196 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15197
15198         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15199         (gnus-xmas-redefine): Rename.
15200
15201         * gnus-score.el (gnus-score-insert-help): Use
15202         gnus-select-lowest-window.
15203
15204         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15205         appt-select-lowest-window and rename to gnus-select-lowest-window.
15206
15207         * gnus.el: do.
15208
15209 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15210
15211         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15212         encodings of MIME-encoded words, in order to improve
15213         interoperability with several broken MUAs.
15214
15215 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15216
15217         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15218         tags, only when charsets are not specified in headers.
15219         (mm-inline-text-html-render-with-w3m): Ditto.
15220
15221         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15222         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15223
15224 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15225
15226         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15227         instead of MIME-decoded from fields when checking
15228         `gnus-article-address-banner-alist'.
15229
15230 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15231
15232         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15233         description rather than subject.
15234
15235 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15236
15237         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15238
15239 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15240
15241         * gnus.el (gnus-version-number): Bump.
15242
15243 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15244
15245         * gnus.el: No Gnus v0.2 is released.
15246
15247 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * gnus-agent.el (gnus-agent-read-agentview): Inline
15250         gnus-uncompress-range.
15251
15252 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15253
15254         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15255         `exec-installed-p'.
15256
15257 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15258
15259         * gnus.el (spam-process, spam-autodetect-methods): Add
15260         bsfilter and bsfilter-headers.
15261
15262         * spam.el (spam-bsfilter): New customize group.
15263         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15264         (spam-bsfilter-header, spam-bsfilter-probability-header)
15265         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15266         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15267         (spam-bsfilter-database-directory): New options.
15268         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15269         (spam-list-of-statistical-checks, spam-registration-functions):
15270         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15271         (spam-bsfilter-score): New command.
15272         (spam-check-bsfilter-headers, spam-check-bsfilter)
15273         (spam-bsfilter-register-with-bsfilter)
15274         (spam-bsfilter-register-spam-routine)
15275         (spam-bsfilter-unregister-spam-routine)
15276         (spam-bsfilter-register-ham-routine)
15277         (spam-bsfilter-unregister-ham-routine): New functions.
15278         (spam-generic-score): Support bsfilter; Accept an optional argument
15279         to recalcurate spam score even if scoring header has already been
15280         added.
15281         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15282         optional argument to recalcurate spam score even if scoring header
15283         has already been added.
15284
15285 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15286
15287         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15288         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15289         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15290         link is missing.
15291
15292 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15293
15294         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15295         (html2text-get-attr): Rewrite.
15296
15297         * message.el (message-setup-1): Remove redundant put-text-property
15298         on mail-header-separator.
15299
15300 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15301
15302         * gnus-registry.el (gnus-registry-cache-whitespace)
15303         (gnus-registry-action, gnus-registry-spool-action)
15304         (gnus-registry-split-fancy-with-parent): Change message levels
15305         from 5 to 3 or 7, as needed.
15306
15307         * spam.el (spam-summary-prepare-exit)
15308         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15309         (spam-split, spam-find-spam, spam-log-undo-registration)
15310         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15311         level from 5 to 6.
15312
15313 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15316         2004-03-04 change).
15317
15318 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15319
15320         * sieve-manage.el (sieve-manage-open):
15321         * nnweb.el (nnweb-insert-html):
15322         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15323         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15324         * nnspool.el (nnspool-request-group):
15325         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15326         * nnml.el (nnml-request-update-info):
15327         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15328         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15329         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15330         (nnimap-request-set-mark):
15331         * nnfolder.el (nnfolder-request-update-info):
15332         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15333         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15334         * gnus-uu.el (gnus-uu-find-articles-matching):
15335         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15336         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15337         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15338         * gnus-nocem.el (gnus-nocem-scan-groups):
15339         * gnus-int.el (gnus-start-news-server):
15340         * gnus-group.el (gnus-group-make-kiboze-group)
15341         (gnus-group-browse-foreign-server):
15342         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15343         Use mapc when appropriate.
15344
15345 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15346
15347         FIXME: Make separate entries for each person.
15348
15349         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15350         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15351         <shields@msrl.com>:
15352
15353         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15354         may need for spam sorting and scoring.
15355         (spam-user-format-function-S): Add user format function suitable for
15356         general use.
15357         (spam-article-sort-by-spam-status): Add sorting function for summary
15358         sorting.
15359         (spam-extra-header-to-number): Add function to get a score from a
15360         header.
15361         (spam-summary-score): Add function to get a numeric score from the
15362         headers.
15363         (spam-generic-score): Fix function doc, was in wrong place.
15364         (spam-initialize): Take symbols when it's run, and install the
15365         extra headers that spam-necessary-extra-headers thinks we need.
15366
15367 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15370         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15371
15372 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * gnus-sum.el (gnus-set-global-variables)
15375         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15376         (gnus-article-get-xrefs, gnus-summary-best-group)
15377         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15378         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15379         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15380         Use with-current-buffer.
15381
15382 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * spam.el (spam-summary-prepare-exit): Simplify logic.
15385         (spam-fetch-article-header): Read the article header if it's not
15386         available.
15387         (spam-list-articles): Simplify logic.
15388         (spam-filelist-register-routine): Fix bug with unregister-list.
15389
15390         * gnus-registry.el: Fix comments at beginning.
15391
15392 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15393
15394         * message.el (message-cater-to-broken-inn): Remove.
15395         (message-shorten-references): Make sure the total folded length of
15396         References is shorter than 998 characters to cater to a bug in INN
15397         2.3.  Also, don't pretend that references aren't folded -- this
15398         hasn't worked for a while.
15399
15400 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15401
15402         * gnus-agent.el (gnus-agentize):
15403         gnus-agent-send-mail-real-function no longer set to current value
15404         of message-send-mail-function but rather a lambda that calls
15405         message-send-mail-function.  The change makes the agent real-time
15406         responsive to user changes to message-send-mail-function.
15407
15408 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15409
15410         * legacy-gnus-agent.el
15411         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15412         help from Florian Weimer <fw@deneb.enyo.de>
15413
15414 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * nnmail.el (nnmail-cache-insert): Revert last change.
15417
15418 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * nnmail.el (nnmail-cache-insert): Always check whether
15421         nnmail-cache-ignore-groups matches a group name.
15422
15423 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15426         (spam-find-spam, spam-log-processing-to-registry)
15427         (spam-log-registered-p, spam-log-unregistration-needed-p)
15428         (spam-log-undo-registration): Use gnus-message instead of
15429         gnus-error, none of these errors are fatal.
15430
15431         * gnus-registry.el (gnus-registry-clean-empty-function)
15432         (gnus-registry-clean-empty): Remove only empty entries without
15433         extra data.
15434
15435 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * spam-stat.el (spam-stat-buffer-change-to-spam)
15438         (spam-stat-buffer-change-to-non-spam): Change (error) to
15439         (gnus-message 8) invocation.
15440
15441 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * nntp.el (nntp-via-netcat-command): New variable.
15444         (nntp-via-netcat-switches): New variable.
15445         (nntp-open-via-rlogin-and-netcat): New function.
15446         (nntp-open-connection-function): Doc fix.
15447         (nntp-telnet-command): Doc fix.
15448         (nntp-end-of-line): Doc fix.
15449         (nntp-via-rlogin-command): Doc fix.
15450         (nntp-via-user-name): Doc fix.
15451         (nntp-via-address): Doc fix.
15452
15453 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15456         error in Emacs 21.1.
15457
15458 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15461
15462 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15463
15464         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15465         (gnus-agent-with-refreshed-group): New macro.
15466         (gnus-agent-rename-group): New function.
15467         (gnus-agent-delete-group): New function.
15468         (gnus-agent-save-group-info): Use gnus-command-method when
15469         `method' parameter is nil.  Don't write nil entries into the
15470         active file.
15471         (gnus-agent-get-group-info): New function.
15472         (gnus-agent-fetch-articles): Use
15473         gnus-agent-update-files-total-fetched-for to increment disk space
15474         used.
15475         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15476         gnus-agent-update-view-total-fetched-for to increment disk space
15477         used.
15478         (gnus-agent-get-local): Added optional parameters to avoid calling
15479         gnus-group-real-name and gnus-find-method-for-group.
15480         (gnus-agent-set-local): Delete stored entry if either min, or max,
15481         are nil.
15482         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15483         quit, use gnus-agent-regenerate-group to record existance of any
15484         articles fetched to disk before the quit occurred.
15485         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15486         gnus-agent-update-view-total-fetched-for, and
15487         gnus-agent-update-files-total-fetched-for to decrement disk space
15488         used.
15489         (gnus-agent-retrieve-headers): Use
15490         gnus-agent-update-view-total-fetched-for to increment disk space
15491         used.
15492         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15493         with gnus-agent-update-files-total-fetched-for to decrement disk
15494         space and fresh group buffer.
15495         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15496         (gnus-agent-need-update-total-fetched-for): New variable.
15497         (gnus-agent-update-files-total-fetched-for): New function.
15498         (gnus-agent-update-view-total-fetched-for): New function.
15499         (gnus-agent-total-fetched-for): New function.
15500
15501         * gnus-cache.el (gnus-cache-save-buffers): Use
15502         gnus-cache-update-overview-total-fetched-for to change disk space
15503         used by this group.
15504         (gnus-cache-possibly-enter-article): Use
15505         gnus-cache-update-file-total-fetched-for to increment disk space
15506         used by this group.
15507         (gnus-cache-possibly-remove-article): Use
15508         gnus-cache-update-file-total-fetched-for to decrement disk space
15509         used by this group.
15510         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15511         (gnus-cache-rename-group): New function.
15512         (gnus-cache-delete-group): New function.
15513         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15514         (gnus-cache-need-update-total-fetched-for): New variable.
15515         (gnus-cache-with-refreshed-group): New macro.
15516         (gnus-cache-update-file-total-fetched-for): New function.
15517         (gnus-cache-update-overview-total-fetched-for): New function.
15518         (gnus-cache-rename-group-total-fetched-for): New function.
15519         (gnus-cache-delete-group-total-fetched-for): New function.
15520         (gnus-cache-total-fetched-for): New function.
15521
15522         * gnus-group.el: Require gnus-sum and autoload functions to
15523         resolve warnings when gnus-group.el compiled alone.
15524         (gnus-group-line-format): Documented new %F.
15525         (size of Fetched data) group line format; identifies disk space
15526         used by agent and cache.
15527         (gnus-group-line-format-alist): Defined new F format.
15528         (gnus-total-fetched-for): New function.
15529         (gnus-group-delete-group): No longer update
15530         gnus-cache-active-altered as gnus-request-delete-group now keeps
15531         the cache in sync.
15532         (gnus-group-list-active): Let the agent store a server's active
15533         list if currently plugged.
15534
15535         * gnus-int.el (gnus-request-delete-group):
15536         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15537         local disk in sync with the server.
15538         (gnus-request-rename-group):
15539         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15540         local disk in sync with the server.
15541
15542         * gnus-start.el (gnus-get-unread-articles):
15543         Cosmetic simplification to logic.
15544
15545         * gnus-util.el (gnus-rename-file): New function.
15546
15547 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15548
15549         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15550
15551 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15554         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15555
15556 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15559         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15560
15561 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15562
15563         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15564
15565 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * spam.el (spam-set-difference): Add function to replace
15568         gnus-set-difference in spam.el.
15569         (spam-summary-prepare-exit): Use spam-set-difference.
15570
15571 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * gnus-registry.el (gnus-registry-cache-file): Update to use
15574         gnus-dribble-directory OR gnus-home-directory OR ~.
15575         (gnus-registry-split-fancy-with-parent): Fix doc.
15576
15577 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * message.el (message-exchange-point-and-mark): Use
15580         message-mark-active-p.  Suggested by Jesper Harder
15581         <harder@ifa.au.dk>.
15582
15583 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * message.el (message-exchange-point-and-mark): Don't activate
15586         region if it was inactive.  Suggested by Hiroshi Fujishima
15587         <pooh@nature.tsukuba.ac.jp>.
15588
15589 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-art.el (article-display-face): Display Faces in the same
15592         order as X-Faces.
15593
15594 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15597
15598 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15601         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15602         (gnus-article-mime-hierarchy): Remove.
15603         (gnus-article-mime-hierarchy-next): Remove.
15604         (gnus-article-mode): Revert 2004-03-19 change.
15605         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15606         (gnus-insert-mime-button): Revert 2004-03-19 change.
15607         (gnus-mime-accumulate-hierarchy): Remove.
15608         (gnus-mime-enter-multipart): Remove.
15609         (gnus-mime-leave-multipart): Remove.
15610         (gnus-mime-display-part): Revert 2004-03-19 change.
15611         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15612
15613         * mml.el (mml-preview): Revert 2004-03-19 change.
15614
15615 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15616
15617         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15618
15619 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15622         t while entering a file name using the mm-with-multibyte macro.
15623         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15624
15625         * mm-util.el (mm-with-multibyte): New macro.
15626
15627 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15630         user option.
15631         (gnus-mime-multipart-functions): Doc and customization fix.
15632         (gnus-article-mime-hierarchy): New variable.
15633         (gnus-article-mime-hierarchy-next): New variable.
15634         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15635         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15636         gnus-article-mime-hierarchy-next to nil.
15637         (gnus-insert-mime-button): Show hierarchy numbers.
15638         (gnus-mime-accumulate-hierarchy): New function.
15639         (gnus-mime-enter-multipart): New function.
15640         (gnus-mime-leave-multipart): New function.
15641         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15642         (gnus-mime-display-alternative): Show hierarchy numbers.
15643
15644         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15645         gnus-article-mime-hierarchy-next to nil.
15646
15647 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15648
15649         * dns.el: Don't require gnus-xmas.
15650
15651 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15652
15653         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15654         inline PGP.
15655         (mml-menu): Disable mml-quote-region if mark is inactive.
15656
15657 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15660         when the group's active is not available.
15661
15662 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15665         error.
15666
15667 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * imap.el (imap-store-password): New variable.
15670         (imap-interactive-login): Use it.
15671         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15672
15673 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15676         window-start and hscroll to summary window.
15677
15678 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15679
15680         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15681         conversion message to newsrc-dribble when an actual conversion is
15682         performed.
15683
15684 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15685
15686         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15687
15688 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * mm-decode.el (mm-complicated-handles): New function reviving
15691         former definition of mm-multiple-handles.
15692
15693         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15694         (gnus-mime-delete-part): Use it.
15695
15696 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15697
15698         * gnus-agent.el (gnus-agent-read-local): Bind
15699         nnheader-file-coding-system to gnus-agent-file-coding-system to
15700         avoid the implicit assumption that they will always be equal.
15701         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15702         coding-system-for-write, as the with-temp-file macro first prints
15703         to a buffer then saves the buffer.
15704
15705 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-article-edit-part): New function.
15708         (gnus-mime-save-part-and-strip): Use it; do query instead of
15709         signaling an error; don't use mm-multiple-handles.
15710         (gnus-mime-delete-part): Ditto.
15711
15712 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15713
15714         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15715         old file versions.
15716         (gnus-group-prepare-hook): Removed function that converted list
15717         form of gnus-agent-expire-days to group properties.
15718
15719         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15720         (gnus-request-accept-article): Re-indented.
15721
15722         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15723         converters to handle old agent file formats.  Added logic for a
15724         "backup before upgrading warning".
15725         (gnus-convert-mark-converter-prompt): Developers can mark
15726         functions as needing (default), or not needing,
15727         gnus-convert-old-newsrc's "backup before upgrading warning".
15728         (gnus-convert-converter-needs-prompt): Tests whether the user
15729         should be protected from potentially irreversable changes by the
15730         function.
15731
15732         * legacy-gnus-agent.el: New.  Provides converters that are only
15733         loaded when gnus-convert-old-newsrc needs to call them.
15734
15735 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * mail-source.el (mail-source-touch-pop): Doc fix.
15738
15739         * message.el (message-smtpmail-send-it): Doc fix.
15740
15741 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15742
15743         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15744
15745         * nnmail.el (nnmail-split-fancy): do.
15746
15747         * gnus-kill.el (gnus-kill, gnus-execute): do.
15748
15749 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15750
15751         * gnus-sum.el (gnus-widget-reversible-match)
15752         (gnus-widget-reversible-to-internal)
15753         (gnus-widget-reversible-to-external): New functions.
15754         (gnus-widget-reversible): New widget.
15755         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15756
15757 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15758
15759         * gnus-sum.el (gnus-thread-sort-functions)
15760         (gnus-article-sort-functions): Document `(not F)' items.
15761
15762 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * spam.el (spam-use-gmane-xref): Add new backend.
15765         (spam-gmane-xref-spam-group): Add variable to control the name of the
15766         Gmane spam group.
15767         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15768         (spam-regex-headers-spam, spam-regex-headers-ham)
15769         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15770         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15771         backends and checks.
15772         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15773
15774         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15775         an autodetect method.
15776
15777 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15778
15779         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15780         articles are being added to a group.
15781         (gnus-request-replace-article): Inform the agent that articles
15782         need to be uncached as the cached contents are no longer valid.
15783
15784 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * binhex.el: Don't autoload executable-find.
15787
15788         * canlock.el: Don't autoload mail-fetch-field.
15789
15790         * dgnushack.el: Autoload c-mode for XEmacs.
15791
15792         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15793
15794         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15795         rmail-dont-reply-to and rmail-output.
15796
15797         * gnus-score.el: Don't autoload ffap-string-at-point.
15798
15799         * gnus-setup.el: Don't autoload sc-cite-original.
15800
15801         * imap.el: Don't autoload base64-decode-string,
15802         base64-encode-string and md5.
15803
15804         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15805         and rmail-msg-restore-non-pruned-header.
15806
15807         * mm-decode.el: Don't autoload executable-find.
15808
15809         * mm-url.el: Don't autoload executable-find.
15810
15811         * mm-view.el: Don't autoload diff-mode.
15812
15813         * nndb.el: Don't autoload news-reply-mode, news-setup,
15814         cancel-timer and telnet.
15815
15816         * password.el: Don't autoload run-at-time for Emacs.
15817
15818         * sha1-el.el: Don't autoload executable-find.
15819
15820         * sieve-mode.el: Don't autoload c-mode.
15821
15822         * uudecode.el: Don't autoload executable-find.
15823
15824 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15825
15826         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15827         (gnus-agent-possibly-alter-active): Avoid null in numeric
15828         comparison.
15829         (gnus-agent-set-local): Refuse to save null in local object table.
15830         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15831         list of articles that will be marked as unread.
15832
15833 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15836
15837 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15840         language tags.
15841
15842 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15843
15844         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15845         Don't bind "obarray".
15846
15847         * gnus-sum.el (gnus-thread-sort-functions): Added
15848         `gnus-thread-sort-by-most-recent-number' and
15849         `gnus-thread-sort-by-most-recent-date'.
15850         Reported by Kai Grossjohann <kai@emptydomain.de>.
15851
15852 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15855
15856 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15857
15858         * gnus-cus.el (gnus-agent-customize-category): Removed
15859         ignore-errors macro reference that required cl to be loaded at
15860         run-time.
15861
15862         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15863         single-interval range of the form (min . max).  Previously the
15864         range had to look like ((min . max)).  Likewise, return
15865         (min . max) rather than ((min . max)).
15866         (gnus-range-map): Use gnus-range-normalize to accept
15867         single-interval range.
15868
15869         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15870         the cache, but not the agent, now appear with their usual face.
15871
15872         * dgnushack.el (loaddir): New variable that is bound to the
15873         directory containing the dgnushack.el file. Use loaddir, rather
15874         than srcdir, to update load-path. Change lets dgnushack compile
15875         code in directories other than GNUS/lisp.
15876
15877 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * lpath.el: Don't bind w3m-safe-url-regexp.
15880
15881         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15882         w3m-safe-url-regexp variable buffer-local.
15883
15884         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15885
15886 2004-02-27  Simon Josefsson  <jas@extundo.com>
15887
15888         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15889         gnus-group-real-prefix.
15890         (gnus-summary-move-article): Use it, instead of
15891         gnus-group-real-prefix.
15892
15893 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * lpath.el: Bind w3m-safe-url-regexp.
15896
15897         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15898         w3m-safe-url-regexp variable buffer-local and set it as the value
15899         of mm-w3m-safe-url-regexp.
15900
15901         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15902
15903         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15904         parsing gnus-posting-styles when the message is not for replying.
15905
15906         * dgnushack.el: Autoload sgml-mode for XEmacs.
15907
15908         * nnrss.el (nnrss-opml-export): Use
15909         mm-set-buffer-file-coding-system instead of
15910         set-buffer-file-coding-system.
15911
15912 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15913
15914         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15915         of checkdoc.el).
15916         * nnrss.el: do.
15917         * gnus-mlspl.el: do.
15918         * gnus-ml.el: do.
15919         * gnus-srvr.el: do.
15920
15921         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15922
15923 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15924
15925         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15926         Corrections to custom-manual links.
15927
15928         * gnus-art.el (gnus-article): Ditto.
15929
15930         * mm-decode.el (mime-display, mime-security): Ditto.
15931
15932 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15933
15934         * flow-fill.el: Typo.
15935
15936 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15937
15938         * spam-wash.el: New file.
15939
15940 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15941
15942         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15943
15944 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15945
15946         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15947         to be run with new-articles as LIST1, not LIST2.
15948         (spam-registration-functions): Add spam-use-ham-copy as a nil
15949         registration backend.
15950
15951 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15952
15953         * spam-stat.el (spam-stat-washing-hook): New option.
15954         (spam-stat-buffer-words): Use it.
15955         (spam-stat-process-directory, spam-stat-test-directory): Use
15956         insert-file-contents-literally.
15957         (spam-stat-coding-system): New variable.
15958         (spam-stat-load, spam-stat-save): Use it.
15959
15960 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * spam-report.el (spam-report-plug-agent): Quote
15963         spam-report-url-to-file and spam-report-url-ping-plain.
15964
15965 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15968         / in mailto URLs.
15969
15970 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * spam-report.el (spam-report-process-queue): Fix interactive use.
15973         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15974         (spam-report-unplug-agent): Doc fixes.
15975         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15976         (spam-report-agentize, spam-report-deagentize): Autoload.
15977
15978 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15981
15982         * message.el (message-setup-fill-variables): Add mml tags to
15983         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15984         <ajk@iu.edu>.
15985         (message-mode): Don't modify paragraph-separate there.
15986
15987 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * compface.el (uncompface-use-external): Default to undecided.
15990         (uncompface-use-external-threshold): New variable.
15991         (uncompface-float-time): New macro.
15992         (uncompface): Determine whether to use the external decoder if
15993         uncompface-use-external is undecided.
15994
15995 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996
15997         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15998         after images.
15999
16000         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16001
16002 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16005
16006         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16007
16008         * gnus-sum.el (gnus-summary-limit-to-age)
16009         (gnus-summary-limit-children): do.
16010
16011         * gnus-int.el (gnus-request-scan): do.
16012
16013         * gnus-group.el (gnus-group-suspend): do.
16014
16015         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16016
16017         * gnus-cite.el (gnus-cite-parse-attributions): do.
16018
16019         * gnus-agent.el (gnus-summary-set-agent-mark)
16020         (gnus-agent-regenerate-group): do.
16021
16022         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16023
16024         * binhex.el (binhex-decode-region-internal): do.
16025
16026 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-fun.el (gnus-face-properties-alist): New user option.
16029         (gnus-display-x-face-in-from): Use it.
16030
16031         * gnus-art.el (article-display-face): Ditto.
16032
16033         * compface.el (uncompface-use-external): Default to nil.
16034
16035 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16036
16037         * nntp.el (nntp-erase-buffer): New function.
16038         (nntp-retrieve-data, nntp-send-command)
16039         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16040         (nntp-possibly-change-group): Use it.
16041
16042         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16043         with-current-buffer.
16044
16045 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16046
16047         * compface.el: Merge the ELisp-based uncompface program.
16048         (compface): New customization group.
16049         (uncompface-use-external): New user option.
16050         (uncompface): Call uncompface-internal if uncompface-use-external
16051         is nil.
16052         (uncompface-internal): New function.  Note that there are also
16053         some other functions and variables added for this function.
16054
16055 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16056
16057         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16058         if necessary.
16059
16060 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16061
16062         * spam-report.el (spam-report-unplug-agent)
16063         (spam-report-plug-agent, spam-report-deagentize)
16064         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16065         Add support for the Agent in spam-report: when unplugged, report to a
16066         file; when plugged, submit all the requests.
16067
16068         * spam.el (spam-register-routine): Fix message about
16069         registration.
16070
16071 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16072
16073         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16074         dependencies.
16075         (rfc2047-encode): Use it.
16076
16077         * gnus-art.el (gnus-button-marker-list): Move before first
16078         reference.
16079
16080         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16081         (imap-parse-body): Fix format string mismatch.
16082
16083         * gnus-score.el (gnus-summary-increase-score): do.
16084
16085         * nnrss.el (nnrss-close): New function.
16086
16087 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16088
16089         * nnrss.el (nnrss-make-filename): New function.
16090         (nnrss-request-delete-group, nnrss-read-server-data)
16091         (nnrss-save-server-data, nnrss-read-group-data)
16092         (nnrss-save-group-data): Use it.
16093         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16094         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16095         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16096
16097 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16098
16099         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16100
16101 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16102
16103         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16104         files.
16105
16106         * message.el (message-generate-headers-first): Don't quote nil
16107         and t in docstrings.
16108
16109         * imap.el (imap-id): do.
16110
16111         * gnus-agent.el (gnus-agent-consider-all-articles)
16112         (gnus-agent-queue-mail): do.
16113
16114 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * spam-report.el (spam-report-process-queue): New function.
16117         Process requests from `spam-report-requests-file'.
16118         (spam-report-process-queue): Doc fix.
16119
16120 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * spam.el (spam-register-routine)
16123         (spam-log-processing-to-registry, spam-log-registered-p)
16124         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16125         Change "check" to "spam-check" for semi-clarity.
16126
16127 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16128
16129         * pop3.el: Require nnheader.
16130
16131         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16132
16133         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16134
16135         * gnus-picon.el: Require cl.
16136
16137         * gnus-fun.el: Require gnus-ems and gnus-util.
16138
16139         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16140
16141         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16142
16143         * gnus-art.el (gnus-article-edit-mode): Define before first
16144         reference.
16145
16146 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16147
16148         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16149         (gnus-uu-post-encoded): Use point-at-bol.
16150
16151         * gnus-topic.el (gnus-group-active-topic-p): do.
16152
16153         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16154
16155         * gnus-group.el (gnus-group-kill-region): do.
16156
16157         * gnus-art.el (article-date-ut): do.
16158
16159         * message.el (message-fetch-field): Remove redundant
16160         case-fold-search binding.
16161         (message-narrow-to-field): Simplify.
16162
16163 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * spam.el (spam-directory): Derive from `gnus-directory'.
16166
16167         * spam-report.el (spam-report-url-to-file)
16168         (spam-report-requests-file): New function and variable for offline
16169         reporting.
16170         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16171         and user defined function.
16172         (spam-report-url-ping-mm-url): Remove doubled slash.
16173
16174 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16177
16178 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16179
16180         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16181         format string mismatch.
16182
16183         * sieve.el (sieve-deactivate-all): do.
16184
16185         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16186
16187         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16188
16189         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16190
16191         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16192
16193 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16196         the list of checks.
16197
16198 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16199
16200         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16201         padding.
16202
16203 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16204
16205         * mm-view.el (mm-fill-flowed): New variable.
16206         (mm-inline-text): Use it.
16207
16208 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * spam.el (spam-spamassassin-register-ham-routine)
16211         (spam-spamassassin-register-spam-routine): Fix function names.
16212
16213 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus.el (gnus-tmp-grouplens): Remove.
16216         (gnus-summary-line-format): Remove grouplens.
16217
16218         * gnus-group.el (gnus-group-line-format): Ditto.
16219
16220         * gnus-spec.el (gnus-format-specs): Ditto.
16221         (gnus-update-format-specifications): Flush the group format spec
16222         cache if there's the grouplens stuff.
16223         (gnus-parse-simple-format): Replace %l with the empty string.
16224
16225 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16226
16227         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16228         omission.
16229
16230 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16233         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16234
16235 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16236
16237         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16238         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16239         New macros and functions.
16240         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16241         Handle > NLINK_MAX messages.
16242         * nnmaildir.el (nnmaildir-request-set-mark): Use
16243         nnmaildir--emlink-p and nnmaildir--eexist-p.
16244
16245 2004-01-25  Alex Schroeder  <alex@gnu.org>
16246
16247         * spam-stat.el (spam-stat-process-directory-age): New option.
16248         (spam-stat-process-directory): Use it.
16249
16250 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16251
16252         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16253         (spam-stat-save): Accept prefix argument.
16254
16255 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16256
16257         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16258         links" error.
16259
16260 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16263         the rest of the and/or forms.
16264
16265 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16266
16267         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16268         compatibility with old .newsrc.eld files.
16269
16270         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16271
16272         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16273
16274         * gnus-start.el (gnus-1): do.
16275
16276         * gnus-group.el (gnus-group-line-format-alist): do.
16277
16278         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16279
16280         * gnus-gl.el: Remove.
16281
16282 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16283
16284         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16285         marks consisting of a single range {for example, (3 . 5)} rather
16286         than a list of a single range { ((3 . 5)) }.
16287
16288 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16289
16290         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16291         with-current-buffer.
16292         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16293         avoid consing a string.
16294
16295         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16296         Remove obsolete entries for big5 and gb2312.
16297
16298 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16299
16300         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16301         uncompressed list.
16302
16303 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16304
16305         * spam-stat.el (spam-stat-strip-xref): New function.
16306         (spam-stat-process-directory): Use it.
16307
16308         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16309         here -- it's done in message-fetch-field.
16310
16311 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16312
16313         * gnus-agent.el (gnus-agent-queue-mail)
16314         (gnus-agent-prompt-send-queue): New variables.
16315         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16316         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16317         "nndraft:queue" along to gnus-draft-send.  Use
16318         gnus-agent-prompt-send-queue.
16319         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16320         is "nndraft:queue".  Suggested by Gaute Strokkenes
16321         <gs234@srcf.ucam.org>
16322
16323         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16324         (agent-enable-undownloaded-faces): Added.
16325         (gnus-agent-cat-groups): Use eval-and-compile, not
16326         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16327         method of gnus-agent-cat-groups even when the buffer has been
16328         evaled.
16329         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16330         delete gnus-agent-save-active-1.
16331         (gnus-agent-save-groups): Deleted.  Identical to
16332         gnus-agent-save-active.
16333         (gnus-agent-write-active): No longer adjust agent's copy of active
16334         file as agent's adjustments are now stored in their own
16335         file.  Removed optional parameter.
16336         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16337         servers.  Add use of min/max range limits from server's local
16338         file.
16339         (gnus-agent-save-alist): Removed unused optional argument.
16340         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16341         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16342         (gnus-agent-set-local): A per-server file that keeps min/max range
16343         limits for articles known to the agent.  Provides a fast mechanism
16344         for altering many active ranges.
16345         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16346         active file (local makes it unnecessary).
16347         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16348
16349         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16350         (agent-enable-undownloaded-faces): Added.
16351
16352         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16353         disable it when sending to "nndraft:queue".
16354         (gnus-group-send-queue): Add safety check to avoid sending queue
16355         when unplugged.
16356
16357         * gnus-group.el (gnus-group-catchup): Use new
16358         gnus-sequence-of-unread-articles, not
16359         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16360         numbers of articles.  Use gnus-range-map to avoid having to
16361         uncompress the unread list.
16362         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16363         Fixed invalid ange-ftp reference.
16364
16365         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16366         (gnus-sorted-range-intersection): Intersection of two ranges
16367         without requiring that they first be uncompressed.
16368
16369         * gnus-start.el (gnus-activate-group): Unless blocked by the
16370         caller, possibly expand the active range to include both cached
16371         and agentized articles.
16372         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16373         multiple version-dependent converters.
16374         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16375         gnus-agent-save-active.
16376         (gnus-save-newsrc-file): Save dirty agent range limits.
16377
16378         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16379         gnus-agent-possibly-alter-active.
16380         (gnus-adjust-marked-articles): Faster handling of simple lists.
16381
16382 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * spam-stat.el (spam-stat-test-directory): New optional argument
16385         displays a list of files detected.  Suggested by Andrew Cohen
16386         <cohen@andy.bu.edu>.
16387         (spam-stat-buffer-words-with-scores): Don't narrow and change
16388         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16389
16390 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16391
16392         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16393         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16394         (spam-spamassassin-arguments)
16395         (spam-spamassassin-spam-flag-header)
16396         (spam-spamassassin-positive-spam-flag-header)
16397         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16398         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16399         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16400         (spam-list-of-processors, spam-list-of-checks)
16401         (spam-list-of-statistical-checks, spam-registration-functions)
16402         (spam-check-spamassassin-headers, spam-check-spamassassin)
16403         (spam-spamassassin-score)
16404         (spam-spamassassin-register-with-sa-learn)
16405         (spam-spamassassin-register-spam-routine)
16406         (spam-spamassassin-register-ham-routine)
16407         (spam-assassin-register-spam-routine)
16408         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16409         (spam-bogofilter-score): Fix to show article before scoring.
16410
16411 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16412
16413         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16414         default scoring function.
16415         (spam-generic-score): Call spam-spamassassin-score if
16416         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16417         spam-bogofilter-score otherwise.
16418
16419         * gnus.el (spam-process, spam-autodetect-methods): Add
16420         spamassassin and spamassassin-headers.
16421
16422 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16423
16424         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16425         Suppress unnecessary messages.
16426
16427 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16430         make-hash-table.
16431
16432 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * canlock.el (base64-encode-string): Don't autoload it.
16435
16436 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * run-at-time.el: Remove useless (require 'itimer),
16439         eval-and-compile and (featurep 'xemacs).
16440
16441 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16444         GROUP is a virtual group.
16445
16446 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16447
16448         * gnus.el: Autoload `message-y-or-n-p'.
16449
16450 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * pgg-parse.el: Remove unnecessary (require 'custom).
16453
16454         * pgg-def.el: do.
16455
16456         * nnmail.el: do.
16457
16458         * gnus-undo.el: do.
16459
16460         * gnus-picon.el: do.
16461
16462         * gnus-util.el: do.
16463
16464 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16465
16466         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16467
16468 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16471         handle, as well as a list.
16472
16473         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16474         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16475         (mm-w3m-cid-retrieve): Simplify.
16476
16477 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16478
16479         * message.el (message-kill-to-signature): Allow prefix arg to
16480         specify number of lines to keep before signature.
16481
16482 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16483
16484         * message.el (message-kill-to-signature): Change docstring.
16485
16486 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * canlock.el: Always require sha1-el.
16489         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16490
16491         * message.el: Autoload sha1 only when compiling.
16492
16493         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16494         eudc-expand-inline for XEmacs.
16495
16496 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * message.el (message-canlock-generate): Require sha1-el.
16499
16500 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16501
16502         * message.el (message-expand-name): Silence the byte compiler.
16503
16504         * lpath.el: Add detect-coding-system.
16505
16506         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16507         cus-edit.
16508
16509 2004-01-13  Simon Josefsson  <jas@extundo.com>
16510
16511         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16512         Invoke gnus-score-mode.  Reported by
16513         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16514
16515         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16516         Jim Blandy <jimb@redhat.com> (tiny change).
16517
16518 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16519
16520         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16521
16522 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         * spam.el (spam-get-article-as-string): Update to use
16525         gnus-request-article-this-buffer, much simpler.
16526         (spam-get-article-as-buffer): Remove.
16527
16528 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16529
16530         * message.el (message-expand-name): Use EUDC if the user uses that.
16531
16532 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16535         character for the encoding to avoid consing a string.
16536
16537         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16538         unnecessarily.
16539
16540         * mm-util.el (mm-replace-chars-in-string): Remove.
16541
16542         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16543         of mm-replace-chars-in-string.
16544
16545 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16546
16547         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16548
16549         * mm-util.el (mm-subst-char-in-string): Support inplace.
16550
16551         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16552         a new string in every iteration.  Use shy groups.
16553
16554 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16557         * gnus-soup.el (gnus-soup-group-brew):
16558         * gnus-msg.el (gnus-put-message):
16559         * gnus-move.el (gnus-group-move-group-to-server):
16560         * gnus-kill.el (gnus-batch-score):
16561         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16562         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16563         (gnus-group-update-group, gnus-group-read-group)
16564         (gnus-group-make-group, gnus-group-make-help-group)
16565         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16566         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16567         (gnus-group-sort-by-unread, gnus-group-catchup)
16568         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16569         (gnus-group-yank-group, gnus-group-set-info)
16570         (gnus-group-list-groups):
16571         * gnus.el (gnus-generate-new-group-name):
16572         * gnus-delay.el (gnus-delay-send-queue):
16573         * nnvirtual.el (nnvirtual-catchup-group):
16574         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16575         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16576         (gnus-group-prepare-topics, gnus-topic-check-topology):
16577         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16578         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16579         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16580         (gnus-group-make-articles-read):
16581         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16582         (gnus-group-change-level, gnus-kill-newsgroup)
16583         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16584         (gnus-get-unread-articles, gnus-make-articles-unread)
16585         (gnus-make-ascending-articles-unread): Use accessor
16586         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16587         to get group information for improved readability.
16588
16589
16590 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16591
16592         * gnus-art.el (article-decode-mime-words, article-babel)
16593         (gnus-article-highlight-signature, gnus-article-add-buttons)
16594         (gnus-signature-toggle): Use gnus-with-article-buffer.
16595
16596         * gnus-art.el (gnus-article-highlight-headers)
16597         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16598
16599         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16600         (gnus-article-set-globals, gnus-request-article-this-buffer)
16601         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16602         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16603         (gnus-mime-display-alternative): Use with-current-buffer.
16604
16605 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16608         also under 80 char limit, and call gnus-error if needed.
16609         (spam-fetch-article-header): Fix - it was a
16610         buffer-local variable (gnus-newsgroup-data).
16611         (spam-find-spam): Use spam-generate-fake-headers, forget about
16612         spam-insert-fake-headers.
16613         (spam-insert-fake-headers): Remove.
16614
16615 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16616
16617         * deuglify.el (gnus-article-outlook-unwrap-lines)
16618         (gnus-outlook-rearrange-article)
16619         (gnus-outlook-repair-attribution-outlook)
16620         (gnus-outlook-repair-attribution-block)
16621         (gnus-outlook-repair-attribution-other): Remove redundant
16622         save-excursion.
16623
16624 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16627         (spam-fetch-field-subject-fast)
16628         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16629         (spam-fetch-article-header): Add functions to deal with Gnus
16630         internals for fast retrieval of article header data.
16631         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16632
16633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * pop3.el (pop3-md5): Remove.
16636         (pop3-apop): Replace pop3-md5 with md5.
16637
16638         * mm-bodies.el: base64 is always built-in.
16639
16640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16641         with-current-buffer.
16642
16643 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * canlock.el (canlock-insert-header): Remove excessive grouping in
16646         regexp.
16647
16648         * gnus-sum.el (gnus-summary-read-document): Ditto.
16649
16650         * gnus-uu.el (gnus-uu-part-number): Ditto.
16651
16652         * html2text.el (html2text-remove-tags): Ditto.
16653         (html2text-format-tags): Ditto.
16654         (html2text-format-single-elements): Ditto.
16655
16656         * mml.el (mml-parse-1): Ditto.
16657
16658 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16659
16660         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16661
16662         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16663
16664         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16665
16666         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16667
16668 2003-11-15  Simon Josefsson  <jas@extundo.com>
16669
16670         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16671         (pgg-gpg-lookup-key): Use regexp match instead of
16672         split-string (split-string is different between emacs 21.2 and
16673         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16674
16675 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16676
16677         * gnus-art.el (gnus-mime-view-all-parts)
16678         (gnus-article-part-wrapper, gnus-article-view-part): Use
16679         with-current-buffer.
16680
16681 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * spam.el (spam-disable-spam-split-during-ham-respool)
16684         (spam-spamoracle-database, spam-cache-lookups)
16685         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16686         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16687         (spam-group-ham-marks, spam-group-spam-marks)
16688         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16689         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16690         also add spam-use-blackholes to the statistical checks.
16691         (spam-fetch-field-fast): Add interface to fetching fields, may
16692         become a macro.
16693         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16694         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16695         (spam-insert-fake-headers): Fake an article when needed.
16696         (spam-find-spam): Fake article when possible.
16697         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16698         (spam-check-bogofilter-headers): Use message-fetch-field instead
16699         of nnmail-fetch-field.
16700
16701 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16704
16705 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16706
16707         * spam.el (spam-split): Do not require spam-use-CHECK to be
16708         enabled if that check is passed to spam-split explicitly; also
16709         fix so 'spam doesn't get converted to spam-split-group when
16710         spam-split-symbolic-return is t.
16711         (spam-find-spam): Find registrations of the article and use those
16712         instead of re-running spam-split to find the spam/ham
16713         classification of the article.
16714         (spam-log-processing-to-registry, spam-log-registered-p)
16715         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16716         Use gnus-error instead of gnus-message.
16717         (spam-log-registration-type): Add function to determine the
16718         classification of a message based on registry entries; will
16719         return nil if both 'spam and 'ham are found.
16720         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16721         a reasonably fast local cache without the loading errors.
16722         (spam-cache-lookups): Set to t by default.
16723         (spam-find-spam): Don't try to guess spam-cache-lookups.
16724         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16725         spam-caches entry.
16726         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16727         caching of whitelist/blacklist entries.
16728         (spam-check-whitelist, spam-check-blacklist): Invoke
16729         spam-from-listed-p with a type, not a cache variable.
16730         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16731
16732 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16733
16734         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16735
16736         * nnmail.el (nnmail-split-fancy): do.
16737
16738         * mml.el (mml-parse): do.
16739
16740         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16741         (gnus-score-adaptive): do.
16742
16743 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16746         (gnus-mime-button-map): Don't set keymap parent.
16747         (gnus-button-ctan-directory-regexp): Use shy grouping.
16748         (gnus-prev-page-map): Don't set keymap parent.
16749         (gnus-prev-page-map): Remove duplicated one.
16750         (gnus-next-page-map): Don't set keymap parent.
16751         (gnus-mime-security-button-map): Ditto.
16752
16753         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16754         version number.
16755
16756         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16757
16758 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * canlock.el (canlock-sha1-function): Remove.
16761         (canlock-sha1-function-for-verify): Remove.
16762         (canlock-openssl-program): Remove.
16763         (canlock-openssl-args): Remove.
16764         (canlock-ignore-errors): Remove.
16765         (canlock-sha1-with-openssl): Remove.
16766         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16767         (canlock-verify): Don't use canlock-ignore-errors.
16768
16769         * sha1-el.el (sha1-string-external): Make it can return a string
16770         in binary form.
16771         (sha1-region-external): Ditto.
16772         (sha1-string-internal): Ditto.
16773         (sha1-region-internal): Ditto.
16774         (sha1-region): Ditto.
16775         (sha1-string): Ditto.
16776         (sha1): Ditto.
16777
16778 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16779
16780         * spam.el (spam-report-articles-gmane): New command.
16781
16782 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16785
16786         * run-at-time.el (run-at-time-saved): Remove.
16787         (run-at-time): Doc fix.
16788
16789 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16792         (gnus-summary-limit-map): Add it.
16793         (gnus-summary-make-menu-bar): do.
16794
16795 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16798         Make attempt at some caching support (done for BBDB only now).
16799         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16800         addresses to be checked.
16801         (spam-clear-cache-BBDB): Add function, to be invoked by
16802         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16803         (spam-check-BBDB): Check and use the caches, if
16804         spam-cache-lookups is on, remove superfluous (provide).
16805
16806 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16809
16810 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16811
16812         * run-at-time.el (run-at-time-saved): Move to after the definition
16813         of `run-at-time'.
16814
16815         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16816
16817 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16820         mm-w3m-local-map-property.
16821
16822         * mm-view.el (mm-w3m-mode-map): Remove.
16823         (mm-w3m-local-map-property): Remove.
16824         (mm-inline-text-html-render-with-w3m): Don't use
16825         mm-w3m-local-map-property.
16826
16827 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16828
16829         * run-at-time.el: New file.
16830
16831         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16832         under Emacs.
16833
16834         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16835         of gnus-set-text-properties.
16836
16837         * gnus-uu.el (gnus-uu-save-article): Ditto.
16838
16839         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16840
16841         * gnus-cite.el (gnus-cite-parse): Ditto.
16842
16843         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16844         of gnus-.
16845
16846         * gnus-xmas.el (run-at-time): Require run-at-time.
16847
16848         * gnus.el: Changed calls to nnheader-run-at-time and
16849         password-run-at-time throughout to use run-at-time directly.
16850
16851         * password.el: Removed definition of run-at-time.
16852
16853         * nnheaderxm.el: Remove definition of run-at-time.
16854
16855 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16856
16857         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16858         in prompt.
16859
16860 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16861
16862         * messagexmas.el (message-xmas-redefine): Alias
16863         `message-make-caesar-translation-table' to
16864         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16865         version.
16866
16867         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16868         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16869         `gnus-xmas-set-text-properties'.
16870         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16871         `gnus-xmas-completing-read'.
16872         (gnus-xmas-completing-read): Removed.
16873         (gnus-xmas-open-network-stream): Removed.
16874
16875         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16876         XEmacs version.
16877
16878         * dns.el (dns-make-network-process): Use `open-network-stream'
16879         instead of `gnus-xmas-open-network-stream'.
16880
16881         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16882
16883         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16884
16885 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * gnus-art.el (gnus-mime-display-alternative)
16888         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16889         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16890         Don't use gnus-local-map-property.
16891
16892         * gnus-util.el (gnus-local-map-property): Remove.
16893
16894         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16895         gnus-completing-read-maybe-default with completing-read.
16896
16897         * gnus-util.el (gnus-completing-read): do.
16898         (gnus-completing-read-maybe-default): Remove.
16899
16900 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16901
16902         * password.el: Only autoload `run-at-time' if not XEmacs.
16903         Only autoload the itimer functions if XEmacs.
16904
16905 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16908         XEmacsen.
16909
16910         * dgnushack.el: Autoload executable-find for XEmacs.
16911
16912 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * gnus-art.el (gnus-read-string): Remove.
16915         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16916         read-string.
16917
16918 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16919
16920         * netrc.el: Autoload password-read.
16921         (netrc): Add configuration group.
16922         (netrc-encoding-method, netrc-openssl-path): Add
16923         variables for encoding and decoding of files with symmetric
16924         ciphers.
16925         (netrc-encode): Add assistant function to encode a file with
16926         netrc-encoding-method.
16927         (netrc-parse): Add interactive parameter, added optional
16928         decoding if netrc-encoding-method is non-nil but otherwise
16929         behavior is standard.
16930         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16931         Do s/encode/encrypt/ everywhere.
16932
16933         * spam.el: Remove executable-find autoload.
16934
16935 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16936
16937         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16938
16939         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16940
16941 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * gnus-art.el (gnus-treat-ansi-sequences)
16944         (article-treat-ansi-sequences): New variable and function.
16945         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16946
16947         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16948         Use it.
16949
16950 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * mm-util.el (mm-quote-arg): Remove.
16953
16954         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16955         shell-quote-argument.
16956
16957         * gnus-uu.el (gnus-uu-command): do.
16958
16959         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16960
16961         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16962         with make-char.
16963
16964         * mm-util.el (mm-make-char): Remove.
16965
16966         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16967         add-minor-mode.
16968
16969         * gnus-undo.el (gnus-undo-mode): do.
16970
16971         * gnus-topic.el (gnus-topic-mode): do.
16972
16973         * gnus-sum.el (gnus-dead-summary-mode): do.
16974
16975         * gnus-start.el (gnus-slave-mode): do.
16976
16977         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16978
16979         * gnus-ml.el (gnus-mailing-list-mode): do.
16980
16981         * gnus-gl.el (gnus-grouplens-mode): do.
16982
16983         * gnus-draft.el (gnus-draft-mode): do.
16984
16985         * gnus-dired.el (gnus-dired-mode): do.
16986
16987         * gnus-ems.el (gnus-add-minor-mode): Remove.
16988
16989         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16990         Replace gnus-char-width with char-width.
16991
16992         * gnus-ems.el (gnus-char-width): Remove.
16993
16994         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16995         Replace gnus-char-width with char-width.
16996
16997         * gnus-ems.el (gnus-char-width): Remove.
16998
16999         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17000         definition.
17001         Remove Emacs 20 hash table compatibility code.
17002
17003         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17004         20 compatibility code.
17005
17006         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17007
17008         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17009
17010         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17011         with point-at-{eol,bol}.
17012
17013         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17014
17015         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17016
17017         * flow-fill.el (fill-flowed-point-at-bol)
17018         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17019
17020         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17021         Replace with point-at-{eol,bol} throughout all files.
17022
17023 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * ntlm.el (ntlm-string-as-unibyte): New macro.
17026         (ntlm-build-auth-response): Use it.
17027
17028         Remove Emacs 20 stuff:
17029         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17030         (butlast, mapc, remove): Remove the compiler macros.
17031         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17032         of delq and copy-sequence.
17033         * gnus-art.el (popup-menu): Remove the compiler macro.
17034         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17035         Emacs 20.
17036
17037 2004-01-05  Simon Josefsson  <jas@extundo.com>
17038
17039         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17040         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17041         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17042         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17043         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17044         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17045         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17046         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17047         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17048         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17049         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17050         string-xor into ntlm-string-xor.  Suggested by
17051         Jesper Harder <harder@myrealbox.com>.
17052
17053         * ntlm.el: Don't include poem.
17054
17055         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17056         Jesper Harder <harder@myrealbox.com>.
17057
17058         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17059
17060         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17061         probably breaks emacs with DL patch, but do we care? Is anyone
17062         still using the DL stuff?)
17063
17064         * sieve-manage.el: Use the password package.
17065         (sieve-manage-read-passwd): Remove.
17066         (sieve-manage-interactive-login): Use password.  Re-add
17067         condition-case around loop.
17068
17069         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17070         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17071         the password package.
17072
17073 2003-02-19  Simon Josefsson  <jas@extundo.com>
17074
17075         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17076         token.
17077
17078 2002-08-07  Simon Josefsson  <jas@extundo.com>
17079
17080         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17081         (sieve-manage-authenticators):
17082         (sieve-manage-authenticator-alist): Add some SASL mechs.
17083         (sieve-sasl-auth): New function.
17084         (sieve-manage-cram-md5-auth):
17085         (sieve-manage-plain-auth): Rewrite using SASL library.
17086         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17087         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17088         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17089         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17090
17091 2004-01-05  Simon Josefsson  <jas@extundo.com>
17092
17093         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17094         New files.
17095
17096 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17097
17098         * gnus-group.el (gnus-no-groups-message): Update.
17099
17100         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17101
17102 2003-11-09  Simon Josefsson  <jas@extundo.com>
17103
17104         * imap.el: Support for ID IMAP extension (RFC 2971).
17105         (imap-local-variables): Add imap-id.
17106         (imap-id): New variable.
17107         (imap-id): New function.
17108         (imap-parse-response): Parse untagged ID response.
17109         * nnimap.el (nnimap-id): New variable.
17110         (nnimap-open-connection): Use it.
17111
17112 2003-12-28  Simon Josefsson  <jas@extundo.com>
17113
17114         * gnus-score.el (gnus-score-edit-all-score): New.
17115         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17116
17117 2004-01-04  Simon Josefsson  <jas@extundo.com>
17118
17119         * password.el: Add.
17120
17121 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17122
17123         * dns.el (dns-query-types): Fix typo.
17124         (dns-query-types): New function.
17125         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17126         PTR and SOA replies, see RFC 1035.
17127
17128 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17131
17132         * Moved to Changelog.2.
17133
17134 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17135
17136         * gnus.el (gnus-version-number): Bump version.
17137
17138 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17139
17140         * gnus.el: No Gnus v0.1 is released.
17141
17142 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17143
17144         * gnus.el: No Gnus v0.0 is released.
17145
17146 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17147
17148         * gnus.el (gnus-version-number): Bump.
17149         (gnus-version): No.
17150
17151 See ChangeLog.2 for earlier changes.
17152
17153     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17154       Free Software Foundation, Inc.
17155
17156   This file is part of GNU Emacs.
17157
17158   GNU Emacs is free software: you can redistribute it and/or modify
17159   it under the terms of the GNU General Public License as published by
17160   the Free Software Foundation, either version 3 of the License, or
17161   (at your option) any later version.
17162
17163   GNU Emacs is distributed in the hope that it will be useful,
17164   but WITHOUT ANY WARRANTY; without even the implied warranty of
17165   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17166   GNU General Public License for more details.
17167
17168   You should have received a copy of the GNU General Public License
17169   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17170
17171 ;; Local Variables:
17172 ;; coding: utf-8
17173 ;; fill-column: 79
17174 ;; add-log-time-zone-rule: t
17175 ;; End: